Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] opentoonz: update to 1.7.1.
@ 2023-12-20  2:03 deathchimera
  2023-12-20 22:39 ` [PR PATCH] [Updated] " deathchimera
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: deathchimera @ 2023-12-20  2:03 UTC (permalink / raw)
  To: ml

[-- 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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Updated] opentoonz: update to 1.7.1.
  2023-12-20  2:03 [PR PATCH] opentoonz: update to 1.7.1 deathchimera
@ 2023-12-20 22:39 ` deathchimera
  2024-03-20  1:44 ` github-actions
  2024-04-03  1:45 ` [PR PATCH] [Closed]: " github-actions
  2 siblings, 0 replies; 4+ messages in thread
From: deathchimera @ 2023-12-20 22:39 UTC (permalink / raw)
  To: ml

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

There is an updated 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.
<!-- 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: 1767 bytes --]

From c14c60c4a4d417a6b7db71a3db8c1844c6836586 Mon Sep 17 00:00:00 2001
From: deathchimera <diminishedshade@protonmail.com>
Date: Wed, 20 Dec 2023 16:29:50 -0600
Subject: [PATCH] opentoonz: update to 1.7.1.

- Added -DWITH_TRANSLATION=OFF to prevent breaks with Qt 5.15.9+
- 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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: opentoonz: update to 1.7.1.
  2023-12-20  2:03 [PR PATCH] opentoonz: update to 1.7.1 deathchimera
  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
  2 siblings, 0 replies; 4+ messages in thread
From: github-actions @ 2024-03-20  1:44 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/47839#issuecomment-2008549684

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Closed]: opentoonz: update to 1.7.1.
  2023-12-20  2:03 [PR PATCH] opentoonz: update to 1.7.1 deathchimera
  2023-12-20 22:39 ` [PR PATCH] [Updated] " deathchimera
  2024-03-20  1:44 ` github-actions
@ 2024-04-03  1:45 ` github-actions
  2 siblings, 0 replies; 4+ messages in thread
From: github-actions @ 2024-04-03  1:45 UTC (permalink / raw)
  To: ml

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

There's a closed pull request on the void-packages repository

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

Description:
<!-- 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)

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-04-03  1:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-20  2:03 [PR PATCH] opentoonz: update to 1.7.1 deathchimera
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

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).