wok diff deadbeef-plugins/receipt @ rev 22539
updated bird (2.0.3 -> 2.0.7)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Jan 03 16:08:36 2020 +0100 (2020-01-03) |
parents | 5286a067ac76 |
children | 7f25ad61db56 |
line diff
1.1 --- a/deadbeef-plugins/receipt Sun Aug 11 19:53:39 2013 +0000 1.2 +++ b/deadbeef-plugins/receipt Fri Jan 03 16:08:36 2020 +0100 1.3 @@ -1,24 +1,26 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="deadbeef-plugins" 1.7 -VERSION="0.5.6" 1.8 +VERSION="1.8.0" 1.9 CATEGORY="multimedia" 1.10 -SHORT_DESC="Pugins for the Deadbeef audio player (flac, sndfile, lastfm)." 1.11 +SHORT_DESC="Plugins for the Deadbeef audio player (flac, sndfile, lastfm)." 1.12 MAINTAINER="pankso@slitaz.org" 1.13 LICENSE="GPL2 LGPL2.1" 1.14 WEB_SITE="http://deadbeef.sourceforge.net/" 1.15 WANTED="deadbeef" 1.16 TAGS="music audio player mp3 ogg ape" 1.17 1.18 -DEPENDS="deadbeef flac libsndfile libcurl libssl libcrypto" 1.19 +DEPENDS="deadbeef bzlib flac libcddb libcdio libcurl libjpeg libogg libpng \ 1.20 +libsamplerate libsndfile libzip zlib" 1.21 1.22 # Rules to gen a SliTaz package suitable for Tazpkg. 1.23 genpkg_rules() 1.24 { 1.25 - mkdir -p $fs/usr/lib/deadbeef 1.26 - cp -a $install/usr/lib/deadbeef/*.so* $fs/usr/lib/deadbeef 1.27 - for l in alsa ddb_gui_GTK2 hotkeys vorbis mpgmad 1.28 - do 1.29 - rm $fs/usr/lib/deadbeef/$l.so* 1.30 + mkdir -p $fs/usr/lib/deadbeef/ 1.31 + cp -a $install/usr/lib/deadbeef/*.so $fs/usr/lib/deadbeef 1.32 + for i in alsa ddb_gui_GTK2 hotkeys vorbis mp3; do 1.33 + rm $fs/usr/lib/deadbeef/$i.so 1.34 done 1.35 + cp -a $install/usr/lib/deadbeef/convpresets/ $fs/usr/lib/deadbeef/ 1.36 + cp -a $install/usr/lib/deadbeef/data68/ $fs/usr/lib/deadbeef/ 1.37 }