multimedia/xvidcore: Updated for version 1.3.5.

Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
This commit is contained in:
Heinz Wiesinger 2018-03-17 15:54:55 +01:00 committed by Willy Sudiarto Raharjo
parent c9871e1112
commit c59398ba6c
3 changed files with 8 additions and 8 deletions

View file

@ -13,7 +13,7 @@ xvidcore: project that is developed and maintained by people from all over
xvidcore: the world. Xvid claims to be the best currently available MPEG-4
xvidcore: video codec solution, and it is free software.
xvidcore:
xvidcore: Homepage: http://www.xvid.org/
xvidcore: Homepage: https://labs.xvid.com/project/
xvidcore:
xvidcore:
xvidcore:

View file

@ -3,7 +3,7 @@
# Slackware build script for Xvid
# Copyright 2007, 2008 Frank Caraballo <fecaraballo{at}gmail{dot}com>
# Copyright 2014-2016 Heinz Wiesinger, Amsterdam, The Netherlands
# Copyright 2014-2018 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.4}
VERSION=${VERSION:-1.3.5}
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.gz
tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
cd $PRGNAM
chown -R root:root .
find -L . \

View file

@ -1,8 +1,8 @@
PRGNAM="xvidcore"
VERSION="1.3.4"
HOMEPAGE="http://www.xvid.org/"
DOWNLOAD="http://downloads.xvid.org/downloads/xvidcore-1.3.4.tar.gz"
MD5SUM="8cf4a42f280b03dae452080ef9e7c798"
VERSION="1.3.5"
HOMEPAGE="https://labs.xvid.com/project/"
DOWNLOAD="https://downloads.xvid.com/downloads/xvidcore-1.3.5.tar.bz2"
MD5SUM="6877498cfc5b7f652e1a564699dba655"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""