[SCM] flac packaging branch, update-packaging-standards, updated. debian/1.2.1-2-29-g6518d8d

fabian-guest at users.alioth.debian.org fabian-guest at users.alioth.debian.org
Fri Jul 9 12:37:17 UTC 2010


The following commit has been merged in the update-packaging-standards branch:
commit 257f2c275cc35148af06b53c7117255b369b5952
Author: Fabian Greffrath <fabian at greffrath.com>
Date:   Fri Jul 9 14:37:14 2010 +0200

    debian/patches/12_ac_config_macro_dir.patch: New patch, fixes "undefined macro: AM_PATH_XMMS" and similar errors which cause autoreconf to fail.

diff --git a/debian/patches/12_ac_config_macro_dir.patch b/debian/patches/12_ac_config_macro_dir.patch
new file mode 100644
index 0000000..45f1056
--- /dev/null
+++ b/debian/patches/12_ac_config_macro_dir.patch
@@ -0,0 +1,26 @@
+Author: Fabian Greffrath <fabian+debian at greffrath.com>
+Subject: Fixes "undefined macro: AM_PATH_XMMS" and similar errors which cause
+ autoreconf to fail.
+Forwarded: https://sourceforge.net/tracker/?func=detail&aid=3027361&group_id=13478&atid=113478
+
+--- flac.orig/Makefile.am
++++ flac/Makefile.am
+@@ -30,6 +30,8 @@
+ 
+ AUTOMAKE_OPTIONS = foreign 1.7
+ 
++ACLOCAL_AMFLAGS = -I m4
++
+ SUBDIRS = doc include m4 man src examples test build obj
+ 
+ DISTCLEANFILES = libtool-disable-static
+--- flac.orig/configure.in
++++ flac/configure.in
+@@ -33,6 +33,7 @@ sed -e 's/^build_old_libs=yes/build_old_
+ chmod +x libtool-disable-static
+ 
+ AC_SUBST(ACLOCAL_AMFLAGS, "-I m4")
++AC_CONFIG_MACRO_DIR([m4])
+ 
+ AM_PROG_AS
+ AC_PROG_CXX
diff --git a/debian/patches/series b/debian/patches/series
index 5b3ade4..14765c1 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -5,4 +5,5 @@
 09_noexec-stack.patch
 10_empty_-L_flag.patch
 11_no-altivec-on-SPE.patch
+12_ac_config_macro_dir.patch
 90_autoreconf.patch

-- 
flac packaging



More information about the pkg-multimedia-commits mailing list