mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
multimedia/vlc: Updated for version 2.0.3.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
820a73aa0e
commit
7be480d070
2 changed files with 6 additions and 56 deletions
|
@ -27,7 +27,7 @@
|
|||
# -----------------------------------------------------------------------------
|
||||
|
||||
PRGNAM=vlc
|
||||
VERSION=${VERSION:-1.1.12}
|
||||
VERSION=${VERSION:-2.0.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -55,7 +55,7 @@ else
|
|||
LIBDIRSUFFIX=""
|
||||
fi
|
||||
|
||||
DOCS="ABOUT-NLS AUTHORS COPYING HACKING INSTALL NEWS README THANKS"
|
||||
DOCS="ABOUT-NLS AUTHORS COPYING INSTALL NEWS README THANKS"
|
||||
set -e # exit on error
|
||||
|
||||
rm -rf $PKG
|
||||
|
@ -83,56 +83,6 @@ LDFLAGS="$SLKLDFLAGS" \
|
|||
--mandir=/usr/man \
|
||||
--docdir=/usr/doc/vlc-$VERSION \
|
||||
--localstatedir=/var \
|
||||
--without-contrib \
|
||||
--disable-rpath \
|
||||
--disable-debug \
|
||||
--disable-static \
|
||||
--disable-jack \
|
||||
--disable-gnomevfs \
|
||||
--disable-zvbi \
|
||||
--disable-snapshot \
|
||||
--enable-shared \
|
||||
--enable-optimize-memory=no \
|
||||
--enable-qt4 \
|
||||
--enable-ncurses \
|
||||
--enable-lua \
|
||||
--enable-pvr \
|
||||
--enable-dc1394 \
|
||||
--enable-dv \
|
||||
--enable-dvbpsi \
|
||||
--enable-dvdnav \
|
||||
--enable-vcdx \
|
||||
--enable-libcddb \
|
||||
--enable-svg \
|
||||
--enable-svgalib \
|
||||
--enable-telx \
|
||||
--enable-libass \
|
||||
--enable-v4l \
|
||||
--enable-caca \
|
||||
--enable-aa \
|
||||
--enable-switcher \
|
||||
--enable-upnp \
|
||||
--enable-flac \
|
||||
--enable-shout \
|
||||
--enable-schroedinger \
|
||||
--enable-live555 \
|
||||
--enable-real \
|
||||
--enable-realrtsp \
|
||||
--enable-speex \
|
||||
--enable-x264 \
|
||||
--enable-a52 \
|
||||
--enable-faad \
|
||||
--enable-twolame \
|
||||
--enable-ogg \
|
||||
--enable-vorbis \
|
||||
--enable-theora \
|
||||
--enable-avcodec \
|
||||
--enable-avformat \
|
||||
--enable-swscale \
|
||||
--enable-id3tag \
|
||||
--enable-run-as-root \
|
||||
--program-prefix= \
|
||||
--program-suffix= \
|
||||
--build=$ARCH-slackware-linux
|
||||
|
||||
make
|
||||
|
@ -148,7 +98,7 @@ cp extras/analyser/vlc.vim $PKG/$(cd /usr/share/vim/vim*/syntax ; pwd)/
|
|||
|
||||
# package documentation
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a $DOCS $PKG/usr/doc/$PRGNAM-$VERSION || true
|
||||
cp -a $DOCS $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
find $PKG/usr/doc -type f -exec chmod 644 {} \;
|
||||
chown -R root:root $PKG/usr/doc/$PRGNAM-$VERSION/*
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="vlc"
|
||||
VERSION="1.1.12"
|
||||
VERSION="2.0.3"
|
||||
HOMEPAGE="http://www.videolan.org/vlc/"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/vlc/vlc-1.1.12.tar.xz"
|
||||
MD5SUM="56cb9975725a12da8c84882bc00fdce0"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/vlc/vlc-2.0.3.tar.xz"
|
||||
MD5SUM="a7e79565e3df07dcf9abc6cad3ac26bb"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="a52dec faac faad2 ffmpeg libass libavc1394 libdc1394 libdca libdvbpsi libdvdcss libdvdnav libiconv libmatroska libmodplug libmpeg2 libshout libupnp live555 lua musepack-tools portaudio schroedinger speex twolame vcdimager"
|
||||
|
|
Loading…
Reference in a new issue