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 @@ export.")
 | 
				
			||||||
(define-public pd
 | 
					(define-public pd
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "pd")
 | 
					    (name "pd")
 | 
				
			||||||
    (version "0.52-2")
 | 
					    (version "0.53-1")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri
 | 
					              (uri
 | 
				
			||||||
| 
						 | 
					@ -2801,7 +2801,7 @@ export.")
 | 
				
			||||||
                              version ".src.tar.gz"))
 | 
					                              version ".src.tar.gz"))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "04fcsfgnv2r7g7p8vk9s9n3wba1bx4xgqw5mhwv09xbw9s3gapg9"))))
 | 
					                "0g0ks2h55p0kwz2cc5n7d6vcl6crg299zfwwwwnzc6fibclaqksl"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     (let ((wish (string-append "wish" (version-major+minor
 | 
					     (let ((wish (string-append "wish" (version-major+minor
 | 
				
			||||||
| 
						 | 
					@ -2810,7 +2810,9 @@ export.")
 | 
				
			||||||
        #:tests? #f                     ; no "check" target
 | 
					        #:tests? #f                     ; no "check" target
 | 
				
			||||||
        #:configure-flags
 | 
					        #:configure-flags
 | 
				
			||||||
        #~(list
 | 
					        #~(list
 | 
				
			||||||
 | 
					           "--disable-oss"
 | 
				
			||||||
           "--enable-jack"
 | 
					           "--enable-jack"
 | 
				
			||||||
 | 
					           "--without-local-portaudio"
 | 
				
			||||||
           (string-append "--with-wish="
 | 
					           (string-append "--with-wish="
 | 
				
			||||||
                          (search-input-file %build-inputs
 | 
					                          (search-input-file %build-inputs
 | 
				
			||||||
                                             (string-append "/bin/" #$wish))))
 | 
					                                             (string-append "/bin/" #$wish))))
 | 
				
			||||||
| 
						 | 
					@ -2824,7 +2826,7 @@ export.")
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
     (list autoconf automake libtool gettext-minimal pkg-config))
 | 
					     (list autoconf automake libtool gettext-minimal pkg-config))
 | 
				
			||||||
    (inputs
 | 
					    (inputs
 | 
				
			||||||
     (list tk alsa-lib jack-1))
 | 
					     (list tk alsa-lib jack-1 portaudio))
 | 
				
			||||||
    (home-page "https://puredata.info")
 | 
					    (home-page "https://puredata.info")
 | 
				
			||||||
    (synopsis "Visual programming language for artistic performances")
 | 
					    (synopsis "Visual programming language for artistic performances")
 | 
				
			||||||
    (description
 | 
					    (description
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue