Github messages for voidlinux
 help / color / mirror / Atom feed
From: fosslinux <fosslinux@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: reaper-6.15.
Date: Thu, 31 Dec 2020 02:11:14 +0100	[thread overview]
Message-ID: <20201231011114.nt8yM7FhwwyKwx4UPWoQOpmLWSKvyZ6N5Da_7ffDgWo@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-26385@inbox.vuxu.org>

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

  parent reply	other threads:[~2020-12-31  1:11 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-14 23:12 [PR PATCH] " 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 ` fosslinux [this message]
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=20201231011114.nt8yM7FhwwyKwx4UPWoQOpmLWSKvyZ6N5Da_7ffDgWo@z \
    --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).