Github messages for voidlinux
 help / color / mirror / Atom feed
From: ev-ermakov <ev-ermakov@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: muse-3.1.1
Date: Mon, 14 Dec 2020 07:24:11 +0100	[thread overview]
Message-ID: <20201214062411.uR1F6_YkVUe_zut-LIHCc7d8swlcyPBbIXIhzojCc7Y@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-25526@inbox.vuxu.org>

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

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

https://github.com/ev-ermakov/void-packages muse-3.1.1
https://github.com/void-linux/void-packages/pull/25526

New package: muse-3.1.1
 [ci skip]

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

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

From 739b9ce07c37cb3b506d89949b59eb6f7608abb3 Mon Sep 17 00:00:00 2001
From: Evgeny Ermakov <evgeny.v.ermakov@gmail.com>
Date: Mon, 12 Oct 2020 03:52:49 +1100
Subject: [PATCH] New package: muse-3.1.1

---
 srcpkgs/muse/template | 39 +++++++++++++++++++++++++++++++++++++++
 1 file changed, 39 insertions(+)
 create mode 100644 srcpkgs/muse/template

diff --git a/srcpkgs/muse/template b/srcpkgs/muse/template
new file mode 100644
index 00000000000..c627849d7c6
--- /dev/null
+++ b/srcpkgs/muse/template
@@ -0,0 +1,39 @@
+# Template file for 'muse'
+# TODO: add option for libinstpatch (don't have it packaged)
+pkgname=muse
+version=3.1.1
+revision=1
+build_style=cmake
+build_helper=qmake
+configure_args="-DENABLE_RTAUDIO=OFF -DENABLE_INSTPATCH=OFF $(vopt_bool alsa ENABLE_ALSA)
+ $(vopt_bool lash ENABLE_LASH) $(vopt_bool lrdf ENABLE_LRDF) $(vopt_bool osc ENABLE_OSC)
+ $(vopt_bool dssi ENABLE_DSSI) $(vopt_bool fluidsynth ENABLE_FLUID) $(vopt_bool lv2 ENABLE_LV2)
+ $(vopt_bool gtk ENABLE_LV2_GTK2) $(vopt_bool rubberband ENABLE_RUBBERBAND)
+ $(vopt_bool python ENABLE_PYTHON) -DLIB_INSTALL_DIR=/usr/lib"
+hostmakedepends="pkg-config qt5-host-tools qt5-qmake"
+makedepends="jack-devel ladspa-sdk libsamplerate-devel libsndfile-devel
+ qt5-svg-devel qt5-tools-devel $(vopt_if alsa alsa-lib-devel) $(vopt_if lash ladish-devel)
+ $(vopt_if lrdf liblrdf-devel) $(vopt_if osc liblo-devel) $(vopt_if dssi dssi-devel)
+ $(vopt_if fluidsynth fluidsynth-devel) $(vopt_if lv2 lv2) $(vopt_if lv2 lilv-devel)
+ $(vopt_if gtk gtkmm2-devel) $(vopt_if rubberband rubberband-devel) $(vopt_if python python3-devel)"
+depends="desktop-file-utils qt5-svg $(vopt_if python python3-six) $(vopt_if python python3-Pyro4)"
+short_desc="MIDI/Audio sequencer with recording and editing capabilities"
+maintainer="Evgeny Ermakov <evgeny.v.ermakov@gmail.com>"
+license="GPL-2.0-or-later"
+homepage="https://muse-sequencer.github.io/"
+_name="${pkgname}-${version}"
+distfiles="https://github.com/muse-sequencer/${pkgname}/releases/download/${_name//[-.]/_}/${_name}.tar.gz"
+checksum=d40126543d549af30090d1f98422588d74ad1e336ad43e911bd4b02eff217842
+python_version=3
+
+# Package build options
+build_options="alsa lash lrdf osc dssi fluidsynth lv2 gtk rubberband python"
+build_options_default=$build_options
+desc_option_lash="Enable LASH session management system for JACK"
+desc_option_lrdf="Enable Lightweight RDF. Provides extra info for LADSPA plugins"
+desc_option_osc="Enable Lightweight Open Sound Control (DSSI also recommended)"
+desc_option_dssi="Enable Disposable Soft Synth Interface (OSC also needed)"
+desc_option_fluidsynth="Enable fluidsynth softsynth plugins"
+desc_option_lv2="Enable LV2 plugins and synths support"
+desc_option_gtk="Enable LV2 user interface GTK2 support"
+desc_option_rubberband="Enable RubberBand time-stretching and pitch-shifting library"

  parent reply	other threads:[~2020-12-14  6:24 UTC|newest]

Thread overview: 79+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-11 16:57 [PR PATCH] [WIP] " ev-ermakov
2020-10-11 16:59 ` ev-ermakov
2020-10-11 19:10 ` [PR PATCH] [Updated] " ev-ermakov
2020-10-12  0:38 ` [PR REVIEW] " fosslinux
2020-10-12 18:09 ` ev-ermakov
2020-10-12 18:15 ` [PR PATCH] [Updated] " ev-ermakov
2020-10-12 23:39 ` ev-ermakov
2020-10-12 23:44 ` ev-ermakov
2020-10-12 23:46 ` [PR PATCH] [Updated] " ev-ermakov
2020-10-12 23:47 ` ev-ermakov
2020-10-13 21:11 ` userabc123xyz
2020-11-19  1:02 ` uzr123x
2020-11-19  1:20 ` fosslinux
2020-11-19  1:20 ` [PR REVIEW] " ericonr
2020-11-19  1:20 ` ericonr
2020-11-19  1:52 ` sgn
2020-12-12 20:36 ` [PR REVIEW] " Piraty
2020-12-12 20:37 ` Piraty
2020-12-14  6:17 ` [PR PATCH] [Updated] " ev-ermakov
2020-12-14  6:17 ` [PR REVIEW] " ev-ermakov
2020-12-14  6:18 ` ev-ermakov
2020-12-14  6:20 ` ev-ermakov
2020-12-14  6:24 ` ev-ermakov [this message]
2020-12-20 12:38 ` [PR PATCH] [Updated] " unspecd
2020-12-20 12:39 ` unspecd
2020-12-20 12:40 ` unspecd
2020-12-20 15:07 ` [PR PATCH] [Updated] " unspecd
2020-12-20 15:19 ` unspecd
2020-12-20 15:24 ` unspecd
2020-12-21 14:17 ` [PR REVIEW] " Piraty
2020-12-26 11:18 ` unspecd
2020-12-26 11:28 ` [PR PATCH] [Updated] " unspecd
2020-12-26 13:09 ` unspecd
2020-12-26 15:02 ` [PR PATCH] [Updated] " unspecd
2020-12-26 15:32 ` [PR REVIEW] " unspecd
2021-01-14 19:39 ` [PR PATCH] [Updated] " unspecd
2021-01-18 12:24 ` [PR REVIEW] " Piraty
2021-01-18 12:24 ` Piraty
2021-01-18 12:25 ` Piraty
2021-01-18 12:25 ` Piraty
2021-01-18 14:41 ` unspecd
2021-01-18 14:43 ` unspecd
2021-01-18 14:53 ` [PR PATCH] [Updated] " unspecd
2021-01-18 14:54 ` unspecd
2021-01-18 14:55 ` unspecd
2021-01-18 14:56 ` [PR REVIEW] " unspecd
2021-01-27 14:18 ` Piraty
2021-01-27 17:48 ` [PR PATCH] [Updated] " unspecd
2021-01-27 17:50 ` unspecd
2021-01-27 17:53 ` [PR REVIEW] " unspecd
2021-01-27 18:07 ` unspecd
2021-01-27 19:02 ` unspecd
2021-01-29  8:40 ` [PR PATCH] [Updated] " unspecd
2021-01-29  8:57 ` unspecd
2021-01-29  9:14 ` unspecd
2021-01-29  9:36 ` [help needed] " unspecd
2021-01-29 12:05 ` mvf
2021-01-29 12:09 ` [PR PATCH] [Updated] " unspecd
2021-01-29 12:15 ` unspecd
2021-01-29 12:42 ` [PR REVIEW] " unspecd
2021-02-24 16:43 ` [PR PATCH] [Updated] " unspecd
2021-03-18 21:00 ` [PR PATCH] [Updated] New package: muse-4.0.0pre3 unspecd
2021-03-19 15:38 ` Piraty
2021-04-22 23:49 ` Usr666x
2021-04-22 23:54 ` Usr666x
2021-04-22 23:57 ` uzr123x
2021-04-24 17:57 ` [PR PATCH] [Updated] " unspecd
2021-04-24 18:00 ` New package: muse-4.0.0 unspecd
2021-04-24 18:03 ` [PR PATCH] [Updated] " unspecd
2021-04-24 18:07 ` [PR REVIEW] " ericonr
2021-04-24 18:07 ` ericonr
2021-04-24 18:07 ` ericonr
2021-04-24 18:24 ` [PR PATCH] [Updated] " unspecd
2021-04-24 18:25 ` [PR REVIEW] " unspecd
2021-04-24 18:29 ` unspecd
2021-04-25  1:01 ` ericonr
2021-04-25  1:01 ` [PR PATCH] [Merged]: " ericonr
2021-04-25  1:10 ` unspecd
2021-05-04  0:55 ` uzr123x

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=20201214062411.uR1F6_YkVUe_zut-LIHCc7d8swlcyPBbIXIhzojCc7Y@z \
    --to=ev-ermakov@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).