wok-next annotate deadbeef/receipt @ rev 21629

updated etherape (0.9.14 -> 0.9.19)
author Hans-G?nter Theisgen
date Thu Jun 25 17:38:33 2020 +0100 (2020-06-25)
parents 82b613cfd1e0
children
rev   line source
al@19868 1 # SliTaz package receipt v2.
pankso@5639 2
pankso@5639 3 PACKAGE="deadbeef"
al@21170 4 VERSION="1.8.0"
pankso@5639 5 CATEGORY="multimedia"
al@19868 6 SHORT_DESC="Simple to use GTK+ audio player with systray support"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15021 8 LICENSE="GPL2 LGPL2.1"
al@19868 9 WEB_SITE="http://deadbeef.sourceforge.net/"
al@19868 10
pankso@5639 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
pankso@5639 12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
al@21170 13 TARBALL_SHA1=""
pascal@15021 14
al@21170 15 BUILD_DEPENDS="gettext intltool yasm zlib-dev jansson-dev gtk2-dev \
al@19868 16 alsa-lib-dev dbus-dev curl-dev libmad-dev libvorbis-dev libogg-dev flac-dev \
al@21170 17 libsndfile-dev libcdio-dev libcddb-dev cdparanoia-dev libx11-dev imlib2-dev \
al@21170 18 libjpeg-turbo-dev libpng-dev libsamplerate-dev faad2-dev wavpack-dev \
al@21170 19 opusfile-dev"
al@19868 20
al@19868 21 compile_rules() {
al@20569 22 ./configure $CONFIGURE_ARGS &&
al@20569 23 fix libtool &&
al@20569 24 make &&
al@20569 25 make install
pankso@5639 26 }
pankso@5639 27
al@21170 28 SPLIT="$PACKAGE-plugins $PACKAGE-dev"
al@21170 29
al@21170 30 # only limited set of plugins
al@21170 31 COPY_deadbeef="bin/ applications/ pixmaps/ \
al@21170 32 alsa.so ddb_gui_GTK2.so hotkeys.so m3u.so mms.so mp3.so notify.so \
al@21170 33 supereq.so vorbis.so @ico"
al@21170 34 DEPENDS_deadbeef="alsa-lib atk dbus gdk-pixbuf glib gtk2 jansson libcairo \
al@21170 35 libmad libvorbis libx11 pango"
al@21170 36 SUGGESTED_deadbeef="deadbeef-plugins"
al@21170 37 TAGS_deadbeef="music audio player MP3 Ogg ape"
al@21170 38
al@21170 39 COPY_plugins="@std @rm"
al@21170 40 CAT_plugins="multimedia|extra plugins"
al@21170 41 DEPENDS_plugins="$PACKAGE atk cdparanoia faad2 flac gdk-pixbuf glib gtk2 \
al@21170 42 imlib2 jansson libcddb libcdio libcurl libogg libsamplerate libsndfile \
al@21170 43 opusfile wavpack zlib"
al@21170 44 TAGS_plugins="music audio player MP3 Ogg ape"