19 lines
664 B
Plaintext
19 lines
664 B
Plaintext
|
# Description: A GTK+ audio player for GNU/Linux
|
||
|
# URL: http://deadbeef.sourceforge.net
|
||
|
# Maintainer: Alexey Yakovenko
|
||
|
# Packager: pierre at nutyx dot org
|
||
|
# Depends on: gtk3 x264 flac libmad glib librsvg libcaca alsa-lib xorg-libxinerama xorg-libxpm libvpx libcdio vcdimager live libdvdcss libdvdread libdvdnav libogg libtheora lame faac libvorbis ffmpeg faad2 liba52 libmpeg2 libmpcdec fribidi libdv speex pulseaudio
|
||
|
|
||
|
name=deadbeef
|
||
|
version=0.6.1
|
||
|
release=2
|
||
|
|
||
|
source=(http://downloads.sourceforge.net/project/$name/$name-$version.tar.bz2)
|
||
|
|
||
|
build () {
|
||
|
cd $name-$version
|
||
|
./configure --prefix=/usr --disable-ffmpeg --enable-gtk3
|
||
|
make
|
||
|
make DESTDIR=$PKG install
|
||
|
}
|