gnu: gx-guvnor-lv2: Update to 0.1.

* gnu/packages/music.scm (gx-guvnor-lv2): Update to 0.1.
[source]: Use release tarball.
[arguments]: Remove obsolete Makefile patching.
This commit is contained in:
Ricardo Wurmus 2017-04-10 17:31:02 +02:00
parent 82bf45c8bd
commit 35f909d45c
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 32 additions and 37 deletions

View File

@ -2307,20 +2307,17 @@ standard MIDI file with the csvmidi program.")
(license license:public-domain))) (license license:public-domain)))
(define-public gx-guvnor-lv2 (define-public gx-guvnor-lv2
(let ((commit "9f528a7623a201383e119bb6a2df32b18396a9d5")
(revision "1"))
(package (package
(name "gx-guvnor-lv2") (name "gx-guvnor-lv2")
(version (string-append "0-" revision "." (string-take commit 9))) (version "0.1")
(source (origin (source (origin
(method git-fetch) (method url-fetch)
(uri (git-reference (uri (string-append "https://github.com/brummer10/GxGuvnor.lv2/"
(url "https://github.com/brummer10/GxGuvnor.lv2") "archive/v" version ".tar.gz"))
(commit commit))) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"10zx84p2vd7i1yqc5ma9p17927265j4g0zfwv9rxladw0nm8y45k")) "0rnfvrvs8qmmldyfmx4llyly33zp68448gx40ywdwj42x0mam92p"))))
(file-name (string-append name "-" version "-checkout"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(;; The check target is used only to output a warning. `(;; The check target is used only to output a warning.
@ -2332,9 +2329,7 @@ standard MIDI file with the csvmidi program.")
(replace 'configure (replace 'configure
(lambda _ (lambda _
(substitute* "Makefile" (substitute* "Makefile"
(("INSTALL_DIR = .*") "INSTALL_DIR=/lib/lv2\n") (("INSTALL_DIR = .*") "INSTALL_DIR=/lib/lv2\n"))
;; Avoid rebuilding everything
(("install : all") "install:"))
#t))))) #t)))))
(inputs (inputs
`(("lv2" ,lv2))) `(("lv2" ,lv2)))
@ -2344,7 +2339,7 @@ standard MIDI file with the csvmidi program.")
simulation of an overdrive or distortion pedal for guitars.") simulation of an overdrive or distortion pedal for guitars.")
;; The LICENSE file says GPLv3 but the license headers in the files say ;; The LICENSE file says GPLv3 but the license headers in the files say
;; GPLv2 or later. ;; GPLv2 or later.
(license license:gpl2+)))) (license license:gpl2+)))
(define-public gx-vbass-preamp-lv2 (define-public gx-vbass-preamp-lv2
(let ((commit "0e599abab10c7669dd444e5d06f671c2fc1b9c6c") (let ((commit "0e599abab10c7669dd444e5d06f671c2fc1b9c6c")