multimedia/xvidcore: Updated for version 1.3.4.
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
This commit is contained in:
parent
cdcc873896
commit
02de7e11a4
|
@ -3,7 +3,7 @@
|
|||
# Slackware build script for Xvid
|
||||
|
||||
# Copyright 2007, 2008 Frank Caraballo <fecaraballo{at}gmail{dot}com>
|
||||
# Copyright 2014 Heinz Wiesinger, Amsterdam, The Netherlands
|
||||
# Copyright 2014-2016 Heinz Wiesinger, Amsterdam, The Netherlands
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -24,7 +24,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=xvidcore
|
||||
VERSION=${VERSION:-1.3.3}
|
||||
VERSION=${VERSION:-1.3.4}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -61,7 +61,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
cd $PRGNAM
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="xvidcore"
|
||||
VERSION="1.3.3"
|
||||
VERSION="1.3.4"
|
||||
HOMEPAGE="http://www.xvid.org/"
|
||||
DOWNLOAD="http://downloads.xvid.org/downloads/xvidcore-1.3.3.tar.bz2"
|
||||
MD5SUM="f0a77572ac4694038e8519726b2883d9"
|
||||
DOWNLOAD="http://downloads.xvid.org/downloads/xvidcore-1.3.4.tar.gz"
|
||||
MD5SUM="8cf4a42f280b03dae452080ef9e7c798"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue