guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: lv2: Update to 1.12.0.


From: Ricardo Wurmus
Subject: 01/01: gnu: lv2: Update to 1.12.0.
Date: Mon, 15 Jun 2015 06:08:17 +0000

rekado pushed a commit to branch master
in repository guix.

commit 2e189eb89fd2d7c63ff6f364c771fd4751f86a18
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Jun 14 10:04:50 2015 +0200

    gnu: lv2: Update to 1.12.0.
    
    * gnu/packages/audio.scm (lv2): Update to 1.12.0.
---
 gnu/packages/audio.scm |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 3b2d4e1..1d6277c 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -836,7 +836,7 @@ significantly faster and have minimal dependencies.")
 (define-public lv2
   (package
     (name "lv2")
-    (version "1.10.0")
+    (version "1.12.0")
     (source (origin
              (method url-fetch)
              (uri (string-append "http://lv2plug.in/spec/lv2-";
@@ -844,11 +844,11 @@ significantly faster and have minimal dependencies.")
                                  ".tar.bz2"))
              (sha256
               (base32
-               "1md41x9snrp4mcfyli7lyfpvcfa78nfy6xkdy84kppnl8m5qw378"))))
+               "1saq0vwqy5zjdkgc5ahs8kcabxfmff2mmg68fiqrkv8hiw9m6jks"))))
     (build-system waf-build-system)
     (arguments
      `(#:tests? #f  ; no check target
-       #:configure-flags '("--lv2-system")))
+       #:configure-flags '("--no-plugins")))
     (inputs
      ;; Leaving off cairo and gtk+-2.0 which are needed for example plugins
      `(("libsndfile" ,libsndfile)))



reply via email to

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