wok-next diff deadbeef/receipt @ rev 21470

updated totem-pl-parser (3.26.0 -> 3.26.5)
author Hans-G?nter Theisgen
date Wed May 13 08:02:17 2020 +0100 (2020-05-13)
parents 82b613cfd1e0
children
line diff
     1.1 --- a/deadbeef/receipt	Fri Jan 04 17:29:48 2019 +0200
     1.2 +++ b/deadbeef/receipt	Wed May 13 08:02:17 2020 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="deadbeef"
     1.7 -VERSION="0.7.2"
     1.8 +VERSION="1.8.0"
     1.9  CATEGORY="multimedia"
    1.10  SHORT_DESC="Simple to use GTK+ audio player with systray support"
    1.11  MAINTAINER="devel@slitaz.org"
    1.12 @@ -10,12 +10,13 @@
    1.13  
    1.14  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.15  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.16 +TARBALL_SHA1=""
    1.17  
    1.18 -BUILD_DEPENDS="gettext-dev intltool yasm zlib-dev jansson-dev gtk2-dev \
    1.19 +BUILD_DEPENDS="gettext intltool yasm zlib-dev jansson-dev gtk2-dev \
    1.20  alsa-lib-dev dbus-dev curl-dev libmad-dev libvorbis-dev libogg-dev flac-dev \
    1.21 -libsndfile-dev libcdio-dev libcddb-dev cdparanoia-dev libx11-dev \
    1.22 -imlib2-dev libjpeg-turbo-dev libpng-dev libsamplerate-dev faad2-dev "
    1.23 -SPLIT="$PACKAGE-plugins $PACKAGE-dev"
    1.24 +libsndfile-dev libcdio-dev libcddb-dev cdparanoia-dev libx11-dev imlib2-dev \
    1.25 +libjpeg-turbo-dev libpng-dev libsamplerate-dev faad2-dev wavpack-dev \
    1.26 +opusfile-dev"
    1.27  
    1.28  compile_rules() {
    1.29  	./configure $CONFIGURE_ARGS &&
    1.30 @@ -24,28 +25,20 @@
    1.31  	make install
    1.32  }
    1.33  
    1.34 -genpkg_rules() {
    1.35 -	case $PACKAGE in
    1.36 -		deadbeef)
    1.37 -			# only limited set of plugins
    1.38 -			copy bin/ applications/ pixmaps/ \
    1.39 -			alsa.so ddb_gui_GTK2.so hotkeys.so m3u.so mms.so mp3.so notify.so \
    1.40 -			supereq.so vorbis.so @ico
    1.41 -			DEPENDS="alsa-lib atk libcairo dbus gdk-pixbuf glib gtk2 jansson \
    1.42 -			libmad libvorbis pango libx11"
    1.43 -			SUGGESTED="deadbeef-plugins"
    1.44 -			TAGS="music audio player MP3 Ogg ape"
    1.45 -			;;
    1.46 -		deadbeef-plugins)
    1.47 -			copy @std @rm; rm -r $fs/usr/share
    1.48 -			CAT="multimedia|extra plugins"
    1.49 -			DEPENDS="deadbeef atk cdparanoia faad2 flac gdk-pixbuf glib \
    1.50 -			gtk2 imlib2 libcddb libcdio libcurl libogg libsamplerate \
    1.51 -			libsndfile zlib"
    1.52 -			TAGS="music audio player MP3 Ogg ape"
    1.53 -			;;
    1.54 -		*-dev)
    1.55 -			copy @dev
    1.56 -			;;
    1.57 -	esac
    1.58 -}
    1.59 +SPLIT="$PACKAGE-plugins $PACKAGE-dev"
    1.60 +
    1.61 +# only limited set of plugins
    1.62 +COPY_deadbeef="bin/ applications/ pixmaps/ \
    1.63 +alsa.so ddb_gui_GTK2.so hotkeys.so m3u.so mms.so mp3.so notify.so \
    1.64 +supereq.so vorbis.so @ico"
    1.65 +DEPENDS_deadbeef="alsa-lib atk dbus gdk-pixbuf glib gtk2 jansson libcairo \
    1.66 +libmad libvorbis libx11 pango"
    1.67 +SUGGESTED_deadbeef="deadbeef-plugins"
    1.68 +TAGS_deadbeef="music audio player MP3 Ogg ape"
    1.69 +
    1.70 +COPY_plugins="@std @rm"
    1.71 +CAT_plugins="multimedia|extra plugins"
    1.72 +DEPENDS_plugins="$PACKAGE atk cdparanoia faad2 flac gdk-pixbuf glib gtk2 \
    1.73 +imlib2 jansson libcddb libcdio libcurl libogg libsamplerate libsndfile \
    1.74 +opusfile wavpack zlib"
    1.75 +TAGS_plugins="music audio player MP3 Ogg ape"