diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-09-21 23:18:46 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-09-27 23:12:00 +0700 |
commit | 41992b68d7abebf24b7d7f219130e829d0f9187f (patch) | |
tree | 67d90aa736a4a550b9e71cecbea8598b3cdda339 /multimedia | |
parent | bbaad48f43dda9010a40b8d4d3455a79cdc66931 (diff) |
multimedia/vapoursynth: Updated for version R70.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/vapoursynth/vapoursynth.SlackBuild | 3 | ||||
-rw-r--r-- | multimedia/vapoursynth/vapoursynth.info | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/multimedia/vapoursynth/vapoursynth.SlackBuild b/multimedia/vapoursynth/vapoursynth.SlackBuild index 7dd9e848acefb..1e8b6fd7a991c 100644 --- a/multimedia/vapoursynth/vapoursynth.SlackBuild +++ b/multimedia/vapoursynth/vapoursynth.SlackBuild @@ -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" \ diff --git a/multimedia/vapoursynth/vapoursynth.info b/multimedia/vapoursynth/vapoursynth.info index 11fad2731b87e..da60f4bacddba 100644 --- a/multimedia/vapoursynth/vapoursynth.info +++ b/multimedia/vapoursynth/vapoursynth.info @@ -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" |