Package: ffmpeg-debian
Version: 4:0.5+svn20090420-2
Severity: important
Tags: patch


Coin,

The configure script does not support the GNU system. The attached very small patch adds the required modification to fix this problem. Please consider applying it in your next upload and help push this change upstream.

Regards.

--
Marc Dequènes (Duck)
diff -Nur orig/ffmpeg-debian-0.5+svn20090420/debian/changelog ffmpeg-debian-0.5+svn20090420/debian/changelog
--- orig/ffmpeg-debian-0.5+svn20090420/debian/changelog	2009-05-24 22:50:56.000000000 +0200
+++ ffmpeg-debian-0.5+svn20090420/debian/changelog	2009-05-24 20:17:39.000000000 +0200
@@ -1,3 +1,9 @@
+ffmpeg-debian (4:0.5+svn20090420-2+hurdfr1) unreleased; urgency=low
+
+  * Added patch 'hurd_support' to add support for Hurd.
+
+ -- Marc Dequènes (Duck) <d...@hurdfr.org>  Sun, 24 May 2009 20:17:33 +0200
+
 ffmpeg-debian (4:0.5+svn20090420-2) unstable; urgency=low
 
   * debian/control: fix dependencies for libavutil-dev and libavfilter-dev
diff -Nur orig/ffmpeg-debian-0.5+svn20090420/debian/patches/hurd_support ffmpeg-debian-0.5+svn20090420/debian/patches/hurd_support
--- orig/ffmpeg-debian-0.5+svn20090420/debian/patches/hurd_support	1970-01-01 01:00:00.000000000 +0100
+++ ffmpeg-debian-0.5+svn20090420/debian/patches/hurd_support	2009-05-24 20:12:37.000000000 +0200
@@ -0,0 +1,14 @@
+Index: ffmpeg-debian-0.5+svn20090420/configure
+===================================================================
+--- ffmpeg-debian-0.5+svn20090420.orig/configure	2009-05-24 20:11:17.000000000 +0200
++++ ffmpeg-debian-0.5+svn20090420/configure	2009-05-24 20:12:30.000000000 +0200
+@@ -1609,6 +1609,9 @@
+     linux)
+         enable dv1394
+         ;;
++    gnu)
++        disable dv1394
++        ;;
+     irix*)
+         target_os=irix
+         ranlib="echo ignoring ranlib"
diff -Nur orig/ffmpeg-debian-0.5+svn20090420/debian/patches/series ffmpeg-debian-0.5+svn20090420/debian/patches/series
--- orig/ffmpeg-debian-0.5+svn20090420/debian/patches/series	2009-05-24 22:50:56.000000000 +0200
+++ ffmpeg-debian-0.5+svn20090420/debian/patches/series	2009-05-24 20:11:12.000000000 +0200
@@ -1 +1,2 @@
 900_doxyfile
+hurd_support

Attachment: pgpeI8fY2VHPX.pgp
Description: PGP Digital Signature

Reply via email to