Github messages for voidlinux
 help / color / mirror / Atom feed
From: deathchimera <deathchimera@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] opentoonz: update to 1.7.1.
Date: Wed, 20 Dec 2023 03:03:35 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-47839@inbox.vuxu.org> (raw)

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

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

https://github.com/deathchimera/void-packages opentoonz-update
https://github.com/void-linux/void-packages/pull/47839

opentoonz: update to 1.7.1.
- Added -DWITH_TRANSLATION=OFF build argument to prevent breaks with Qt 5.15.9 and above.
- WITH_TRANSLATION doesn't affect opentoonz. Remove freely if you believe it's not needed.
- May need vtk-devel in the future if opencv breaks builds looking for it.
- See here: https://github.com/opentoonz/opentoonz/issues/4840

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

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

<!--
#### 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, (x86_64)

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-opentoonz-update-47839.patch --]
[-- Type: text/x-diff, Size: 1809 bytes --]

From 0f1e3c69a6b71220a3fb736912423d8bec6f8d76 Mon Sep 17 00:00:00 2001
From: deathchimera <77942602+deathchimera@users.noreply.github.com>
Date: Tue, 19 Dec 2023 14:39:26 -0600
Subject: [PATCH] opentoonz: update to 1.7.1.

- Added -DWITH_TRANSLATION=OFF build argument to prevent breaks with Qt 5.15.9 and above.
- May need vtk-devel in the future if opencv breaks builds looking for it.
- See here: https://github.com/opentoonz/opentoonz/issues/4840
---
 srcpkgs/opentoonz/template | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/opentoonz/template b/srcpkgs/opentoonz/template
index ee9f7603f55fd..83040ba3d5711 100644
--- a/srcpkgs/opentoonz/template
+++ b/srcpkgs/opentoonz/template
@@ -1,7 +1,7 @@
 # Template file for 'opentoonz'
 pkgname=opentoonz
-version=1.6.0
-revision=2
+version=1.7.1
+revision=1
 build_wrksrc="toonz/sources"
 build_style=cmake
 make_cmd=make
@@ -15,7 +15,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-3-Clause"
 homepage="https://opentoonz.github.io/e/"
 distfiles="https://github.com/opentoonz/opentoonz/archive/v${version}.tar.gz"
-checksum=9a6c28cb3933756dbebb45e849bdafc9e6d93d0328c4fd4d7bc8ec3ae481f684
+checksum=d0daf60d06510efe15d0db3f9eed0162499ed58061504dca27892c2b9ea5f22d
 
 export CMAKE_GENERATOR="Unix Makefiles"
 
@@ -23,8 +23,11 @@ pre_configure() {
 	# Upstream uses their own modified version of tiff
 	if [ "$CROSS_BUILD" ]; then
 		configure_args="-DTIFF_LIBRARY=${wrksrc}/thirdparty/tiff-4.0.3/libtiff/.libs/libtiff.a
-		 -DTIFF_INCLUDE_DIR=${wrksrc}/thirdparty/tiff-4.0.3/libtiff"
+		 -DTIFF_INCLUDE_DIR=${wrksrc}/thirdparty/tiff-4.0.3/libtiff
+		-DWITH_TRANSLATION=OFF"
 		_args="--host=${XBPS_TRIPLET}"
+	else
+		configure_args="-DWITH_TRANSLATION=OFF"
 	fi
 
 	cd ${wrksrc}/thirdparty/tiff-4.0.3

             reply	other threads:[~2023-12-20  2:03 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-20  2:03 deathchimera [this message]
2023-12-20 22:39 ` [PR PATCH] [Updated] " deathchimera
2024-03-20  1:44 ` github-actions
2024-04-03  1:45 ` [PR PATCH] [Closed]: " github-actions

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-47839@inbox.vuxu.org \
    --to=deathchimera@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).