guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: Remove OpenJPEG@1.


From: guix-commits
Subject: 02/03: gnu: Remove OpenJPEG@1.
Date: Sun, 10 Jul 2022 12:51:25 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 076146818bcaecc5afdaa3a903e378f6d30b2df9
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Thu Jul 7 00:53:10 2022 +0200

    gnu: Remove OpenJPEG@1.
    
    * gnu/packages/image.scm (openjpeg-1): Remove variable.
---
 gnu/packages/image.scm | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm
index a09e27088b..e155f30731 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -852,19 +852,6 @@ JPEG 2000 Reference Software.")
     (home-page "https://github.com/uclouvain/openjpeg";)
     (license license:bsd-2)))
 
-(define-public openjpeg-1
-  (package (inherit openjpeg)
-    (name "openjpeg")
-    (version "1.5.2")
-    (source
-     (origin
-       (method url-fetch)
-       (uri
-        (string-append "mirror://sourceforge/openjpeg.mirror/" version "/"
-                       name "-" version ".tar.gz"))
-       (sha256
-        (base32 "11waq9w215zvzxrpv40afyd18qf79mxc28fda80bm3ax98cpppqm"))))))
-
 (define-public giflib
   (package
     (name "giflib")



reply via email to

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