guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.

commit 672c05657c20483ae27d496bcf008f62a0411fc1
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Fri Mar 13 13:43:13 2026 +0900

    gnu: libdvdread: Update to 7.0.1.
    
    * gnu/packages/video.scm (libdvdread): Update to 7.0.1.
    [source]: Adjust URI.
    [build-system]: Switch to meson-build-system.
    [arguments]: Delete field.
    
    Change-Id: I02231a64c2a3bb93e4d95f90051f58da5face50a
---
 gnu/packages/video.scm | 18 +++++++-----------
 1 file changed, 7 insertions(+), 11 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index a07256166e..3d754d2a48 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -50,7 +50,7 @@
 ;;; Copyright © 2021 Alexey Abramov <[email protected]>
 ;;; Copyright © 2021, 2022, 2023 Andrew Tropin <[email protected]>
 ;;; Copyright © 2021 David Wilson <[email protected]>
-;;; Copyright © 2021-2025 Maxim Cournoyer <[email protected]>
+;;; Copyright © 2021-2026 Maxim Cournoyer <[email protected]>
 ;;; Copyright © 2020 Hartmut Goebel <[email protected]>
 ;;; Copyright © 2021 Raghav Gururajan <[email protected]>
 ;;; Copyright © 2021 Thiago Jung Bauermann <[email protected]>
@@ -3795,22 +3795,18 @@ players, like VLC or MPlayer.")
 (define-public libdvdread
   (package
     (name "libdvdread")
-    (version "6.1.3")
+    (version "7.0.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://download.videolan.org/videolan/";
                                   "libdvdread/" version "/"
-                                  "libdvdread-" version ".tar.bz2"))
+                                  "libdvdread-" version ".tar.xz"))
               (sha256
                (base32
-                "0sakl4c8y2kkp09km0b5353w66pvfc72y8wi1vjwn252jx4ladff"))))
-    (build-system gnu-build-system)
-    (arguments
-     `(#:configure-flags '("--with-libdvdcss=yes")))
-    (native-inputs
-     (list pkg-config))
-    (propagated-inputs
-     (list libdvdcss))
+                "01ylalrr9lw6x7fz7z030243kln1hfd1pbh3m9ikjp610nih8gif"))))
+    (build-system meson-build-system)
+    (native-inputs (list pkg-config))
+    (propagated-inputs (list libdvdcss))
     (home-page "http://dvdnav.mplayerhq.hu/";)
     (synopsis "Library for reading video DVDs")
     (description

Reply via email to