gnu: vlc: Update to 2.2.5.1.
* gnu/packages/video.scm (vlc): Update to 2.2.5.1. [source]: Remove obsolete snippet.
This commit is contained in:
parent
ba58886a8c
commit
3bc45ad460
|
@ -646,7 +646,7 @@ audio/video codec library.")
|
||||||
(define-public vlc
|
(define-public vlc
|
||||||
(package
|
(package
|
||||||
(name "vlc")
|
(name "vlc")
|
||||||
(version "2.2.4")
|
(version "2.2.5.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -654,14 +654,7 @@ audio/video codec library.")
|
||||||
version "/vlc-" version ".tar.xz"))
|
version "/vlc-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1gjkrwlg8ab3skzl67cxb9qzg4187ifckd1z9kpy11q058fyjchn"))
|
"1k51vm6piqlrnld7sxyg0s4kdkd3lan97lmy3v5wdh3qyll8m2xj"))))
|
||||||
(modules '((guix build utils)))
|
|
||||||
(snippet
|
|
||||||
;; There are two occurrences where __DATE__ and __TIME__ are
|
|
||||||
;; used to capture the build time and show it to the user.
|
|
||||||
'(substitute* (find-files "." "help\\.c(pp)?$")
|
|
||||||
(("__DATE__") "\"2016\"")
|
|
||||||
(("__TIME__") "\"00:00\"")))))
|
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("git" ,git) ; needed for a test
|
`(("git" ,git) ; needed for a test
|
||||||
|
|
Loading…
Reference in New Issue