Revert "gnu: vlc: Update to 2.2.0"

This reverts commit ad036bda89.

This version has always failed to build according to
<http://hydra.gnu.org/job/gnu/master/vlc-2.2.0.x86_64-linux/all>.
master
Ludovic Courtès 2015-03-10 17:26:00 +01:00
parent 5b17fabca6
commit b9156ccc08
1 changed files with 2 additions and 2 deletions

View File

@ -357,7 +357,7 @@ audio/video codec library.")
(define-public vlc (define-public vlc
(package (package
(name "vlc") (name "vlc")
(version "2.2.0") (version "2.1.5")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -365,7 +365,7 @@ audio/video codec library.")
version "/vlc-" version ".tar.xz")) version "/vlc-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"05smn9hqdp7iscc1dj4cxp1mrlad7b50lhlnlqisfzf493i2f2jy")))) "0whzbn7ahn5maarcwl1yhk9lq10b0q0y9w5pjl9kh3frdjmncrbg"))))
(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