Browse Source
multimedia/vapoursynth: Updated for version R70.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/249/head
Willy Sudiarto Raharjo
1 year ago
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
5 additions and
4 deletions
-
multimedia/vapoursynth/vapoursynth.SlackBuild
-
multimedia/vapoursynth/vapoursynth.info
|
@ -25,7 +25,7 @@ |
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
|
PRGNAM=vapoursynth |
|
|
PRGNAM=vapoursynth |
|
|
VERSION=${VERSION:-R69} |
|
|
|
|
|
|
|
|
VERSION=${VERSION:-R70} |
|
|
BUILD=${BUILD:-1} |
|
|
BUILD=${BUILD:-1} |
|
|
TAG=${TAG:-_SBo} |
|
|
TAG=${TAG:-_SBo} |
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
@ -77,6 +77,7 @@ find -L . \ |
|
|
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; |
|
|
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; |
|
|
|
|
|
|
|
|
autoreconf -fi |
|
|
autoreconf -fi |
|
|
|
|
|
sed -z -i "s|PACKAGE_URL='http://www.vapoursynth.com/\n'|PACKAGE_URL='http://www.vapoursynth.com/'|" configure |
|
|
|
|
|
|
|
|
CFLAGS="$SLKCFLAGS" \ |
|
|
CFLAGS="$SLKCFLAGS" \ |
|
|
CXXFLAGS="$SLKCFLAGS" \ |
|
|
CXXFLAGS="$SLKCFLAGS" \ |
|
|
|
@ -1,8 +1,8 @@ |
|
|
PRGNAM="vapoursynth" |
|
|
PRGNAM="vapoursynth" |
|
|
VERSION="R69" |
|
|
|
|
|
|
|
|
VERSION="R70" |
|
|
HOMEPAGE="https://www.vapoursynth.com/" |
|
|
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="" |
|
|
DOWNLOAD_x86_64="" |
|
|
MD5SUM_x86_64="" |
|
|
MD5SUM_x86_64="" |
|
|
REQUIRES="zimg" |
|
|
REQUIRES="zimg" |
|
|