~ruther/guix-local

3c9deb0b110b31d628d43fa2a916fadee0b48077 — Efraim Flashner 8 years ago 99f6963
gnu: libdvdread: Update to 6.0.0.

* gnu/packages/video.scm (libdvdread): Update to 6.0.0.
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/video.scm
M gnu/packages/video.scm => gnu/packages/video.scm +2 -2
@@ 1364,7 1364,7 @@ players, like VLC or MPlayer.")
(define-public libdvdread
  (package
    (name "libdvdread")
    (version "5.0.3")
    (version "6.0.0")
    (source (origin
              (method url-fetch)
              (uri (string-append "https://download.videolan.org/videolan/"


@@ 1372,7 1372,7 @@ players, like VLC or MPlayer.")
                                  name "-" version ".tar.bz2"))
              (sha256
               (base32
                "0ayqiq0psq18rcp6f5pz82sxsq66v0kwv0y55dbrcg68plnxy71j"))))
                "0dgr23fzcjhb7ck54xkr9zmf4jcq3ph0dz3fbyvla1c6ni9ijfxk"))))
    (build-system gnu-build-system)
    (arguments
     `(#:configure-flags '("--with-libdvdcss=yes")))