mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
multimedia/vapoursynth: Updated for version R70.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
bbaad48f43
commit
41992b68d7
2 changed files with 5 additions and 4 deletions
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=vapoursynth
|
||||
VERSION=${VERSION:-R69}
|
||||
VERSION=${VERSION:-R70}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -77,6 +77,7 @@ find -L . \
|
|||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
|
||||
autoreconf -fi
|
||||
sed -z -i "s|PACKAGE_URL='http://www.vapoursynth.com/\n'|PACKAGE_URL='http://www.vapoursynth.com/'|" configure
|
||||
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
CXXFLAGS="$SLKCFLAGS" \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="vapoursynth"
|
||||
VERSION="R69"
|
||||
VERSION="R70"
|
||||
HOMEPAGE="https://www.vapoursynth.com/"
|
||||
DOWNLOAD="https://github.com/vapoursynth/vapoursynth/archive/R69/vapoursynth-R69.tar.gz"
|
||||
MD5SUM="87c61e60a1c3f23796121c635e472638"
|
||||
DOWNLOAD="https://github.com/vapoursynth/vapoursynth/archive/R70/vapoursynth-R70.tar.gz"
|
||||
MD5SUM="5065582c8bad742776ef490cfa2294f5"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="zimg"
|
||||
|
|
Loading…
Reference in a new issue