gnu: Add libshout-idjc.

* gnu/packages/audio.scm (libshout-idjc): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
Vinicius Monego 2021-10-09 15:28:17 +00:00 committed by Leo Famulari
parent 87535cbc98
commit 9fe7b55ad0
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -3089,6 +3089,31 @@ (define-public supercollider
using Guix System.")
(license license:gpl2+)))
(define-public libshout-idjc
(package
(name "libshout-idjc")
(version "2.4.4")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/libshoutidjc.idjc.p"
"/libshout-idjc-" version ".tar.gz"))
(sha256
(base32 "1r9z8ggxylr2ab0isaljbm574rplnlcb12758j994h54nh2vikwb"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))
(inputs
`(("libogg" ,libogg)
("libtheora" ,libtheora)
("libvorbis" ,libvorbis)
("speex" ,speex)))
(home-page "http://idjc.sourceforge.net/")
(synopsis "Broadcast streaming library with IDJC extensions")
(description "This package provides libshout plus IDJC extensions.")
;; GNU Library (not Lesser) General Public License.
(license license:lgpl2.0+)))
(define-public raul
(package
(name "raul")