Source: xine-lib-1.2
Version: 1.2.4-1
Severity: important
Tags: patch
User: debian-h...@lists.debian.org
Usertags: hurd

Hi,

since the upload of 1.2.4-1, xine-lib-1.2 cannot be built on hurd-i386.

Because of missing libdrm, libva (and thus libva-dev) is not available
on hurd-i386. Easy solution is to exclude the libva-dev build dependency
on hurd.

(P.S.: the "!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386" architecture
restrictions in a couple of other build dependencies could be turned
into "linux-any", which is simplier and more logic.)

Thanks,
-- 
Pino
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: Reinhard Tartler <siretart@ta
 Build-Depends: debhelper (>= 5.0.1), binutils (>= 2.12.90.0.9), pkg-config,
 	dh-autoreconf,
 	libavcodec-dev (>= 4:0.7~), libavformat-dev (>= 4:0.7~), libpostproc-dev (>= 4:0.7~),
-	libvdpau-dev, libva-dev, libvpx-dev,
+	libvdpau-dev, libva-dev [!hurd-any], libvpx-dev,
 	libxcb-xv0-dev, libxcb-shm0-dev, libxcb-shape0-dev,
 	libxinerama-dev, libxv-dev, libxvmc-dev, libxt-dev,
 	libasound2-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386],

Reply via email to