Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions mingw-w64-openimageio/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
_realname=openimageio
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=3.1.11.0
pkgver=3.1.12.0
pkgrel=1
pkgdesc="A library for reading and writing images, including classes, utilities, and applications (mingw-w64)"
arch=('any')
Expand Down Expand Up @@ -52,9 +52,11 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-cc"
optdepends=("${MINGW_PACKAGE_PREFIX}-python: bindings support"
"${MINGW_PACKAGE_PREFIX}-qt6-base: iv image viewer")
source=(https://github.com/AcademySoftwareFoundation/OpenImageIO/releases/download/v${pkgver}/${_realname}-${pkgver}.tar.gz
https://patch-diff.githubusercontent.com/raw/AcademySoftwareFoundation/OpenImageIO/pull/5129.patch
0000-workaround-ansidecl-h-PTR-define-conflict.patch
0002-mingw-putenv.patch)
sha256sums=('c547db09f45bc2b66bdbaa1d21c8e418beaa471ad9a9c4b1ef0a772cf9eb323d'
sha256sums=('704511376faf32767cdcd9aa9a6d0be2b03b91f849ad9008227dc9f0e14bc265'
'094558698f11ee20e8d40e5cdcd168f3bf1d0fc3d93d37c0e45bd2528a281f38'
'9e4e21333676268a91c0f4e7676aeab7658e5f748e7e5cfe43a92f0fd7931229'
'a03bcafded0808f9894d26b55a2bf26e69ce0676bf73d8a512ec1546de16ca34')

Expand All @@ -72,6 +74,9 @@ prepare() {
apply_patch_with_msg \
0000-workaround-ansidecl-h-PTR-define-conflict.patch \
0002-mingw-putenv.patch

# https://github.com/AcademySoftwareFoundation/OpenImageIO/issues/5124
apply_patch_with_msg 5129.patch
}

build() {
Expand Down