Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: reaper-6.15.
@ 2020-11-14 23:12 fosslinux
  2020-11-15  0:24 ` [PR REVIEW] " ericonr
                   ` (25 more replies)
  0 siblings, 26 replies; 27+ messages in thread
From: fosslinux @ 2020-11-14 23:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/fosslinux/void-packages reaper-new
https://github.com/void-linux/void-packages/pull/26385

New package: reaper-6.15.
A very common DAW used professionally.

Is nonfree, but allows redistribution, AFAICT.

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

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

From 058d5d1d438670690fcc972d700940bcda0527ac Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Sun, 15 Nov 2020 08:56:02 +1100
Subject: [PATCH] New package: reaper-6.15.

---
 srcpkgs/reaper/files/application-x-reaper.xml | 59 +++++++++++++++++++
 srcpkgs/reaper/files/cockos-reaper.desktop    |  8 +++
 srcpkgs/reaper/template                       | 52 ++++++++++++++++
 3 files changed, 119 insertions(+)
 create mode 100644 srcpkgs/reaper/files/application-x-reaper.xml
 create mode 100644 srcpkgs/reaper/files/cockos-reaper.desktop
 create mode 100644 srcpkgs/reaper/template

diff --git a/srcpkgs/reaper/files/application-x-reaper.xml b/srcpkgs/reaper/files/application-x-reaper.xml
new file mode 100644
index 00000000000..e222b5a2095
--- /dev/null
+++ b/srcpkgs/reaper/files/application-x-reaper.xml
@@ -0,0 +1,59 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
+  <mime-type type="application/x-reaper-project">
+    <sub-class-of type="text/plain"/>
+    <comment xml:lang="en">REAPER project</comment>
+    <icon name="cockos-reaper-document"/>
+    <glob pattern="*.rpp"/>
+  </mime-type>
+  <mime-type type="application/x-reaper-project-backup">
+    <sub-class-of type="text/plain"/>
+    <comment xml:lang="en">REAPER project backup</comment>
+    <icon name="cockos-reaper-backup"/>
+    <glob pattern="*.rpp-bak"/>
+  </mime-type>
+  <mime-type type="application/x-reaper-config">
+    <sub-class-of type="text/plain"/>
+    <icon name="cockos-reaper"/>
+    <comment xml:lang="en">REAPER configuration</comment>
+    <glob pattern="reaper*.ini"/>
+  </mime-type>
+  <mime-type type="application/x-reaper-fxchain">
+    <sub-class-of type="text/plain"/>
+    <comment xml:lang="en">REAPER fx chain</comment>
+    <icon name="cockos-reaper-template"/>
+    <glob pattern="*.rfxchain"/>
+  </mime-type>
+  <mime-type type="application/x-reaper-tracktemplate">
+    <sub-class-of type="text/plain"/>
+    <comment xml:lang="en">REAPER track template</comment>
+    <icon name="cockos-reaper-template2"/>
+    <glob pattern="*.RTrackTemplate"/>
+  </mime-type>
+  <mime-type type="application/x-reaper-theme">
+    <comment xml:lang="en">REAPER theme</comment>
+    <icon name="cockos-reaper-theme"/>
+    <glob pattern="*.ReaperTheme"/>
+    <glob pattern="*.ReaperThemeZip"/>
+  </mime-type>
+  <mime-type type="application/x-reaper-undo">
+    <icon name="cockos-reaper-backup"/>
+    <comment xml:lang="en">REAPER undo</comment>
+    <glob pattern="*.rpp-undo"/>
+  </mime-type>
+  <mime-type type="application/x-reaper-bak-undo">
+    <icon name="cockos-reaper-backup"/>
+    <comment xml:lang="en">REAPER undo backup</comment>
+    <glob pattern="*.rpp-bak-undo"/>
+  </mime-type>
+  <mime-type type="application/x-reaper-peak">
+    <comment xml:lang="en">REAPER peak file</comment>
+    <icon name="cockos-reaper-peak"/>
+    <glob pattern="*.reapeaks"/>
+  </mime-type>
+  <mime-type type="application/x-reaper-proxy">
+    <icon name="cockos-reaper-peak"/>
+    <comment xml:lang="en">REAPER proxy</comment>
+    <glob pattern="*.rpp-prox"/>
+  </mime-type>
+</mime-info>
diff --git a/srcpkgs/reaper/files/cockos-reaper.desktop b/srcpkgs/reaper/files/cockos-reaper.desktop
new file mode 100644
index 00000000000..0b63d6c629c
--- /dev/null
+++ b/srcpkgs/reaper/files/cockos-reaper.desktop
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Name=REAPER
+Comment=REAPER
+Categories=Audio;Video;AudioVideo;AudioVideoEditing;Recorder;
+Exec="/usr/bin/reaper" %F
+Icon=cockos-reaper
+MimeType=application/x-reaper-project;application/x-reaper-project-backup;application/x-reaper-theme
+StartupWMClass=REAPER
diff --git a/srcpkgs/reaper/template b/srcpkgs/reaper/template
new file mode 100644
index 00000000000..8d27f7d2cd7
--- /dev/null
+++ b/srcpkgs/reaper/template
@@ -0,0 +1,52 @@
+# Template file for 'reaper'
+pkgname=reaper
+version=6.15
+revision=1
+archs="i686 x86_64 aarch64 armv7l"
+wrksrc="reaper_linux_${XBPS_TARGET_MACHINE}"
+short_desc="Complete digital audio production application for computers"
+maintainer="fosslinux <fosslinux@aussies.space>"
+license="custom:Propietary"
+homepage="https://www.reaper.fm"
+distfiles="https://www.reaper.fm/files/${version%.*}.x/reaper${version//.}_linux_${XBPS_TARGET_MACHINE}.tar.xz"
+repository=nonfree
+nopie=yes
+
+# TODO: Build our own libSwell.so
+
+case "${XBPS_TARGET_MACHINE}" in
+	i686) checksum=85827da1dcccb0cc6cfc3c4393581e1999dbc3de3fdb3794cb095819a5d62da2 ;;
+	x86_64) checksum=6a7ed6b25d4bfcf202449b7da7b62024fa8e561ff93a3a4e6deac5076281ffb5 ;;
+	armv7l) checksum=117daa711a1e67156994e56ca76bada6349536fab6f239ff65422d4183c8e4a5 ;;
+	aarch64) checksum=70564397a87a7980ae1f2fcadc5b1643c8337ade2a1aa180adb0dcbe03e14553 ;;
+esac
+
+do_install() {
+	vmkdir usr/libexec
+	./install-reaper.sh --install "${DESTDIR}/usr/libexec"
+	mv "${DESTDIR}/usr/libexec/REAPER" "${DESTDIR}/usr/libexec/reaper"
+
+	cd REAPER
+
+	vmkdir usr/share/icons/hicolor/256x256/apps
+	vinstall Resources/main.png 0644 usr/share/icons/hicolor/256x256/apps \
+		cockos-reaper
+	vinstall Resources/reamote.png 0644 usr/share/icons/hicolor/256x256/apps \
+		cockos-reamote
+	for i in cockos-reaper-backup cockos-reaper-document cockos-reaper-theme \
+		cockos-reaper-peak cockos-reaper-template cockos-reaper-template2; do
+		vinstall "Resources/${i}.png" 0644 usr/share/icons/hicolor/256x256/apps
+	done
+	vinstall "${FILESDIR}/cockos-reaper.desktop" 0644 usr/share/applications
+
+	vlicense EULA.txt
+	for i in Docs/*; do
+		vdoc "${i}"
+	done
+
+	for i in whatsnew.txt EULA.txt Docs uninstall-reaper.sh; do
+		rm -r "${DESTDIR}/usr/libexec/reaper/${i}"
+	done
+	vmkdir usr/bin
+	ln -s ../libexec/reaper/reaper "${DESTDIR}/usr/bin"
+}

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

* Re: [PR REVIEW] New package: reaper-6.15.
  2020-11-14 23:12 [PR PATCH] New package: reaper-6.15 fosslinux
@ 2020-11-15  0:24 ` ericonr
  2020-11-15  0:43 ` fosslinux
                   ` (24 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: ericonr @ 2020-11-15  0:24 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/26385#discussion_r523496226

Comment:
I think you forgot to install this, tho I kinda hate the idea of carrying it :/

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

* Re: [PR REVIEW] New package: reaper-6.15.
  2020-11-14 23:12 [PR PATCH] New package: reaper-6.15 fosslinux
  2020-11-15  0:24 ` [PR REVIEW] " ericonr
@ 2020-11-15  0:43 ` fosslinux
  2020-11-23  8:06 ` [PR PATCH] [Updated] " fosslinux
                   ` (23 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: fosslinux @ 2020-11-15  0:43 UTC (permalink / raw)
  To: ml

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

New review comment by fosslinux on void-packages repository

https://github.com/void-linux/void-packages/pull/26385#discussion_r523520239

Comment:
Oh, whoops, no I forgot to remove it; this is installed by the install script but is unnessecary, update-mime-database generates basically this.

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

* Re: [PR PATCH] [Updated] New package: reaper-6.15.
  2020-11-14 23:12 [PR PATCH] New package: reaper-6.15 fosslinux
  2020-11-15  0:24 ` [PR REVIEW] " ericonr
  2020-11-15  0:43 ` fosslinux
@ 2020-11-23  8:06 ` fosslinux
  2020-11-23  8:07 ` fosslinux
                   ` (22 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: fosslinux @ 2020-11-23  8:06 UTC (permalink / raw)
  To: ml

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

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

https://github.com/fosslinux/void-packages reaper-new
https://github.com/void-linux/void-packages/pull/26385

New package: reaper-6.15.
A very common DAW used professionally.

Is nonfree, but allows redistribution, AFAICT.

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

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

From a1828ba148728024eabd3d98e147a553c9c10567 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Sun, 15 Nov 2020 08:56:02 +1100
Subject: [PATCH] New package: reaper-6.15.

---
 srcpkgs/reaper/files/cockos-reaper.desktop |  8 ++++
 srcpkgs/reaper/template                    | 52 ++++++++++++++++++++++
 2 files changed, 60 insertions(+)
 create mode 100644 srcpkgs/reaper/files/cockos-reaper.desktop
 create mode 100644 srcpkgs/reaper/template

diff --git a/srcpkgs/reaper/files/cockos-reaper.desktop b/srcpkgs/reaper/files/cockos-reaper.desktop
new file mode 100644
index 00000000000..0b63d6c629c
--- /dev/null
+++ b/srcpkgs/reaper/files/cockos-reaper.desktop
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Name=REAPER
+Comment=REAPER
+Categories=Audio;Video;AudioVideo;AudioVideoEditing;Recorder;
+Exec="/usr/bin/reaper" %F
+Icon=cockos-reaper
+MimeType=application/x-reaper-project;application/x-reaper-project-backup;application/x-reaper-theme
+StartupWMClass=REAPER
diff --git a/srcpkgs/reaper/template b/srcpkgs/reaper/template
new file mode 100644
index 00000000000..8d27f7d2cd7
--- /dev/null
+++ b/srcpkgs/reaper/template
@@ -0,0 +1,52 @@
+# Template file for 'reaper'
+pkgname=reaper
+version=6.15
+revision=1
+archs="i686 x86_64 aarch64 armv7l"
+wrksrc="reaper_linux_${XBPS_TARGET_MACHINE}"
+short_desc="Complete digital audio production application for computers"
+maintainer="fosslinux <fosslinux@aussies.space>"
+license="custom:Propietary"
+homepage="https://www.reaper.fm"
+distfiles="https://www.reaper.fm/files/${version%.*}.x/reaper${version//.}_linux_${XBPS_TARGET_MACHINE}.tar.xz"
+repository=nonfree
+nopie=yes
+
+# TODO: Build our own libSwell.so
+
+case "${XBPS_TARGET_MACHINE}" in
+	i686) checksum=85827da1dcccb0cc6cfc3c4393581e1999dbc3de3fdb3794cb095819a5d62da2 ;;
+	x86_64) checksum=6a7ed6b25d4bfcf202449b7da7b62024fa8e561ff93a3a4e6deac5076281ffb5 ;;
+	armv7l) checksum=117daa711a1e67156994e56ca76bada6349536fab6f239ff65422d4183c8e4a5 ;;
+	aarch64) checksum=70564397a87a7980ae1f2fcadc5b1643c8337ade2a1aa180adb0dcbe03e14553 ;;
+esac
+
+do_install() {
+	vmkdir usr/libexec
+	./install-reaper.sh --install "${DESTDIR}/usr/libexec"
+	mv "${DESTDIR}/usr/libexec/REAPER" "${DESTDIR}/usr/libexec/reaper"
+
+	cd REAPER
+
+	vmkdir usr/share/icons/hicolor/256x256/apps
+	vinstall Resources/main.png 0644 usr/share/icons/hicolor/256x256/apps \
+		cockos-reaper
+	vinstall Resources/reamote.png 0644 usr/share/icons/hicolor/256x256/apps \
+		cockos-reamote
+	for i in cockos-reaper-backup cockos-reaper-document cockos-reaper-theme \
+		cockos-reaper-peak cockos-reaper-template cockos-reaper-template2; do
+		vinstall "Resources/${i}.png" 0644 usr/share/icons/hicolor/256x256/apps
+	done
+	vinstall "${FILESDIR}/cockos-reaper.desktop" 0644 usr/share/applications
+
+	vlicense EULA.txt
+	for i in Docs/*; do
+		vdoc "${i}"
+	done
+
+	for i in whatsnew.txt EULA.txt Docs uninstall-reaper.sh; do
+		rm -r "${DESTDIR}/usr/libexec/reaper/${i}"
+	done
+	vmkdir usr/bin
+	ln -s ../libexec/reaper/reaper "${DESTDIR}/usr/bin"
+}

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

* Re: New package: reaper-6.15.
  2020-11-14 23:12 [PR PATCH] New package: reaper-6.15 fosslinux
                   ` (2 preceding siblings ...)
  2020-11-23  8:06 ` [PR PATCH] [Updated] " fosslinux
@ 2020-11-23  8:07 ` fosslinux
  2020-12-14  6:18 ` [PR PATCH] [Updated] " fosslinux
                   ` (21 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: fosslinux @ 2020-11-23  8:07 UTC (permalink / raw)
  To: ml

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

New comment by fosslinux on void-packages repository

https://github.com/void-linux/void-packages/pull/26385#issuecomment-731997206

Comment:
Removed extraneous file

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

* Re: [PR PATCH] [Updated] New package: reaper-6.15.
  2020-11-14 23:12 [PR PATCH] New package: reaper-6.15 fosslinux
                   ` (3 preceding siblings ...)
  2020-11-23  8:07 ` fosslinux
@ 2020-12-14  6:18 ` fosslinux
  2020-12-14  6:19 ` fosslinux
                   ` (20 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: fosslinux @ 2020-12-14  6:18 UTC (permalink / raw)
  To: ml

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

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

https://github.com/fosslinux/void-packages reaper-new
https://github.com/void-linux/void-packages/pull/26385

New package: reaper-6.15.
A very common DAW used professionally.

Is nonfree, but allows redistribution, AFAICT.

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

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

From 5efeb5a8a9e07ab5d2686c2548b05a3c370c7633 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Sun, 15 Nov 2020 08:56:02 +1100
Subject: [PATCH] New package: reaper-6.18.

---
 srcpkgs/reaper/files/cockos-reaper.desktop |  8 ++++
 srcpkgs/reaper/template                    | 52 ++++++++++++++++++++++
 2 files changed, 60 insertions(+)
 create mode 100644 srcpkgs/reaper/files/cockos-reaper.desktop
 create mode 100644 srcpkgs/reaper/template

diff --git a/srcpkgs/reaper/files/cockos-reaper.desktop b/srcpkgs/reaper/files/cockos-reaper.desktop
new file mode 100644
index 00000000000..0b63d6c629c
--- /dev/null
+++ b/srcpkgs/reaper/files/cockos-reaper.desktop
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Name=REAPER
+Comment=REAPER
+Categories=Audio;Video;AudioVideo;AudioVideoEditing;Recorder;
+Exec="/usr/bin/reaper" %F
+Icon=cockos-reaper
+MimeType=application/x-reaper-project;application/x-reaper-project-backup;application/x-reaper-theme
+StartupWMClass=REAPER
diff --git a/srcpkgs/reaper/template b/srcpkgs/reaper/template
new file mode 100644
index 00000000000..0599d7a6da7
--- /dev/null
+++ b/srcpkgs/reaper/template
@@ -0,0 +1,52 @@
+# Template file for 'reaper'
+pkgname=reaper
+version=6.18
+revision=1
+archs="i686 x86_64 aarch64 armv7l"
+wrksrc="reaper_linux_${XBPS_TARGET_MACHINE}"
+short_desc="Complete digital audio production application for computers"
+maintainer="fosslinux <fosslinux@aussies.space>"
+license="custom:Propietary"
+homepage="https://www.reaper.fm"
+distfiles="https://www.reaper.fm/files/${version%.*}.x/reaper${version//.}_linux_${XBPS_TARGET_MACHINE}.tar.xz"
+repository=nonfree
+nopie=yes
+
+# TODO: Build our own libSwell.so
+
+case "${XBPS_TARGET_MACHINE}" in
+	i686) checksum=eb2aaae9f0431f7c54d44989e266e39f289e85ec05bb5bb998a68ce3d2511f98 ;;
+	x86_64) checksum=c2a5c8d87198fdee922982d2762a866a898a1ba9ee0f7234e35c9272fed95550 ;;
+	armv7l) checksum=2223c47d041f253471115703a37a2e43a8f89b4a47f6acf2a32d5bc64bbaef88 ;;
+	aarch64) checksum=cb340a27fff29be2b8e643c86fd7f76df9c63549e71d174bc7dbdc83d13b18de ;;
+esac
+
+do_install() {
+	vmkdir usr/libexec
+	./install-reaper.sh --install "${DESTDIR}/usr/libexec"
+	mv "${DESTDIR}/usr/libexec/REAPER" "${DESTDIR}/usr/libexec/reaper"
+
+	cd REAPER
+
+	vmkdir usr/share/icons/hicolor/256x256/apps
+	vinstall Resources/main.png 0644 usr/share/icons/hicolor/256x256/apps \
+		cockos-reaper
+	vinstall Resources/reamote.png 0644 usr/share/icons/hicolor/256x256/apps \
+		cockos-reamote
+	for i in cockos-reaper-backup cockos-reaper-document cockos-reaper-theme \
+		cockos-reaper-peak cockos-reaper-template cockos-reaper-template2; do
+		vinstall "Resources/${i}.png" 0644 usr/share/icons/hicolor/256x256/apps
+	done
+	vinstall "${FILESDIR}/cockos-reaper.desktop" 0644 usr/share/applications
+
+	vlicense EULA.txt
+	for i in Docs/*; do
+		vdoc "${i}"
+	done
+
+	for i in whatsnew.txt EULA.txt Docs uninstall-reaper.sh; do
+		rm -r "${DESTDIR}/usr/libexec/reaper/${i}"
+	done
+	vmkdir usr/bin
+	ln -s ../libexec/reaper/reaper "${DESTDIR}/usr/bin"
+}

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

* Re: New package: reaper-6.15.
  2020-11-14 23:12 [PR PATCH] New package: reaper-6.15 fosslinux
                   ` (4 preceding siblings ...)
  2020-12-14  6:18 ` [PR PATCH] [Updated] " fosslinux
@ 2020-12-14  6:19 ` fosslinux
  2020-12-31  1:11 ` [PR PATCH] [Updated] " fosslinux
                   ` (19 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: fosslinux @ 2020-12-14  6:19 UTC (permalink / raw)
  To: ml

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

New comment by fosslinux on void-packages repository

https://github.com/void-linux/void-packages/pull/26385#issuecomment-744198941

Comment:
Updated to 6.18.

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

* Re: [PR PATCH] [Updated] New package: reaper-6.15.
  2020-11-14 23:12 [PR PATCH] New package: reaper-6.15 fosslinux
                   ` (5 preceding siblings ...)
  2020-12-14  6:19 ` fosslinux
@ 2020-12-31  1:11 ` fosslinux
  2020-12-31  1:13 ` New package: reaper-6.19 fosslinux
                   ` (18 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: fosslinux @ 2020-12-31  1:11 UTC (permalink / raw)
  To: ml

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

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

https://github.com/fosslinux/void-packages reaper-new
https://github.com/void-linux/void-packages/pull/26385

New package: reaper-6.15.
A very common DAW used professionally.

Is nonfree, but allows redistribution, AFAICT.

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

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

From c18e195c3026a66df0f8e8af7a75a549db9b1918 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Sun, 15 Nov 2020 08:56:02 +1100
Subject: [PATCH] New package: reaper-6.19.

---
 srcpkgs/reaper/files/cockos-reaper.desktop |  8 ++++
 srcpkgs/reaper/template                    | 52 ++++++++++++++++++++++
 2 files changed, 60 insertions(+)
 create mode 100644 srcpkgs/reaper/files/cockos-reaper.desktop
 create mode 100644 srcpkgs/reaper/template

diff --git a/srcpkgs/reaper/files/cockos-reaper.desktop b/srcpkgs/reaper/files/cockos-reaper.desktop
new file mode 100644
index 00000000000..0b63d6c629c
--- /dev/null
+++ b/srcpkgs/reaper/files/cockos-reaper.desktop
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Name=REAPER
+Comment=REAPER
+Categories=Audio;Video;AudioVideo;AudioVideoEditing;Recorder;
+Exec="/usr/bin/reaper" %F
+Icon=cockos-reaper
+MimeType=application/x-reaper-project;application/x-reaper-project-backup;application/x-reaper-theme
+StartupWMClass=REAPER
diff --git a/srcpkgs/reaper/template b/srcpkgs/reaper/template
new file mode 100644
index 00000000000..fe359d3ccb8
--- /dev/null
+++ b/srcpkgs/reaper/template
@@ -0,0 +1,52 @@
+# Template file for 'reaper'
+pkgname=reaper
+version=6.19
+revision=1
+archs="i686 x86_64 aarch64 armv7l"
+wrksrc="reaper_linux_${XBPS_TARGET_MACHINE}"
+short_desc="Complete digital audio production application for computers"
+maintainer="fosslinux <fosslinux@aussies.space>"
+license="custom:Propietary"
+homepage="https://www.reaper.fm"
+distfiles="https://www.reaper.fm/files/${version%.*}.x/reaper${version//.}_linux_${XBPS_TARGET_MACHINE}.tar.xz"
+repository=nonfree
+nopie=yes
+
+# TODO: Build our own libSwell.so
+
+case "${XBPS_TARGET_MACHINE}" in
+	i686) checksum=fdeee5ffd7b3b11fabdea415a3a4a05d0df0b36394008d4be3ee61fce1914523 ;;
+	x86_64) checksum=8a22f29a59c041add60e5c95416f65341291bf0e240a8b7d3fbf4577692cbeb1 ;;
+	armv7l) checksum=f98525a57112ca0a1041c1c58dfdf24c0b69f3be8c3e39c8fc0d6960ce12a337 ;;
+	aarch64) checksum=f003f245e3a283d1b330d3093b66240ff0b6d648b7cd1f9c83d3e574a402abd8 ;;
+esac
+
+do_install() {
+	vmkdir usr/libexec
+	./install-reaper.sh --install "${DESTDIR}/usr/libexec"
+	mv "${DESTDIR}/usr/libexec/REAPER" "${DESTDIR}/usr/libexec/reaper"
+
+	cd REAPER
+
+	vmkdir usr/share/icons/hicolor/256x256/apps
+	vinstall Resources/main.png 0644 usr/share/icons/hicolor/256x256/apps \
+		cockos-reaper
+	vinstall Resources/reamote.png 0644 usr/share/icons/hicolor/256x256/apps \
+		cockos-reamote
+	for i in cockos-reaper-backup cockos-reaper-document cockos-reaper-theme \
+		cockos-reaper-peak cockos-reaper-template cockos-reaper-template2; do
+		vinstall "Resources/${i}.png" 0644 usr/share/icons/hicolor/256x256/apps
+	done
+	vinstall "${FILESDIR}/cockos-reaper.desktop" 0644 usr/share/applications
+
+	vlicense EULA.txt
+	for i in Docs/*; do
+		vdoc "${i}"
+	done
+
+	for i in whatsnew.txt EULA.txt Docs uninstall-reaper.sh; do
+		rm -r "${DESTDIR}/usr/libexec/reaper/${i}"
+	done
+	vmkdir usr/bin
+	ln -s ../libexec/reaper/reaper "${DESTDIR}/usr/bin"
+}

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

* Re: New package: reaper-6.19.
  2020-11-14 23:12 [PR PATCH] New package: reaper-6.15 fosslinux
                   ` (6 preceding siblings ...)
  2020-12-31  1:11 ` [PR PATCH] [Updated] " fosslinux
@ 2020-12-31  1:13 ` fosslinux
  2021-01-10  2:51 ` ericonr
                   ` (17 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: fosslinux @ 2020-12-31  1:13 UTC (permalink / raw)
  To: ml

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

New comment by fosslinux on void-packages repository

https://github.com/void-linux/void-packages/pull/26385#issuecomment-752808328

Comment:
Updated to 6.19. @ericonr ping

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

* Re: New package: reaper-6.19.
  2020-11-14 23:12 [PR PATCH] New package: reaper-6.15 fosslinux
                   ` (7 preceding siblings ...)
  2020-12-31  1:13 ` New package: reaper-6.19 fosslinux
@ 2021-01-10  2:51 ` ericonr
  2021-01-10  6:37 ` fosslinux
                   ` (16 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: ericonr @ 2021-01-10  2:51 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/26385#issuecomment-757403777

Comment:
Is vendoring the desktop file really necessary? I really dislike doing that, though I can understand the need with proprietary stuff :/

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

* Re: New package: reaper-6.19.
  2020-11-14 23:12 [PR PATCH] New package: reaper-6.15 fosslinux
                   ` (8 preceding siblings ...)
  2021-01-10  2:51 ` ericonr
@ 2021-01-10  6:37 ` fosslinux
  2021-04-05 12:54 ` biopsin
                   ` (15 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: fosslinux @ 2021-01-10  6:37 UTC (permalink / raw)
  To: ml

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

New comment by fosslinux on void-packages repository

https://github.com/void-linux/void-packages/pull/26385#issuecomment-757426118

Comment:
Yeah it kinda is, the alternative is not having it in the desktop menus.

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

* Re: New package: reaper-6.19.
  2020-11-14 23:12 [PR PATCH] New package: reaper-6.15 fosslinux
                   ` (9 preceding siblings ...)
  2021-01-10  6:37 ` fosslinux
@ 2021-04-05 12:54 ` biopsin
  2021-04-10 10:02 ` biopsin
                   ` (14 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: biopsin @ 2021-04-05 12:54 UTC (permalink / raw)
  To: ml

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

New comment by biopsin on void-packages repository

https://github.com/void-linux/void-packages/pull/26385#issuecomment-813378344

Comment:
I've posted a request on https://forum.cockos.com/showthread.php?p=2428322#post2428322 to include desktop file in tarballs..

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

* Re: New package: reaper-6.19.
  2020-11-14 23:12 [PR PATCH] New package: reaper-6.15 fosslinux
                   ` (10 preceding siblings ...)
  2021-04-05 12:54 ` biopsin
@ 2021-04-10 10:02 ` biopsin
  2021-04-10 12:17 ` fosslinux
                   ` (13 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: biopsin @ 2021-04-10 10:02 UTC (permalink / raw)
  To: ml

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

New comment by biopsin on void-packages repository

https://github.com/void-linux/void-packages/pull/26385#issuecomment-813378344

Comment:
I've posted a request on https://forum.cockos.com/showthread.php?p=2428322#post2428322 to include desktop file in tarballs..
Meh don't think they'll ever bother since they're provide that fancy install script which creates one..

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

* Re: New package: reaper-6.19.
  2020-11-14 23:12 [PR PATCH] New package: reaper-6.15 fosslinux
                   ` (11 preceding siblings ...)
  2021-04-10 10:02 ` biopsin
@ 2021-04-10 12:17 ` fosslinux
  2021-04-10 12:19 ` fosslinux
                   ` (12 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: fosslinux @ 2021-04-10 12:17 UTC (permalink / raw)
  To: ml

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

New comment by fosslinux on void-packages repository

https://github.com/void-linux/void-packages/pull/26385#issuecomment-817127710

Comment:
Yeah, unfortunately upstreams regularly don't care too much about distros "use our stuff"!111

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

* Re: New package: reaper-6.19.
  2020-11-14 23:12 [PR PATCH] New package: reaper-6.15 fosslinux
                   ` (12 preceding siblings ...)
  2021-04-10 12:17 ` fosslinux
@ 2021-04-10 12:19 ` fosslinux
  2021-04-10 12:57 ` biopsin
                   ` (11 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: fosslinux @ 2021-04-10 12:19 UTC (permalink / raw)
  To: ml

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

New comment by fosslinux on void-packages repository

https://github.com/void-linux/void-packages/pull/26385#issuecomment-817127973

Comment:
Yeah, unfortunately upstreams regularly don't care too much about distros "use our stuff"!111

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

* Re: New package: reaper-6.19.
  2020-11-14 23:12 [PR PATCH] New package: reaper-6.15 fosslinux
                   ` (13 preceding siblings ...)
  2021-04-10 12:19 ` fosslinux
@ 2021-04-10 12:57 ` biopsin
  2021-04-10 22:58 ` fosslinux
                   ` (10 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: biopsin @ 2021-04-10 12:57 UTC (permalink / raw)
  To: ml

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

New comment by biopsin on void-packages repository

https://github.com/void-linux/void-packages/pull/26385#issuecomment-817132758

Comment:
@fosslinux anyways thank you for template, I use Reaper and I don't mind repacking it locally if it does'nt end up in the repo. I still have to pkg Swell for gtk+ anyways so I lose/gain not that much.

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

* Re: New package: reaper-6.19.
  2020-11-14 23:12 [PR PATCH] New package: reaper-6.15 fosslinux
                   ` (14 preceding siblings ...)
  2021-04-10 12:57 ` biopsin
@ 2021-04-10 22:58 ` fosslinux
  2021-07-01  7:10 ` [PR PATCH] [Updated] " fosslinux
                   ` (9 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: fosslinux @ 2021-04-10 22:58 UTC (permalink / raw)
  To: ml

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

New comment by fosslinux on void-packages repository

https://github.com/void-linux/void-packages/pull/26385#issuecomment-817127973

Comment:
Yeah, unfortunately upstreams regularly don't care too much about distros "use our stuff"!111

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

* Re: [PR PATCH] [Updated] New package: reaper-6.19.
  2020-11-14 23:12 [PR PATCH] New package: reaper-6.15 fosslinux
                   ` (15 preceding siblings ...)
  2021-04-10 22:58 ` fosslinux
@ 2021-07-01  7:10 ` fosslinux
  2021-07-04 19:39 ` ericonr
                   ` (8 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: fosslinux @ 2021-07-01  7:10 UTC (permalink / raw)
  To: ml

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

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

https://github.com/fosslinux/void-packages reaper-new
https://github.com/void-linux/void-packages/pull/26385

New package: reaper-6.19.
A very common DAW used professionally.

Is nonfree, but allows redistribution, AFAICT.

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

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

From d00919519e77f0ea124348b68944e27bebfdb33f Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Sun, 15 Nov 2020 08:56:02 +1100
Subject: [PATCH] New package: reaper-6.29.

---
 srcpkgs/reaper/files/cockos-reaper.desktop |  8 ++++
 srcpkgs/reaper/template                    | 52 ++++++++++++++++++++++
 2 files changed, 60 insertions(+)
 create mode 100644 srcpkgs/reaper/files/cockos-reaper.desktop
 create mode 100644 srcpkgs/reaper/template

diff --git a/srcpkgs/reaper/files/cockos-reaper.desktop b/srcpkgs/reaper/files/cockos-reaper.desktop
new file mode 100644
index 000000000000..0b63d6c629cc
--- /dev/null
+++ b/srcpkgs/reaper/files/cockos-reaper.desktop
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Name=REAPER
+Comment=REAPER
+Categories=Audio;Video;AudioVideo;AudioVideoEditing;Recorder;
+Exec="/usr/bin/reaper" %F
+Icon=cockos-reaper
+MimeType=application/x-reaper-project;application/x-reaper-project-backup;application/x-reaper-theme
+StartupWMClass=REAPER
diff --git a/srcpkgs/reaper/template b/srcpkgs/reaper/template
new file mode 100644
index 000000000000..a3e503c0f25a
--- /dev/null
+++ b/srcpkgs/reaper/template
@@ -0,0 +1,52 @@
+# Template file for 'reaper'
+pkgname=reaper
+version=6.29
+revision=1
+archs="i686 x86_64 aarch64 armv7l"
+wrksrc="reaper_linux_${XBPS_TARGET_MACHINE}"
+short_desc="Complete digital audio production application for computers"
+maintainer="fosslinux <fosslinux@aussies.space>"
+license="custom:Propietary"
+homepage="https://www.reaper.fm"
+distfiles="https://www.reaper.fm/files/${version%.*}.x/reaper${version//.}_linux_${XBPS_TARGET_MACHINE}.tar.xz"
+repository=nonfree
+nopie=yes
+
+# TODO: Build our own libSwell.so
+
+case "${XBPS_TARGET_MACHINE}" in
+	i686) checksum=83968f664769f04861366f0c5e8db8da4e78b7035fe50ed4688557083e10cef6 ;;
+	x86_64) checksum=0ceba5e89d98eeccf2e3e43849e3b4b86e8f4ae53e3042c4ee4cbc5b7992a534 ;;
+	armv7l) checksum=ef0dd134085b3694b6962c756190d3055aca7898bf517a37b7f1cecca6a87436 ;;
+	aarch64) checksum=ebb8938ba6c595b42dc828e73c88caf0aff7695fb3682b160510969a06289cce ;;
+esac
+
+do_install() {
+	vmkdir usr/libexec
+	./install-reaper.sh --install "${DESTDIR}/usr/libexec"
+	mv "${DESTDIR}/usr/libexec/REAPER" "${DESTDIR}/usr/libexec/reaper"
+
+	cd REAPER
+
+	vmkdir usr/share/icons/hicolor/256x256/apps
+	vinstall Resources/main.png 0644 usr/share/icons/hicolor/256x256/apps \
+		cockos-reaper
+	vinstall Resources/reamote.png 0644 usr/share/icons/hicolor/256x256/apps \
+		cockos-reamote
+	for i in cockos-reaper-backup cockos-reaper-document cockos-reaper-theme \
+		cockos-reaper-peak cockos-reaper-template cockos-reaper-template2; do
+		vinstall "Resources/${i}.png" 0644 usr/share/icons/hicolor/256x256/apps
+	done
+	vinstall "${FILESDIR}/cockos-reaper.desktop" 0644 usr/share/applications
+
+	vlicense EULA.txt
+	for i in Docs/*; do
+		vdoc "${i}"
+	done
+
+	for i in whatsnew.txt EULA.txt Docs uninstall-reaper.sh; do
+		rm -r "${DESTDIR}/usr/libexec/reaper/${i}"
+	done
+	vmkdir usr/bin
+	ln -s ../libexec/reaper/reaper "${DESTDIR}/usr/bin"
+}

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

* Re: New package: reaper-6.19.
  2020-11-14 23:12 [PR PATCH] New package: reaper-6.15 fosslinux
                   ` (16 preceding siblings ...)
  2021-07-01  7:10 ` [PR PATCH] [Updated] " fosslinux
@ 2021-07-04 19:39 ` ericonr
  2021-07-05  1:41 ` fosslinux
                   ` (7 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: ericonr @ 2021-07-04 19:39 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/26385#issuecomment-873649522

Comment:
> Download REAPER below for a free, fully functional 60-day evaluation.

Is this enforced?

https://www.reaper.fm/dist-agreement.php

I think you have to sign up to become a distributor?

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

* Re: New package: reaper-6.19.
  2020-11-14 23:12 [PR PATCH] New package: reaper-6.15 fosslinux
                   ` (17 preceding siblings ...)
  2021-07-04 19:39 ` ericonr
@ 2021-07-05  1:41 ` fosslinux
  2021-09-27 11:55 ` timsofteng
                   ` (6 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: fosslinux @ 2021-07-05  1:41 UTC (permalink / raw)
  To: ml

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

New comment by fosslinux on void-packages repository

https://github.com/void-linux/void-packages/pull/26385#issuecomment-873721083

Comment:
Aargh, I had not found that earlier. You seem to be correct. We cannot distribute this. `restricted` time... (or we can just not merge, I don't mind either way).

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

* Re: New package: reaper-6.19.
  2020-11-14 23:12 [PR PATCH] New package: reaper-6.15 fosslinux
                   ` (18 preceding siblings ...)
  2021-07-05  1:41 ` fosslinux
@ 2021-09-27 11:55 ` timsofteng
  2021-09-27 12:07 ` fosslinux
                   ` (5 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: timsofteng @ 2021-09-27 11:55 UTC (permalink / raw)
  To: ml

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

New comment by timsofteng on void-packages repository

https://github.com/void-linux/void-packages/pull/26385#issuecomment-927799899

Comment:
Hello!
Any updates?

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

* Re: New package: reaper-6.19.
  2020-11-14 23:12 [PR PATCH] New package: reaper-6.15 fosslinux
                   ` (19 preceding siblings ...)
  2021-09-27 11:55 ` timsofteng
@ 2021-09-27 12:07 ` fosslinux
  2021-09-27 13:34 ` timsofteng
                   ` (4 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: fosslinux @ 2021-09-27 12:07 UTC (permalink / raw)
  To: ml

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

New comment by fosslinux on void-packages repository

https://github.com/void-linux/void-packages/pull/26385#issuecomment-927808968

Comment:
We cannot put this in the official repository. You are free to use xbps-src on this PR. I will also update this pr with `restricted=yes` and hopefully it can be merged.

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

* Re: New package: reaper-6.19.
  2020-11-14 23:12 [PR PATCH] New package: reaper-6.15 fosslinux
                   ` (20 preceding siblings ...)
  2021-09-27 12:07 ` fosslinux
@ 2021-09-27 13:34 ` timsofteng
  2022-04-30  2:14 ` github-actions
                   ` (3 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: timsofteng @ 2021-09-27 13:34 UTC (permalink / raw)
  To: ml

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

New comment by timsofteng on void-packages repository

https://github.com/void-linux/void-packages/pull/26385#issuecomment-927880929

Comment:
@fosslinux got it.
Hopefully it will be added into xbps-src templates.

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

* Re: New package: reaper-6.19.
  2020-11-14 23:12 [PR PATCH] New package: reaper-6.15 fosslinux
                   ` (21 preceding siblings ...)
  2021-09-27 13:34 ` timsofteng
@ 2022-04-30  2:14 ` github-actions
  2022-04-30 11:02 ` timsofteng
                   ` (2 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: github-actions @ 2022-04-30  2:14 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/26385#issuecomment-1113893057

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: New package: reaper-6.19.
  2020-11-14 23:12 [PR PATCH] New package: reaper-6.15 fosslinux
                   ` (22 preceding siblings ...)
  2022-04-30  2:14 ` github-actions
@ 2022-04-30 11:02 ` timsofteng
  2022-07-30  2:14 ` github-actions
  2022-08-14  2:14 ` [PR PATCH] [Closed]: " github-actions
  25 siblings, 0 replies; 27+ messages in thread
From: timsofteng @ 2022-04-30 11:02 UTC (permalink / raw)
  To: ml

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

New comment by timsofteng on void-packages repository

https://github.com/void-linux/void-packages/pull/26385#issuecomment-1113968452

Comment:
.

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

* Re: New package: reaper-6.19.
  2020-11-14 23:12 [PR PATCH] New package: reaper-6.15 fosslinux
                   ` (23 preceding siblings ...)
  2022-04-30 11:02 ` timsofteng
@ 2022-07-30  2:14 ` github-actions
  2022-08-14  2:14 ` [PR PATCH] [Closed]: " github-actions
  25 siblings, 0 replies; 27+ messages in thread
From: github-actions @ 2022-07-30  2:14 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/26385#issuecomment-1200066438

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Closed]: New package: reaper-6.19.
  2020-11-14 23:12 [PR PATCH] New package: reaper-6.15 fosslinux
                   ` (24 preceding siblings ...)
  2022-07-30  2:14 ` github-actions
@ 2022-08-14  2:14 ` github-actions
  25 siblings, 0 replies; 27+ messages in thread
From: github-actions @ 2022-08-14  2:14 UTC (permalink / raw)
  To: ml

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

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

New package: reaper-6.19.
https://github.com/void-linux/void-packages/pull/26385

Description:
A very common DAW used professionally.

Is nonfree, but allows redistribution, AFAICT.

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

end of thread, other threads:[~2022-08-14  2:14 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-14 23:12 [PR PATCH] New package: reaper-6.15 fosslinux
2020-11-15  0:24 ` [PR REVIEW] " ericonr
2020-11-15  0:43 ` fosslinux
2020-11-23  8:06 ` [PR PATCH] [Updated] " fosslinux
2020-11-23  8:07 ` fosslinux
2020-12-14  6:18 ` [PR PATCH] [Updated] " fosslinux
2020-12-14  6:19 ` fosslinux
2020-12-31  1:11 ` [PR PATCH] [Updated] " fosslinux
2020-12-31  1:13 ` New package: reaper-6.19 fosslinux
2021-01-10  2:51 ` ericonr
2021-01-10  6:37 ` fosslinux
2021-04-05 12:54 ` biopsin
2021-04-10 10:02 ` biopsin
2021-04-10 12:17 ` fosslinux
2021-04-10 12:19 ` fosslinux
2021-04-10 12:57 ` biopsin
2021-04-10 22:58 ` fosslinux
2021-07-01  7:10 ` [PR PATCH] [Updated] " fosslinux
2021-07-04 19:39 ` ericonr
2021-07-05  1:41 ` fosslinux
2021-09-27 11:55 ` timsofteng
2021-09-27 12:07 ` fosslinux
2021-09-27 13:34 ` timsofteng
2022-04-30  2:14 ` github-actions
2022-04-30 11:02 ` timsofteng
2022-07-30  2:14 ` github-actions
2022-08-14  2:14 ` [PR PATCH] [Closed]: " github-actions

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