* [PR PATCH] hydrogen: update to 1.2.3.
@ 2024-10-30 16:28 Rooyca
2024-10-30 16:50 ` [PR PATCH] [Updated] " Rooyca
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Rooyca @ 2024-10-30 16:28 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 562 bytes --]
There is a new pull request by Rooyca against master on the void-packages repository
https://github.com/Rooyca/void-packages hydrogen123
https://github.com/void-linux/void-packages/pull/52851
hydrogen: update to 1.2.3.
<!-- 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/52851.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-hydrogen123-52851.patch --]
[-- Type: text/x-diff, Size: 1494 bytes --]
From de987014c1ecf9a1d938bda87665f8fafd56d698 Mon Sep 17 00:00:00 2001
From: rooyca <rooyca@gmail.com>
Date: Wed, 30 Oct 2024 11:27:31 -0500
Subject: [PATCH] hydrogen: update to 1.2.3.
---
srcpkgs/hydrogen/template | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/srcpkgs/hydrogen/template b/srcpkgs/hydrogen/template
index 4427e5273e9e61..14030a27450949 100644
--- a/srcpkgs/hydrogen/template
+++ b/srcpkgs/hydrogen/template
@@ -1,21 +1,21 @@
# Template file for 'hydrogen'
pkgname=hydrogen
-version=1.0.2
-revision=2
+version=1.2.3
+revision=1
build_style=cmake
# Our flags has -g already, DEBUG=ON will add -O0
configure_args="-DWANT_DEBUG=OFF"
hostmakedepends="pkg-config qt5-host-tools qt5-devel qt5-tools"
makedepends="libsndfile-devel libarchive-devel liblrdf-devel
pulseaudio-devel jack-devel qt5-devel qt5-xmlpatterns-devel
- qt5-tools-devel ladspa-sdk liblo-devel libcppunit-devel"
+ qt5-tools-devel ladspa-sdk liblo-devel libcppunit-devel qt5-svg-devel"
depends="desktop-file-utils"
short_desc="Advanced drum machine"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-or-later"
homepage="http://www.hydrogen-music.org/"
distfiles="https://github.com/hydrogen-music/hydrogen/archive/${version}.tar.gz"
-checksum=de1ce64da8ae7a84d7fbd789e84010d6a837378bc9811acb282c30b9ee8042f5
+checksum=47b374ca162538b4fd6bc042721f9c6ac60b8c0fec5e8b1a2ac885d8bb56b753
post_patch() {
vsed -i '/INSTALL/s,"data,"/usr/share/hydrogen/data,' \
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PR PATCH] [Updated] hydrogen: update to 1.2.3.
2024-10-30 16:28 [PR PATCH] hydrogen: update to 1.2.3 Rooyca
@ 2024-10-30 16:50 ` Rooyca
2025-01-29 1:57 ` github-actions
2025-02-12 1:58 ` [PR PATCH] [Closed]: " github-actions
2 siblings, 0 replies; 4+ messages in thread
From: Rooyca @ 2024-10-30 16:50 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 567 bytes --]
There is an updated pull request by Rooyca against master on the void-packages repository
https://github.com/Rooyca/void-packages hydrogen123
https://github.com/void-linux/void-packages/pull/52851
hydrogen: update to 1.2.3.
<!-- 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/52851.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-hydrogen123-52851.patch --]
[-- Type: text/x-diff, Size: 1589 bytes --]
From ae252fb4a9fbad285fa8cb6db3f938143b32f9e2 Mon Sep 17 00:00:00 2001
From: rooyca <rooyca@gmail.com>
Date: Wed, 30 Oct 2024 11:27:31 -0500
Subject: [PATCH] hydrogen: update to 1.2.3.
---
srcpkgs/hydrogen/template | 13 ++++---------
1 file changed, 4 insertions(+), 9 deletions(-)
diff --git a/srcpkgs/hydrogen/template b/srcpkgs/hydrogen/template
index 4427e5273e9e61..5237fb351e52af 100644
--- a/srcpkgs/hydrogen/template
+++ b/srcpkgs/hydrogen/template
@@ -1,26 +1,21 @@
# Template file for 'hydrogen'
pkgname=hydrogen
-version=1.0.2
-revision=2
+version=1.2.3
+revision=1
build_style=cmake
# Our flags has -g already, DEBUG=ON will add -O0
configure_args="-DWANT_DEBUG=OFF"
hostmakedepends="pkg-config qt5-host-tools qt5-devel qt5-tools"
makedepends="libsndfile-devel libarchive-devel liblrdf-devel
pulseaudio-devel jack-devel qt5-devel qt5-xmlpatterns-devel
- qt5-tools-devel ladspa-sdk liblo-devel libcppunit-devel"
+ qt5-tools-devel ladspa-sdk liblo-devel libcppunit-devel qt5-svg-devel"
depends="desktop-file-utils"
short_desc="Advanced drum machine"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-or-later"
homepage="http://www.hydrogen-music.org/"
distfiles="https://github.com/hydrogen-music/hydrogen/archive/${version}.tar.gz"
-checksum=de1ce64da8ae7a84d7fbd789e84010d6a837378bc9811acb282c30b9ee8042f5
-
-post_patch() {
- vsed -i '/INSTALL/s,"data,"/usr/share/hydrogen/data,' \
- data/i18n/CMakeLists.txt
-}
+checksum=47b374ca162538b4fd6bc042721f9c6ac60b8c0fec5e8b1a2ac885d8bb56b753
do_check() {
H2_HOME=$wrksrc ./build/src/tests/tests
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: hydrogen: update to 1.2.3.
2024-10-30 16:28 [PR PATCH] hydrogen: update to 1.2.3 Rooyca
2024-10-30 16:50 ` [PR PATCH] [Updated] " Rooyca
@ 2025-01-29 1:57 ` github-actions
2025-02-12 1:58 ` [PR PATCH] [Closed]: " github-actions
2 siblings, 0 replies; 4+ messages in thread
From: github-actions @ 2025-01-29 1:57 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/52851#issuecomment-2620466984
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]: hydrogen: update to 1.2.3.
2024-10-30 16:28 [PR PATCH] hydrogen: update to 1.2.3 Rooyca
2024-10-30 16:50 ` [PR PATCH] [Updated] " Rooyca
2025-01-29 1:57 ` github-actions
@ 2025-02-12 1:58 ` github-actions
2 siblings, 0 replies; 4+ messages in thread
From: github-actions @ 2025-02-12 1:58 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 409 bytes --]
There's a closed pull request on the void-packages repository
hydrogen: update to 1.2.3.
https://github.com/void-linux/void-packages/pull/52851
Description:
<!-- 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)
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-02-12 1:58 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-10-30 16:28 [PR PATCH] hydrogen: update to 1.2.3 Rooyca
2024-10-30 16:50 ` [PR PATCH] [Updated] " Rooyca
2025-01-29 1:57 ` github-actions
2025-02-12 1:58 ` [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).