gnu: libshout-idjc: Update to 2.4.6.
* gnu/packages/audio.scm (libshout-idjc): Update to 2.4.6. [inputs]: Add libshout. [home-page]: Follow redirect.
This commit is contained in:
		
							parent
							
								
									5cbf06ff95
								
							
						
					
					
						commit
						52c9400724
					
				
					 1 changed files with 5 additions and 5 deletions
				
			
		| 
						 | 
					@ -32,7 +32,7 @@
 | 
				
			||||||
;;; Copyright © 2020, 2021 Guillaume Le Vaillant <glv@posteo.net>
 | 
					;;; Copyright © 2020, 2021 Guillaume Le Vaillant <glv@posteo.net>
 | 
				
			||||||
;;; Copyright © 2020 Jonathan Frederickson <jonathan@terracrypt.net>
 | 
					;;; Copyright © 2020 Jonathan Frederickson <jonathan@terracrypt.net>
 | 
				
			||||||
;;; Copyright © 2020 Giacomo Leidi <goodoldpaul@autistici.org>
 | 
					;;; Copyright © 2020 Giacomo Leidi <goodoldpaul@autistici.org>
 | 
				
			||||||
;;; Copyright © 2020, 2021 Vinicius Monego <monego@posteo.net>
 | 
					;;; Copyright © 2020, 2021, 2023 Vinicius Monego <monego@posteo.net>
 | 
				
			||||||
;;; Copyright © 2020 Michael Rohleder <mike@rohleder.de>
 | 
					;;; Copyright © 2020 Michael Rohleder <mike@rohleder.de>
 | 
				
			||||||
;;; Copyright © 2021 jgart <jgart@dismail.de>
 | 
					;;; Copyright © 2021 jgart <jgart@dismail.de>
 | 
				
			||||||
;;; Copyright © 2021 Aleksandr Vityazev <avityazev@posteo.org>
 | 
					;;; Copyright © 2021 Aleksandr Vityazev <avityazev@posteo.org>
 | 
				
			||||||
| 
						 | 
					@ -3564,20 +3564,20 @@ using Guix System.")
 | 
				
			||||||
(define-public libshout-idjc
 | 
					(define-public libshout-idjc
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "libshout-idjc")
 | 
					    (name "libshout-idjc")
 | 
				
			||||||
    (version "2.4.4")
 | 
					    (version "2.4.6")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (string-append "mirror://sourceforge/libshoutidjc.idjc.p"
 | 
					       (uri (string-append "mirror://sourceforge/libshoutidjc.idjc.p"
 | 
				
			||||||
                           "/libshout-idjc-" version ".tar.gz"))
 | 
					                           "/libshout-idjc-" version ".tar.gz"))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "1r9z8ggxylr2ab0isaljbm574rplnlcb12758j994h54nh2vikwb"))))
 | 
					        (base32 "1cgbym1qms408l4anc0imlcf091yk9kic4s9n7zcri3xzbi8lv1z"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
     (list pkg-config))
 | 
					     (list pkg-config))
 | 
				
			||||||
    (inputs
 | 
					    (inputs
 | 
				
			||||||
     (list libogg libtheora libvorbis speex))
 | 
					     (list libogg libshout libtheora libvorbis speex))
 | 
				
			||||||
    (home-page "https://idjc.sourceforge.net/")
 | 
					    (home-page "https://idjc.sourceforge.io/")
 | 
				
			||||||
    (synopsis "Broadcast streaming library with IDJC extensions")
 | 
					    (synopsis "Broadcast streaming library with IDJC extensions")
 | 
				
			||||||
    (description "This package provides libshout plus IDJC extensions.")
 | 
					    (description "This package provides libshout plus IDJC extensions.")
 | 
				
			||||||
    ;; GNU Library (not Lesser) General Public License.
 | 
					    ;; GNU Library (not Lesser) General Public License.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue