[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#74723] [PATCH v3 08/18] gnu: lmms: Enable Stk Mallets and GIG Playe
From: |
Sughosha |
Subject: |
[bug#74723] [PATCH v3 08/18] gnu: lmms: Enable Stk Mallets and GIG Player. |
Date: |
Fri, 14 Feb 2025 02:17:25 +0530 |
* gnu/packages/music.scm (lmms)[inputs]: Add libgig and stk.
[arguments]<#:phases>: Add patch-stk-path.
Change-Id: I8116d603399f75571dfc37bc43760334df3a764e
---
gnu/packages/music.scm | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index a7c23b056a..ef0612bd64 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -5333,6 +5333,12 @@ (define-public lmms
(lambda* (#:key inputs #:allow-other-keys)
(copy-recursively (assoc-ref inputs "rpmalloc")
"src/3rdparty/rpmalloc/rpmalloc")))
+ (add-after 'unpack 'patch-stk-path
+ (lambda* (#:key inputs #:allow-other-keys)
+ (substitute* "cmake/modules/FindSTK.cmake"
+ (("/usr") (assoc-ref inputs "stk")))
+ (substitute* "src/core/ConfigManager.cpp"
+ (("/usr") (assoc-ref inputs "stk")))))
(add-before 'configure 'set-ldflags
(lambda _
(setenv "LDFLAGS"
@@ -5366,6 +5372,7 @@ (define-public lmms
jack-2
ladspa
lame
+ libgig
libogg
libsamplerate
libsndfile
@@ -5376,7 +5383,8 @@ (define-public lmms
pulseaudio
qtbase-5
qtx11extras
- sdl))
+ sdl
+ stk))
(home-page "https://lmms.io/")
(synopsis "Music composition tool")
(description "LMMS is a digital audio workstation. It includes tools for
--
2.47.1
- [bug#74723] [PATCH v3 02/18] gnu: carla: Fix making carla executable., (continued)
- [bug#74723] [PATCH v3 02/18] gnu: carla: Fix making carla executable., Sughosha, 2025/02/13
- [bug#74723] [PATCH v3 06/18] gnu: carla: Add native-search-paths., Sughosha, 2025/02/13
- [bug#74723] [PATCH v3 14/18] gnu: carla: Update to 2.5.9., Sughosha, 2025/02/13
- [bug#74723] [PATCH v3 13/18] gnu: Add adplug., Sughosha, 2025/02/13
- [bug#74723] [PATCH v3 10/18] gnu: carla: Enable Wayland support., Sughosha, 2025/02/13
- [bug#74723] [PATCH v3 15/18] gnu: Add carla-2.4., Sughosha, 2025/02/13
- [bug#74723] [PATCH v3 04/18] gnu: carla: Enable PulseAudio support., Sughosha, 2025/02/13
- [bug#74723] [PATCH v3 07/18] gnu: Add stk., Sughosha, 2025/02/13
- [bug#74723] [PATCH v3 16/18] gnu: lmms: Replace carla with carla-2.4., Sughosha, 2025/02/13
- [bug#74723] [PATCH v3 18/18] gnu: carla-2.6: Update to 2.6.0-1.17000e7., Sughosha, 2025/02/13
- [bug#74723] [PATCH v3 08/18] gnu: lmms: Enable Stk Mallets and GIG Player.,
Sughosha <=
- [bug#74723] [PATCH v3 12/18] gnu: Add libbinio., Sughosha, 2025/02/13
- [bug#74723] [PATCH v3 17/18] gnu: Add lmms-1.3., Sughosha, 2025/02/13
- [bug#74723] [PATCH v3 09/18] gnu: lmms: Enable Wayland support., Sughosha, 2025/02/13
- [bug#74723] [PATCH v3 11/18] gnu: Add ringbuffer., Sughosha, 2025/02/13