Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] ardour: update to 8.1.
@ 2023-11-14 17:29 benalb
  2023-11-14 17:32 ` benalb
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: benalb @ 2023-11-14 17:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/benalb/void-packages ardour
https://github.com/void-linux/void-packages/pull/47236

ardour: update to 8.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-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/47236.patch is attached

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

From afde076516f18c517d51fbcffa820128c07db211 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Benjam=C3=ADn=20Albi=C3=B1ana?= <benalb@gmail.com>
Date: Tue, 14 Nov 2023 18:26:32 +0100
Subject: [PATCH] ardour: update to 8.1.

---
 srcpkgs/ardour/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/ardour/template b/srcpkgs/ardour/template
index e4c51e617f5ca..0f1fb24b58d3c 100644
--- a/srcpkgs/ardour/template
+++ b/srcpkgs/ardour/template
@@ -1,7 +1,7 @@
 # Template file for 'ardour'
 pkgname=ardour
-version=7.2
-revision=2
+version=8.1
+revision=1
 build_style=waf3
 configure_args="--cxx11 --no-phone-home --with-backends=jack,alsa,dummy
  --configdir=/etc
@@ -21,7 +21,7 @@ homepage="http://ardour.org"
 
 CXXFLAGS="-fpermissive"
 export PATH="/usr/libexec/chroot-git:$PATH"
-conf_files="/etc/ardour7/*"
+conf_files="/etc/ardour8/*"
 
 case "$XBPS_TARGET_MACHINE" in
 	x86_64*)  configure_args+=" --dist-target=x86_64" ;;

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

* Re: ardour: update to 8.1.
  2023-11-14 17:29 [PR PATCH] ardour: update to 8.1 benalb
@ 2023-11-14 17:32 ` benalb
  2023-11-14 17:33 ` tibequadorian
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: benalb @ 2023-11-14 17:32 UTC (permalink / raw)
  To: ml

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

New comment by benalb on void-packages repository

https://github.com/void-linux/void-packages/pull/47236#issuecomment-1810765940

Comment:
ping @tibequadorian 

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

* Re: ardour: update to 8.1.
  2023-11-14 17:29 [PR PATCH] ardour: update to 8.1 benalb
  2023-11-14 17:32 ` benalb
@ 2023-11-14 17:33 ` tibequadorian
  2023-11-18  9:26 ` [PR PATCH] [Updated] " benalb
  2023-11-18 21:08 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: tibequadorian @ 2023-11-14 17:33 UTC (permalink / raw)
  To: ml

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

New comment by tibequadorian on void-packages repository

https://github.com/void-linux/void-packages/pull/47236#issuecomment-1810770098

Comment:
You can take over maintenance, I don't use void anymore sorry

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

* Re: [PR PATCH] [Updated] ardour: update to 8.1.
  2023-11-14 17:29 [PR PATCH] ardour: update to 8.1 benalb
  2023-11-14 17:32 ` benalb
  2023-11-14 17:33 ` tibequadorian
@ 2023-11-18  9:26 ` benalb
  2023-11-18 21:08 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: benalb @ 2023-11-18  9:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/benalb/void-packages ardour
https://github.com/void-linux/void-packages/pull/47236

ardour: update to 8.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-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/47236.patch is attached

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

From c96d5ec3a7db7329f84d76f7b7852f8410718bf2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Benjam=C3=ADn=20Albi=C3=B1ana?= <benalb@gmail.com>
Date: Tue, 14 Nov 2023 18:26:32 +0100
Subject: [PATCH] ardour: update to 8.1.

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

diff --git a/srcpkgs/ardour/template b/srcpkgs/ardour/template
index e4c51e617f5ca..a2d06acbabd05 100644
--- a/srcpkgs/ardour/template
+++ b/srcpkgs/ardour/template
@@ -1,7 +1,7 @@
 # Template file for 'ardour'
 pkgname=ardour
-version=7.2
-revision=2
+version=8.1
+revision=1
 build_style=waf3
 configure_args="--cxx11 --no-phone-home --with-backends=jack,alsa,dummy
  --configdir=/etc
@@ -12,16 +12,16 @@ makedepends="boost-devel liblrdf-devel liblo-devel lilv-devel suil-devel
  taglib-devel aubio-devel rubberband-devel alsa-lib-devel libsndfile-devel
  vamp-plugin-sdk-devel fftw-devel jack-devel libsamplerate-devel lv2
  sratom-devel gtkmm2-devel libarchive-devel fluidsynth-devel hidapi-devel
- libltc-devel glibmm-devel"
+ libltc-devel glibmm-devel libflac-devel"
 depends="desktop-file-utils"
 short_desc="Professional-grade digital audio workstation"
-maintainer="tibequadorian <tibequadorian@posteo.de>"
+maintainer="Benjamín Albiñana <benalb@gmail.com>"
 license="GPL-2.0-or-later"
 homepage="http://ardour.org"
 
 CXXFLAGS="-fpermissive"
 export PATH="/usr/libexec/chroot-git:$PATH"
-conf_files="/etc/ardour7/*"
+conf_files="/etc/ardour8/*"
 
 case "$XBPS_TARGET_MACHINE" in
 	x86_64*)  configure_args+=" --dist-target=x86_64" ;;

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

* Re: [PR PATCH] [Merged]: ardour: update to 8.1.
  2023-11-14 17:29 [PR PATCH] ardour: update to 8.1 benalb
                   ` (2 preceding siblings ...)
  2023-11-18  9:26 ` [PR PATCH] [Updated] " benalb
@ 2023-11-18 21:08 ` classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2023-11-18 21:08 UTC (permalink / raw)
  To: ml

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

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

ardour: update to 8.1.
https://github.com/void-linux/void-packages/pull/47236

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



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

end of thread, other threads:[~2023-11-18 21:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-14 17:29 [PR PATCH] ardour: update to 8.1 benalb
2023-11-14 17:32 ` benalb
2023-11-14 17:33 ` tibequadorian
2023-11-18  9:26 ` [PR PATCH] [Updated] " benalb
2023-11-18 21:08 ` [PR PATCH] [Merged]: " classabbyamp

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