guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#35288] [PATCH 2/3] gnu: Add dumb-allegro4.


From: Kei Kebreau
Subject: [bug#35288] [PATCH 2/3] gnu: Add dumb-allegro4.
Date: Mon, 15 Apr 2019 09:53:47 -0400

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

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 522bad2528..e1bf2d2b15 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -475,6 +475,17 @@ for the IT files, accurate timing and pitching, and three 
resampling quality
 settings (aliasing, linear interpolation and cubic interpolation).")
     (license (license:fsf-free "file://LICENSE"))))
 
+(define-public dumb-allegro4
+  (package
+    (inherit dumb)
+    (name "dumb-allegro4")
+    (arguments
+     (substitute-keyword-arguments (package-arguments dumb)
+       ((#:configure-flags flags)
+        `(cons "-DBUILD_ALLEGRO4=ON" ,flags))))
+    (inputs
+     `(("allegro" ,allegro-4)))))
+
 (define-public hydrogen
   (package
     (name "hydrogen")
-- 
2.21.0






reply via email to

[Prev in Thread] Current Thread [Next in Thread]