[SCM] libva/master: Disable i965 driver on hurd-i386, Closes: #613102

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Feb 13 13:50:18 UTC 2011


The following commit has been merged in the master branch:
commit 43ce71b9c0ca906a8a53b4e2bd9d0f14225cc51f
Author: Reinhard Tartler <siretart at tauware.de>
Date:   Sun Feb 13 14:36:37 2011 +0100

    Disable i965 driver on hurd-i386, Closes: #613102

diff --git a/debian/control b/debian/control
index ba34138..a2e2f77 100644
--- a/debian/control
+++ b/debian/control
@@ -104,7 +104,7 @@ Description: Video Acceleration (VA) API for Linux -- TPI runtime
  This package provides the libva-tpi library.
 
 Package: i965-va-driver
-Architecture: i386 amd64 kfreebsd-i386 kfreebsd-amd64 hurd-i386
+Architecture: i386 amd64 kfreebsd-i386 kfreebsd-amd64
 Provides: va-driver
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: Video Acceleration (VA) API for Linux -- i965 VA driver
diff --git a/debian/rules b/debian/rules
index f909f85..44154da 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,9 +2,11 @@
 
 DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
 
+ifeq (,$(findstring hurd,$(DEB_HOST_ARCH)))
 I965_DRIVER=$(shell dpkg-architecture -a$(DEB_HOST_ARCH) -iany-amd64 || \
 	dpkg-architecture -a$(DEB_HOST_ARCH) -iany-i386 && \
 	echo '--enable-i965-driver')
+endif
 
 CONFIGURE_OPTIONS ?= --prefix=/usr $(I965_DRIVER)
 

-- 
libva packaging



More information about the pkg-multimedia-commits mailing list