[SCM] vlc/squeeze-backports: oxmil is not in squeeze either

edwardw-guest at users.alioth.debian.org edwardw-guest at users.alioth.debian.org
Wed Aug 8 02:14:58 UTC 2012


The following commit has been merged in the squeeze-backports branch:
commit 8eaf83c4f123199c031373d079681ce72069196b
Author: Edward Wang <edward.c.wang at compdigitec.com>
Date:   Tue Aug 7 16:08:33 2012 -0400

    oxmil is not in squeeze either

diff --git a/debian/control b/debian/control
index 874306a..bca1fe3 100644
--- a/debian/control
+++ b/debian/control
@@ -57,7 +57,6 @@ Build-Depends: autopoint,
                libncursesw5-dev,
                libnotify-dev,
                libogg-dev (>= 1.0),
-               libomxil-bellagio-dev [linux-any],
                libpng-dev,
                libpostproc-dev (>= 4:0.6),
                libproxy-dev,
diff --git a/debian/rules b/debian/rules
index 6e28fb4..1d86929 100755
--- a/debian/rules
+++ b/debian/rules
@@ -105,6 +105,7 @@ confflags += \
 # sqlite -> still in development
 # telx -> incompatible with zvbi
 # crystalhd -> not in squeeze
+# omxil -> not in squeeze
 confflags += \
 	--disable-dxva2 \
 	--disable-gnomevfs \
@@ -114,12 +115,15 @@ confflags += \
 	--disable-sqlite \
 	--disable-telx \
 	--disable-crystalhd \
+    --disable-omxil \
+	$(NULL)
+removeplugins += \
+	libcrystalhd \
+	libomxil \
 	$(NULL)
 
 # Linux specific flags
 ifeq ($(DEB_HOST_ARCH_OS),linux)
-# omxil should be enabled on all systems, but libomxil-bellagio does
-# not build on kfreebsd and hurd (currently)
 confflags += \
 	--enable-alsa \
 	--enable-atmo \
@@ -128,7 +132,6 @@ confflags += \
 	--enable-fbosd \
 	--enable-libva \
 	--enable-linsys \
-	--enable-omxil \
 	--enable-pvr \
 	--enable-udev \
 	$(NULL)

-- 
VLC media player packaging



More information about the pkg-multimedia-commits mailing list