[SCM] FFmpeg packaging branch, master, updated. debian/0.5+svn20090420-2-38-gd12d727

ceros-guest at users.alioth.debian.org ceros-guest at users.alioth.debian.org
Mon May 25 00:15:06 UTC 2009


The following commit has been merged in the master branch:
commit 40c201a6aae7b4bfcdfa05f870bcf9fa92cc6786
Author: Andres Mejia <mcitadel at gmail.com>
Date:   Sun May 24 20:10:26 2009 -0400

    Add fix for FTBFS for GNU Hurd OS. Thanks Marc Dequènes.

diff --git a/debian/patches/ffmpeg-debian_hurd.patch b/debian/patches/ffmpeg-debian_hurd.patch
new file mode 100644
index 0000000..26d33b9
--- /dev/null
+++ b/debian/patches/ffmpeg-debian_hurd.patch
@@ -0,0 +1,14 @@
+Fix build failures for the GNU Hurd OS
+===================================================================
+--- a/configure
++++ b/configure
+@@ -1609,6 +1609,9 @@
+     linux)
+         enable dv1394
+         ;;
++    gnu)
++        disable dv1394
++        ;;
+     irix*)
+         target_os=irix
+         ranlib="echo ignoring ranlib"
diff --git a/debian/patches/series b/debian/patches/series
index 5793edd..3055652 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,5 @@
 100_kfreebsd
+ffmpeg-debian_hurd.patch
 900_doxyfile
 ffmpeg-libamrnb-detection.patch
 ffmpeg-libamrwb-ifdef-encoder.patch

-- 
FFmpeg packaging



More information about the pkg-multimedia-commits mailing list