Skip to content

Commit

Permalink
libheif: update to 1.19.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kmilos authored and lazka committed Nov 20, 2024
1 parent ba63749 commit 7155e29
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions mingw-w64-libheif/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
_realname=libheif
pkgbase=mingw-w64-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
pkgver=1.19.4
pkgver=1.19.5
pkgrel=1
pkgdesc="HEIF image decoder/encoder library and tools (mingw-w64)"
arch=('any')
Expand Down Expand Up @@ -37,7 +37,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs"
"${MINGW_PACKAGE_PREFIX}-x265"
"${MINGW_PACKAGE_PREFIX}-zlib")
source=("https://github.com/strukturag/libheif/releases/download/v${pkgver}/${_realname}-${pkgver}.tar.gz")
sha256sums=('44c35b80596561ab531556175309f5f0ab3fcf7a7517dd933940574063f2af85')
sha256sums=('d3cf0a76076115a070f9bc87cf5259b333a1f05806500045338798486d0afbaf')

build() {
mkdir -p "${srcdir}"/build-${MSYSTEM} && cd "${srcdir}"/build-${MSYSTEM}
Expand Down Expand Up @@ -70,7 +70,6 @@ build() {
-DWITH_OpenJPEG_ENCODER=ON \
-DWITH_OPENJPH_ENCODER=$( [[ ${CARCH} == i686 ]] &&
echo "OFF" || echo "ON" ) \
-DWITH_UNCOMPRESSED_CODEC=ON \
-DX265_CFLAGS="-DX265_API_IMPORTS" \
../${_realname}-${pkgver}

Expand Down

0 comments on commit 7155e29

Please sign in to comment.