all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Maxim Cournoyer <maxim.cournoyer@gmail.com>
To: 61336@debbugs.gnu.org
Cc: rekado@elephly.net, Maxim Cournoyer <maxim.cournoyer@gmail.com>
Subject: [bug#61336] [PATCH 09/10] gnu: Remove azr3.
Date: Mon,  6 Feb 2023 23:19:24 -0500	[thread overview]
Message-ID: <20230207041925.6292-10-maxim.cournoyer@gmail.com> (raw)
In-Reply-To: <20230207041925.6292-2-maxim.cournoyer@gmail.com>

* gnu/packages/audio.scm (azr3): Delete variable.
---

 gnu/packages/audio.scm | 41 -----------------------------------------
 1 file changed, 41 deletions(-)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 0a2d87784e..c600a3f751 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -1090,47 +1090,6 @@ (define-public autotalent
     ;; The FFT routine is under BSD-3.
     (license license:gpl2+)))
 
-(define-public azr3
-  (package
-    (name "azr3")
-    (version "1.2.3")
-    (source (origin
-              (method url-fetch)
-              (uri (string-append "mirror://savannah/ll-plugins/azr3-jack-"
-                                  version
-                                  ".tar.bz2"))
-              (sha256
-               (base32
-                "18mdw6nc0vgj6k9rsy0x8w64wvzld0frqshrxxbxfj9qi9843vlc"))
-              (patches (search-patches "azr3.patch"))))
-    (build-system gnu-build-system)
-    (arguments
-     `(#:tests? #f ; no check target
-       #:make-flags
-       (list "LV2PEG=ttl2c"
-             (string-append "prefix=" %output)
-             (string-append "pkgdatadir=" %output "/share/azr3-jack"))
-       #:phases
-       (modify-phases %standard-phases
-         (add-before 'install 'fix-timestamp
-           (lambda _
-             (let ((early-1980 315619200)) ; 1980-01-02 UTC
-               (utime "azr3.1" early-1980 early-1980))
-             #t)))))
-    (inputs
-     (list gtkmm-2 lvtk jack-1 lash))
-    (native-inputs
-     (list pkg-config))
-    (home-page "http://ll-plugins.nongnu.org/azr3/")
-    (synopsis "Tonewheel organ synthesizer")
-    (description
-     "AZR-3 is a port of the free VST plugin AZR-3.  It is a tonewheel organ
-with drawbars, distortion and rotating speakers.  The organ has three
-sections, two polyphonic sections with nine drawbars each and one monophonic
-bass section with five drawbars.  A standalone JACK application and LV2
-plugins are provided.")
-    (license license:gpl2)))
-
 (define-public calf
   (package
     (name "calf")
-- 
2.39.1





  parent reply	other threads:[~2023-02-07  4:21 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-07  4:15 [bug#61336] [PATCH 00/10] Remove lash, which causes gtk@4 to depend on python2 Maxim Cournoyer
2023-02-07  4:19 ` [bug#61336] [PATCH 01/10] gnu: seq24: Remove lash input Maxim Cournoyer
2023-02-07  4:19   ` [bug#61336] [PATCH 02/10] gnu: muse-sequencer: " Maxim Cournoyer
2023-02-07  4:19   ` [bug#61336] [PATCH 03/10] gnu: jack-keyboard: " Maxim Cournoyer
2023-02-07  4:19   ` [bug#61336] [PATCH 04/10] gnu: jack-keyboard: Update to 2.7.2 Maxim Cournoyer
2023-02-07  4:19   ` [bug#61336] [PATCH 05/10] gnu: hydrogen: Remove lash input Maxim Cournoyer
2023-02-07  4:19   ` [bug#61336] [PATCH 06/10] gnu: fluidsynth: " Maxim Cournoyer
2023-02-07  4:19   ` [bug#61336] [PATCH 07/10] gnu: fluidsynth: Update to 2.3.1 Maxim Cournoyer
2023-02-07  4:19   ` [bug#61336] [PATCH 08/10] gnu: calf: Remove lash input Maxim Cournoyer
2023-02-07  4:19   ` Maxim Cournoyer [this message]
2023-02-07  9:33     ` [bug#61336] [PATCH 09/10] gnu: Remove azr3 Ricardo Wurmus
2023-02-07 10:15       ` Ricardo Wurmus
2023-02-07 13:48         ` bug#61336: " Maxim Cournoyer
2023-02-07  4:19   ` [bug#61336] [PATCH 10/10] gnu: Remove lash Maxim Cournoyer

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=20230207041925.6292-10-maxim.cournoyer@gmail.com \
    --to=maxim.cournoyer@gmail.com \
    --cc=61336@debbugs.gnu.org \
    --cc=rekado@elephly.net \
    /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.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.