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


Commits:
36ea6f95 by Daniel Bermond at 2024-01-17T22:43:47-03:00
upgpkg: 2.3.0-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,17 @@
+pkgbase = kvazaar
+       pkgdesc = An open-source HEVC encoder
+       pkgver = 2.3.0
+       pkgrel = 1
+       url = https://github.com/ultravideo/kvazaar/
+       arch = x86_64
+       license = BSD
+       checkdepends = ffmpeg
+       checkdepends = hm
+       makedepends = git
+       depends = crypto++
+       source = git+https://github.com/ultravideo/kvazaar.git#tag=v2.3.0
+       source = git+https://github.com/ultravideo/greatest.git
+       sha256sums = SKIP
+       sha256sums = SKIP
+
+pkgname = kvazaar


=====================================
PKGBUILD
=====================================
@@ -1,14 +1,14 @@
 # Maintainer: Daniel Bermond <dberm...@archlinux.org>
 
 pkgname=kvazaar
-pkgver=2.2.0
+pkgver=2.3.0
 pkgrel=1
 pkgdesc='An open-source HEVC encoder'
 arch=('x86_64')
 url='https://github.com/ultravideo/kvazaar/'
 license=('BSD')
 depends=('crypto++')
-makedepends=('git' 'yasm')
+makedepends=('git')
 checkdepends=('ffmpeg' 'hm')
 source=("git+https://github.com/ultravideo/kvazaar.git#tag=v${pkgver}";
         'git+https://github.com/ultravideo/greatest.git')



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

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


Reply via email to