gnu: libdvdread: Update to 6.0.0.

* gnu/packages/video.scm (libdvdread): Update to 6.0.0.
This commit is contained in:
Efraim Flashner 2018-02-13 22:41:02 +02:00
parent 99f6963242
commit 3c9deb0b11
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -1364,7 +1364,7 @@ players, like VLC or MPlayer.")
(define-public libdvdread (define-public libdvdread
(package (package
(name "libdvdread") (name "libdvdread")
(version "5.0.3") (version "6.0.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://download.videolan.org/videolan/" (uri (string-append "https://download.videolan.org/videolan/"
@ -1372,7 +1372,7 @@ players, like VLC or MPlayer.")
name "-" version ".tar.bz2")) name "-" version ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"0ayqiq0psq18rcp6f5pz82sxsq66v0kwv0y55dbrcg68plnxy71j")))) "0dgr23fzcjhb7ck54xkr9zmf4jcq3ph0dz3fbyvla1c6ni9ijfxk"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:configure-flags '("--with-libdvdcss=yes"))) `(#:configure-flags '("--with-libdvdcss=yes")))