[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#61336] [PATCH 10/10] gnu: Remove lash.
From: |
Maxim Cournoyer |
Subject: |
[bug#61336] [PATCH 10/10] gnu: Remove lash. |
Date: |
Mon, 6 Feb 2023 23:19:25 -0500 |
* gnu/packages/audio.scm (lash): Delete variable.
---
gnu/packages/audio.scm | 54 ------------------------------------------
1 file changed, 54 deletions(-)
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index c600a3f751..dbf2727aa0 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -2583,60 +2583,6 @@ (define-public ladspa
to be plugged into a wide range of audio synthesis and recording packages.")
(license license:lgpl2.1+)))
-(define-public lash
- (package
- (name "lash")
- (version "0.6.0-rc2")
- (source (origin
- (method url-fetch)
- ;; The tilde is not permitted in the builder name, but is used
- ;; in the tarball.
- (uri (string-append
- "mirror://savannah/lash/lash-"
- (string-join (string-split version #\-) "~")
- ".tar.bz2"))
- (file-name (string-append name "-" version ".tar.bz2"))
- (sha256
- (base32
- "12z1vx3krrzsfccpah9xjs68900xvr7bw92wx8np5871i2yv47iw"))))
- (build-system gnu-build-system)
- (arguments
- '(;; Glibc no longer includes Sun RPC support, so tell the build system
- ;; to use libtirpc instead.
- #:make-flags (list (string-append "CFLAGS=-I"
- (assoc-ref %build-inputs "libtirpc")
- "/include/tirpc -ltirpc"))
- #:phases
- (modify-phases %standard-phases
- ;; lashd embeds an ancient version of sigsegv so we just skip it
- (add-after 'unpack 'skip-lashd
- (lambda _
- (substitute* '("Makefile.am" "Makefile.in")
- (("lashd ") ""))
- #t)))
- #:configure-flags '("--disable-static")))
- (inputs
- `(("bdb" ,bdb)
- ("gtk" ,gtk+-2)
- ("jack" ,jack-1)
- ("libtirpc" ,libtirpc)
- ("readline" ,readline)
- ("python" ,python-2)))
- ;; According to pkg-config, packages depending on lash also need to have
- ;; at least the following packages declared as inputs.
- (propagated-inputs
- (list alsa-lib dbus libxml2))
- (native-inputs
- (list pkg-config))
- (home-page "https://www.nongnu.org/lash/")
- (synopsis "Audio application session manager")
- (description
- "LASH is a session management system for audio applications. It allows
-you to save and restore audio sessions consisting of multiple interconneced
-applications, restoring program state (i.e. loaded patches) and the
-connections between them.")
- (license license:gpl2+)))
-
(define-public libbs2b
(package
(name "libbs2b")
--
2.39.1
- [bug#61336] [PATCH 00/10] Remove lash, which causes gtk@4 to depend on python2, Maxim Cournoyer, 2023/02/06
- [bug#61336] [PATCH 01/10] gnu: seq24: Remove lash input., Maxim Cournoyer, 2023/02/06
- [bug#61336] [PATCH 02/10] gnu: muse-sequencer: Remove lash input., Maxim Cournoyer, 2023/02/06
- [bug#61336] [PATCH 03/10] gnu: jack-keyboard: Remove lash input., Maxim Cournoyer, 2023/02/06
- [bug#61336] [PATCH 04/10] gnu: jack-keyboard: Update to 2.7.2., Maxim Cournoyer, 2023/02/06
- [bug#61336] [PATCH 07/10] gnu: fluidsynth: Update to 2.3.1., Maxim Cournoyer, 2023/02/06
- [bug#61336] [PATCH 10/10] gnu: Remove lash.,
Maxim Cournoyer <=
- [bug#61336] [PATCH 09/10] gnu: Remove azr3., Maxim Cournoyer, 2023/02/06
- [bug#61336] [PATCH 08/10] gnu: calf: Remove lash input., Maxim Cournoyer, 2023/02/06
- [bug#61336] [PATCH 05/10] gnu: hydrogen: Remove lash input., Maxim Cournoyer, 2023/02/06
- [bug#61336] [PATCH 06/10] gnu: fluidsynth: Remove lash input., Maxim Cournoyer, 2023/02/06