[SCM] vlc/master: Enable linsys only on Linux and exclude the plugins from non-Linux.

bdrung at users.alioth.debian.org bdrung at users.alioth.debian.org
Thu Mar 1 16:37:31 UTC 2012


The following commit has been merged in the master branch:
commit 02e2b311f4f18773b8b677c7513a2ea058d75ba9
Author: Benjamin Drung <bdrung at debian.org>
Date:   Thu Mar 1 17:36:47 2012 +0100

    Enable linsys only on Linux and exclude the plugins from non-Linux.
    
    Thanks: Cyril Brulebois

diff --git a/debian/rules b/debian/rules
index 2f2092b..c642b80 100755
--- a/debian/rules
+++ b/debian/rules
@@ -120,6 +120,7 @@ confflags += \
 	--enable-dc1394 \
 	--enable-dv \
 	--enable-libva \
+	--enable-linsys \
 	--enable-pvr \
 	--enable-udev \
 	--enable-v4l2 \
@@ -181,7 +182,7 @@ override_dh_install:
 	        fi ; \
 	done
 	# Remove some modules on non-linux arch
-	sed -e '/\(lib\|libaccess_\)\(alsa\|atmo\|dc1394\|dv\|fb\|pvr\|udev\)_/d' \
+	sed -e '/\(lib\|libaccess_\)\(alsa\|atmo\|dc1394\|dtv\|dv\|fb\|pvr\|udev\)_/d;/liblinsys_/d' \
 	 debian/vlc-nox.install > debian/vlc-nox.install.kfreebsd
 	sed -e '/\(lib\|libaccess_\)v4l2_/d' \
 	 debian/vlc-nox.install.kfreebsd > debian/vlc-nox.install.hurd

-- 
VLC media player packaging



More information about the pkg-multimedia-commits mailing list