# Description: Library from vlc
# URL:  http://www.slackware.com/~alien/slackbuilds/vlc/
# Packager: tnut at nutyx dot org
# Depends on: glib dbus libidn alsa-lib libmad

name=libvlc
version=3.0.0
release=20160606

source=( http://anduin.linuxfromscratch.org/BLFS/vlc/vlc-$version-$release.tar.xz)
	
build() {

cd vlc-$version-$release

sed -i '/seems to be moved/s/^/#/' autotools/ltmain.sh

BUILDCC=gcc \
./configure --prefix=/usr \
--disable-swscale \
--disable-lua \
--disable-a52 \
--disable-avcodec

make
make DESTDIR=$PKG install
rm -r $PKG/usr/{lib/vlc,share,bin}
}
