summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Andrew Strong2024-04-29 15:57:20 +0200
committer Willy Sudiarto Raharjo2024-05-04 16:44:58 +0200
commit73a59e6ba087327fd8d5b14534ab7495191ed046 (patch)
tree8dcf83e7a3abdf1ee603faf9db5ed0b29ef8a75a
parent54c6860a92d4292dd04528aa182a9648d18810f5 (diff)
downloadslackbuilds-73a59e6ba087327fd8d5b14534ab7495191ed046.tar.gz
multimedia/vvenc: Updated for version 1.11.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--multimedia/vvenc/README15
-rw-r--r--multimedia/vvenc/vvenc.SlackBuild5
-rw-r--r--multimedia/vvenc/vvenc.info10
3 files changed, 11 insertions, 19 deletions
diff --git a/multimedia/vvenc/README b/multimedia/vvenc/README
index e730b8c6df..4cc2bb4e6d 100644
--- a/multimedia/vvenc/README
+++ b/multimedia/vvenc/README
@@ -5,15 +5,6 @@ by running the following:
vvencapp --help
vvencFFapp --help
-Two issues with the 32bit build currently exist:
-
- 1. VVenC does not currently build on 32bit Linux
- although a fix for this is in progress upstream;
- see Issue 242 on the VVenC github site.
- 2. When failure to build is addressed it is unlikely
- that the memory limits of 32bit processors will allow
- effective encoding.
-
-Note that playback of H.266/VVC files is also currently a
-little challenging under Linux, although 3rd party patches
-for FFmpeg exist.
+Note that playback of H.266/VVC files is currently a little
+challenging under Linux, although 3rd party patches for FFmpeg
+exist.
diff --git a/multimedia/vvenc/vvenc.SlackBuild b/multimedia/vvenc/vvenc.SlackBuild
index c2fbedcf44..c1f179f699 100644
--- a/multimedia/vvenc/vvenc.SlackBuild
+++ b/multimedia/vvenc/vvenc.SlackBuild
@@ -2,7 +2,7 @@
# ----------------------------------------------------------------------
# Slackware build script for vvenc
#
-# 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=vvenc
-VERSION=${VERSION:-1.7.0}
+VERSION=${VERSION:-1.11.1}
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 \
+ -DVVENC_INSTALL_FULLFEATURE_APP=on \
-DCMAKE_BUILD_TYPE=Release ..
make
make install DESTDIR=$PKG
diff --git a/multimedia/vvenc/vvenc.info b/multimedia/vvenc/vvenc.info
index af0bda914c..6751c31e78 100644
--- a/multimedia/vvenc/vvenc.info
+++ b/multimedia/vvenc/vvenc.info
@@ -1,10 +1,10 @@
PRGNAM="vvenc"
-VERSION="1.7.0"
+VERSION="1.11.1"
HOMEPAGE="https://github.com/fraunhoferhhi/vvenc"
-DOWNLOAD="UNSUPPORTED"
-MD5SUM=""
-DOWNLOAD_x86_64="https://github.com/fraunhoferhhi/vvenc/archive/v1.7.0/vvenc-1.7.0.tar.gz"
-MD5SUM_x86_64="bd14534787f4180cd5bebb248b27285f"
+DOWNLOAD="https://github.com/fraunhoferhhi/vvenc/archive/v1.11.1/vvenc-1.11.1.tar.gz"
+MD5SUM="c3267221f7d0f74fe58d751188c2efbb"
+DOWNLOAD_x86_64=""
+MD5SUM_x86_64=""
REQUIRES=""
MAINTAINER="Andrew Strong"
EMAIL="andrew.david.strong@gmail.com"