[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#55424] [PATCH 011/602] gnu: Remove ingen.
From: |
Maxim Cournoyer |
Subject: |
[bug#55424] [PATCH 011/602] gnu: Remove ingen. |
Date: |
Sun, 15 May 2022 00:36:38 -0400 |
* gnu/packages/music.scm (ingen): Delete variable.
---
gnu/packages/music.scm | 85 ------------------------------------------
1 file changed, 85 deletions(-)
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 210af3b166..0b76e57acf 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -4474,91 +4474,6 @@ (define-public mod-utilities
plugins, a switch trigger, a toggle switch, and a peakmeter.")
(license license:gpl2+))))
-(define-public ingen
- (let ((commit "cc4a4db33f4d126a07a4a498e053c5fb9a883be3")
- (revision "2"))
- (package
- (name "ingen")
- (version (string-append "0.0.0-" revision "."
- (string-take commit 9)))
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://git.drobilla.net/ingen.git")
- (commit commit)))
- (file-name (string-append name "-" version "-checkout"))
- (sha256
- (base32
- "1wg47vjw9djn99gbnsl2bcwj4xhdid61m4wrbn2nlp797flj91ic"))))
- (build-system waf-build-system)
- (arguments
- `(#:python ,python-2
- #:tests? #f ; no "check" target
- #:configure-flags (list "--no-webkit")
- #:phases
- (modify-phases %standard-phases
- (add-after 'unpack 'patch-wscript
- (lambda* (#:key outputs #:allow-other-keys)
- (let ((out (assoc-ref outputs "out")))
- (substitute* "wscript"
- ;; FIXME: Our version of lv2specgen.py does not behave as
- ;; expected. Maybe this requires a development version of
- ;; LV2.
- (("lv2specgen.py") "touch ingen.lv2/ingen.html; echo")
- ;; Add libraries to RUNPATH.
- (("^(.+)target.*= 'src/ingen/ingen'," line prefix)
- (string-append prefix
- "linkflags=[\"-Wl,-rpath="
- out "/lib" "\"]," line)))
- (substitute* '("src/wscript"
- "src/server/wscript")
- ;; Add libraries to RUNPATH.
- (("bld.env.PTHREAD_LINKFLAGS" line)
- (string-append line
- " + [\"-Wl,-rpath=" out "/lib" "\"]")))
- (substitute* "src/client/wscript"
- ;; Add libraries to RUNPATH.
- (("^(.+)target.*= 'ingen_client'," line prefix)
- (string-append prefix
- "linkflags=[\"-Wl,-rpath="
- out "/lib" "\"]," line)))
- (substitute* "src/gui/wscript"
- ;; Add libraries to RUNPATH.
- (("^(.+)target.* = 'ingen_gui.*" line prefix)
- (string-append prefix
- "linkflags=[\"-Wl,-rpath="
- out "/lib" "\"]," line))))
- #t)))))
- (inputs
- (list boost
- python-rdflib
- python
- jack-1
- lv2
- lilv
- raul-devel
- ganv
- suil
- serd
- sord
- sratom
- gtkmm-2))
- (native-inputs
- (list pkg-config python-pygments))
- (home-page "https://drobilla.net/software/ingen")
- (synopsis "Modular audio processing system")
- (description "Ingen is a modular audio processing system for JACK and
-LV2 based systems. Ingen is built around LV2 technology and a strict
-separation of engine from user interface. The engine is controlled
-exclusively through a protocol, and can execute as a headless process, with an
-in-process GUI, or as an LV2 plugin. The GUI can run as a program which
-communicates over a Unix or TCP/IP socket, or as an embeddable LV2 GUI which
-communicates via LV2 ports. Any saved Ingen graph can be loaded as an LV2
-plugin on any system where Ingen is installed. This allows users to visually
-develop custom plugins for use in other applications without programming.")
- (license license:agpl3+))))
-
(define-public qmidiarp
(package
(name "qmidiarp")
--
2.36.0
- [bug#55424] [PATCH 089/602] gnu: Remove python2-iso3166., (continued)
- [bug#55424] [PATCH 089/602] gnu: Remove python2-iso3166., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 076/602] gnu: Remove python2-stdnum., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 069/602] gnu: Remove python2-pyodbc., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 041/602] gnu: Remove python2-flexmock., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 074/602] gnu: Remove python2-capstone., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 082/602] gnu: Remove slingshot., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 010/602] gnu: Remove python2-pyalsaaudio., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 081/602] gnu: renpy: Build with Python 3., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 050/602] gnu: Remove python2-redis., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 018/602] gnu: Remove python2-pybigwig., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 011/602] gnu: Remove ingen.,
Maxim Cournoyer <=
- [bug#55424] [PATCH 019/602] gnu: tetoolkit: Update to 2.2.1b., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 052/602] gnu: Remove python2-peewee., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 043/602] gnu: Remove python2-cov-core., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 053/602] gnu: Remove python2-ccm., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 020/602] gnu: Remove pepr., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 021/602] gnu: Remove python2-htseq., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 027/602] gnu: Remove miso., Maxim Cournoyer, 2022/05/15
- [bug#55424] [PATCH 049/602] gnu: Remove python2-neo4j-driver., Maxim Cournoyer, 2022/05/15