unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#39212] [PATCH] gnu: helm: Build vst plugin.
@ 2020-01-21  4:48 Alexandros Theodotou
       [not found] ` <handler.39212.B.157958215714004.ack@debbugs.gnu.org>
  0 siblings, 1 reply; 2+ messages in thread
From: Alexandros Theodotou @ 2020-01-21  4:48 UTC (permalink / raw)
  To: 39212


[-- Attachment #1.1: Type: text/plain, Size: 91 bytes --]

Hi,

This now produces a VST plugin in addition to LV2 and standalone.

Thanks,
Alex

[-- Attachment #1.2: 0001-gnu-helm-Build-vst-plugin.patch --]
[-- Type: text/x-patch, Size: 1612 bytes --]

From 112afeadec3a9ff1351334535c370e382296e58a Mon Sep 17 00:00:00 2001
From: Alexandros Theodotou <alex@zrythm.org>
Date: Tue, 21 Jan 2020 04:34:21 +0000
Subject: [PATCH] gnu: helm: Build vst plugin.

* gnu/packages/music.scm (helm)[arguments]: Build VST plugin in addition
  to LV2 and standalone.
---
 gnu/packages/music.scm | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index ad369bd3a8..9f0e9c9fc8 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -5076,7 +5076,7 @@ MIDI drums and comes as two separate drumkits: Black Pearl and Red Zeppelin.")
      `(#:tests? #f  ; no "check" target
        #:make-flags
        (list (string-append "DESTDIR=" (assoc-ref %outputs "out"))
-             "lv2" "standalone")
+             "lv2" "vst" "standalone")
        #:phases
        (modify-phases %standard-phases
          (add-after 'unpack 'include-pnglib-code-and-remove-usr-from-paths
@@ -5096,6 +5096,12 @@ MIDI drums and comes as two separate drumkits: Black Pearl and Red Zeppelin.")
                        (find-files (string-append (assoc-ref outputs "out"))
                                    ".*\\.gz$"))
              #t))
+         (add-after 'install 'rename-vst ; /lib/vst is the standard path
+           (lambda _
+             (let ((out (assoc-ref %outputs "out")))
+               (rename-file (string-append out "/lib/lxvst")
+                            (string-append out "/lib/vst"))
+             #t)))
          (delete 'configure))))
     (inputs
      `(("alsa-lib" ,alsa-lib)
-- 
2.24.1


[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

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

* bug#39212: Acknowledgement ([PATCH] gnu: helm: Build vst plugin.)
       [not found] ` <handler.39212.B.157958215714004.ack@debbugs.gnu.org>
@ 2020-02-26 21:52   ` Alexandros Theodotou
  0 siblings, 0 replies; 2+ messages in thread
From: Alexandros Theodotou @ 2020-02-26 21:52 UTC (permalink / raw)
  To: 39212-done

Closing because we don't really need/want VST.

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

end of thread, other threads:[~2020-02-26 21:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-21  4:48 [bug#39212] [PATCH] gnu: helm: Build vst plugin Alexandros Theodotou
     [not found] ` <handler.39212.B.157958215714004.ack@debbugs.gnu.org>
2020-02-26 21:52   ` bug#39212: Acknowledgement ([PATCH] gnu: helm: Build vst plugin.) Alexandros Theodotou

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).