mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: Add libsndfile/fixed.
* gnu/packages/pulseaudio.scm (libsndfile/fixed): New variable.
This commit is contained in:
parent
7041abe38a
commit
4c013867b6
1 changed files with 11 additions and 0 deletions
|
@ -121,6 +121,17 @@ (define-public libsndfile
|
||||||
for reading and writing new sound file formats.")
|
for reading and writing new sound file formats.")
|
||||||
(license l:gpl2+)))
|
(license l:gpl2+)))
|
||||||
|
|
||||||
|
;; Remove this on core-updates
|
||||||
|
(define-public libsndfile/fixed
|
||||||
|
(package
|
||||||
|
(inherit libsndfile)
|
||||||
|
(inputs '())
|
||||||
|
(propagated-inputs
|
||||||
|
`(("libvorbis" ,libvorbis)
|
||||||
|
("libogg" ,libogg)
|
||||||
|
("flac" ,flac)
|
||||||
|
("opus" ,opus)))))
|
||||||
|
|
||||||
(define-public libsamplerate
|
(define-public libsamplerate
|
||||||
(package
|
(package
|
||||||
(name "libsamplerate") ; aka. Secret Rabbit Code (SRC)
|
(name "libsamplerate") ; aka. Secret Rabbit Code (SRC)
|
||||||
|
|
Loading…
Reference in a new issue