[SCM] VLC media player packaging branch, sid, updated. debian/0.9.8a-2-8-gb388ba2

xtophe-guest at users.alioth.debian.org xtophe-guest at users.alioth.debian.org
Thu Feb 26 23:25:51 UTC 2009


The following commit has been merged in the sid branch:
commit 9f5fdeaef8f05d6d4cba1fac540ba6bb372dfbfd
Author: Christophe Mutricy <xtophe at videolan.org>
Date:   Wed Feb 25 11:49:04 2009 +0100

    Fix cross-compilation

diff --git a/debian/rules b/debian/rules
index 094ddb2..06d27ef 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
 #DH_VERBOSE=1
 
 DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
-DEB_BUILD_ARCH      ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
+DEB_HOST_ARCH      ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
 DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
 DEB_HOST_ARCH_OS    ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)
 VERSION = $(shell  dpkg-parsechangelog|sed -n 's/^Version: //p')
@@ -110,7 +110,7 @@ confflags += --enable-alsa --enable-v4l --enable-v4l2 --enable-pvr
 endif
 
 # svgalib is only for x86 and x86-64 on Linux
-ifneq ($(filter $(DEB_BUILD_ARCH), amd64 i386),)
+ifneq ($(filter $(DEBi_HOST_ARCH), amd64 i386),)
 confflags += --enable-svgalib
 endif
 

-- 
VLC media player packaging



More information about the pkg-multimedia-commits mailing list