* [PR PATCH] rtaudio: update to 6.0.1.
@ 2024-11-14 11:16 biopsin
2024-11-14 12:17 ` [PR PATCH] [Updated] " biopsin
2024-11-14 12:32 ` biopsin
0 siblings, 2 replies; 3+ messages in thread
From: biopsin @ 2024-11-14 11:16 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1245 bytes --]
There is a new pull request by biopsin against master on the void-packages repository
https://github.com/biopsin/void-packages rtaudio
https://github.com/void-linux/void-packages/pull/53055
rtaudio: update to 6.0.1.
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **NO**
<!--
#### 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):
- aarch64-musl [ok]
- armv7l [ok]
- armv6l-musl [ok]
A patch file from https://github.com/void-linux/void-packages/pull/53055.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-rtaudio-53055.patch --]
[-- Type: text/x-diff, Size: 1631 bytes --]
From 5407709848cd5c034b9ecfd57811018e85d5e599 Mon Sep 17 00:00:00 2001
From: classabbyamp <void@placeviolette.net>
Date: Sat, 2 Nov 2024 10:59:01 -0400
Subject: [PATCH] rtaudio: update to 6.0.1.
---
common/shlibs | 2 +-
srcpkgs/rtaudio/template | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/common/shlibs b/common/shlibs
index 7c5765d5337f7c..fc4d5eae0cc3b0 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3100,7 +3100,7 @@ libPocoNetSSL.so.94 poco-1.12.4_1
libPocoCrypto.so.94 poco-1.12.4_1
libPtex.so ptex-2.3.2_1
libopenblas.so.0 openblas-0.2.19_1
-librtaudio.so.6 rtaudio-5.1.0_1
+librtaudio.so.7 rtaudio-6.0.1_1
librtmidi.so.7 rtmidi-6.0.0_1
libbiblesync.so.2.1.0 biblesync-2.1.0_1
libbac-9.4.2.so bacula-common-9.4.2_4
diff --git a/srcpkgs/rtaudio/template b/srcpkgs/rtaudio/template
index 9e9abb4fedc3d6..1dee27b3f9a673 100644
--- a/srcpkgs/rtaudio/template
+++ b/srcpkgs/rtaudio/template
@@ -1,7 +1,7 @@
# Template file for 'rtaudio'
pkgname=rtaudio
-version=5.2.0
-revision=2
+version=6.0.1
+revision=1
build_style=meson
configure_args="-Dalsa=enabled -Djack=enabled -Dpulse=enabled"
hostmakedepends="pkg-config"
@@ -11,7 +11,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="http://www.music.mcgill.ca/~gary/rtaudio/"
distfiles="http://www.music.mcgill.ca/~gary/rtaudio/release/rtaudio-${version}.tar.gz"
-checksum=d6089c214e5dbff136ab21f3f5efc284e93475ebd198c54d4b9b6c44419ef4e6
+checksum=42d29cc2b5fa378ba3a978faeb1885a0075acf0fecb5ee50f0d76f6c7d8ab28c
post_install() {
sed -n '/Copyright/,/IN THE SOFTWARE/p' RtAudio.h > LICENSE
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PR PATCH] [Updated] rtaudio: update to 6.0.1.
2024-11-14 11:16 [PR PATCH] rtaudio: update to 6.0.1 biopsin
@ 2024-11-14 12:17 ` biopsin
2024-11-14 12:32 ` biopsin
1 sibling, 0 replies; 3+ messages in thread
From: biopsin @ 2024-11-14 12:17 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1250 bytes --]
There is an updated pull request by biopsin against master on the void-packages repository
https://github.com/biopsin/void-packages rtaudio
https://github.com/void-linux/void-packages/pull/53055
rtaudio: update to 6.0.1.
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **NO**
<!--
#### 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):
- aarch64-musl [ok]
- armv7l [ok]
- armv6l-musl [ok]
A patch file from https://github.com/void-linux/void-packages/pull/53055.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-rtaudio-53055.patch --]
[-- Type: text/x-diff, Size: 2071 bytes --]
From 1662203028ee05e2b126af503dca5512ec5f8506 Mon Sep 17 00:00:00 2001
From: classabbyamp <void@placeviolette.net>
Date: Sat, 2 Nov 2024 10:59:01 -0400
Subject: [PATCH] rtaudio: update to 6.0.1.
---
common/shlibs | 2 +-
srcpkgs/SDRPlusPlus/template | 2 +-
srcpkgs/rtaudio/template | 6 +++---
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/common/shlibs b/common/shlibs
index 7c5765d5337f7c..fc4d5eae0cc3b0 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3100,7 +3100,7 @@ libPocoNetSSL.so.94 poco-1.12.4_1
libPocoCrypto.so.94 poco-1.12.4_1
libPtex.so ptex-2.3.2_1
libopenblas.so.0 openblas-0.2.19_1
-librtaudio.so.6 rtaudio-5.1.0_1
+librtaudio.so.7 rtaudio-6.0.1_1
librtmidi.so.7 rtmidi-6.0.0_1
libbiblesync.so.2.1.0 biblesync-2.1.0_1
libbac-9.4.2.so bacula-common-9.4.2_4
diff --git a/srcpkgs/SDRPlusPlus/template b/srcpkgs/SDRPlusPlus/template
index 5d23934afa7d55..e3d6665baf856d 100644
--- a/srcpkgs/SDRPlusPlus/template
+++ b/srcpkgs/SDRPlusPlus/template
@@ -1,7 +1,7 @@
# Template file for 'SDRPlusPlus'
pkgname=SDRPlusPlus
version=1.0.4
-revision=3
+revision=4
build_style=cmake
configure_args="-DOPT_BUILD_PLUTOSDR_SOURCE=0"
hostmakedepends="pkg-config"
diff --git a/srcpkgs/rtaudio/template b/srcpkgs/rtaudio/template
index 9e9abb4fedc3d6..1dee27b3f9a673 100644
--- a/srcpkgs/rtaudio/template
+++ b/srcpkgs/rtaudio/template
@@ -1,7 +1,7 @@
# Template file for 'rtaudio'
pkgname=rtaudio
-version=5.2.0
-revision=2
+version=6.0.1
+revision=1
build_style=meson
configure_args="-Dalsa=enabled -Djack=enabled -Dpulse=enabled"
hostmakedepends="pkg-config"
@@ -11,7 +11,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="http://www.music.mcgill.ca/~gary/rtaudio/"
distfiles="http://www.music.mcgill.ca/~gary/rtaudio/release/rtaudio-${version}.tar.gz"
-checksum=d6089c214e5dbff136ab21f3f5efc284e93475ebd198c54d4b9b6c44419ef4e6
+checksum=42d29cc2b5fa378ba3a978faeb1885a0075acf0fecb5ee50f0d76f6c7d8ab28c
post_install() {
sed -n '/Copyright/,/IN THE SOFTWARE/p' RtAudio.h > LICENSE
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: rtaudio: update to 6.0.1.
2024-11-14 11:16 [PR PATCH] rtaudio: update to 6.0.1 biopsin
2024-11-14 12:17 ` [PR PATCH] [Updated] " biopsin
@ 2024-11-14 12:32 ` biopsin
1 sibling, 0 replies; 3+ messages in thread
From: biopsin @ 2024-11-14 12:32 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 275 bytes --]
New comment by biopsin on void-packages repository
https://github.com/void-linux/void-packages/pull/53055#issuecomment-2476238894
Comment:
Might need to update to [SDR++ Nightly Build (currently 1.2.1)](https://github.com/AlexandreRouma/SDRPlusPlus/releases/tag/nightly) ?
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-11-14 12:32 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-11-14 11:16 [PR PATCH] rtaudio: update to 6.0.1 biopsin
2024-11-14 12:17 ` [PR PATCH] [Updated] " biopsin
2024-11-14 12:32 ` biopsin
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).