* [PR PATCH] rawtherapee: update to 5.11.
@ 2024-08-25 23:55 Calandracas606
2024-09-01 16:15 ` [PR REVIEW] " Calandracas606
2024-09-08 9:34 ` [PR PATCH] [Merged]: " tranzystorekk
0 siblings, 2 replies; 3+ messages in thread
From: Calandracas606 @ 2024-08-25 23:55 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1287 bytes --]
There is a new pull request by Calandracas606 against master on the void-packages repository
https://github.com/Calandracas606/void-packages rawtherapee-5.11
https://github.com/void-linux/void-packages/pull/51992
rawtherapee: update to 5.11.
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **briefly**
<!--
#### 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-glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- x86_64-musl
<!--
- aarch64-musl
- armv7l
- armv6l-musl
-->
A patch file from https://github.com/void-linux/void-packages/pull/51992.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-rawtherapee-5.11-51992.patch --]
[-- Type: text/x-diff, Size: 1955 bytes --]
From 4936193852930da289d071f18bf84d50cbb15f80 Mon Sep 17 00:00:00 2001
From: Daniel Martinez <danielmartinez@cock.li>
Date: Sun, 25 Aug 2024 19:36:00 -0400
Subject: [PATCH] rawtherapee: update to 5.11.
---
srcpkgs/rawtherapee/template | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/srcpkgs/rawtherapee/template b/srcpkgs/rawtherapee/template
index 51ce756718b37d..7870ba610ccda7 100644
--- a/srcpkgs/rawtherapee/template
+++ b/srcpkgs/rawtherapee/template
@@ -1,20 +1,20 @@
# Template file for 'rawtherapee'
pkgname=rawtherapee
-version=5.10
-revision=3
+version=5.11
+revision=1
build_style=cmake
-configure_args="-DCACHE_NAME_SUFFIX=\"\" -DWITH_LTO=ON"
+configure_args="-DCACHE_NAME_SUFFIX=\"\" -DWITH_LTO=ON -DWITH_SYSTEM_LIBRAW=ON"
hostmakedepends="pkg-config"
-makedepends="fftw-devel gtkmm-devel lensfun-devel
- libcanberra-devel libgomp-devel libiptcdata-devel librsvg-devel exiv2-devel"
+makedepends="fftw-devel gtkmm-devel lensfun-devel libcanberra-devel libgomp-devel
+ libiptcdata-devel librsvg-devel exiv2-devel libraw-devel libjxl-devel"
depends="desktop-file-utils hicolor-icon-theme"
short_desc="Free RAW converter and digital photo processing software"
maintainer="Daniel Martinez <danielmartinez@cock.li>"
license="GPL-3.0-or-later"
homepage="https://rawtherapee.com/"
-changelog="https://github.com/Beep6581/RawTherapee/blob/${version}/RELEASE_NOTES.txt"
-distfiles="https://rawtherapee.com/shared/source/rawtherapee-${version}.tar.xz"
-checksum=a799b53cd54dba4a211479e342ffc9c5db1c44d3d6c3a27d5cc13adf0debd2da
+changelog="https://raw.githubusercontent.com/Beep6581/RawTherapee/${version}/RELEASE_NOTES.txt"
+distfiles="https://github.com/Beep6581/RawTherapee/releases/download/${version}/rawtherapee-${version}.tar.xz"
+checksum=e584c18dec112de29954b2b6471449a302a85e5cca4e42ede75fa333a36de724
case "$XBPS_TARGET_MACHINE" in
i686*|x86_64*) configure_args+=" -DHAVE_X86_SSE_MATH=ON"
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PR REVIEW] rawtherapee: update to 5.11.
2024-08-25 23:55 [PR PATCH] rawtherapee: update to 5.11 Calandracas606
@ 2024-09-01 16:15 ` Calandracas606
2024-09-08 9:34 ` [PR PATCH] [Merged]: " tranzystorekk
1 sibling, 0 replies; 3+ messages in thread
From: Calandracas606 @ 2024-09-01 16:15 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 271 bytes --]
New review comment by Calandracas606 on void-packages repository
https://github.com/void-linux/void-packages/pull/51992#discussion_r1740156117
Comment:
changelog uses `${version}` since the changelog is different between the default `dev` branch and the release branch
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PR PATCH] [Merged]: rawtherapee: update to 5.11.
2024-08-25 23:55 [PR PATCH] rawtherapee: update to 5.11 Calandracas606
2024-09-01 16:15 ` [PR REVIEW] " Calandracas606
@ 2024-09-08 9:34 ` tranzystorekk
1 sibling, 0 replies; 3+ messages in thread
From: tranzystorekk @ 2024-09-08 9:34 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1204 bytes --]
There's a merged pull request on the void-packages repository
rawtherapee: update to 5.11.
https://github.com/void-linux/void-packages/pull/51992
Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **briefly**
<!--
#### 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-glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- x86_64-musl
- i686
- aarch64 (cross)
- aarch64-musl (cross)
- armv7l (cross)
- armv7l-musl (cross)
- armv6l (cross)
- armv6l-musl (cross)
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-09-08 9:34 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-08-25 23:55 [PR PATCH] rawtherapee: update to 5.11 Calandracas606
2024-09-01 16:15 ` [PR REVIEW] " Calandracas606
2024-09-08 9:34 ` [PR PATCH] [Merged]: " tranzystorekk
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).