Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] patchage: update to 1.0.10
@ 2023-07-16 14:31 jrigg
  2023-07-16 15:40 ` jrigg
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: jrigg @ 2023-07-16 14:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jrigg/void-packages patchage-update
https://github.com/void-linux/void-packages/pull/45061

patchage: update to 1.0.10
<!-- 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, glibc)



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

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

From de3001e4efe30c6e93b62e38c4d9ae974dc704f0 Mon Sep 17 00:00:00 2001
From: jrigg <jjgnu101@googlemail.com>
Date: Sun, 16 Jul 2023 14:18:52 +0100
Subject: [PATCH] patchage: patchage: update to 1.0.10

---
 srcpkgs/patchage/template | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/patchage/template b/srcpkgs/patchage/template
index e92bdf77c95a..af67d6fa8227 100644
--- a/srcpkgs/patchage/template
+++ b/srcpkgs/patchage/template
@@ -1,14 +1,14 @@
 # Template file for 'patchage'
 pkgname=patchage
-version=1.0.4
-revision=1
-build_style=waf3
+version=1.0.10
+revision=2
+build_style=meson
 hostmakedepends="pkg-config"
-makedepends="gtkmm2-devel alsa-lib-devel jack-devel boost-devel ganv-devel"
+makedepends="gtkmm2-devel alsa-lib-devel jack-devel fmt-devel ganv-devel"
 depends="jack desktop-file-utils hicolor-icon-theme"
 short_desc="Modular patch bay for audio and MIDI based on JACK and ALSA"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-only"
 homepage="https://drobilla.net/software/patchage"
-distfiles="https://download.drobilla.net/patchage-${version}.tar.bz2"
-checksum=7c27fe3ad3d34aa273915df94dee3cacfc632bae59eb3bfc5e6fc63a789c6a3d
+distfiles="https://download.drobilla.net/patchage-${version}.tar.xz"
+checksum=00612a9ecb4130d98e20e820be6a1241ba81e3d06dd76dfb29799ebd671687d4

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

* Re: patchage: update to 1.0.10
  2023-07-16 14:31 [PR PATCH] patchage: update to 1.0.10 jrigg
@ 2023-07-16 15:40 ` jrigg
  2023-07-16 16:04 ` [PR PATCH] [Updated] " jrigg
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: jrigg @ 2023-07-16 15:40 UTC (permalink / raw)
  To: ml

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

New comment by jrigg on void-packages repository

https://github.com/void-linux/void-packages/pull/45061#issuecomment-1637122738

Comment:
Just noticed the revision number got incremented to 2 in the template. I misunderstood the docs and used xrevbump instead of xbump to commit to my local repo. Beginner mistake, sorry.

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

* Re: [PR PATCH] [Updated] patchage: update to 1.0.10
  2023-07-16 14:31 [PR PATCH] patchage: update to 1.0.10 jrigg
  2023-07-16 15:40 ` jrigg
@ 2023-07-16 16:04 ` jrigg
  2023-07-16 16:09 ` jrigg
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: jrigg @ 2023-07-16 16:04 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jrigg/void-packages patchage-update
https://github.com/void-linux/void-packages/pull/45061

patchage: update to 1.0.10
<!-- 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, glibc)



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

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

From 5dd4f9438d761ef27691a6396645b582861a07ef Mon Sep 17 00:00:00 2001
From: jrigg <jjgnu101@googlemail.com>
Date: Sun, 16 Jul 2023 14:18:52 +0100
Subject: [PATCH] patchage: update to 1.0.10

---
 srcpkgs/patchage/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/patchage/template b/srcpkgs/patchage/template
index e92bdf77c95a..7205070b03e9 100644
--- a/srcpkgs/patchage/template
+++ b/srcpkgs/patchage/template
@@ -1,14 +1,14 @@
 # Template file for 'patchage'
 pkgname=patchage
-version=1.0.4
+version=1.0.10
 revision=1
-build_style=waf3
+build_style=meson
 hostmakedepends="pkg-config"
-makedepends="gtkmm2-devel alsa-lib-devel jack-devel boost-devel ganv-devel"
+makedepends="gtkmm2-devel alsa-lib-devel jack-devel fmt-devel ganv-devel"
 depends="jack desktop-file-utils hicolor-icon-theme"
 short_desc="Modular patch bay for audio and MIDI based on JACK and ALSA"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-only"
 homepage="https://drobilla.net/software/patchage"
-distfiles="https://download.drobilla.net/patchage-${version}.tar.bz2"
-checksum=7c27fe3ad3d34aa273915df94dee3cacfc632bae59eb3bfc5e6fc63a789c6a3d
+distfiles="https://download.drobilla.net/patchage-${version}.tar.xz"
+checksum=00612a9ecb4130d98e20e820be6a1241ba81e3d06dd76dfb29799ebd671687d4

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

* Re: patchage: update to 1.0.10
  2023-07-16 14:31 [PR PATCH] patchage: update to 1.0.10 jrigg
  2023-07-16 15:40 ` jrigg
  2023-07-16 16:04 ` [PR PATCH] [Updated] " jrigg
@ 2023-07-16 16:09 ` jrigg
  2023-07-16 16:16 ` [PR PATCH] [Updated] " jrigg
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: jrigg @ 2023-07-16 16:09 UTC (permalink / raw)
  To: ml

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

New comment by jrigg on void-packages repository

https://github.com/void-linux/void-packages/pull/45061#issuecomment-1637122738

Comment:
Just noticed the revision number got incremented to 2 in the template. I misunderstood the docs and used xrevbump instead of xbump to commit to my local repo. Beginner mistake, sorry.

Edit - I force pushed a corrected template, so hopefully it's fixed.

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

* Re: [PR PATCH] [Updated] patchage: update to 1.0.10
  2023-07-16 14:31 [PR PATCH] patchage: update to 1.0.10 jrigg
                   ` (2 preceding siblings ...)
  2023-07-16 16:09 ` jrigg
@ 2023-07-16 16:16 ` jrigg
  2023-07-16 18:18 ` Bnyro
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: jrigg @ 2023-07-16 16:16 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jrigg/void-packages patchage-update
https://github.com/void-linux/void-packages/pull/45061

patchage: update to 1.0.10
<!-- 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, glibc)



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

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

From 5dd4f9438d761ef27691a6396645b582861a07ef Mon Sep 17 00:00:00 2001
From: jrigg <jjgnu101@googlemail.com>
Date: Sun, 16 Jul 2023 14:18:52 +0100
Subject: [PATCH] patchage: update to 1.0.10

---
 srcpkgs/patchage/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/patchage/template b/srcpkgs/patchage/template
index e92bdf77c95a..7205070b03e9 100644
--- a/srcpkgs/patchage/template
+++ b/srcpkgs/patchage/template
@@ -1,14 +1,14 @@
 # Template file for 'patchage'
 pkgname=patchage
-version=1.0.4
+version=1.0.10
 revision=1
-build_style=waf3
+build_style=meson
 hostmakedepends="pkg-config"
-makedepends="gtkmm2-devel alsa-lib-devel jack-devel boost-devel ganv-devel"
+makedepends="gtkmm2-devel alsa-lib-devel jack-devel fmt-devel ganv-devel"
 depends="jack desktop-file-utils hicolor-icon-theme"
 short_desc="Modular patch bay for audio and MIDI based on JACK and ALSA"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-only"
 homepage="https://drobilla.net/software/patchage"
-distfiles="https://download.drobilla.net/patchage-${version}.tar.bz2"
-checksum=7c27fe3ad3d34aa273915df94dee3cacfc632bae59eb3bfc5e6fc63a789c6a3d
+distfiles="https://download.drobilla.net/patchage-${version}.tar.xz"
+checksum=00612a9ecb4130d98e20e820be6a1241ba81e3d06dd76dfb29799ebd671687d4

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

* Re: patchage: update to 1.0.10
  2023-07-16 14:31 [PR PATCH] patchage: update to 1.0.10 jrigg
                   ` (3 preceding siblings ...)
  2023-07-16 16:16 ` [PR PATCH] [Updated] " jrigg
@ 2023-07-16 18:18 ` Bnyro
  2023-07-16 19:26 ` [PR PATCH] [Updated] " jrigg
  2023-07-24 20:47 ` [PR PATCH] [Merged]: " Duncaen
  6 siblings, 0 replies; 8+ messages in thread
From: Bnyro @ 2023-07-16 18:18 UTC (permalink / raw)
  To: ml

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

New comment by Bnyro on void-packages repository

https://github.com/void-linux/void-packages/pull/45061#issuecomment-1637156043

Comment:
Please remove the merge commit: https://github.com/void-linux/void-packages/pull/45061/commits/cdb9ff66b91136b610eb8a9b889b149f61951dde

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

* Re: [PR PATCH] [Updated] patchage: update to 1.0.10
  2023-07-16 14:31 [PR PATCH] patchage: update to 1.0.10 jrigg
                   ` (4 preceding siblings ...)
  2023-07-16 18:18 ` Bnyro
@ 2023-07-16 19:26 ` jrigg
  2023-07-24 20:47 ` [PR PATCH] [Merged]: " Duncaen
  6 siblings, 0 replies; 8+ messages in thread
From: jrigg @ 2023-07-16 19:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jrigg/void-packages patchage-update
https://github.com/void-linux/void-packages/pull/45061

patchage: update to 1.0.10
<!-- 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, glibc)



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

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

From 5dd4f9438d761ef27691a6396645b582861a07ef Mon Sep 17 00:00:00 2001
From: jrigg <jjgnu101@googlemail.com>
Date: Sun, 16 Jul 2023 14:18:52 +0100
Subject: [PATCH] patchage: update to 1.0.10

---
 srcpkgs/patchage/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/patchage/template b/srcpkgs/patchage/template
index e92bdf77c95a..7205070b03e9 100644
--- a/srcpkgs/patchage/template
+++ b/srcpkgs/patchage/template
@@ -1,14 +1,14 @@
 # Template file for 'patchage'
 pkgname=patchage
-version=1.0.4
+version=1.0.10
 revision=1
-build_style=waf3
+build_style=meson
 hostmakedepends="pkg-config"
-makedepends="gtkmm2-devel alsa-lib-devel jack-devel boost-devel ganv-devel"
+makedepends="gtkmm2-devel alsa-lib-devel jack-devel fmt-devel ganv-devel"
 depends="jack desktop-file-utils hicolor-icon-theme"
 short_desc="Modular patch bay for audio and MIDI based on JACK and ALSA"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-only"
 homepage="https://drobilla.net/software/patchage"
-distfiles="https://download.drobilla.net/patchage-${version}.tar.bz2"
-checksum=7c27fe3ad3d34aa273915df94dee3cacfc632bae59eb3bfc5e6fc63a789c6a3d
+distfiles="https://download.drobilla.net/patchage-${version}.tar.xz"
+checksum=00612a9ecb4130d98e20e820be6a1241ba81e3d06dd76dfb29799ebd671687d4

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

* Re: [PR PATCH] [Merged]: patchage: update to 1.0.10
  2023-07-16 14:31 [PR PATCH] patchage: update to 1.0.10 jrigg
                   ` (5 preceding siblings ...)
  2023-07-16 19:26 ` [PR PATCH] [Updated] " jrigg
@ 2023-07-24 20:47 ` Duncaen
  6 siblings, 0 replies; 8+ messages in thread
From: Duncaen @ 2023-07-24 20:47 UTC (permalink / raw)
  To: ml

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

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

patchage: update to 1.0.10
https://github.com/void-linux/void-packages/pull/45061

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, glibc)



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

end of thread, other threads:[~2023-07-24 20:47 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-16 14:31 [PR PATCH] patchage: update to 1.0.10 jrigg
2023-07-16 15:40 ` jrigg
2023-07-16 16:04 ` [PR PATCH] [Updated] " jrigg
2023-07-16 16:09 ` jrigg
2023-07-16 16:16 ` [PR PATCH] [Updated] " jrigg
2023-07-16 18:18 ` Bnyro
2023-07-16 19:26 ` [PR PATCH] [Updated] " jrigg
2023-07-24 20:47 ` [PR PATCH] [Merged]: " Duncaen

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