milis/talimatname/genel/xine-lib/talimat

21 lines
507 B
Plaintext
Raw Normal View History

2016-02-24 01:27:23 +01:00
# Description: contains the library xine
# URL: http://xinehq.de/
2016-07-22 18:56:15 +02:00
# Packager: alihan-ozturk28@hotmail.com
2016-02-24 01:27:23 +01:00
# Depends on: xorg-mesa xorg-libxvmc libxcb faad2 speex libmng libvorbis flac libtheora sdl ffmpeg samba librsvg imagemagick
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
}