Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] ardour: update to 7.1.
@ 2022-11-24 22:18 tibequadorian
  2022-11-24 22:28 ` [PR PATCH] [Updated] " tibequadorian
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: tibequadorian @ 2022-11-24 22:18 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tibequadorian/void-packages ardour
https://github.com/void-linux/void-packages/pull/40743

ardour: update to 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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 72334102f273fa9aef66b9ff5e22935037659424 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Thu, 24 Nov 2022 22:29:05 +0100
Subject: [PATCH] ardour: update to 7.1.

---
 srcpkgs/ardour/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ardour/template b/srcpkgs/ardour/template
index edd3c16fd464..ab3aeaa5cee8 100644
--- a/srcpkgs/ardour/template
+++ b/srcpkgs/ardour/template
@@ -1,6 +1,6 @@
 # Template file for 'ardour'
 pkgname=ardour
-version=7.0
+version=7.1
 revision=1
 build_style=waf3
 configure_args="--cxx11 --no-phone-home --with-backends=jack,alsa,dummy

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

* Re: [PR PATCH] [Updated] ardour: update to 7.1.
  2022-11-24 22:18 [PR PATCH] ardour: update to 7.1 tibequadorian
@ 2022-11-24 22:28 ` tibequadorian
  2022-12-13 15:49 ` tibequadorian
  2023-01-17 15:08 ` [PR PATCH] [Merged]: ardour: update to 7.2 Vaelatern
  2 siblings, 0 replies; 4+ messages in thread
From: tibequadorian @ 2022-11-24 22:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tibequadorian/void-packages ardour
https://github.com/void-linux/void-packages/pull/40743

ardour: update to 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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 6a766f9ffb17b1fd3af9adb9e41189b12408a68b Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Thu, 24 Nov 2022 22:29:05 +0100
Subject: [PATCH] ardour: update to 7.1.

---
 srcpkgs/ardour/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/ardour/template b/srcpkgs/ardour/template
index edd3c16fd464..e8b24b41320a 100644
--- a/srcpkgs/ardour/template
+++ b/srcpkgs/ardour/template
@@ -1,6 +1,6 @@
 # Template file for 'ardour'
 pkgname=ardour
-version=7.0
+version=7.1
 revision=1
 build_style=waf3
 configure_args="--cxx11 --no-phone-home --with-backends=jack,alsa,dummy
@@ -20,7 +20,7 @@ license="GPL-2.0-or-later"
 homepage="http://ardour.org"
 
 CXXFLAGS="-fpermissive"
-PATH="/usr/libexec/chroot-git:$PATH"
+export PATH="/usr/libexec/chroot-git:$PATH"
 conf_files="/etc/ardour7/*"
 
 if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then

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

* Re: [PR PATCH] [Updated] ardour: update to 7.1.
  2022-11-24 22:18 [PR PATCH] ardour: update to 7.1 tibequadorian
  2022-11-24 22:28 ` [PR PATCH] [Updated] " tibequadorian
@ 2022-12-13 15:49 ` tibequadorian
  2023-01-17 15:08 ` [PR PATCH] [Merged]: ardour: update to 7.2 Vaelatern
  2 siblings, 0 replies; 4+ messages in thread
From: tibequadorian @ 2022-12-13 15:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tibequadorian/void-packages ardour
https://github.com/void-linux/void-packages/pull/40743

ardour: update to 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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From e962b07e6c08c0d51693b1d02434f36034b642c4 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Thu, 24 Nov 2022 22:29:05 +0100
Subject: [PATCH] ardour: update to 7.2.

---
 srcpkgs/ardour/template | 4 ++--
 srcpkgs/ardour/update   | 1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/ardour/template b/srcpkgs/ardour/template
index edd3c16fd464..f45d263565b4 100644
--- a/srcpkgs/ardour/template
+++ b/srcpkgs/ardour/template
@@ -1,6 +1,6 @@
 # Template file for 'ardour'
 pkgname=ardour
-version=7.0
+version=7.2
 revision=1
 build_style=waf3
 configure_args="--cxx11 --no-phone-home --with-backends=jack,alsa,dummy
@@ -20,7 +20,7 @@ license="GPL-2.0-or-later"
 homepage="http://ardour.org"
 
 CXXFLAGS="-fpermissive"
-PATH="/usr/libexec/chroot-git:$PATH"
+export PATH="/usr/libexec/chroot-git:$PATH"
 conf_files="/etc/ardour7/*"
 
 if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
diff --git a/srcpkgs/ardour/update b/srcpkgs/ardour/update
index 02dff8a9f226..8fb7e715b238 100644
--- a/srcpkgs/ardour/update
+++ b/srcpkgs/ardour/update
@@ -1 +1,2 @@
+pkgname=Ardour
 site=https://community.ardour.org/src/

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

* Re: [PR PATCH] [Merged]: ardour: update to 7.2.
  2022-11-24 22:18 [PR PATCH] ardour: update to 7.1 tibequadorian
  2022-11-24 22:28 ` [PR PATCH] [Updated] " tibequadorian
  2022-12-13 15:49 ` tibequadorian
@ 2023-01-17 15:08 ` Vaelatern
  2 siblings, 0 replies; 4+ messages in thread
From: Vaelatern @ 2023-01-17 15:08 UTC (permalink / raw)
  To: ml

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

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

ardour: update to 7.2.
https://github.com/void-linux/void-packages/pull/40743

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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2023-01-17 15:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-24 22:18 [PR PATCH] ardour: update to 7.1 tibequadorian
2022-11-24 22:28 ` [PR PATCH] [Updated] " tibequadorian
2022-12-13 15:49 ` tibequadorian
2023-01-17 15:08 ` [PR PATCH] [Merged]: ardour: update to 7.2 Vaelatern

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