wok rev 16531

mpg123: fix missing .la files on ARM
author Christophe Lincoln <pankso@slitaz.org>
date Sat Apr 26 21:17:33 2014 +0200 (2014-04-26)
parents caba70b580d2
children c32b9127bdcd
files mpg123-dev/receipt mpg123/receipt sakura/receipt
line diff
     1.1 --- a/mpg123-dev/receipt	Sat Apr 26 14:10:51 2014 +0200
     1.2 +++ b/mpg123-dev/receipt	Sat Apr 26 21:17:33 2014 +0200
     1.3 @@ -18,9 +18,9 @@
     1.4  	mkdir -p $fs/usr/lib/mpg123
     1.5  	cp -a $install/usr/include $fs/usr
     1.6  	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
     1.7 -	# ARM
     1.8 -	if [ -d "$install/usr/lib/mpg123" ]; then
     1.9 -		cp -a $install/usr/lib/mpg123 $fs/usr/lib
    1.10 -		find $fs/usr/lib -name "*.so" -exec rm -f {} \;
    1.11 -	fi
    1.12 +	# ARM mpg123 need *.la file to work
    1.13 +	#if [ -d "$install/usr/lib/mpg123" ]; then
    1.14 +		#cp -a $install/usr/lib/mpg123 $fs/usr/lib
    1.15 +		#find $fs/usr/lib -name "*.so" -exec rm -f {} \;
    1.16 +	#fi
    1.17  }
     2.1 --- a/mpg123/receipt	Sat Apr 26 14:10:51 2014 +0200
     2.2 +++ b/mpg123/receipt	Sat Apr 26 21:17:33 2014 +0200
     2.3 @@ -11,7 +11,7 @@
     2.4  WGET_URL="http://www.mpg123.de/download/$TARBALL"
     2.5  HOST_ARCH="i486 arm"
     2.6  
     2.7 -DEPENDS="alsa-lib audiofile"
     2.8 +DEPENDS="alsa-lib audiofile libltdl"
     2.9  BUILD_DEPENDS="alsa-lib-dev audiofile-dev"
    2.10  
    2.11  # Arch optimisation
    2.12 @@ -38,7 +38,8 @@
    2.13  	# ARM
    2.14  	if [ -d "$install/usr/lib/mpg123" ]; then
    2.15  		cp -a $install/usr/lib/mpg123 $fs/usr/lib
    2.16 -		find $fs/usr/lib -name "*.la" -exec rm -f {} \;
    2.17 +		#mpg123 need *.la file to work
    2.18 +		#find $fs/usr/lib -name "*.la" -exec rm -f {} \;
    2.19  	fi
    2.20  	# Needed to work!!! Dont remove
    2.21  	cp $install/usr/lib/libmpg123.la $fs/usr/lib
     3.1 --- a/sakura/receipt	Sat Apr 26 14:10:51 2014 +0200
     3.2 +++ b/sakura/receipt	Sat Apr 26 21:17:33 2014 +0200
     3.3 @@ -11,8 +11,8 @@
     3.4  WGET_URL="https://launchpad.net/sakura/trunk/$VERSION/+download/$TARBALL"
     3.5  HOST_ARCH="i486 arm"
     3.6  
     3.7 -DEPENDS="gtk+ vte xorg-libXdamage"
     3.8 -BUILD_DEPENDS="gtk+-dev vte-dev xorg-libXdamage-dev"
     3.9 +DEPENDS="gtk+ vte xorg-libXdamage xorg-libXi"
    3.10 +BUILD_DEPENDS="gtk+-dev vte-dev xorg-libXdamage-dev xorg-libXi-dev"
    3.11  
    3.12  # Handle cross compilation.
    3.13  case "$ARCH" in