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


Commits:
48870e93 by Daniel Bermond at 2026-02-15T13:40:37-03:00
upgpkg: 2.3.2-2: gcc-libs deprecation

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

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = kvazaar
        pkgdesc = An open-source HEVC encoder
        pkgver = 2.3.2
-       pkgrel = 1
+       pkgrel = 2
        url = https://github.com/ultravideo/kvazaar/
        arch = x86_64
        license = BSD-3-Clause
@@ -9,8 +9,9 @@ pkgbase = kvazaar
        checkdepends = hm
        makedepends = git
        depends = crypto++
-       depends = gcc-libs
        depends = glibc
+       depends = libgcc
+       depends = libstdc++
        source = git+https://github.com/ultravideo/kvazaar.git#tag=v2.3.2
        source = git+https://github.com/ultravideo/greatest.git
        sha256sums = 
0337ed82eabac599e98df4a7040d2b1a16d4fff805b697b46bc75632c5aaa437


=====================================
PKGBUILD
=====================================
@@ -2,15 +2,16 @@
 
 pkgname=kvazaar
 pkgver=2.3.2
-pkgrel=1
+pkgrel=2
 pkgdesc='An open-source HEVC encoder'
 arch=('x86_64')
 url='https://github.com/ultravideo/kvazaar/'
 license=('BSD-3-Clause')
 depends=(
     'crypto++'
-    'gcc-libs'
-    'glibc')
+    'glibc'
+    'libgcc'
+    'libstdc++')
 makedepends=(
     'git')
 checkdepends=(



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kvazaar/-/commit/48870e93a940aec1653ab943cf181f0410abc114

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


Reply via email to