summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2026-02-24 12:02:41 +0100
committerAndreas Enge <andreas@enge.fr>2026-02-24 12:03:56 +0100
commitc3816bf46b3397bc0489efb6cd76082db27b801c (patch)
tree0cd6986f9abd2f61938f17aebf4bb385c7dd2e8f /gnu/packages
parent2aef3e0cf84e97b88d5703f3a4304a646dfab990 (diff)
gnu: Remove devil.
* gnu/packages/image.scm (devil): Delete variable. Fixes: guix/guix#5868 Change-Id: Ifa9eb9db7e7930564b3485eed36c9094b5548a11
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/image.scm37
1 files changed, 0 insertions, 37 deletions
diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm
index ca9b46d3e62..ccb1c200ea8 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -1702,43 +1702,6 @@ and XMP metadata of images in various formats.")
(sha256
(base32 "1a3g7qly75zidj2xjfx1548h6az8sda79cpwvfknsjy3n8d5aay7"))))))
-(define-public devil
- (package
- (name "devil")
- (version "1.8.0")
- (source (origin
- (method url-fetch)
- (uri (string-append "http://downloads.sourceforge.net/openil/"
- "DevIL-" version ".tar.gz"))
- (sha256
- (base32
- "02dpzvi493r09c9hfjnk54nladl3qw55iqkkg18g12fxwwz9fx80"))))
- (build-system cmake-build-system)
- (arguments
- '(;; XXX: Not supported in the released CMakeLists.txt.
- ;; Enable this for > 1.8.0.
- #:tests? #f
- #:phases
- (modify-phases %standard-phases
- (add-before 'configure 'change-directory
- (lambda _ (chdir "DevIL") #t)))))
- (native-inputs
- (list pkg-config))
- (inputs
- `(("lcms" ,lcms)
- ("libjpeg" ,libjpeg-turbo)
- ("libmng" ,libmng)
- ("libpng" ,libpng)
- ("libtiff" ,libtiff)
- ("openexr" ,openexr-2)
- ("zlib" ,zlib)))
- (synopsis "Library for manipulating many image formats")
- (description "Developer's Image Library (DevIL) is a library to develop
-applications with support for many types of images. DevIL can load, save,
-convert, manipulate, filter and display a wide variety of image formats.")
- (home-page "https://openil.sourceforge.net")
- (license license:lgpl2.1+)))
-
(define-public jasper
(package
(name "jasper")