void-packages/srcpkgs/deadbeef/template

48 lines
2 KiB
Text

# Template file for 'deadbeef'.
pkgname=deadbeef
version=0.5.5
revision=2
build_style=gnu-configure
fulldepends="desktop-file-utils hicolor-icon-theme"
makedepends="pkg-config intltool gtk+-devel libSM-devel libICE-devel
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
pulseaudio-devel faad2-devel yasm"
subpackages="${pkgname}-devel"
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"
checksum=d9d01276f07e90155da37fb257c744af4accb4da17da048ce5604cb1174750b7
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)"
post_install() {
vinstall ${FILESDIR}/deadbeef-queue.desktop 644 usr/share/applications
}