From 28ab984d597ed74aae6f9429e4ea814f31ee01e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D9=85=D9=87=D8=AF=D9=8A=20=D8=B4=D9=8A=D9=86=D9=88=D9=86?= =?UTF-8?q?=20=28Mehdi=20Chinoune=29?= Date: Wed, 17 Sep 2025 21:03:12 +0100 Subject: [PATCH] Imath 3.2 rebuilds (indirect) Fixes #25570 --- mingw-w64-directxtex/PKGBUILD | 2 +- mingw-w64-gegl/PKGBUILD | 2 +- mingw-w64-gimp/PKGBUILD | 4 ++-- mingw-w64-kimageformats/PKGBUILD | 2 +- mingw-w64-libjxl/PKGBUILD | 2 +- mingw-w64-opencv/PKGBUILD | 2 +- mingw-w64-openimageio/PKGBUILD | 2 +- mingw-w64-vsgxchange/PKGBUILD | 2 +- mingw-w64-vtk/PKGBUILD | 2 +- 9 files changed, 10 insertions(+), 10 deletions(-) diff --git a/mingw-w64-directxtex/PKGBUILD b/mingw-w64-directxtex/PKGBUILD index cec7d3c488..48a7e69dff 100644 --- a/mingw-w64-directxtex/PKGBUILD +++ b/mingw-w64-directxtex/PKGBUILD @@ -6,7 +6,7 @@ pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}") # Version from CMakeLists.txt pkgver=2.0.6 _tag=oct2024 -pkgrel=2 +pkgrel=3 pkgdesc="DirectXTex texture processing library (mingw-w64)" arch=('any') mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64') diff --git a/mingw-w64-gegl/PKGBUILD b/mingw-w64-gegl/PKGBUILD index 4beba4b095..724911da13 100644 --- a/mingw-w64-gegl/PKGBUILD +++ b/mingw-w64-gegl/PKGBUILD @@ -6,7 +6,7 @@ pkgbase="mingw-w64-${_realname}" pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}" "${MINGW_PACKAGE_PREFIX}-${_realname}-docs") pkgver=0.4.62 -pkgrel=4 +pkgrel=5 pkgdesc="Generic Graphics Library (mingw-w64)" arch=('any') mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64') diff --git a/mingw-w64-gimp/PKGBUILD b/mingw-w64-gimp/PKGBUILD index 5dc07c992b..f60a0756f9 100644 --- a/mingw-w64-gimp/PKGBUILD +++ b/mingw-w64-gimp/PKGBUILD @@ -1,11 +1,11 @@ # Maintainer: Alexey Pavlov _realname=gimp -_pkgver=3.0.4 pkgbase=mingw-w64-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}") +_pkgver=3.0.4 pkgver=${_pkgver} -pkgrel=2 +pkgrel=3 pkgdesc="GNU Image Manipulation Program (mingw-w64)" arch=('any') mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64') diff --git a/mingw-w64-kimageformats/PKGBUILD b/mingw-w64-kimageformats/PKGBUILD index 6c92a28efe..b730b89df2 100644 --- a/mingw-w64-kimageformats/PKGBUILD +++ b/mingw-w64-kimageformats/PKGBUILD @@ -5,7 +5,7 @@ _realname=kimageformats pkgbase="mingw-w64-${_realname}" pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}") pkgver=6.18.0 -pkgrel=1 +pkgrel=2 pkgdesc="Plugins to allow QImage to support extra file formats (mingw-w64)" arch=('any') mingw_arch=('ucrt64' 'clang64' 'clangarm64') diff --git a/mingw-w64-libjxl/PKGBUILD b/mingw-w64-libjxl/PKGBUILD index 82b48e7ff3..3742416248 100644 --- a/mingw-w64-libjxl/PKGBUILD +++ b/mingw-w64-libjxl/PKGBUILD @@ -5,7 +5,7 @@ _realname=libjxl pkgbase=mingw-w64-${_realname} pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}" pkgver=0.11.1 -pkgrel=2 +pkgrel=3 pkgdesc='JPEG XL image format reference implementation (mingw-w64)' arch=('any') mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64') diff --git a/mingw-w64-opencv/PKGBUILD b/mingw-w64-opencv/PKGBUILD index 463f94653f..022f2391f4 100644 --- a/mingw-w64-opencv/PKGBUILD +++ b/mingw-w64-opencv/PKGBUILD @@ -7,7 +7,7 @@ pkgbase=mingw-w64-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}" "${MINGW_PACKAGE_PREFIX}-python-${_realname}") pkgver=4.12.0 -pkgrel=5 +pkgrel=6 pkgdesc="Open Source Computer Vision Library (mingw-w64)" arch=('any') mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64') diff --git a/mingw-w64-openimageio/PKGBUILD b/mingw-w64-openimageio/PKGBUILD index 48c32b107c..fa21611703 100644 --- a/mingw-w64-openimageio/PKGBUILD +++ b/mingw-w64-openimageio/PKGBUILD @@ -4,7 +4,7 @@ _realname=openimageio pkgbase=mingw-w64-${_realname} pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}" pkgver=3.0.10.0 -pkgrel=2 +pkgrel=3 pkgdesc="A library for reading and writing images, including classes, utilities, and applications (mingw-w64)" arch=('any') mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64') diff --git a/mingw-w64-vsgxchange/PKGBUILD b/mingw-w64-vsgxchange/PKGBUILD index d29ed9cf79..9fd9a6be67 100644 --- a/mingw-w64-vsgxchange/PKGBUILD +++ b/mingw-w64-vsgxchange/PKGBUILD @@ -5,7 +5,7 @@ pkgbase=mingw-w64-${_realname,,} pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname,,}" "${MINGW_PACKAGE_PREFIX}-${_realname,,}-docs") pkgver=1.1.6 -pkgrel=5 +pkgrel=6 pkgdesc="Utility library for converting data+materials to/from VulkanSceneGraph (mingw-w64)" arch=('any') mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64') diff --git a/mingw-w64-vtk/PKGBUILD b/mingw-w64-vtk/PKGBUILD index 181f365e2e..7813f0ef33 100644 --- a/mingw-w64-vtk/PKGBUILD +++ b/mingw-w64-vtk/PKGBUILD @@ -5,7 +5,7 @@ _realname=vtk pkgbase="mingw-w64-${_realname}" pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}" pkgver=9.5.0 -pkgrel=4 +pkgrel=5 pkgdesc="A software system for 3D computer graphics, image processing and visualization (mingw-w64)" arch=('any') mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')