milis/talimatname/genel/x/xine-lib/talimat

21 lines
505 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Xine kütüphanesini içeriyor
2016-02-24 01:27:23 +01:00
# URL: http://xinehq.de/
2017-10-27 20:46:27 +02:00
# Paketçi: alihan-ozturk28@hotmail.com
# Gerekler: xorg-mesa xorg-libxvmc libxcb faad2 speex libmng libvorbis flac libtheora sdl ffmpeg samba librsvg imagemagick
2016-02-24 01:27:23 +01:00
name=xine-lib
version=1.2.6
release=1
source=(http://downloads.sourceforge.net/xine/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr \
--disable-vcd \
--disable-modplug \
--docdir=/usr/share/doc/$name-$version
make
make DESTDIR=$PKG install
}