guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#50862] [PATCH core-updates-frozen 12/19] gnu: Remove libraw-0.18.


From: Brendan Tildesley
Subject: [bug#50862] [PATCH core-updates-frozen 12/19] gnu: Remove libraw-0.18.
Date: Fri, 15 Oct 2021 20:30:08 +1100

* gnu/packages/photo.scm (libraw-0.18): Delete variable.
This package is unused by krita now.
---
 gnu/packages/photo.scm | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/gnu/packages/photo.scm b/gnu/packages/photo.scm
index e85af9305a..9331b83298 100644
--- a/gnu/packages/photo.scm
+++ b/gnu/packages/photo.scm
@@ -203,18 +203,6 @@ cameras (CRW/CR2, NEF, RAF, DNG, and others).")
     ;; both two licensing modes for your changes/additions."
     (license (list license:lgpl2.1 license:cddl1.0))))
 
-(define-public libraw-0.18
-  (package (inherit libraw)
-    (name "libraw")
-    (version "0.18.12")
-    (source (origin
-              (method url-fetch)
-              (uri (string-append "https://www.libraw.org/data/LibRaw-";
-                                  version ".tar.gz"))
-              (sha256
-               (base32
-                "1m2khr2cij8z6lawgbmdksjn14fpnjsy8ad4qahnpqapm1slsxap"))))))
-
 (define-public libexif
   (package
     (name "libexif")
-- 
2.33.0






reply via email to

[Prev in Thread] Current Thread [Next in Thread]