Github messages for voidlinux
 help / color / mirror / Atom feed
From: fosslinux <fosslinux@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] New package: reaper-6.15.
Date: Sun, 15 Nov 2020 00:12:46 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-26385@inbox.vuxu.org> (raw)

[-- 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"
+}

             reply	other threads:[~2020-11-14 23:12 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-14 23:12 fosslinux [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-26385@inbox.vuxu.org \
    --to=fosslinux@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).