Skip to content

Commit

Permalink
tools/MINGW-packages: update openexr/openimageio
Browse files Browse the repository at this point in the history
  • Loading branch information
rodlie committed Oct 10, 2021
1 parent 8e75fd9 commit ba2e346
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions tools/MINGW-packages/mingw-w64-openexr25/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ pkgname=("${MINGW_PACKAGE_PREFIX}-ilmbase"
"${MINGW_PACKAGE_PREFIX}-${_realname}"
#"${MINGW_PACKAGE_PREFIX}-pyilmbase"
)
pkgver=2.5.5
pkgrel=2
pkgver=2.5.7
pkgrel=1
pkgdesc="Openexr library for EXR images (mingw-w64)"
arch=('any')
url="https://www.openexr.com/"
Expand All @@ -29,7 +29,7 @@ source=(${_realname}-${pkgver}.tar.gz::https://github.com/openexr/openexr/archiv
0009-win-dwalookups.patch
0012-exports.patch
0013-no-py2.patch)
sha256sums=('59e98361cb31456a9634378d0f653a2b9554b8900f233450f2396ff495ea76b3'
sha256sums=('36ecb2290cba6fc92b2ec9357f8dc0e364b4f9a90d727bf9a57c84760695272d'
'68bedb3a4acc6f62b1486c7c47c9025f5ce4131468e17445f0c716545ddd00c1'
'460dcfd86b407241382ed4ba5a003ae251c9fdce68e7cfdea021b09898ad2705'
'fba4e95d6921bcd253c8c644063b4c1334c84761a2a2232590d442ca81f8d7cd'
Expand Down
8 changes: 4 additions & 4 deletions tools/MINGW-packages/mingw-w64-openimageio/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
_realname=openimageio
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=2.2.14.0
pkgrel=2
pkgver=2.2.18.0
pkgrel=1
pkgdesc="A library for reading and writing images, including classes, utilities, and applications (mingw-w64)"
arch=('any')
url="http://www.openimageio.org/"
Expand Down Expand Up @@ -33,7 +33,7 @@ source=(${_realname}-${pkgver}.tar.gz::https://github.com/OpenImageIO/oiio/archi
oiio-2.0.8-invalidatespec.patch
oiio-2.2.14-libraw.diff
)
sha256sums=('e41b4b6958d318250caa1d1f167863a915a99062273583bb96457101d54e89cd'
sha256sums=('b8dd189fbc97f1b172528e324daa904f74a166bad62c32e7166ca6c866734a29'
'SKIP'
'e8aec185fd20a6e5cdf77a7155fcaedb301c07bd806f73bd30dfc75af721ac83'
'd9c2e066ce0e94404d31fd649341cc0ee03faf9b4023dfcdf5cf59fbbf466127'
Expand Down Expand Up @@ -78,7 +78,7 @@ build() {
-DUSE_NUKE=OFF \
-DSTOP_ON_WARNING=OFF \
-DBOOST_ROOT=${MINGW_PREFIX} \
-DOpenJpeg_ROOT=${MINGW_PREFIX} \
-DOpenJPEG_ROOT=${MINGW_PREFIX} \
-DOPENJPEG_INCLUDE_DIR=`pkg-config --variable=includedir libopenjp2` \
-DUSE_QT=OFF \
-DUSE_PYTHON=OFF \
Expand Down

0 comments on commit ba2e346

Please sign in to comment.