Archived
1
0
Fork 0

gnu: pianobar: Update to 2019.02.14.

* gnu/packages/music.scm (pianobar): Update to 2019.02.14.
[inputs]: Use current ffmpeg.
This commit is contained in:
Tobias Geerinckx-Rice 2020-02-18 16:54:29 +01:00
parent c298063545
commit 8cc1fdcee7
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -13,7 +13,7 @@
;;; Copyright © 2017, 2018, 2019, 2020 Nicolas Goaziou <mail@nicolasgoaziou.fr> ;;; Copyright © 2017, 2018, 2019, 2020 Nicolas Goaziou <mail@nicolasgoaziou.fr>
;;; Copyright © 2017, 2018, 2019 Pierre Langlois <pierre.langlois@gmx.com> ;;; Copyright © 2017, 2018, 2019 Pierre Langlois <pierre.langlois@gmx.com>
;;; Copyright © 2017 Arun Isaac <arunisaac@systemreboot.net> ;;; Copyright © 2017 Arun Isaac <arunisaac@systemreboot.net>
;;; Copyright © 2017, 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr> ;;; Copyright © 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2018 nee <nee.git@hidamari.blue> ;;; Copyright © 2018 nee <nee.git@hidamari.blue>
;;; Copyright © 2018 Stefan Reichör <stefan@xsteve.at> ;;; Copyright © 2018 Stefan Reichör <stefan@xsteve.at>
;;; Copyright © 2018 Pierre Neidhardt <mail@ambrevar.xyz> ;;; Copyright © 2018 Pierre Neidhardt <mail@ambrevar.xyz>
@ -2621,7 +2621,7 @@ tune-in sender list from @url{http://opml.radiotime.com}.")
(define-public pianobar (define-public pianobar
(package (package
(name "pianobar") (name "pianobar")
(version "2016.06.02") (version "2019.02.14")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -2630,10 +2630,10 @@ tune-in sender list from @url{http://opml.radiotime.com}.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"058fbdxp7n35hxwy3b8slfy4pb4n63cb173vfmywqa06wh1dv6f6")))) "1bfabkj3m9kmhxl64w4azmi0xf7w52fmqfbw2ag28hbb5yy01k1m"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:tests? #f ; no tests `(#:tests? #f ; no tests
#:make-flags (list "CC=gcc" "CFLAGS=-std=c99" #:make-flags (list "CC=gcc" "CFLAGS=-std=c99"
(string-append "PREFIX=" %output)) (string-append "PREFIX=" %output))
#:phases (modify-phases %standard-phases #:phases (modify-phases %standard-phases
@ -2643,7 +2643,7 @@ tune-in sender list from @url{http://opml.radiotime.com}.")
("curl" ,curl) ("curl" ,curl)
("libgcrypt" ,libgcrypt) ("libgcrypt" ,libgcrypt)
("json-c" ,json-c) ("json-c" ,json-c)
("ffmpeg" ,ffmpeg-3.4))) ("ffmpeg" ,ffmpeg)))
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config))) `(("pkg-config" ,pkg-config)))
(home-page "https://6xq.net/pianobar/") (home-page "https://6xq.net/pianobar/")