milis/talimatname/genel/d/deadbeef/talimat

17 lines
608 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: GNU/Linux icin GTK+ ses oynatici
# URL: http://deadbeef.sourceforge.net
# Paketçi: milisarge
# Gerekler: 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)
derle() {
cd $name-$version
./configure --prefix=/usr --disable-ffmpeg --enable-gtk3
make
make DESTDIR=$PKG install
}