GNU bug report logs - #76570
[PATCH 0/6] Update kodi to 21.2

Previous Next

Package: guix-patches;

Reported by: André Batista <nandre <at> riseup.net>

Date: Tue, 25 Feb 2025 22:26:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: André Batista <nandre <at> riseup.net>
To: 76570 <at> debbugs.gnu.org
Cc: André Batista <nandre <at> riseup.net>
Subject: [bug#76570] [PATCH 1/6] gnu: Add libudfread.
Date: Tue, 25 Feb 2025 19:42:42 -0300
* gnu/packages/file-systems.scm (libudfread): New variable.

Change-Id: I0c77b082447d02dcd188266257025bf5646b7801
---
 gnu/packages/file-systems.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/file-systems.scm b/gnu/packages/file-systems.scm
index 34a3f0f64d..0b44c387af 100644
--- a/gnu/packages/file-systems.scm
+++ b/gnu/packages/file-systems.scm
@@ -16,6 +16,7 @@
 ;;; Copyright © 2024 Zheng Junjie <873216071 <at> qq.com>
 ;;; Copyright © 2025 Julian Flake <flake <at> uni-koblenz.de>
 ;;; Copyright © 2025 Ashish SHUKLA <ashish.is <at> lostca.se>
+;;; Copyright © 2025 André Batista <nandre <at> riseup.net>
 ;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -2191,6 +2192,30 @@ (define-public udftools
 and rewritable media that wears out (DVD/CD-RW).")
     (license license:gpl2+)))
 
+(define-public libudfread
+  (package
+    (name "libudfread")
+    (version "1.1.2")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append
+                    "https://download.videolan.org/pub/videolan/libudfread/"
+                    name "-" version ".tar.bz2"))
+              (sha256
+               (base32
+                "05c943ymw94nzjxf7v102916frqk7icgw4gb244wx23jn8cnz56m"))))
+    (build-system gnu-build-system)
+    (native-inputs
+     (list automake autoconf libtool pkg-config))
+    (home-page "https://code.videolan.org/videolan/libudfread")
+    (synopsis "C library to read UDF file systems")
+    (description "@code{libudfread} is a C library for reading
+@acronym{UDF, Universal Disk Format} file systems.  @acronym{UDF, Universal
+Disk Format} is a file system mostly used for DVDs and other optical media.
+It supports read-only media (DVD/CD-R) and rewritable media that wears out
+(DVD/CD-RW).")
+    (license license:lgpl2.1+)))
+
 (define-public fuse-overlayfs
   (package
     (name "fuse-overlayfs")
-- 
2.48.1





This bug report was last modified 48 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.