[SCM] vlc/master: Build with "--with-mozilla-pkg=mozilla-plugin" rather than "--with-mozilla-pkg=libxul". The plugin doesn't appear to be using XPCOM, and shouldn't be linking against Mozilla libs.

bdrung at users.alioth.debian.org bdrung at users.alioth.debian.org
Tue Jul 26 11:43:10 UTC 2011


The following commit has been merged in the master branch:
commit 81f4d046ea10f328ae37d5656ffc695f993462c5
Author: Benjamin Drung <bdrung at debian.org>
Date:   Tue Jul 26 13:42:05 2011 +0200

    Build with "--with-mozilla-pkg=mozilla-plugin" rather than "--with-mozilla-pkg=libxul". The plugin doesn't appear to be using XPCOM, and shouldn't be linking against Mozilla libs.
    
    Thanks: Chris Coulson <chris.coulson at canonical.com>

diff --git a/debian/rules b/debian/rules
index b8bc696..a54126a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -87,7 +87,7 @@ confflags += \
 	--enable-x264 \
 	--enable-zvbi \
 	--with-kde-solid=/usr/share/kde4/apps/solid/actions/ \
-	--with-mozilla-pkg=libxul \
+	--with-mozilla-pkg=mozilla-plugin \
 	$(NULL)
 # Reasons for disabling features:
 # dxva2 -> Windows only

-- 
VLC media player packaging



More information about the pkg-multimedia-commits mailing list