[SCM] VLC media player packaging branch, experimental, updated. debian/1.0.6-1-63-ge153e05
bdrung-guest at users.alioth.debian.org
bdrung-guest at users.alioth.debian.org
Thu Jun 24 17:45:25 UTC 2010
The following commit has been merged in the experimental branch:
commit e153e058b5707d69b271523162a3935a46255404
Author: Benjamin Drung <bdrung at ubuntu.com>
Date: Thu Jun 24 19:45:08 2010 +0200
Comment disabled features.
diff --git a/debian/rules b/debian/rules
index 0838251..72eec66 100755
--- a/debian/rules
+++ b/debian/rules
@@ -42,11 +42,6 @@ confflags += \
$(NULL)
# configure features
confflags += \
- --disable-gnomevfs \
- --disable-portaudio \
- --disable-sqlite \
- --disable-telx \
- --disable-x264 \
--enable-a52 \
--enable-aa \
--enable-atmo \
@@ -79,7 +74,6 @@ confflags += \
--enable-notify \
--enable-ogg \
--enable-pulse \
- --disable-projectm \
--enable-qt4 \
--enable-realrtsp \
--enable-sdl \
@@ -98,6 +92,21 @@ confflags += \
--with-kde-solid=/usr/share/kde4/apps/ \
--with-mozilla-pkg=libxul \
$(NULL)
+# Reasons for disabling features:
+# gnomevfs -> poorly maintained
+# portaudio -> not needed
+# projectm -> broken
+# sqlite -> still in development
+# telx -> incompatible with zvbi
+# x264 -> not in Debian
+confflags += \
+ --disable-gnomevfs \
+ --disable-portaudio \
+ --disable-projectm \
+ --disable-sqlite \
+ --disable-telx \
+ --disable-x264 \
+ $(NULL)
# Linux specific flags
ifeq ($(DEB_HOST_ARCH_OS),linux)
--
VLC media player packaging
More information about the pkg-multimedia-commits
mailing list