[SCM] VLC media player packaging branch, sid, updated. debian/1.1.0-3-8-g6fb6920

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jul 11 01:42:37 UTC 2010


The following commit has been merged in the sid branch:
commit 6fb69201c21e65a49d83ff3e54a4f4eede716af0
Author: Reinhard Tartler <siretart at tauware.de>
Date:   Sat Jul 10 21:42:11 2010 -0400

    disable atmo module on non-Linux archs
    
    according to configure.ac, the atmo module (homemade Philips Ambilight clone)
    is only enabled for mingw32 and linux platforms.

diff --git a/debian/rules b/debian/rules
index 86ef606..cfb701b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -44,7 +44,6 @@ confflags += \
 confflags += \
 	--enable-a52 \
 	--enable-aa \
-	--enable-atmo \
 	--enable-bonjour \
 	--enable-caca \
 	--enable-dca \
@@ -126,6 +125,7 @@ confflags += \
 ifeq ($(DEB_HOST_ARCH_OS),linux)
 confflags += \
 	--enable-alsa \
+	--enable-atmo \
 	--enable-dc1394 \
 	--enable-dv \
 	--enable-pvr \
@@ -200,7 +200,7 @@ install: build
 	        fi ; \
 	done
 # Remove some modules on non-linux arch
-	sed -e '/\(lib\|libaccess_\)\(alsa\|dc1394\|dv\|dvb\|fb\|v4l\|v4l2\|pvr\)_/d' \
+	sed -e '/\(lib\|libaccess_\)\(alsa\|atmo\|dc1394\|dv\|dvb\|fb\|v4l\|v4l2\|pvr\)_/d' \
 	 debian/vlc-nox.install > debian/vlc-nox.install.kfreebsd
 	sed -e '/\(lib\|libaccess_\)\(probe_hal\)_/d' \
 	 debian/vlc-nox.install.kfreebsd > debian/vlc-nox.install.hurd

-- 
VLC media player packaging



More information about the pkg-multimedia-commits mailing list