wok diff deadbeef-plugins/receipt @ rev 13140

busybox-static: add tee
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jul 09 15:05:28 2012 +0200 (2012-07-09)
parents 9ca8a145659d
children 03360f041b37
line diff
     1.1 --- a/deadbeef-plugins/receipt	Fri May 20 06:27:03 2011 +0000
     1.2 +++ b/deadbeef-plugins/receipt	Mon Jul 09 15:05:28 2012 +0200
     1.3 @@ -1,11 +1,11 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="deadbeef-plugins"
     1.7 -VERSION="0.5.0"
     1.8 +VERSION="0.5.1"
     1.9  CATEGORY="multimedia"
    1.10  SHORT_DESC="Pugins for the Deadbeef audio player (flac, sndfile, lastfm)."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 -DEPENDS="deadbeef flac ffmpeg libsndfile libcurl libssl libcrypto"
    1.13 +DEPENDS="deadbeef flac libsndfile libcurl libssl libcrypto"
    1.14  WEB_SITE="http://deadbeef.sourceforge.net/"
    1.15  WANTED="deadbeef"
    1.16  TAGS="music audio player mp3 ogg"
    1.17 @@ -14,8 +14,8 @@
    1.18  genpkg_rules()
    1.19  {
    1.20  	mkdir -p $fs/usr/lib/deadbeef
    1.21 -	cp -a $_pkg/usr/lib/deadbeef/*.so* $fs/usr/lib/deadbeef
    1.22 -	for l in alsa gtkui hotkeys vorbis mpgmad
    1.23 +	cp -a $install/usr/lib/deadbeef/*.so* $fs/usr/lib/deadbeef
    1.24 +	for l in alsa ddb_gui_GTK2 hotkeys vorbis mpgmad
    1.25  	do
    1.26  		rm $fs/usr/lib/deadbeef/$l.so*
    1.27  	done