Browse Source
multimedia/vvdec: Updated for version 2.22.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/223/head
Andrew Strong
2 years ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
6 additions and
5 deletions
-
multimedia/vvdec/vvdec.SlackBuild
-
multimedia/vvdec/vvdec.info
|
|
@ -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 |
|
|
|
|
|
@ -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="" |
|
|
|