GNU bug report logs - #38114
[PATCH] gnu: Add artyfx

Previous Next

Package: guix-patches;

Reported by: Alexandros Theodotou <alex <at> zrythm.org>

Date: Fri, 8 Nov 2019 08:40:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 38114 in the body.
You can then email your comments to 38114 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#38114; Package guix-patches. (Fri, 08 Nov 2019 08:40:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Alexandros Theodotou <alex <at> zrythm.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Fri, 08 Nov 2019 08:40:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Alexandros Theodotou <alex <at> zrythm.org>
To: Guix patches <guix-patches <at> gnu.org>
Subject: [PATCH] gnu: Add artyfx
Date: Fri, 08 Nov 2019 09:37:52 +0100
ArtyFX LV2 plugin bundle: http://openavproductions.com/artyfx/

Tested using jalv.gtk3, jalv.gtk, jalv.qt5, jalv.qtmm and ardour

From 484bdc9feff4bbedddadeec806511c87c6886207 Mon Sep 17 00:00:00 2001
From: Alexandros Theodotou <alex <at> zrythm.org>
Date: Fri, 8 Nov 2019 08:26:58 +0000
Subject: [PATCH] gnu: Add artyfx

* gnu/packages/music.scm: (artyfx): New variable.
---
 gnu/packages/music.scm | 36 ++++++++++++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index a30765e87f..ec1c934f1e 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -24,6 +24,7 @@
 ;;; Copyright © 2019 Jakob L. Kreuze <zerodaysfordays <at> sdf.lonestar.org>
 ;;; Copyright © 2019 raingloom <raingloom <at> protonmail.com>
 ;;; Copyright © 2019 David Wilson <david <at> daviwil.com>
+;;; Copyright © 2019 Alexandros Theodotou <alex <at> zrythm.org>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -4699,3 +4700,38 @@ You can also get metadata about the playing track 
such as the artist and title
 for integration into status line generators or other command-line 
tools.")
     (home-page "https://github.com/altdesktop/playerctl")
     (license license:lgpl3+)))
+
+(define-public artyfx
+  (package
+    (name "artyfx")
+    (version "1.3")
+    (source (origin
+             (method url-fetch)
+             (uri (string-append 
"https://github.com/openAVproductions/"
+                                 "openAV-ArtyFX/archive/release-"
+                                 version ".tar.gz"))
+             (file-name (string-append name "-" version ".tar.gz"))
+             (sha256
+              (base32
+               
"002w21qgv6yd750qld74p7lnz2pn25j8qkydac04v95y8wmx1a52"))))
+    (build-system cmake-build-system)
+    (arguments
+     `(#:tests? #f ; no tests included
+       #:phases
+       (modify-phases %standard-phases
+                      (add-after 'unpack 
'remove-architecture-specific-flags
+                                 (lambda _
+                                   (substitute* "CMakeLists.txt"
+                                                (("-msse2 
-mfpmath=sse") ""))
+                                   #t)))))
+    (inputs
+     `(("cairo" ,cairo)
+       ("libsndfile" ,libsndfile)))
+    (native-inputs
+     `(("pkg-config" ,pkg-config)
+       ("lv2" ,lv2)))
+    (home-page "http://openavproductions.com/artyfx/")
+    (synopsis "Audio effect LV2 plugin bundle")
+    (description "ArtyFX is an LV2 plugin bundle of artistic real-time 
audio effects.
+It contains a bitcrusher, delay, distortion, equalizer, compressor and 
reverb.")
+    (license license:gpl2+)))
-- 
2.24.0





Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Sat, 09 Nov 2019 22:09:02 GMT) Full text and rfc822 format available.

Notification sent to Alexandros Theodotou <alex <at> zrythm.org>:
bug acknowledged by developer. (Sat, 09 Nov 2019 22:09:02 GMT) Full text and rfc822 format available.

Message #10 received at 38114-done <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Alexandros Theodotou <alex <at> zrythm.org>
Cc: 38114-done <at> debbugs.gnu.org
Subject: Re: [bug#38114] [PATCH] gnu: Add artyfx
Date: Sat, 09 Nov 2019 23:08:10 +0100
Hi Alexandros,

Alexandros Theodotou <alex <at> zrythm.org> skribis:

> From 484bdc9feff4bbedddadeec806511c87c6886207 Mon Sep 17 00:00:00 2001
> From: Alexandros Theodotou <alex <at> zrythm.org>
> Date: Fri, 8 Nov 2019 08:26:58 +0000
> Subject: [PATCH] gnu: Add artyfx
>
> * gnu/packages/music.scm: (artyfx): New variable.

Applied!

Note that your email client had mangled the patch, so I had to adjust it
by hand.  Also, to address a ‘guix lint’ warning, I changed the source
from ‘url-fetch’ to ‘git-fetch’.

Thank you!

Ludo’.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 08 Dec 2019 12:24:03 GMT) Full text and rfc822 format available.

This bug report was last modified 4 years and 133 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.