gnu: libdvdread: Update to 6.0.0.
* gnu/packages/video.scm (libdvdread): Update to 6.0.0.
This commit is contained in:
parent
99f6963242
commit
3c9deb0b11
|
@ -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")))
|
||||||
|
|
Loading…
Reference in New Issue