2012-10-02 04:18:18 +00:00
|
|
|
# Template file for 'deadbeef'.
|
|
|
|
pkgname=deadbeef
|
2012-11-08 22:05:28 +00:00
|
|
|
version=0.5.6
|
|
|
|
revision=1
|
2012-10-02 04:18:18 +00:00
|
|
|
build_style=gnu-configure
|
2012-11-08 22:05:28 +00:00
|
|
|
configure_args="--disable-static --enable-gtk3 --disable-gtk2"
|
2012-10-11 07:26:14 +00:00
|
|
|
depends="desktop-file-utils hicolor-icon-theme"
|
2012-11-08 22:05:28 +00:00
|
|
|
makedepends="pkg-config intltool gtk+3-devel libSM-devel libICE-devel
|
2012-10-11 07:26:14 +00:00
|
|
|
alsa-lib-devel ffmpeg-devel libvorbis-devel libcurl-devel imlib2-devel
|
|
|
|
jpeg-devel libpng-devel libmad-devel libflac-devel wavpack-devel
|
|
|
|
libsndfile-devel libcdio-devel libcddb-devel libX11-devel dbus-devel
|
2012-11-08 22:05:28 +00:00
|
|
|
pulseaudio-devel faad2-devel libsamplerate-devel yasm"
|
2012-10-02 04:18:18 +00:00
|
|
|
short_desc="Ultimate Music Player For GNU/Linux"
|
|
|
|
maintainer="davehome <davehome@redthumb.info.tm>"
|
|
|
|
license="GPL-2,LGPL-2.1"
|
|
|
|
homepage="http://deadbeef.sourceforge.net"
|
|
|
|
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.bz2"
|
2012-11-08 22:05:28 +00:00
|
|
|
checksum=17c123eb50e33c89403d8d3035b9132463a227a6905fd42bcbb2a3a5616cea5b
|
2012-10-02 04:18:18 +00:00
|
|
|
long_desc="
|
|
|
|
DeaDBeeF (as in 0xDEADBEEF) is an audio player for GNU/Linux, BSD, OpenSolaris
|
|
|
|
and probably other UNIX-like systems.
|
|
|
|
|
|
|
|
It is mainly written by Alexey Yakovenko, with contributions from a lot of
|
|
|
|
different people (see about box in the player for more details).
|
|
|
|
|
|
|
|
Some features (incomplete list):
|
|
|
|
- mp3, ogg vorbis, flac, ape, wv, wav, m4a, mpc, tta, cd audio (and many more)
|
|
|
|
- sid, nsf and lots of other popular chiptune formats
|
|
|
|
- ID3v1, ID3v2.2, ID3v2.3, ID3v2.4, APEv2, xing/info tags support
|
|
|
|
- unicode tags are fully supported as well (both utf8 and ucs2)
|
|
|
|
- cuesheet (.cue files) support, with charset detection (utf8/cp1251/iso8859-1)
|
|
|
|
- tracker modules like mod, s3m, it, xm, etc
|
|
|
|
- gtk2 interface with efficient custom widgets
|
|
|
|
- no GNOME or KDE dependencies
|
|
|
|
- minimize to tray, with scrollwheel volume control
|
|
|
|
- control playback from command line
|
|
|
|
- global hotkeys
|
|
|
|
- 18-band graphical equalizer
|
|
|
|
- radio and podcast support for ogg vorbis, mp3 and aac streams
|
|
|
|
- gapless playback
|
|
|
|
- plugin support; bundled with lots of plugins
|
|
|
|
- duration calculation is as precise as possible for vbr mp3 files (with and
|
|
|
|
without xing/info tags)"
|
|
|
|
|
2012-10-02 04:59:56 +00:00
|
|
|
post_install() {
|
|
|
|
vinstall ${FILESDIR}/deadbeef-queue.desktop 644 usr/share/applications
|
2012-10-11 07:26:14 +00:00
|
|
|
# Remove devel stuff.
|
|
|
|
rm -rf ${DESTDIR}/usr/include
|
2012-10-02 04:59:56 +00:00
|
|
|
}
|