Package Details: vvenc 1.14.0-1

Git Clone URL: https://aur.archlinux.org/vvenc.git (read-only, click to copy)
Package Base: vvenc
Description: A H.266/VVC (Versatile Video Coding) encoder
Upstream URL: https://github.com/fraunhoferhhi/vvenc/
Licenses: BSD-3-Clause-Clear
Submitter: dummyx
Maintainer: dbermond
Last Packager: dbermond
Votes: 8
Popularity: 0.77
First Submitted: 2021-05-17 15:29 (UTC)
Last Updated: 2026-01-21 17:01 (UTC)

Latest Comments

HurricanePootis commented on 2026-05-17 20:12 (UTC)

@dbermond

gcc-libs has been replaced upstream by libstdc++ and libgcc.

diff --git a/PKGBUILD b/PKGBUILD
index b613f34..f092d87 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,8 +9,9 @@ arch=('x86_64')
 url='https://github.com/fraunhoferhhi/vvenc/'
 license=('BSD-3-Clause-Clear')
 depends=(
-    'gcc-libs'
-    'glibc')
+    'glibc'
+    'libgcc'
+    'libstdc++')
 makedepends=(
     'cmake')
 source=("https://github.com/fraunhoferhhi/vvenc/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")

dbermond commented on 2025-08-25 15:38 (UTC)

@dreieck fixed. Thanks for reporting.

dreieck commented on 2025-08-24 21:54 (UTC) (edited on 2025-08-25 11:14 (UTC) by dreieck)

Can you also install the file /usr/lib/cmake/vvenc/vvencTargets-shared.cmake?

Trying to build hdrview-git with vvenc installed as make dependency fails with

CMake Error at /usr/lib/cmake/vvenc/vvencConfig.cmake:31 (include):
  include could not find requested file:

    /usr/lib/cmake/vvenc/vvencTargets-shared.cmake
Call Stack (most recent call first):
  /var/cache/makepkg/build/hdrview-git/src/build/_deps/libheif-src/CMakeLists.txt:177 (find_package)

Turns out that vvenc does not install /usr/lib/cmake/vvenc/vvencTargets-shared.cmake.

Package vvenc-git installs this file (and some more .cmake files).

Regards and thanks for the package!

Anquihald commented on 2025-03-20 11:00 (UTC) (edited on 2025-03-20 11:02 (UTC) by Anquihald)

Hello. All the executable build successfully, but all the tests fail with error like this:

what():  ERROR: In function "read_x86_extension_flags" in /usr/src/debug/vvenc-git/vvenc/source/Lib/CommonLib/x86/CommonDefX86.cpp:290: maximum SIMD level of current CPU is SCALAR but at least SSE4.1 is required.

Not all the people have modern x86-64 CPUs. Screenshot.