wok diff xine-lib/receipt @ rev 589

Add: get-google-earth MesaLib MesaLib-dev
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Apr 16 10:18:03 2008 +0000 (2008-04-16)
parents e0f2bee5b24d
children a9703f39fb21
line diff
     1.1 --- a/xine-lib/receipt	Wed Feb 13 14:19:21 2008 +0100
     1.2 +++ b/xine-lib/receipt	Wed Apr 16 10:18:03 2008 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xine-lib"
     1.7 -VERSION="1.1.10"
     1.8 +VERSION="1.1.11"
     1.9  CATEGORY="multimedia"
    1.10  SHORT_DESC="Xine video library."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -14,8 +14,11 @@
    1.13  compile_rules()
    1.14  {
    1.15  	cd $src
    1.16 -	./configure --prefix=/usr --infodir=/usr/share/info \
    1.17 -	--mandir=/usr/share/man $CONFIGURE_ARGS
    1.18 +	./configure \
    1.19 +		--prefix=/usr \
    1.20 +		--infodir=/usr/share/info \
    1.21 +		--mandir=/usr/share/man \
    1.22 +		$CONFIGURE_ARGS
    1.23  	make
    1.24  	make DESTDIR=$PWD/_pkg install
    1.25  }
    1.26 @@ -27,13 +30,7 @@
    1.27  	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.28  	cp -a $_pkg/usr/lib/xine $fs/usr/lib
    1.29  	
    1.30 -	strip --strip-unneeded $fs/usr/lib/* 2>/dev/null
    1.31 -	strip --strip-unneeded $fs/usr/lib/xine/plugins/$VERSION/*.so
    1.32 -	strip --strip-unneeded $fs/usr/lib/xine/plugins/$VERSION/post/*.so
    1.33 -	strip --strip-unneeded $fs/usr/lib/xine/plugins/$VERSION/vidix/*.so
    1.34 -	
    1.35 -	# Fonts and French locale.
    1.36 +	# Fonts.
    1.37  	cp -a $_pkg/usr/share/xine $fs/usr/share
    1.38 -	cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale
    1.39  }
    1.40