Github messages for voidlinux
 help / color / mirror / Atom feed
From: motorto <motorto@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] openexr: update to 3.2.1.
Date: Fri, 20 Oct 2023 19:49:11 +0200	[thread overview]
Message-ID: <20231020174911.-jQoq_t4tEK6Z9tLlFG-cNB_QJn6jF50Ooi9du88iZk@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-46593@inbox.vuxu.org>

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

There is an updated pull request by motorto against master on the void-packages repository

https://github.com/motorto/void-packages openexr-3.2.1
https://github.com/void-linux/void-packages/pull/46593

openexr: update to 3.2.1.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-openexr-3.2.1-46593.patch --]
[-- Type: text/x-diff, Size: 2710 bytes --]

From e298e103ffb87f18bc091ea07fcedd91f4913525 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Fri, 20 Oct 2023 16:12:49 +0100
Subject: [PATCH 1/2] openexr: update to 3.2.1.

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

diff --git a/srcpkgs/openexr/template b/srcpkgs/openexr/template
index b082a724b9b06..99bc155a9474a 100644
--- a/srcpkgs/openexr/template
+++ b/srcpkgs/openexr/template
@@ -1,18 +1,18 @@
 # Template file for 'openexr'
 pkgname=openexr
-version=3.1.11
+version=3.2.1
 revision=1
 build_style=cmake
 build_helper="qemu"
 hostmakedepends="pkg-config"
-makedepends="zlib-devel imath-devel"
+makedepends="imath-devel libdeflate-devel"
 short_desc="High dynamic-range (HDR) image file format"
 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>openexr-${version}.tar.gz"
-checksum=06b4a20d0791b5ec0f804c855d320a0615ce8445124f293616a086e093f1f1e1
+checksum=61e175aa2203399fb3c8c2288752fbea3c2637680d50b6e306ea5f8ffdd46a9b
 
 if [ "$XBPS_CHECK_PKGS" ]; then
 	configure_args+=" -DBUILD_TESTING=ON"
@@ -20,10 +20,11 @@ else
 	configure_args+=" -DBUILD_TESTING=OFF"
 fi
 
-if [ "$XBPS_MACHINE" = "i686" ]; then
-	make_check=no # Test Fails in i686
+if [ "$XBPS_MACHINE" = "i686" ] || ["$XBPS_LIBC" = "musl" ]; then
 	# See upstream:
-	# https://github.com/AcademySoftwareFoundation/openexr/issues/1281
+	# https://github.com/AcademySoftwareFoundation/openexr/issues/1281 (i686)
+	# https://github.com/AcademySoftwareFoundation/openexr/issues/1556 (musl)
+	make_check=no
 fi
 
 post_install() {

From 073e93966c1d10f28f3fbf2355218f17bf8b9cbf Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Fri, 20 Oct 2023 17:04:39 +0100
Subject: [PATCH 2/2] common/shlibs: cleanup openexr.

---
 common/shlibs | 2 --
 1 file changed, 2 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 987b52451767a..47586a79878d4 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1675,8 +1675,6 @@ libtcmalloc_minimal_debug.so.4 gperftools-2.1.90_1
 libtcmalloc_debug.so.4 gperftools-2.1.90_1
 libprofiler.so.0 gperftools-2.1.90_1
 libtcmalloc_and_profiler.so.4 gperftools-2.1.90_1
-libIlmImf-2_4.so.24 libopenexr-2.4.0_1
-libIlmImfUtil-2_4.so.24 libopenexr-2.4.0_1
 libGraphicsMagick.so.3 libgraphicsmagick-1.3.19_1
 libGraphicsMagick++.so.12 libgraphicsmagick-1.3.22_1
 libGraphicsMagickWand.so.2 libgraphicsmagick-1.3.19_1

  parent reply	other threads:[~2023-10-20 17:49 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-11 11:59 [PR PATCH] " motorto
2023-10-11 16:53 ` [PR PATCH] [Updated] " motorto
2023-10-20 15:15 ` motorto
2023-10-20 17:49 ` motorto [this message]
2023-10-20 18:29 ` motorto
2023-10-20 20:05 ` motorto
2023-10-21 13:31 ` motorto
2023-11-01 17:15 ` motorto
2023-11-04 21:00 ` motorto
2023-11-05 20:38 ` motorto
2023-11-05 20:52 ` motorto
2023-11-05 21:05 ` motorto
2023-11-07 17:51 ` [PR PATCH] [Merged]: " classabbyamp

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=20231020174911.-jQoq_t4tEK6Z9tLlFG-cNB_QJn6jF50Ooi9du88iZk@z \
    --to=motorto@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).