wok-4.x rev 12355

Fixed Deadbeef's APE support and documentation
author Brenton Scott <admin@trixarian.net>
date Tue Nov 20 14:00:06 2012 +0200 (2012-11-20)
parents 3c49531acc75
children 849fbcec9f6c
files deadbeef/receipt
line diff
     1.1 --- a/deadbeef/receipt	Wed Nov 07 02:08:04 2012 +0000
     1.2 +++ b/deadbeef/receipt	Tue Nov 20 14:00:06 2012 +0200
     1.3 @@ -13,7 +13,7 @@
     1.4  DEPENDS="gtk+ alsa-lib libogg libvorbis libsamplerate libmad"
     1.5  BUILD_DEPENDS="gtk+-dev alsa-lib-dev libogg-dev libvorbis-dev libmad-dev \
     1.6  libsndfile-dev libsamplerate-dev flac-dev curl-dev libcdio-dev \
     1.7 -libcddb-dev intltool libsndfile libcurl"
     1.8 +libcddb-dev intltool libsndfile libcurl yasm"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()
    1.12 @@ -33,7 +33,7 @@
    1.13  		cp -a $install/usr/lib/$PACKAGE/$l.so* $fs/usr/lib/$PACKAGE
    1.14  	done
    1.15  	cp -a $install/usr/share/$PACKAGE $fs/usr/share
    1.16 -	cp -a $install/usr/share/doc/$PACKAGE $fs/usr/share
    1.17 +	cp -a $install/usr/share/doc/$PACKAGE $fs/usr/share/doc
    1.18  	cp -a $install/usr/share/icons/hicolor/32x32/apps/*.png \
    1.19  		$fs/usr/share/pixmaps
    1.20  }