diff options
author | Andrew Strong <andrew.david.strong@gmail.com> | 2024-04-14 21:53:24 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-04-14 22:35:23 +0700 |
commit | 3eac5f8a998f493f56e28b8fcb827e5502ff94eb (patch) | |
tree | f3e04544e78d815f4aab5ff4dda8583713f70539 /multimedia | |
parent | fccc64555996e409a32640c47e7a34b317840167 (diff) |
multimedia/vvdec: Updated for version 2.22.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/vvdec/vvdec.SlackBuild | 5 | ||||
-rw-r--r-- | multimedia/vvdec/vvdec.info | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/multimedia/vvdec/vvdec.SlackBuild b/multimedia/vvdec/vvdec.SlackBuild index 9f318c757a0da..37f41fd3f45b6 100644 --- a/multimedia/vvdec/vvdec.SlackBuild +++ b/multimedia/vvdec/vvdec.SlackBuild @@ -2,7 +2,7 @@ # ---------------------------------------------------------------------- # Slackware build script for vvdec # -# Copyright (c) 2023 Andrew Strong, Blue Mountains, Australia. +# Copyright (c) 2023-2024 Andrew Strong, Blue Mountains, Australia. # # Permission to use, copy, modify, and distribute this software for # any purpose with or without fee is hereby granted, provided that @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=vvdec -VERSION=${VERSION:-1.6.1} +VERSION=${VERSION:-2.2.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -86,6 +86,7 @@ cd build -DCMAKE_INSTALL_LIBDIR:PATH=lib${LIBDIRSUFFIX} \ -DCMAKE_INSTALL_INCLUDEDIR:PATH=include \ -DBUILD_SHARED_LIBS=1 \ + -DVVDEC_INSTALL_VVDECAPP=on \ -DCMAKE_BUILD_TYPE=Release .. make make install DESTDIR=$PKG diff --git a/multimedia/vvdec/vvdec.info b/multimedia/vvdec/vvdec.info index 10899086daf68..606304881fee7 100644 --- a/multimedia/vvdec/vvdec.info +++ b/multimedia/vvdec/vvdec.info @@ -1,8 +1,8 @@ PRGNAM="vvdec" -VERSION="1.6.1" +VERSION="2.2.0" HOMEPAGE="https://github.com/fraunhoferhhi/vvdec" -DOWNLOAD="https://github.com/fraunhoferhhi/vvdec/archive/v1.6.1/vvdec-1.6.1.tar.gz" -MD5SUM="be71114991acce321869abf44c2b72ef" +DOWNLOAD="https://github.com/fraunhoferhhi/vvdec/archive/v2.2.0/vvdec-2.2.0.tar.gz" +MD5SUM="6f1cd609e3a656ea66643762fa8399a3" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |