milis/talimatname/genel/vlc/talimat

31 lines
904 B
Text
Raw Normal View History

2016-03-30 16:50:34 +03:00
# Description: The cross-platform media player and streaming server
# URL: http://www.videolan.org/vlc/
# Packager: milisarge@gmail.com
2016-10-08 22:00:40 +00:00
# Depends on: libvlc qt5 x264 flac libmad glib dbus libidn 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 02:27:23 +02:00
name=vlc
2016-07-29 09:31:54 +00:00
version=3.0.0
2016-10-08 22:00:40 +00:00
release=20160606
2016-02-24 02:27:23 +02:00
2016-10-08 22:00:40 +00:00
source=( http://anduin.linuxfromscratch.org/BLFS/$name/$name-$version-$release.tar.xz)
2016-07-29 09:31:54 +00:00
2016-02-24 02:27:23 +02:00
build() {
2016-07-29 09:31:54 +00:00
2016-10-08 22:00:40 +00:00
cd $name-$version-$release
2016-07-23 14:36:11 +00:00
2016-10-08 22:00:40 +00:00
sed -i '/seems to be moved/s/^/#/' autotools/ltmain.sh
2016-07-23 14:36:11 +00:00
2016-07-29 09:31:54 +00:00
BUILDCC=gcc \
2016-07-23 14:36:11 +00:00
./configure --prefix=/usr \
2016-10-08 22:00:40 +00:00
--disable-swscale \
--disable-lua \
--disable-a52 \
--disable-avcodec \
RCC=/usr/bin/rcc-qt5
make
make DESTDIR=$PKG docdir=/usr/share/doc/$name-$version-release install
2016-07-23 14:36:11 +00:00
}