[SCM] VLC media player packaging branch, sid, updated. debian/1.0.0-1-8-g2449fd7

xtophe-guest at users.alioth.debian.org xtophe-guest at users.alioth.debian.org
Tue Jul 28 22:25:36 UTC 2009


The following commit has been merged in the sid branch:
commit 8e5aeede90b35129681c2c043d69b4429da29f79
Author: Christophe Mutricy <xtophe at videolan.org>
Date:   Tue Jul 28 12:50:50 2009 +0200

    Really build altivec-free libvlccore
    
    Closes: #523035

diff --git a/debian/rules b/debian/rules
index a46bf50..227e907 100755
--- a/debian/rules
+++ b/debian/rules
@@ -122,6 +122,8 @@ build-stamp: $(QUILT_STAMPFN)
 	# build an altivec free version on powerpc for the G3
 ifneq ($(filter $(DEB_HOST_ARCH), powerpc),)
 	./configure --disable-altivec $(confflags)
+	$(MAKE) -C compat
+	$(MAKE) -C src libvlccore.la 
 	cp -vd src/.libs/libvlccore.so.* tmp/
 endif
 	./configure $(confflags)

-- 
VLC media player packaging



More information about the pkg-multimedia-commits mailing list