[SCM] mp4v2/master: Fix m4 error while running autoreconf

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Sat Aug 30 20:25:11 UTC 2014


The following commit has been merged in the master branch:
commit 5de9307b3833d785ae161d89b5a51a5ff01fc503
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Sat Aug 30 22:13:16 2014 +0200

    Fix m4 error while running autoreconf

diff --git a/debian/patches/m4error.patch b/debian/patches/m4error.patch
new file mode 100644
index 0000000..3faa1c6
--- /dev/null
+++ b/debian/patches/m4error.patch
@@ -0,0 +1,15 @@
+Description: Fix m4 error while running autoreconf
+Origin: upstream, https://code.google.com/p/mp4v2/source/detail?r=496
+Last-Update: 2014-08-30
+
+--- mp4v2-2.0.0~dfsg0.orig/configure.ac
++++ mp4v2-2.0.0~dfsg0/configure.ac
+@@ -20,7 +20,7 @@ m4_define([PRJ_version_hex],m4_format([0
+ 
+ m4_define([PRJ_version],ifelse(
+     PRJ_repo_type,[stable],m4_format([%s],PRJ_repo_branch),
+-    m4_format([%s-r%d],PRJ_repo_branch,PRJ_repo_rev)))
++    m4_format([%s-r%s],PRJ_repo_branch,PRJ_repo_rev)))
+ 
+ ###############################################################################
+ # initialization
diff --git a/debian/patches/series b/debian/patches/series
index 281a94c..26bf930 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 0001-Fix_mp4tags_corruption.patch
+m4error.patch

-- 
mp4v2 packaging



More information about the pkg-multimedia-commits mailing list