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


Commits:
ffd76804 by Daniel Bermond at 2025-09-17T21:30:48-03:00
Update dependencies

- - - - -
3392b12f by Daniel Bermond at 2025-09-17T21:33:44-03:00
upgpkg: 2.3.2-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = kvazaar
        pkgdesc = An open-source HEVC encoder
-       pkgver = 2.3.1
+       pkgver = 2.3.2
        pkgrel = 1
        url = https://github.com/ultravideo/kvazaar/
        arch = x86_64
@@ -9,9 +9,11 @@ pkgbase = kvazaar
        checkdepends = hm
        makedepends = git
        depends = crypto++
-       source = git+https://github.com/ultravideo/kvazaar.git#tag=v2.3.1
+       depends = gcc-libs
+       depends = glibc
+       source = git+https://github.com/ultravideo/kvazaar.git#tag=v2.3.2
        source = git+https://github.com/ultravideo/greatest.git
-       sha256sums = 
0de1aff6b72e58dffc70515ba91db46667454e651c231d5d53cba4b31b35c206
+       sha256sums = 
0337ed82eabac599e98df4a7040d2b1a16d4fff805b697b46bc75632c5aaa437
        sha256sums = SKIP
 
 pkgname = kvazaar


=====================================
PKGBUILD
=====================================
@@ -1,18 +1,24 @@
 # Maintainer: Daniel Bermond <dberm...@archlinux.org>
 
 pkgname=kvazaar
-pkgver=2.3.1
+pkgver=2.3.2
 pkgrel=1
 pkgdesc='An open-source HEVC encoder'
 arch=('x86_64')
 url='https://github.com/ultravideo/kvazaar/'
 license=('BSD-3-Clause')
-depends=('crypto++')
-makedepends=('git')
-checkdepends=('ffmpeg' 'hm')
+depends=(
+    'crypto++'
+    'gcc-libs'
+    'glibc')
+makedepends=(
+    'git')
+checkdepends=(
+    'ffmpeg'
+    'hm')
 source=("git+https://github.com/ultravideo/kvazaar.git#tag=v${pkgver}";
         'git+https://github.com/ultravideo/greatest.git')
-sha256sums=('0de1aff6b72e58dffc70515ba91db46667454e651c231d5d53cba4b31b35c206'
+sha256sums=('0337ed82eabac599e98df4a7040d2b1a16d4fff805b697b46bc75632c5aaa437'
             'SKIP')
 
 prepare() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kvazaar/-/compare/f10539ef68fb1ad6c380b3805bdea34b61c68a40...3392b12f6e94e4b20350141db505c442f131afd0

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kvazaar/-/compare/f10539ef68fb1ad6c380b3805bdea34b61c68a40...3392b12f6e94e4b20350141db505c442f131afd0
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to