gnu: Remove leftover libsndfile/fixed package.
This package was equivalent to the libsndfile package, differing only in the order of its inputs. * gnu/packages/pulseaudio.scm (libsndfile/fixed): Remove variable. * gnu/packages/music.scm (liquidsfz)[inputs]: Replace libsndfile/fixed with libsndfile. * gnu/packages/telephony.scm (mumble)[inputs]: Likewise.
This commit is contained in:
parent
dded2d2b45
commit
3690f6c7a9
@ -4795,7 +4795,7 @@ audio samples and various soft sythesizers. It can receive input from a MIDI ke
|
|||||||
`(("jack" ,jack-2)
|
`(("jack" ,jack-2)
|
||||||
("lv2" ,lv2)
|
("lv2" ,lv2)
|
||||||
("readline" ,readline)
|
("readline" ,readline)
|
||||||
("libsndfile" ,libsndfile/fixed)))
|
("libsndfile" ,libsndfile)))
|
||||||
(home-page "https://github.com/swesterfeld/liquidsfz")
|
(home-page "https://github.com/swesterfeld/liquidsfz")
|
||||||
(synopsis "Sampler library")
|
(synopsis "Sampler library")
|
||||||
(description "The main goal of liquidsfz is to provide an SFZ sampler
|
(description "The main goal of liquidsfz is to provide an SFZ sampler
|
||||||
|
@ -121,14 +121,6 @@ SPARC. Hopefully the design of the library will also make it easy to extend
|
|||||||
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
|
|
||||||
(list libvorbis libogg flac opus))))
|
|
||||||
|
|
||||||
(define-public libsamplerate
|
(define-public libsamplerate
|
||||||
(package
|
(package
|
||||||
(name "libsamplerate") ; aka. Secret Rabbit Code (SRC)
|
(name "libsamplerate") ; aka. Secret Rabbit Code (SRC)
|
||||||
|
@ -658,7 +658,7 @@ address of one of the participants.")
|
|||||||
(inputs
|
(inputs
|
||||||
(list avahi
|
(list avahi
|
||||||
boost
|
boost
|
||||||
libsndfile/fixed
|
libsndfile
|
||||||
libxi
|
libxi
|
||||||
mesa ; avoid bundled
|
mesa ; avoid bundled
|
||||||
openssl
|
openssl
|
||||||
|
Loading…
Reference in New Issue
Block a user