kvazaar: update to 2.3.2 (#25574)

This commit is contained in:
Miloš Komarčević 2025-09-18 21:29:15 +02:00 committed by GitHub
parent 3362e35a75
commit 63934dd8be
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 11 deletions

View File

@ -1,12 +1,10 @@
--- kvazaar-2.1.0-orig/m4/ax_pthread.m4 2021-10-13 20:24:01.000000000 +0800
+++ kvazaar-2.1.0/m4/ax_pthread.m4 2022-01-06 20:12:17.727193800 +0800
@@ -261,8 +261,8 @@
# -pthread does define _REENTRANT, and while the Darwin headers
--- kvazaar-2.3.2-orig/m4/ax_pthread.m4 2025-09-17 12:07:49.000000000 +0200
+++ kvazaar-2.3.2/m4/ax_pthread.m4 2025-09-18 10:24:12.222966700 +0200
@@ -262,7 +262,7 @@
# ignore this macro, third-party headers might not.)
- PTHREAD_CFLAGS="-pthread"
- PTHREAD_LIBS=
+ PTHREAD_CFLAGS=
PTHREAD_CFLAGS=
- PTHREAD_LIBS="-pthread"
+ PTHREAD_LIBS="-lpthread"
ax_pthread_ok=yes

View File

@ -3,8 +3,8 @@
_realname=kvazaar
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=2.3.1
pkgrel=2
pkgver=2.3.2
pkgrel=1
pkgdesc="An open-source HEVC encoder (mingw-w64)"
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
@ -17,8 +17,8 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-autotools"
"${MINGW_PACKAGE_PREFIX}-cc")
source=("https://github.com/ultravideo/${_realname}/archive/v${pkgver}/${_realname}-${pkgver}.tar.gz"
"001-clang-pthread-fix.patch")
sha256sums=('c5a1699d0bd50bc6bdba485b3438a5681a43d7b2c4fd6311a144740bfa59c9cc'
'953c0be5390b235c69e388e224c62b0d3f0e3a1b5ca3f97748c16fc3fbaa53b7')
sha256sums=('ddd0038696631ca5368d8e40efee36d2bbb805854b9b1dda8b12ea9b397ea951'
'465a75a3b28e921b60e6558da744d62eb073fe774745d33a8f8de1a6da2a0015')
prepare(){
cd ${_realname}-${pkgver}