[SCM] VLC media player packaging branch, sid, updated. debian/1.1.1-1-10-g47ca0f8

xtophe-guest at users.alioth.debian.org xtophe-guest at users.alioth.debian.org
Fri Jul 30 22:46:38 UTC 2010


The following commit has been merged in the sid branch:
commit 57389d7d05012dac3c62f86bda56527200c31015
Author: Christophe Mutricy <xtophe at videolan.org>
Date:   Thu Jul 22 22:36:33 2010 +0100

    Also check for libxcb

diff --git a/debian/rules b/debian/rules
index 5cf074d..87e68ed 100755
--- a/debian/rules
+++ b/debian/rules
@@ -226,12 +226,14 @@ install: build
 
 
 ifeq ($(DEB_BUILD_GNU_TYPE), $(DEB_HOST_GNU_TYPE))
-	# Check that we did not install a plugin linked with libX11 in vlc-nox
+	# Check that we did not install a plugin linked with libX11 or 
+	# libxcb in vlc-nox
 	BORKED=no; \
 	for file in $$(find debian/vlc-nox/usr/lib/vlc -name '*.so'); do \
-	  if objdump -x $$file | egrep -q '^ +NEEDED +libX11\.so'; then \
+	  if objdump -x $$file | egrep -q -e '^ +NEEDED +libX11\.so' \
+	                                  -e '^ +NEEDED +libxcb\.so'; then \
 	    BORKED=yes; \
-	    echo $$file depends on libX11; \
+	    echo $$file depends on libX11 or libxcb; \
 	  fi; \
 	done; \
 	if test "$$BORKED" = yes; then exit 1; fi

-- 
VLC media player packaging



More information about the pkg-multimedia-commits mailing list