gnu: butt: Use new input style where convenient.
* gnu/packages/audio.scm (butt)[inputs]: Use new style.master
parent
9b66f0a74d
commit
cb8e483c78
|
@ -5475,32 +5475,32 @@ while still staying in time.")
|
||||||
(doc (string-append out "/share/doc/" ,name "-" ,version)))
|
(doc (string-append out "/share/doc/" ,name "-" ,version)))
|
||||||
(install-file "README" doc)
|
(install-file "README" doc)
|
||||||
(copy-file manual (string-append doc "/butt-manual.pdf"))))))))
|
(copy-file manual (string-append doc "/butt-manual.pdf"))))))))
|
||||||
(inputs
|
|
||||||
`(("dbus" ,dbus)
|
|
||||||
("flac" ,flac)
|
|
||||||
("fltk" ,fltk)
|
|
||||||
("lame" ,lame)
|
|
||||||
("libfdk" ,libfdk)
|
|
||||||
("libsamplerate" ,libsamplerate)
|
|
||||||
("libvorbis" ,libvorbis)
|
|
||||||
("libx11" ,libx11)
|
|
||||||
("libxext" ,libxext)
|
|
||||||
("libxfixes" ,libxfixes)
|
|
||||||
("libxft" ,libxft)
|
|
||||||
("libxrender" ,libxrender)
|
|
||||||
("ogg" ,libogg)
|
|
||||||
("openssl" ,openssl)
|
|
||||||
("opus" ,opus)
|
|
||||||
("portaudio" ,portaudio)))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("pkg-config" ,pkg-config)
|
||||||
("manual" ,(origin
|
("manual"
|
||||||
(method url-fetch)
|
,(origin
|
||||||
(uri (string-append "https://danielnoethen.de/butt/butt-"
|
(method url-fetch)
|
||||||
version "_manual.pdf"))
|
(uri (string-append "https://danielnoethen.de/butt/butt-"
|
||||||
(sha256
|
version "_manual.pdf"))
|
||||||
(base32
|
(sha256
|
||||||
"0kadqzzbk25n0aqxgbqhg4mq4hsbjq44phzcx5qj1b8847yzz8si"))))))
|
(base32 "0kadqzzbk25n0aqxgbqhg4mq4hsbjq44phzcx5qj1b8847yzz8si"))))))
|
||||||
|
(inputs
|
||||||
|
(list dbus
|
||||||
|
flac
|
||||||
|
fltk
|
||||||
|
lame
|
||||||
|
libfdk
|
||||||
|
libsamplerate
|
||||||
|
libvorbis
|
||||||
|
libx11
|
||||||
|
libxext
|
||||||
|
libxfixes
|
||||||
|
libxft
|
||||||
|
libxrender
|
||||||
|
libogg
|
||||||
|
openssl
|
||||||
|
opus
|
||||||
|
portaudio))
|
||||||
(home-page "https://danielnoethen.de/butt/")
|
(home-page "https://danielnoethen.de/butt/")
|
||||||
(synopsis "Audio streaming tool")
|
(synopsis "Audio streaming tool")
|
||||||
(description "Butt is a tool to stream audio to a ShoutCast or
|
(description "Butt is a tool to stream audio to a ShoutCast or
|
||||||
|
|
Reference in New Issue