Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] rtaudio: unmark nocross and fix checksum
@ 2020-12-14 16:49 ndowens
  2020-12-14 17:03 ` [PR PATCH] [Updated] " ndowens
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: ndowens @ 2020-12-14 16:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages rtaudio
https://github.com/void-linux/void-packages/pull/27153

rtaudio: unmark nocross and fix checksum


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

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

From fd6afca9b5da02de61b697545cfe0875f51852c8 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Mon, 14 Dec 2020 10:50:53 -0600
Subject: [PATCH] rtaudio: unmark nocross and fix checksum

---
 srcpkgs/rtaudio/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/rtaudio/template b/srcpkgs/rtaudio/template
index b036e1cae78..91eb1d51cf6 100644
--- a/srcpkgs/rtaudio/template
+++ b/srcpkgs/rtaudio/template
@@ -11,9 +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=407680389ab4ef1270f9b2f6b953f063e27319dbe914de4394b6c3a1233d8f1a
-
-nocross="Unconditionally test for feature"
+checksum=ff138b2b6ed2b700b04b406be718df213052d4c952190280cf4e2fab4b61fe09
 
 rtaudio-devel_package() {
 	depends="rtaudio-${version}_${revision}"

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

* Re: [PR PATCH] [Updated] rtaudio: unmark nocross and fix checksum
  2020-12-14 16:49 [PR PATCH] rtaudio: unmark nocross and fix checksum ndowens
@ 2020-12-14 17:03 ` ndowens
  2020-12-15 16:57 ` [PR REVIEW] " sgn
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: ndowens @ 2020-12-14 17:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages rtaudio
https://github.com/void-linux/void-packages/pull/27153

rtaudio: unmark nocross and fix checksum


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

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

From 91da09e910f3de3c87a3c1948fcfeb90f8c34698 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Mon, 14 Dec 2020 10:50:53 -0600
Subject: [PATCH] rtaudio: unmark nocross and fix checksum

---
 srcpkgs/rtaudio/template | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/rtaudio/template b/srcpkgs/rtaudio/template
index b036e1cae78..359e0ebb3f5 100644
--- a/srcpkgs/rtaudio/template
+++ b/srcpkgs/rtaudio/template
@@ -11,9 +11,12 @@ 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=407680389ab4ef1270f9b2f6b953f063e27319dbe914de4394b6c3a1233d8f1a
+checksum=ff138b2b6ed2b700b04b406be718df213052d4c952190280cf4e2fab4b61fe09
 
-nocross="Unconditionally test for feature"
+post_install() {
+	sed -n '/Copyright/,/IN THE SOFTWARE/p' RtAudio.h > LICENSE
+	vlicense LICENSE
+}
 
 rtaudio-devel_package() {
 	depends="rtaudio-${version}_${revision}"

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

* Re: [PR REVIEW] rtaudio: unmark nocross and fix checksum
  2020-12-14 16:49 [PR PATCH] rtaudio: unmark nocross and fix checksum ndowens
  2020-12-14 17:03 ` [PR PATCH] [Updated] " ndowens
@ 2020-12-15 16:57 ` sgn
  2020-12-15 17:47 ` ndowens
  2020-12-16  2:46 ` [PR PATCH] [Merged]: " ericonr
  3 siblings, 0 replies; 5+ messages in thread
From: sgn @ 2020-12-15 16:57 UTC (permalink / raw)
  To: ml

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

New review comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/27153#discussion_r543518281

Comment:
Heh, they make a new tarball with same name with an empty directory `.deps` removed and remove `x` permission ;)

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

* Re: [PR REVIEW] rtaudio: unmark nocross and fix checksum
  2020-12-14 16:49 [PR PATCH] rtaudio: unmark nocross and fix checksum ndowens
  2020-12-14 17:03 ` [PR PATCH] [Updated] " ndowens
  2020-12-15 16:57 ` [PR REVIEW] " sgn
@ 2020-12-15 17:47 ` ndowens
  2020-12-16  2:46 ` [PR PATCH] [Merged]: " ericonr
  3 siblings, 0 replies; 5+ messages in thread
From: ndowens @ 2020-12-15 17:47 UTC (permalink / raw)
  To: ml

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

New review comment by ndowens on void-packages repository

https://github.com/void-linux/void-packages/pull/27153#discussion_r543555898

Comment:
Yep. Sometimes upstream changes it randomly and that’s not a good thing

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

* Re: [PR PATCH] [Merged]: rtaudio: unmark nocross and fix checksum
  2020-12-14 16:49 [PR PATCH] rtaudio: unmark nocross and fix checksum ndowens
                   ` (2 preceding siblings ...)
  2020-12-15 17:47 ` ndowens
@ 2020-12-16  2:46 ` ericonr
  3 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2020-12-16  2:46 UTC (permalink / raw)
  To: ml

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

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

rtaudio: unmark nocross and fix checksum
https://github.com/void-linux/void-packages/pull/27153

Description:


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

end of thread, other threads:[~2020-12-16  2:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-14 16:49 [PR PATCH] rtaudio: unmark nocross and fix checksum ndowens
2020-12-14 17:03 ` [PR PATCH] [Updated] " ndowens
2020-12-15 16:57 ` [PR REVIEW] " sgn
2020-12-15 17:47 ` ndowens
2020-12-16  2:46 ` [PR PATCH] [Merged]: " ericonr

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