wok rev 11022
Up: deadbeef to 0.5.1.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun Oct 16 06:26:33 2011 +0000 (2011-10-16) |
parents | 7f37d33e799b |
children | 057729ecdde5 |
files | deadbeef-dev/receipt deadbeef-plugins/receipt deadbeef/receipt |
line diff
1.1 --- a/deadbeef-dev/receipt Sun Oct 16 06:24:39 2011 +0000 1.2 +++ b/deadbeef-dev/receipt Sun Oct 16 06:26:33 2011 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="deadbeef-dev" 1.7 -VERSION="0.5.0" 1.8 +VERSION="0.5.1" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Deadbeef audio player devl file." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -13,6 +13,6 @@ 1.13 genpkg_rules() 1.14 { 1.15 mkdir -p $fs/usr/lib/deadbeef 1.16 - cp -a $_pkg/usr/lib/deadbeef/*.*a $fs/usr/lib/deadbeef 1.17 - cp -a $_pkg/usr/include $fs/usr 1.18 + cp -a $install/usr/lib/deadbeef/*.*a $fs/usr/lib/deadbeef 1.19 + cp -a $install/usr/include $fs/usr 1.20 }
2.1 --- a/deadbeef-plugins/receipt Sun Oct 16 06:24:39 2011 +0000 2.2 +++ b/deadbeef-plugins/receipt Sun Oct 16 06:26:33 2011 +0000 2.3 @@ -1,11 +1,11 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="deadbeef-plugins" 2.7 -VERSION="0.5.0" 2.8 +VERSION="0.5.1" 2.9 CATEGORY="multimedia" 2.10 SHORT_DESC="Pugins for the Deadbeef audio player (flac, sndfile, lastfm)." 2.11 MAINTAINER="pankso@slitaz.org" 2.12 -DEPENDS="deadbeef flac ffmpeg libsndfile libcurl libssl libcrypto" 2.13 +DEPENDS="deadbeef flac libsndfile libcurl libssl libcrypto" 2.14 WEB_SITE="http://deadbeef.sourceforge.net/" 2.15 WANTED="deadbeef" 2.16 TAGS="music audio player mp3 ogg" 2.17 @@ -14,8 +14,8 @@ 2.18 genpkg_rules() 2.19 { 2.20 mkdir -p $fs/usr/lib/deadbeef 2.21 - cp -a $_pkg/usr/lib/deadbeef/*.so* $fs/usr/lib/deadbeef 2.22 - for l in alsa gtkui hotkeys vorbis mpgmad 2.23 + cp -a $install/usr/lib/deadbeef/*.so* $fs/usr/lib/deadbeef 2.24 + for l in alsa ddb_gui_GTK2 hotkeys vorbis mpgmad 2.25 do 2.26 rm $fs/usr/lib/deadbeef/$l.so* 2.27 done
3.1 --- a/deadbeef/receipt Sun Oct 16 06:24:39 2011 +0000 3.2 +++ b/deadbeef/receipt Sun Oct 16 06:26:33 2011 +0000 3.3 @@ -1,7 +1,7 @@ 3.4 # SliTaz package receipt. 3.5 3.6 PACKAGE="deadbeef" 3.7 -VERSION="0.5.0" 3.8 +VERSION="0.5.1" 3.9 CATEGORY="multimedia" 3.10 SHORT_DESC="Simple to use GTK+ audio player with systray support." 3.11 MAINTAINER="pankso@slitaz.org" 3.12 @@ -13,7 +13,7 @@ 3.13 3.14 DEPENDS="gtk+ alsa-lib libogg libvorbis libsamplerate libmad" 3.15 BUILD_DEPENDS="gtk+-dev alsa-lib-dev libogg-dev libvorbis-dev libmad-dev \ 3.16 -libsndfile-dev libsamplerate-dev flac-dev curl-dev ffmpeg-dev libcdio-dev \ 3.17 +libsndfile-dev libsamplerate-dev flac-dev curl-dev libcdio-dev \ 3.18 libcddb-dev intltool libsndfile libcurl" 3.19 3.20 # Rules to configure and make the package. 3.21 @@ -28,12 +28,12 @@ 3.22 genpkg_rules() 3.23 { 3.24 mkdir -p $fs/usr/lib/$PACKAGE $fs/usr/share/pixmaps 3.25 - cp -a $_pkg/usr/bin $fs/usr 3.26 - for l in alsa gtkui hotkeys vorbis mpgmad 3.27 + cp -a $install/usr/bin $fs/usr 3.28 + for l in alsa ddb_gui_GTK2 hotkeys vorbis mpgmad 3.29 do 3.30 - cp -a $_pkg/usr/lib/$PACKAGE/$l.so* $fs/usr/lib/$PACKAGE 3.31 + cp -a $install/usr/lib/$PACKAGE/$l.so* $fs/usr/lib/$PACKAGE 3.32 done 3.33 - cp -a $_pkg/usr/share/$PACKAGE $fs/usr/share 3.34 - cp -a $_pkg/usr/share/icons/hicolor/32x32/apps/*.png \ 3.35 + cp -a $install/usr/share/$PACKAGE $fs/usr/share 3.36 + cp -a $install/usr/share/icons/hicolor/32x32/apps/*.png \ 3.37 $fs/usr/share/pixmaps 3.38 }