Skip to content

Commit

Permalink
kvazaar: update to 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kmilos authored Apr 11, 2024
1 parent 7e7ab05 commit 1c46120
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions mingw-w64-kvazaar/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,32 +3,27 @@
_realname=kvazaar
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=2.3.0
pkgrel=2
pkgver=2.3.1
pkgrel=1
pkgdesc="An open-source HEVC encoder (mingw-w64)"
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64' 'clang32')
msys2_repository_url="https://github.com/ultravideo/kvazaar"
url="https://ultravideo.fi/#encoder"
url="https://ultravideo.fi/kvazaar.html"
license=("spdx:BSD-3-Clause")
makedepends=("${MINGW_PACKAGE_PREFIX}-autotools"
"${MINGW_PACKAGE_PREFIX}-cc")
depends=("${MINGW_PACKAGE_PREFIX}-crypto++"
"${MINGW_PACKAGE_PREFIX}-libwinpthread-git")
source=("https://github.com/ultravideo/${_realname}/archive/v${pkgver}.tar.gz"
"001-clang-pthread-fix.patch"
"https://github.com/ultravideo/kvazaar/commit/f6a9d92a30083b5e228ca1126418e12c515bfa69.patch")
sha256sums=('6d88a9c92c06c275e33ff5df9ed6081f43277988b782298544caa76c20b2b601'
'953c0be5390b235c69e388e224c62b0d3f0e3a1b5ca3f97748c16fc3fbaa53b7'
'f227c39928fad5d34016babe4b017bbb943daa7fe214a673b823cdd9af72a1e3')
"001-clang-pthread-fix.patch")
sha256sums=('c5a1699d0bd50bc6bdba485b3438a5681a43d7b2c4fd6311a144740bfa59c9cc'
'953c0be5390b235c69e388e224c62b0d3f0e3a1b5ca3f97748c16fc3fbaa53b7')

prepare(){
cd ${_realname}-${pkgver}
patch -p1 -i ${srcdir}/001-clang-pthread-fix.patch

# https://github.com/ultravideo/kvazaar/issues/381
patch -p1 -i ${srcdir}/f6a9d92a30083b5e228ca1126418e12c515bfa69.patch

autoreconf -fiv
}

Expand Down

0 comments on commit 1c46120

Please sign in to comment.