mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: pd: Update to 0.53-1.
* gnu/packages/music.scm (pd): Update to 0.53-1. [arguments]: Add "--disable-oss" and "--without-local-portaudio" to configure-flags. [inputs]: Add portaudio. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
7b89ef185b
commit
e225dbcb1d
1 changed files with 5 additions and 3 deletions
|
@ -2793,7 +2793,7 @@ (define-public tuxguitar
|
|||
(define-public pd
|
||||
(package
|
||||
(name "pd")
|
||||
(version "0.52-2")
|
||||
(version "0.53-1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri
|
||||
|
@ -2801,7 +2801,7 @@ (define-public pd
|
|||
version ".src.tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"04fcsfgnv2r7g7p8vk9s9n3wba1bx4xgqw5mhwv09xbw9s3gapg9"))))
|
||||
"0g0ks2h55p0kwz2cc5n7d6vcl6crg299zfwwwwnzc6fibclaqksl"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(let ((wish (string-append "wish" (version-major+minor
|
||||
|
@ -2810,7 +2810,9 @@ (define-public pd
|
|||
#:tests? #f ; no "check" target
|
||||
#:configure-flags
|
||||
#~(list
|
||||
"--disable-oss"
|
||||
"--enable-jack"
|
||||
"--without-local-portaudio"
|
||||
(string-append "--with-wish="
|
||||
(search-input-file %build-inputs
|
||||
(string-append "/bin/" #$wish))))
|
||||
|
@ -2824,7 +2826,7 @@ (define-public pd
|
|||
(native-inputs
|
||||
(list autoconf automake libtool gettext-minimal pkg-config))
|
||||
(inputs
|
||||
(list tk alsa-lib jack-1))
|
||||
(list tk alsa-lib jack-1 portaudio))
|
||||
(home-page "https://puredata.info")
|
||||
(synopsis "Visual programming language for artistic performances")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue