gnu: powertabeditor: Update to 2.0.0-alpha13.

* gnu/packages/music.scm (powertabeditor): Update to 2.0.0-alpha13.
This commit is contained in:
Ricardo Wurmus 2020-09-10 19:56:48 +02:00
parent 66b90d1184
commit 10792866a0
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -1410,46 +1410,42 @@ your own lessons.")
(license license:gpl3+))) (license license:gpl3+)))
(define-public powertabeditor (define-public powertabeditor
;; This commit is after the switch from catch2 to doctest; I couldn't build (package
;; powertabeditor with catch2. (name "powertabeditor")
(let ((commit "c5d39b25b75bf87ec693a3ac5018823b1d87f277") (version "2.0.0-alpha13")
(revision "1")) (source (origin
(package (method git-fetch)
(name "powertabeditor") (uri (git-reference
(version (git-version "2.0.0-alpha12" revision commit)) (url "https://github.com/powertab/powertabeditor")
(source (origin (commit version)))
(method git-fetch) (file-name (git-file-name name version))
(uri (git-reference (sha256
(url "https://github.com/powertab/powertabeditor") (base32
(commit commit))) "12il5xzgg53ick5k4ivvvqdagld5pgigiiz6s829kkdaymqr7vx5"))))
(file-name (git-file-name name version)) (build-system cmake-build-system)
(sha256 (arguments
(base32 `(#:phases
"16qhqfvk14bp7s8cwr8ds8zfd80pq603d7aymr7967pnb49kic5z")))) (modify-phases %standard-phases
(build-system cmake-build-system) (replace 'check (lambda _ (invoke "bin/pte_tests"))))))
(arguments (inputs
`(#:phases `(("alsa-lib" ,alsa-lib)
(modify-phases %standard-phases ("boost" ,boost)
(replace 'check (lambda _ (invoke "bin/pte_tests")))))) ("minizip" ,minizip)
(inputs ("pugixml" ,pugixml)
`(("alsa-lib" ,alsa-lib) ("qtbase" ,qtbase)
("boost" ,boost) ("rapidjson" ,rapidjson)
("minizip" ,minizip) ("rtmidi" ,rtmidi)
("pugixml" ,pugixml) ("timidity" ,timidity++)
("qtbase" ,qtbase) ("zlib" ,zlib)))
("rapidjson" ,rapidjson) (native-inputs
("rtmidi" ,rtmidi) `(("doctest" ,doctest)
("timidity" ,timidity++) ("pkg-config" ,pkg-config)))
("zlib" ,zlib))) (home-page "https://github.com/powertab/powertabedito")
(native-inputs (synopsis "Guitar tablature editor")
`(("doctest" ,doctest) (description
("pkg-config" ,pkg-config))) "Power Tab Editor 2.0 is the successor to the famous original Power Tab
(home-page "https://github.com/powertab/powertabedito")
(synopsis "Guitar tablature editor")
(description
"Power Tab Editor 2.0 is the successor to the famous original Power Tab
Editor. It is compatible with Power Tab Editor 1.7 and Guitar Pro.") Editor. It is compatible with Power Tab Editor 1.7 and Guitar Pro.")
(license license:gpl3+)))) (license license:gpl3+)))
(define-public jalv-select (define-public jalv-select
(package (package