Bug#613034: Build ffmpeg on hurd-i386

Pino Toscano toscano.pino at tiscali.it
Sat Feb 12 12:07:10 UTC 2011


Package: ffmpeg
Version: 4:0.5.2-6
Severity: important
Tags: patch
User: debian-hurd at lists.debian.org
Usertags: hurd

Hi,

currently, ffmpeg build-depends on libva-dev, which is not available on
hurd-i386 (and not easy to get to compile), so it is not buildable.
The proposed patch disables vaapi for hurd-i386, allowing ffmpeg to compile.

Thanks,
-- 
Pino
-------------- next part --------------
--- a/debian/control
+++ b/debian/control
@@ -30,7 +30,7 @@
  libsdl1.2-dev,
  libspeex-dev,
  libtheora-dev (>> 0.0.0.alpha4),
- libva-dev,
+ libva-dev [!hurd-any],
  libvdpau-dev,
  libvorbis-dev,
  libvpx-dev,
--- a/debian/confflags
+++ b/debian/confflags
@@ -119,6 +119,10 @@
 confflags += --enable-pic
 endif
 
+ifneq (,$(findstring hurd,$(DEB_HOST_ARCH)))
+  confflags += --disable-vaapi
+endif
+
 confflags += $(extra_common_confflags)
 
 # this part below is intended for the 'ffmpeg' package in ubuntu/multiverse


More information about the pkg-multimedia-maintainers mailing list