deadbeef: update to 0.5.6; switch to gtk3 ui.
This commit is contained in:
parent
6db41bd13e
commit
ff156e920f
@ -1,3 +1,6 @@
|
||||
libgtk-3.so.0
|
||||
libgdk-3.so.0
|
||||
libsamplerate.so.0
|
||||
libcurl.so.4
|
||||
libc.so.6
|
||||
libmad.so.0
|
||||
@ -8,8 +11,6 @@ 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
|
||||
libpangocairo-1.0.so.0
|
||||
libgdk_pixbuf-2.0.so.0
|
||||
@ -22,9 +23,6 @@ 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
|
||||
|
@ -1,21 +1,21 @@
|
||||
# Template file for 'deadbeef'.
|
||||
pkgname=deadbeef
|
||||
version=0.5.5
|
||||
revision=3
|
||||
version=0.5.6
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static"
|
||||
configure_args="--disable-static --enable-gtk3 --disable-gtk2"
|
||||
depends="desktop-file-utils hicolor-icon-theme"
|
||||
makedepends="pkg-config intltool gtk+-devel libSM-devel libICE-devel
|
||||
makedepends="pkg-config intltool gtk+3-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"
|
||||
pulseaudio-devel faad2-devel libsamplerate-devel yasm"
|
||||
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
|
||||
checksum=17c123eb50e33c89403d8d3035b9132463a227a6905fd42bcbb2a3a5616cea5b
|
||||
long_desc="
|
||||
DeaDBeeF (as in 0xDEADBEEF) is an audio player for GNU/Linux, BSD, OpenSolaris
|
||||
and probably other UNIX-like systems.
|
||||
|
Loading…
x
Reference in New Issue
Block a user