[SCM] vlc/master: Clean up

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Fri Jan 5 08:49:13 UTC 2018


The following commit has been merged in the master branch:
commit 4d2c52d022b0c327e2bf11bba3260077b30973ce
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Mon Jan 1 10:19:32 2018 +0100

    Clean up

diff --git a/debian/rules b/debian/rules
index c2967f0..9ff40f3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,18 +7,6 @@ include /usr/share/dpkg/architecture.mk
 include /usr/share/dpkg/pkg-info.mk
 include /usr/share/dpkg/vendor.mk
 
-pluginpackages += access-extra
-pluginpackages += base
-pluginpackages += fluidsynth
-pluginpackages += jack
-pluginpackages += notify
-pluginpackages += qt
-pluginpackages += skins2
-pluginpackages += svg
-pluginpackages += video-output
-pluginpackages += video-splitter
-pluginpackages += visualization
-
 ifneq (,$(filter debug,$(DEB_BUILD_OPTIONS)))
 confflags += --enable-debug
 endif
@@ -193,11 +181,23 @@ endif
 
 # Linux and kFreeBSD specific flags (disabled on Hurd)
 ifeq (,$(filter-out linux kfreebsd,$(DEB_HOST_ARCH_OS)))
-confflags += --enable-libva --enable-vcd --enable-smbclient
-pluginpackages += samba
+confflags += \
+	--enable-libva \
+	--enable-vcd \
+	--enable-smbclient \
+	$(NULL)
 else
-confflags += --disable-libva --disable-vcd --disable-smbclient
-removeplugins += cdda libva smbclient vcd
+confflags += \
+	--disable-libva \
+	--disable-vcd \
+	--disable-smbclient \
+	$(NULL)
+removeplugins += \
+	cdda \
+	libva \
+	smbclient \
+	vcd \
+	$(NULL)
 endif
 
 # kFreeBSD specific flags

-- 
VLC media player packaging



More information about the pkg-multimedia-commits mailing list