Github messages for voidlinux
 help / color / mirror / Atom feed
From: mhmdanas <mhmdanas@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] imath: update to 3.1.7.
Date: Tue, 07 Mar 2023 21:15:05 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-42652@inbox.vuxu.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 1233 bytes --]

There is a new pull request by mhmdanas against master on the void-packages repository

https://github.com/mhmdanas/void-packages imath-3.1.7
https://github.com/void-linux/void-packages/pull/42652

imath: update to 3.1.7.

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

@motorto

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/42652.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-imath-3.1.7-42652.patch --]
[-- Type: text/x-diff, Size: 21417 bytes --]

From 32527580319003e557d50ceb047ea5766d3f5153 Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Tue, 7 Mar 2023 19:55:41 +0000
Subject: [PATCH 01/17] imath: update to 3.1.7.

---
 common/shlibs          |  2 +-
 srcpkgs/imath/template | 18 ++++++++++++------
 2 files changed, 13 insertions(+), 7 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index ce31638c1c9e..79e1221a016b 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4228,7 +4228,7 @@ libdspy-1.so.1 d-spy-1.4.0_1
 libpanel-1.so.1 libpanel-1.0.1_1
 libqrtr.so.1 qrtr-ns-1.0_1
 libbpf.so.1 libbpf-1.0.0_1
-libImath-3_1.so.29 imath-3.1.5_1
+libImath-3_1.so.30 imath-3.1.7_1
 libIex-3_1.so.30 libopenexr-3.1.5_1
 libIlmThread-3_1.so.30 libopenexr-3.1.5_1
 libOpenEXR-3_1.so.30 libopenexr-3.1.5_1
diff --git a/srcpkgs/imath/template b/srcpkgs/imath/template
index 2729357d7465..b7c832bec0d7 100644
--- a/srcpkgs/imath/template
+++ b/srcpkgs/imath/template
@@ -1,6 +1,6 @@
 # Template file for 'imath'
 pkgname=imath
-version=3.1.6
+version=3.1.7
 revision=1
 build_style=cmake
 configure_args="-DPYTHON=ON"
@@ -9,14 +9,20 @@ makedepends="boost-devel python3-devel python3-numpy"
 short_desc="C++/Python library for 2D/3D vector/matrix/math operations"
 maintainer="André Cerqueira <acerqueira021@gmail.com>"
 license="BSD-3-Clause"
-homepage="https://www.openexr.com/"
+homepage="https://imath.readthedocs.io/"
 changelog="https://raw.githubusercontent.com/AcademySoftwareFoundation/Imath/main/CHANGES.md"
-distfiles="https://github.com/AcademySoftwareFoundation/Imath/archive/v${version}/${pkgname}-${version}.tar.gz"
-checksum=ea5592230f5ab917bea3ceab266cf38eb4aa4a523078d46eac0f5a89c52304db
+distfiles="https://github.com/AcademySoftwareFoundation/Imath/archive/v${version}/imath-${version}.tar.gz"
+checksum=bff1fa140f4af0e7f02c6cb78d41b9a7d5508e6bcdfda3a583e35460eb6d4b47
+
+if [ "$XBPS_CHECK_PKGS" ]; then
+	configure_args+=" -DBUILD_TESTING=ON"
+else
+	configure_args+=" -DBUILD_TESTING=OFF"
+fi
 
 if [ "$XBPS_MACHINE" = "i686" ]
 then
-	make_check=no # Test Fails in i868
+	make_check=no # Test Fails in i686
 	# See upstream: https://github.com/AcademySoftwareFoundation/Imath/issues/151
 fi
 
@@ -34,7 +40,7 @@ imath-python3_package() {
 }
 
 imath-devel_package() {
-	depends="${sourcepkg}>=${version}_${revision}, imath-python3>=${version}_${revision}"
+	depends="${sourcepkg}>=${version}_${revision} imath-python3>=${version}_${revision}"
 	short_desc+=" - development files"
 	pkg_install() {
 		vmove usr/include

From e7c8fe7802a295d0da85c47167a7eed926b1b816 Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Tue, 7 Mar 2023 19:56:22 +0000
Subject: [PATCH 02/17] openexr: revbump for imath-3.1.7.

---
 srcpkgs/openexr/template | 17 +++++++++++------
 1 file changed, 11 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/openexr/template b/srcpkgs/openexr/template
index 9a37d32f1254..2c2b21b043b5 100644
--- a/srcpkgs/openexr/template
+++ b/srcpkgs/openexr/template
@@ -1,7 +1,7 @@
 # Template file for 'openexr'
 pkgname=openexr
 version=3.1.5
-revision=1
+revision=2
 build_style=cmake
 build_helper="qemu"
 hostmakedepends="pkg-config"
@@ -11,14 +11,19 @@ maintainer="André Cerqueira <acerqueira021@gmail.com>"
 license="BSD-3-Clause"
 homepage="https://www.openexr.com/"
 changelog="https://raw.githubusercontent.com/AcademySoftwareFoundation/openexr/main/CHANGES.md"
-distfiles="https://github.com/openexr/openexr/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
+distfiles="https://github.com/openexr/openexr/archive/v${version}.tar.gz>openexr-${version}.tar.gz"
 checksum=93925805c1fc4f8162b35f0ae109c4a75344e6decae5a240afdfce25f8a433ec
 
-if [ "$XBPS_TARGET_WORDSIZE" = "32" ]
-then
-	make_check=no # Test Fails in i868
+if [ "$XBPS_CHECK_PKGS" ]; then
+	configure_args+=" -DBUILD_TESTING=ON"
+else
+	configure_args+=" -DBUILD_TESTING=OFF"
+fi
+
+if [ "$XBPS_MACHINE" = "i686" ]; then
+	make_check=no # Test Fails in i686
 	# See upstream:
-	# https://github.com/AcademySoftwareFoundation/openexr/issues/876
+	# https://github.com/AcademySoftwareFoundation/openexr/issues/1281
 fi
 
 post_install() {

From fb1975cfffcbea53c2f27e8113e42d3230f31ca0 Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Tue, 7 Mar 2023 19:58:15 +0000
Subject: [PATCH 03/17] alembic: revbump for imath-3.1.7.

---
 srcpkgs/alembic/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/alembic/template b/srcpkgs/alembic/template
index 32b92ef4a76b..7530a40491c0 100644
--- a/srcpkgs/alembic/template
+++ b/srcpkgs/alembic/template
@@ -1,7 +1,7 @@
 # Template file for 'alembic'
 pkgname=alembic
 version=1.8.4
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="pkg-config"
 makedepends="zlib-devel imath-devel"
@@ -35,7 +35,7 @@ alembic-devel_package() {
 	depends="${makedepends} ${sourcepkg}-${version}_${revision}"
 	pkg_install() {
 		vmove usr/include
-		vmove usr/lib/*.so
+		vmove "usr/lib/*.so"
 		vmove usr/lib/cmake
 	}
 }

From 0ef50f406523259d77e6a3456b81ed9f9fc79a27 Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Tue, 7 Mar 2023 19:58:16 +0000
Subject: [PATCH 04/17] blender: revbump for imath-3.1.7.

---
 srcpkgs/blender/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/blender/template b/srcpkgs/blender/template
index a3255cddbc95..4ec73e05acf5 100644
--- a/srcpkgs/blender/template
+++ b/srcpkgs/blender/template
@@ -1,7 +1,7 @@
 # Template file for 'blender'
 pkgname=blender
 version=3.4.1
-revision=1
+revision=2
 archs="x86_64* ppc64*"
 build_style="cmake"
 pycompile_dirs="/usr/share/blender/${version%.*}/scripts"

From ce80c9a24f454abb1531dfffc05bdb2f42ebeea0 Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Tue, 7 Mar 2023 19:58:16 +0000
Subject: [PATCH 05/17] calligra: revbump for imath-3.1.7.

---
 srcpkgs/calligra/template | 16 ++++++++++++++--
 1 file changed, 14 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/calligra/template b/srcpkgs/calligra/template
index daf927aeb06a..fa2d3a09c3dd 100644
--- a/srcpkgs/calligra/template
+++ b/srcpkgs/calligra/template
@@ -1,7 +1,7 @@
 # Template file for 'calligra'
 pkgname=calligra
 version=3.2.1
-revision=11
+revision=12
 build_style=cmake
 configure_args="-Wno-dev -DCALLIGRA_SHOULD_BUILD_UNMAINTAINED=ON
  -DBUILD_TESTING=OFF"
@@ -22,7 +22,7 @@ depends="calligra-filters calligra-libs calligra-plugins calligra-karbon
 short_desc="Illustration application"
 maintainer="John <me@johnnynator.dev>"
 license="GPL-2.0-or-later, LGPL-2.0-or-later, GFDL-1.2-or-later"
-homepage="http://www.calligra-suite.org/"
+homepage="https://www.calligra-suite.org/"
 distfiles="${KDE_SITE}/calligra/${version}/calligra-${version}.tar.xz"
 checksum=b1f8a6eb8208543a2f908caa83d089075fcd1e530d00e19f5362b2f9cc371147
 
@@ -76,6 +76,7 @@ calligra-filters_package() {
 			cmake -P ${wrksrc}/build/filters/cmake_install.cmake
 	}
 }
+
 calligra-libs_package() {
 	short_desc+=" - libraries"
 	pkg_install() {
@@ -85,6 +86,7 @@ calligra-libs_package() {
 		done
 	}
 }
+
 calligra-plugins_package() {
 	short_desc+=" - plugins"
 	pkg_install() {
@@ -92,6 +94,7 @@ calligra-plugins_package() {
 		cmake -P ${wrksrc}/build/plugins/cmake_install.cmake
 	}
 }
+
 calligra-karbon_package() {
 	short_desc+=" - Create scalable vector drawings"
 	pkg_install() {
@@ -99,11 +102,13 @@ calligra-karbon_package() {
 		cmake -P ${wrksrc}/build/karbon/cmake_install.cmake
 	}
 }
+
 calligra-kexi_package() {
 	build_style=meta
 	depends="kexi"
 	short_desc+=" - Develop desktop db apps (transitional dummy package)"
 }
+
 calligra-stage_package() {
 	short_desc+=" - Write presentation documents"
 	pkg_install() {
@@ -111,11 +116,13 @@ calligra-stage_package() {
 		cmake -P ${wrksrc}/build/stage/cmake_install.cmake
 	}
 }
+
 calligra-krita_package() {
 	build_style=meta
 	short_desc+=" - Edit and paint images (transitional dummy package)"
 	depends="krita>=${version}_${revision}"
 }
+
 calligra-sheets_package() {
 	short_desc+=" - Write spreadsheet documents"
 	pkg_install() {
@@ -123,6 +130,7 @@ calligra-sheets_package() {
 		cmake -P ${wrksrc}/build/sheets/cmake_install.cmake
 	}
 }
+
 calligra-words_package() {
 	short_desc+=" - Word Processor"
 	depends="calligra-plugins"
@@ -131,6 +139,7 @@ calligra-words_package() {
 		cmake -P ${wrksrc}/build/words/cmake_install.cmake
 	}
 }
+
 calligra-handbook_package() {
 	build_style=meta
 	short_desc+=" - Documentation (removed temporarily)"
@@ -139,6 +148,7 @@ calligra-handbook_package() {
 	#	cmake -P ${wrksrc}/build/doc/calligra/cmake_install.cmake
 	#}
 }
+
 calligra-extras_package() {
 	short_desc+=" - Extras"
 	pkg_install() {
@@ -148,6 +158,7 @@ calligra-extras_package() {
 		cmake -P ${wrksrc}/build/data/cmake_install.cmake
 	}
 }
+
 calligra-devtools_package() {
 	short_desc+=" - Developer tools"
 	pkg_install() {
@@ -157,6 +168,7 @@ calligra-devtools_package() {
 		vbin build/filters/sheets/excel/sidewinder/recordsxml2cpp
 	}
 }
+
 calligra-gemini_package() {
 	short_desc+=" - QML interface for Calligra Words and Stage"
 	depends="qt5-quickcontrols kirigami2"

From 36f4b532688adee2e3686c73079295a7c865fc70 Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Tue, 7 Mar 2023 19:58:16 +0000
Subject: [PATCH 06/17] darktable: revbump for imath-3.1.7.

---
 srcpkgs/darktable/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/darktable/template b/srcpkgs/darktable/template
index ed5e4b1b67b7..c21012cb7a1c 100644
--- a/srcpkgs/darktable/template
+++ b/srcpkgs/darktable/template
@@ -1,7 +1,7 @@
 # Template file for 'darktable'
 pkgname=darktable
 version=4.2.1
-revision=1
+revision=2
 # upstream only supports these archs:
 archs="x86_64* aarch64* ppc64le*"
 build_style=cmake
@@ -20,7 +20,7 @@ depends="adwaita-icon-theme"
 short_desc="Virtual lighttable and darkroom for photographers"
 maintainer="lemmi <lemmi@nerd2nerd.org>"
 license="GPL-3.0-or-later"
-homepage="http://www.darktable.org/"
+homepage="https://www.darktable.org/"
 changelog="https://github.com/darktable-org/darktable/releases"
 distfiles="https://github.com/darktable-org/darktable/releases/download/release-${version}/darktable-${version}.tar.xz"
 checksum=603a39c6074291a601f7feb16ebb453fd0c5b02a6f5d3c7ab6db612eadc97bac

From ee0cd9f21147c8fa909c5d53f27bf8948d535a91 Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Tue, 7 Mar 2023 19:58:17 +0000
Subject: [PATCH 07/17] Field3D: revbump for imath-3.1.7.

---
 srcpkgs/Field3D/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/Field3D/template b/srcpkgs/Field3D/template
index f8abd1333056..5e430c0d86e4 100644
--- a/srcpkgs/Field3D/template
+++ b/srcpkgs/Field3D/template
@@ -1,7 +1,7 @@
 # Template file for 'Field3D'
 pkgname=Field3D
 version=1.7.3
-revision=5
+revision=6
 build_style=cmake
 makedepends="boost-devel hdf5-devel imath-devel libopenexr-devel"
 short_desc="Library for storing voxel data on disk and in memory"

From 4739caa5d3e5b00b1a0a42708a1bd3bfbddb555a Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Tue, 7 Mar 2023 19:58:17 +0000
Subject: [PATCH 08/17] gmic: revbump for imath-3.1.7.

---
 srcpkgs/gmic/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gmic/template b/srcpkgs/gmic/template
index 8e3b80047f26..43c6e0672a2b 100644
--- a/srcpkgs/gmic/template
+++ b/srcpkgs/gmic/template
@@ -1,7 +1,7 @@
 # Template file for 'gmic'
 pkgname=gmic
 version=3.1.6
-revision=1
+revision=2
 _zart_hash=34ebf6cce0bafb98abe57cec83c4a02cd1abeca0
 create_wrksrc=yes
 build_wrksrc="src"

From 5e30e31c19019ca55d29607a77feed75ad11ea4f Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Tue, 7 Mar 2023 19:58:17 +0000
Subject: [PATCH 09/17] hugin: revbump for imath-3.1.7.

---
 srcpkgs/hugin/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/hugin/template b/srcpkgs/hugin/template
index 2177b3c40d49..dc8669a63f3f 100644
--- a/srcpkgs/hugin/template
+++ b/srcpkgs/hugin/template
@@ -1,7 +1,7 @@
 # Template file for 'hugin'
 pkgname=hugin
 version=2022.0.0
-revision=3
+revision=4
 build_style=cmake
 build_helper=cmake-wxWidgets-gtk3
 pycompile_dirs="usr/share/hugin/data/plugins usr/share/hugin/data/plugins-templates"
@@ -14,9 +14,9 @@ depends="exiftool enblend-enfuse"
 short_desc="Easy to use panoramic imaging toolchain"
 maintainer="lemmi <lemmi@nerd2nerd.org>"
 license="GPL-2.0-or-later"
-homepage="http://hugin.sourceforge.net/"
+homepage="https://hugin.sourceforge.net/"
 changelog="https://hugin.sourceforge.io/releases/${version}/en.shtml"
-distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}/${pkgname}-${version%.*}/${pkgname}-${version}.tar.bz2"
+distfiles="${SOURCEFORGE_SITE}/hugin/hugin/hugin-${version%.*}/hugin-${version}.tar.bz2"
 checksum=97c8562a0ba9a743e0b955a43dfde048b1c60cd9e5f2ee2b69de1a81646e05a7
 python_version=3
 

From 0d8440b7f1194fd75650138e090d318e9cf86497 Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Tue, 7 Mar 2023 19:58:18 +0000
Subject: [PATCH 10/17] kimageformats: revbump for imath-3.1.7.

---
 srcpkgs/kimageformats/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/kimageformats/template b/srcpkgs/kimageformats/template
index 3f3145d7fd8d..9e8d5969c08c 100644
--- a/srcpkgs/kimageformats/template
+++ b/srcpkgs/kimageformats/template
@@ -1,7 +1,7 @@
 # Template file for 'kimageformats'
 pkgname=kimageformats
 version=5.103.0
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DKIMAGEFORMATS_HEIF=ON"
 hostmakedepends="kcoreaddons extra-cmake-modules qt5-qmake qt5-host-tools
@@ -11,5 +11,5 @@ short_desc="KDE Plugins to allow QImage to support extra file formats"
 maintainer="John <me@johnnynator.dev>"
 license="LGPL-2.0-or-later"
 homepage="https://invent.kde.org/frameworks/kimageformats"
-distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
+distfiles="${KDE_SITE}/frameworks/${version%.*}/kimageformats-${version}.tar.xz"
 checksum=dd7dc417aacc9dfe74745e4dfd9750129051c36502fa1cd18b92c4035d721e7e

From 78a1ec4715eeb11faa0eaee1ad975f2995157f51 Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Tue, 7 Mar 2023 19:58:18 +0000
Subject: [PATCH 11/17] krita: revbump for imath-3.1.7.

---
 srcpkgs/krita/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/krita/template b/srcpkgs/krita/template
index e3bbde19a61a..d98583c01975 100644
--- a/srcpkgs/krita/template
+++ b/srcpkgs/krita/template
@@ -1,7 +1,7 @@
 # Template file for 'krita'
 pkgname=krita
 version=5.0.8
-revision=3
+revision=4
 build_style=cmake
 configure_args="-Wno-dev -DBUILD_TESTING=OFF"
 hostmakedepends="extra-cmake-modules gettext pkg-config python3
@@ -44,7 +44,7 @@ pre_configure() {
 }
 
 krita-devel_package() {
-	depends="krita>=${version}_${revision}"
+	depends="${sourcepkg}>=${version}_${revision}"
 	short_desc+=" - development files"
 	pkg_install() {
 		vmove usr/include

From 5e947860e661c7fac9158563add6a8d1a7c3d920 Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Tue, 7 Mar 2023 19:58:18 +0000
Subject: [PATCH 12/17] libgdal: revbump for imath-3.1.7.

---
 srcpkgs/libgdal/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libgdal/template b/srcpkgs/libgdal/template
index 0f13822bfbe2..3f9d3afea627 100644
--- a/srcpkgs/libgdal/template
+++ b/srcpkgs/libgdal/template
@@ -1,7 +1,7 @@
 # Template file for 'libgdal'
 pkgname=libgdal
 version=3.5.3
-revision=5
+revision=6
 build_style=cmake
 build_helper=python3
 configure_args="-DGDAL_USE_OPENCL=ON

From c6e63797a4135ea183e6563f9d25d80466b86c77 Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Tue, 7 Mar 2023 19:58:19 +0000
Subject: [PATCH 13/17] opencolorio: revbump for imath-3.1.7.

---
 srcpkgs/opencolorio/template | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/opencolorio/template b/srcpkgs/opencolorio/template
index 8b9505ca9ae4..344b94232dc4 100644
--- a/srcpkgs/opencolorio/template
+++ b/srcpkgs/opencolorio/template
@@ -1,16 +1,12 @@
 # Template file for 'opencolorio'
 pkgname=opencolorio
 version=2.1.2
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DUSE_EXTERNAL_TINYXML=ON -DUSE_EXTERNAL_LCMS=ON
  -DCMAKE_CONFIGURATION_TYPES=None -DOCIO_INSTALL_EXT_PACKAGES=NONE
  -Dpystring_ROOT=${XBPS_CROSS_BASE}/usr
  -Dpybind11_ROOT=${XBPS_CROSS_BASE}/${py3_sitelib}/pybind11"
-case "$XBPS_TARGET_MACHINE" in
-	x86_64*) ;;
-	 *) configure_args+=" -DOCIO_USE_SSE=OFF" ;;
-esac
 hostmakedepends="pkg-config git python3"
 makedepends="tinyxml-devel lcms2-devel pystring-devel glew-devel
  libfreeglut-devel expat-devel yaml-cpp-devel imath-devel
@@ -18,12 +14,17 @@ makedepends="tinyxml-devel lcms2-devel pystring-devel glew-devel
 short_desc="Complete color management solution"
 maintainer="lemmi <lemmi@nerd2nerd.org>"
 license="custom:openimageio"
-homepage="http://opencolorio.org"
+homepage="https://opencolorio.org"
 changelog="https://raw.githubusercontent.com/imageworks/OpenColorIO/master/ChangeLog"
 distfiles="https://github.com/imageworks/OpenColorIO/archive/v${version}.tar.gz"
 checksum=6c6d153470a7dbe56136073e7abea42fa34d06edc519ffc0a159daf9f9962b0b
 make_check=no #(GPU tests): failed to open display ''
 
+case "$XBPS_TARGET_MACHINE" in
+	x86_64*) ;;
+	*) configure_args+=" -DOCIO_USE_SSE=OFF" ;;
+esac
+
 post_install() {
 	vlicense LICENSE
 }

From 566a3f4480b39a0407565ba5d9f666f86db90e13 Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Tue, 7 Mar 2023 19:58:19 +0000
Subject: [PATCH 14/17] openimageio: revbump for imath-3.1.7.

---
 srcpkgs/openimageio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/openimageio/template b/srcpkgs/openimageio/template
index cc9d7a33984e..ee988ae2ce07 100644
--- a/srcpkgs/openimageio/template
+++ b/srcpkgs/openimageio/template
@@ -1,7 +1,7 @@
 # Template file for 'openimageio'
 pkgname=openimageio
 version=2.3.18.0
-revision=1
+revision=2
 build_style=cmake
 build_helper=qemu
 configure_args="-DUSE_OPENGL=0 -DUSE_QT=0 -DUSE_PYTHON=0 -DOIIO_BUILD_TESTS=1

From e10954578cfc80858d7fa70d4f68e4ce94cce6d3 Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Tue, 7 Mar 2023 19:58:19 +0000
Subject: [PATCH 15/17] synfig: revbump for imath-3.1.7.

---
 srcpkgs/synfig/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/synfig/template b/srcpkgs/synfig/template
index 182dc3cd280f..5f5f5bb3f4b2 100644
--- a/srcpkgs/synfig/template
+++ b/srcpkgs/synfig/template
@@ -2,7 +2,7 @@
 # Should be kept in sync with 'synfigstudio' and 'ETL'
 pkgname=synfig
 version=1.4.4
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--with-boost-libdir=${XBPS_CROSS_BASE}/usr/lib"
 hostmakedepends="boost-build ImageMagick pkg-config intltool"
@@ -12,7 +12,7 @@ depends="ImageMagick"
 short_desc="CLI 2D vector and timeline-based animation software"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
-homepage="http://www.synfig.org/"
+homepage="https://www.synfig.org/"
 distfiles="https://github.com/synfig/synfig/releases/download/v${version}/synfig-${version}.tar.gz"
 checksum=cd9882a091433e22e484e47d7bfe542aaefd3f62bfd746d306be4ce964756f06
 

From 0955435ea0f2e9d638f10d9981a536dd594d1c5e Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Tue, 7 Mar 2023 19:58:20 +0000
Subject: [PATCH 16/17] synfigstudio: revbump for imath-3.1.7.

---
 srcpkgs/synfigstudio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/synfigstudio/template b/srcpkgs/synfigstudio/template
index 61d50676c6e1..91349169ed2b 100644
--- a/srcpkgs/synfigstudio/template
+++ b/srcpkgs/synfigstudio/template
@@ -2,7 +2,7 @@
 # Should be kept in sync with 'synfig' and 'ETL'
 pkgname=synfigstudio
 version=1.4.4
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--disable-update-mimedb"
 hostmakedepends="pkg-config intltool gettext synfig"

From 9d464251f97d71911700fdb29d87cc76b60514c9 Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Tue, 7 Mar 2023 19:58:20 +0000
Subject: [PATCH 17/17] vigra: revbump for imath-3.1.7.

---
 srcpkgs/vigra/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/vigra/template b/srcpkgs/vigra/template
index 055d5a3b7f6c..c902e70b31de 100644
--- a/srcpkgs/vigra/template
+++ b/srcpkgs/vigra/template
@@ -1,7 +1,7 @@
 # Template file for 'vigra'
 pkgname=vigra
 version=1.11.1
-revision=8
+revision=9
 build_style=cmake
 configure_args="-DWITH_OPENEXR=1"
 hostmakedepends="python3"
@@ -31,7 +31,7 @@ post_install() {
 }
 
 vigra-doc_package() {
-	depends="vigra>=${version}_${revision}"
+	depends="${sourcepkg}>=${version}_${revision}"
 	short_desc+=" - documentation"
 	pkg_install() {
 		vmove usr/share/vigra/doc
@@ -40,7 +40,7 @@ vigra-doc_package() {
 
 vigra-devel_package() {
 	# vigra-config is python script
-	depends="vigra>=${version}_${revision} $makedepends python3"
+	depends="${sourcepkg}>=${version}_${revision} $makedepends python3"
 	short_desc+=" - development files"
 	pkg_install() {
 		vmove usr/bin

             reply	other threads:[~2023-03-07 20:15 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-07 20:15 mhmdanas [this message]
2023-03-08 14:27 ` motorto
2023-03-08 17:23 ` [PR PATCH] [Updated] " mhmdanas
2023-03-08 21:01 ` mhmdanas
2023-03-09  0:50 ` lemmi
2023-03-09 10:26 ` mhmdanas
2023-03-14 23:02 ` [PR PATCH] [Updated] " mhmdanas
2023-03-14 23:06 ` mhmdanas
2023-03-15 17:04 ` [PR PATCH] [Updated] imath: update to 3.1.7, openimageio: update to 2.4.9.0 mhmdanas
2023-03-19 12:09 ` mhmdanas
2023-03-23 12:51 ` [PR PATCH] [Updated] " mhmdanas
2023-03-25 12:30 ` motorto
2023-03-25 13:08 ` mhmdanas
2023-03-25 13:39 ` motorto
2023-03-25 19:49 ` motorto
2023-03-25 19:49 ` motorto
2023-03-26 17:15 ` motorto
2023-03-27 19:09 ` motorto
2023-03-27 22:24 ` [PR PATCH] [Updated] " mhmdanas
2023-03-27 22:27 ` motorto
2023-03-28  6:22 ` motorto
2023-03-28 19:36 ` motorto
2023-03-28 19:36 ` motorto
2023-03-29 10:35 ` motorto
2023-03-29 11:30 ` mhmdanas
2023-04-12 22:37 ` [PR PATCH] [Updated] " mhmdanas
2023-04-12 22:53 ` [PR PATCH] [Merged]: " abenson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-42652@inbox.vuxu.org \
    --to=mhmdanas@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).