[SCM] VLC media player packaging branch, sid, updated. debian/1.0.4-1-7-g2a65acf

xtophe-guest at users.alioth.debian.org xtophe-guest at users.alioth.debian.org
Tue Jan 5 21:46:21 UTC 2010


The following commit has been merged in the sid branch:
commit 175eebc0675c4616f3d45c5cc3ee69e31419604f
Author: Christophe Mutricy <xtophe at videolan.org>
Date:   Tue Jan 5 21:02:00 2010 +0100

    Multiline the linux-specific configure args

diff --git a/debian/rules b/debian/rules
index 26a902a..d39a41c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -104,7 +104,12 @@ confflags += \
 
 # Linux specific flags
 ifeq ($(DEB_HOST_ARCH_OS),linux)
-confflags += --enable-alsa --enable-v4l --enable-v4l2 --enable-pvr
+confflags += \
+	     --enable-alsa \
+	     --enable-pvr \
+	     --enable-v4l \
+	     --enable-v4l2 \
+	     $(NULL)
 endif
 
 # svgalib is only for x86 and x86-64 on Linux

-- 
VLC media player packaging



More information about the pkg-multimedia-commits mailing list