multimedia/vvdec: Updated for version 2.22.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Andrew Strong 2024-04-14 21:53:24 +07:00 committed by Willy Sudiarto Raharjo
parent fccc645559
commit 3eac5f8a99
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 6 additions and 5 deletions

View file

@ -2,7 +2,7 @@
# ---------------------------------------------------------------------- # ----------------------------------------------------------------------
# Slackware build script for vvdec # 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 # Permission to use, copy, modify, and distribute this software for
# any purpose with or without fee is hereby granted, provided that # any purpose with or without fee is hereby granted, provided that
@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd) cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=vvdec PRGNAM=vvdec
VERSION=${VERSION:-1.6.1} VERSION=${VERSION:-2.2.0}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz} PKGTYPE=${PKGTYPE:-tgz}
@ -86,6 +86,7 @@ cd build
-DCMAKE_INSTALL_LIBDIR:PATH=lib${LIBDIRSUFFIX} \ -DCMAKE_INSTALL_LIBDIR:PATH=lib${LIBDIRSUFFIX} \
-DCMAKE_INSTALL_INCLUDEDIR:PATH=include \ -DCMAKE_INSTALL_INCLUDEDIR:PATH=include \
-DBUILD_SHARED_LIBS=1 \ -DBUILD_SHARED_LIBS=1 \
-DVVDEC_INSTALL_VVDECAPP=on \
-DCMAKE_BUILD_TYPE=Release .. -DCMAKE_BUILD_TYPE=Release ..
make make
make install DESTDIR=$PKG make install DESTDIR=$PKG

View file

@ -1,8 +1,8 @@
PRGNAM="vvdec" PRGNAM="vvdec"
VERSION="1.6.1" VERSION="2.2.0"
HOMEPAGE="https://github.com/fraunhoferhhi/vvdec" HOMEPAGE="https://github.com/fraunhoferhhi/vvdec"
DOWNLOAD="https://github.com/fraunhoferhhi/vvdec/archive/v1.6.1/vvdec-1.6.1.tar.gz" DOWNLOAD="https://github.com/fraunhoferhhi/vvdec/archive/v2.2.0/vvdec-2.2.0.tar.gz"
MD5SUM="be71114991acce321869abf44c2b72ef" MD5SUM="6f1cd609e3a656ea66643762fa8399a3"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="" REQUIRES=""