[SCM] gmerlin/master: Disable Video4Linux support on non-Linux architectures (Closes: #650956).

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Sun Dec 4 18:49:31 UTC 2011


The following commit has been merged in the master branch:
commit 4587580ba93969bf4b3526e092dd9725d53fe321
Author: Alessio Treglia <alessio at debian.org>
Date:   Sun Dec 4 19:47:51 2011 +0100

    Disable Video4Linux support on non-Linux architectures (Closes: #650956).

diff --git a/debian/rules b/debian/rules
index a7af830..3e3f3ec 100755
--- a/debian/rules
+++ b/debian/rules
@@ -53,6 +53,10 @@ DEB_CONFIGURE_EXTRA_FLAGS := --docdir=\$${prefix}/share/doc/libgmerlin-doc \
 DEB_DH_MAKESHLIBS_ARGS_ALL := -- -v$(DEB_UPSTREAM_VERSION)
 DEB_DH_STRIP_ARGS := --dbg-package=gmerlin-dbg
 
+ifneq ($(DEB_HOST_ARCH_OS),linux)
+DEB_CONFIGURE_EXTRA_FLAGS += --disable-v4l --disable-v4l2
+endif
+
 build/gmerlin::
 	./apps/thumbnailer/gmerlin-video-thumbnailer -help-man | sed -e 's/-/\\-/g' > gmerlin-video-thumbnailer.1
 	PATH=$(CURDIR)/apps/player/:$(PATH) ./apps/player/gmerlin_launcher -help-man | sed -e 's/-/\\-/g' > gmerlin_launcher.1

-- 
gmerlin packaging



More information about the pkg-multimedia-commits mailing list