#Packager: Richard Lapointe #Former Packager(s): Name #Anything commented out is optional and can be deleted. pkgname=vlc pkgver=2.0.3 pkgrel=1rl #arch=noarch source=(http://download.videolan.org/pub/videolan/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz) sourcetemplate=http://people.salixos.org/laprjns/$pkgname/$pkgver/ docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url=http://www.videolan.org/vlc/ #dotnew=() #CFLAGS= #CXXFLAGS= #options=('noextract') #doinst() { # #} slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "$pkgname - a multimedia player" "VLC (initially VideoLAN Client) is a highly portable multimedia player" "for various A/V formats (MPEG-1, MPEG-2, MPEG-4, DivX, mp3, ogg,...)" "as well as DVDs, VCDs, and various streaming protocols. It can also be" "used as a server to stream in unicast or multicast in IPv4 or IPv6 on" "a high-bandwidth network." ) build() { cd $startdir/src/${pkgname}-$pkgver ./configure --prefix=/usr \ --sysconfdir=/etc \ --disable-rpath \ --enable-oss \ --enable-faad \ --enable-nls \ --enable-lirc \ --enable-pvr \ --enable-ncurses \ --enable-realrtsp \ --enable-xosd \ --enable-aa \ --enable-vcdx \ --enable-upnp make -j $numjobs || return 1 make install DESTDIR=$startdir/pkg }