[SCM] VLC media player packaging branch, sid, updated. debian/1.1.0-3-5-g0aacc91

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jul 11 00:58:38 UTC 2010


The following commit has been merged in the sid branch:
commit 5521d286a552f1601f3484718ce1e7c9e42ef85d
Author: Reinhard Tartler <siretart at tauware.de>
Date:   Sat Jul 10 19:38:58 2010 -0400

    forcefully disable alsa on kFreeBSD
    
    vlc autodetects alsa, which seems to be provided by salsa, a small,
    light-weight, hot and spicy version of the ALSA library. It seems that
    vlc does not build with this version:
    
    alsa.c: In function 'Demux':
    alsa.c:363: error: 'ESTRPIPE' undeclared (first use in
    	     this function)

diff --git a/debian/rules b/debian/rules
index 289dc36..3ce401a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -135,6 +135,12 @@ confflags += \
 	$(NULL)
 endif
 
+ifeq ($(DEB_HOST_ARCH_OS),kfreebsd)
+confflags += \
+       --disable-alsa \
+       $(NULL)
+endif
+
 # svgalib is only for x86 and x86-64 on Linux
 ifneq ($(filter $(DEB_HOST_ARCH), amd64 i386),)
 confflags += --enable-svgalib

-- 
VLC media player packaging



More information about the pkg-multimedia-commits mailing list