New package: deadbeef-0.5.5.
This commit is contained in:
parent
7efda9bf9f
commit
4e69627262
4 changed files with 102 additions and 0 deletions
1
srcpkgs/deadbeef-devel
Symbolic link
1
srcpkgs/deadbeef-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
deadbeef
|
12
srcpkgs/deadbeef/deadbeef-devel.template
Normal file
12
srcpkgs/deadbeef/deadbeef-devel.template
Normal file
|
@ -0,0 +1,12 @@
|
|||
# Template file for 'deadbeef-devel'.
|
||||
#
|
||||
depends="deadbeef"
|
||||
short_desc="${sourcepkg} development files"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
do_install() {
|
||||
vmove usr/include usr
|
||||
vmove "usr/lib/deadbeef/*.a" usr/lib/deadbeef
|
||||
}
|
44
srcpkgs/deadbeef/deadbeef.rshlibs
Normal file
44
srcpkgs/deadbeef/deadbeef.rshlibs
Normal file
|
@ -0,0 +1,44 @@
|
|||
libcurl.so.4
|
||||
libc.so.6
|
||||
libmad.so.0
|
||||
libvorbis.so.0
|
||||
libvorbisfile.so.3
|
||||
libFLAC.so.8
|
||||
libwavpack.so.1
|
||||
libsndfile.so.1
|
||||
libcdio.so.13
|
||||
libcddb.so.2
|
||||
libgtk-x11-2.0.so.0
|
||||
libgdk-x11-2.0.so.0
|
||||
libatk-1.0.so.0
|
||||
libgio-2.0.so.0
|
||||
libpangoft2-1.0.so.0
|
||||
libpangocairo-1.0.so.0
|
||||
libgdk_pixbuf-2.0.so.0
|
||||
libcairo.so.2
|
||||
libpango-1.0.so.0
|
||||
libfreetype.so.6
|
||||
libfontconfig.so.1
|
||||
libgobject-2.0.so.0
|
||||
libgthread-2.0.so.0
|
||||
librt.so.1
|
||||
libglib-2.0.so.0
|
||||
libSM.so.6
|
||||
libICE.so.6
|
||||
libpthread.so.0
|
||||
libasound.so.2
|
||||
libavcodec.so.53
|
||||
libavutil.so.51
|
||||
libavformat.so.53
|
||||
libX11.so.6
|
||||
libImlib2.so.1
|
||||
libstdc++.so.6
|
||||
libm.so.6
|
||||
ld-linux.so.2
|
||||
libgcc_s.so.1
|
||||
libz.so.1
|
||||
libpulse-simple.so.0
|
||||
libpulse.so.0
|
||||
libdbus-1.so.3
|
||||
libfaad.so.2
|
||||
libdl.so.2
|
45
srcpkgs/deadbeef/template
Normal file
45
srcpkgs/deadbeef/template
Normal file
|
@ -0,0 +1,45 @@
|
|||
# Template file for 'deadbeef'.
|
||||
pkgname=deadbeef
|
||||
version=0.5.5
|
||||
revision=1
|
||||
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"
|
||||
gtk_iconcache_dirs="/usr/share/icons/hicolor"
|
||||
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)"
|
||||
|
Loading…
Reference in a new issue