2017-10-27 20:46:27 +02:00
|
|
|
|
# Tanım: Vlc'den kütüphane
|
2017-04-03 15:29:44 +02:00
|
|
|
|
# URL: http://www.slackware.com/~alien/slackbuilds/vlc/
|
2017-10-27 20:46:27 +02:00
|
|
|
|
# Paketçi: milisarge
|
|
|
|
|
# Gerekler: libbluray opus qt5 x264 flac libmad glib librsvg alsa-lib xorg-libxinerama xorg-libxpm libvpx libcdio vcdimager live libdvdcss libdvdread libdvdnav libogg libtheora lame faac libvorbis ffmpeg faad2 liba52 libmpeg2 libmpcdec fribidi lua libdv speex
|
2016-02-24 01:27:23 +01:00
|
|
|
|
|
2017-10-28 14:10:23 +02:00
|
|
|
|
isim=libvlc
|
|
|
|
|
surum=3.0.0
|
|
|
|
|
devir=20160606
|
2016-02-24 01:27:23 +01:00
|
|
|
|
|
2017-10-28 14:10:23 +02:00
|
|
|
|
kaynak=( http://anduin.linuxfromscratch.org/BLFS/vlc/vlc-$surum-$devir.tar.xz
|
2016-07-29 11:31:54 +02:00
|
|
|
|
lua53_compat.patch)
|
2016-02-24 01:27:23 +01:00
|
|
|
|
|
2017-10-27 23:59:41 +02:00
|
|
|
|
derle() {
|
2016-02-24 01:27:23 +01:00
|
|
|
|
|
2017-10-28 14:10:23 +02:00
|
|
|
|
cd vlc-$surum-$devir
|
2016-02-24 01:27:23 +01:00
|
|
|
|
|
2016-07-29 11:31:54 +02:00
|
|
|
|
sed -i '/seems to be moved/s/^/#/' autotools/ltmain.sh
|
|
|
|
|
|
|
|
|
|
BUILDCC=gcc \
|
2016-02-24 01:27:23 +01:00
|
|
|
|
./configure --prefix=/usr \
|
2016-07-29 11:31:54 +02:00
|
|
|
|
--sysconfdir=/etc \
|
|
|
|
|
--enable-bluray \
|
|
|
|
|
--enable-opus \
|
|
|
|
|
RCC=/usr/bin/rcc-qt5
|
2016-02-24 01:27:23 +01:00
|
|
|
|
|
|
|
|
|
make
|
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
|
rm -r $PKG/usr/{lib/vlc,share,bin}
|
|
|
|
|
}
|