Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages / 
libvpl


Commits:
f5eefff3 by Daniel Bermond at 2026-02-15T12:10:08-03:00
upgpkg: 2.16.0-2: gcc-libs deprecation

https://archlinux.org/todo/gcc-libs-deprecation/

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,13 +1,14 @@
 pkgbase = libvpl
        pkgdesc = Intel Video Processing Library
        pkgver = 2.16.0
-       pkgrel = 1
+       pkgrel = 2
        url = https://intel.github.io/libvpl/
        arch = x86_64
        license = MIT
        makedepends = cmake
-       depends = gcc-libs
        depends = glibc
+       depends = libgcc
+       depends = libstdc++
        optdepends = intel-media-sdk: runtime implementation for legacy Intel 
GPUs
        optdepends = vpl-gpu-rt: runtime implementation for Tiger Lake and 
newer GPUs
        provides = onevpl


=====================================
PKGBUILD
=====================================
@@ -2,14 +2,15 @@
 
 pkgname=libvpl
 pkgver=2.16.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Intel Video Processing Library'
 arch=('x86_64')
 url='https://intel.github.io/libvpl/'
 license=('MIT')
 depends=(
-    'gcc-libs'
-    'glibc')
+    'glibc'
+    'libgcc'
+    'libstdc++')
 optdepends=(
     'intel-media-sdk: runtime implementation for legacy Intel GPUs'
     'vpl-gpu-rt: runtime implementation for Tiger Lake and newer GPUs')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libvpl/-/commit/f5eefff3d7cd1346ba1db57217310534fe615fce

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libvpl/-/commit/f5eefff3d7cd1346ba1db57217310534fe615fce
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to