[PATCH] gnu: Remove luminance-hdr.

  • Done
  • quality assurance status badge
Details
2 participants
  • Leo Famulari
  • Ludovic Courtès
Owner
unassigned
Submitted by
Leo Famulari
Severity
normal
L
L
Leo Famulari wrote on 26 Jan 2022 19:25
(address . guix-patches@gnu.org)
7a88f1fb3871c06149160514492af06fb3edac71.1643221534.git.leo@famulari.name
This package doesn't build anymore:


* gnu/packages/image-viewers.scm (luminance-hdr): Remove variable.
---
gnu/packages/image-viewers.scm | 63 ----------------------------------
1 file changed, 63 deletions(-)

Toggle diff (76 lines)
diff --git a/gnu/packages/image-viewers.scm b/gnu/packages/image-viewers.scm
index b61a79370d..68d9e53bf2 100644
--- a/gnu/packages/image-viewers.scm
+++ b/gnu/packages/image-viewers.scm
@@ -588,69 +588,6 @@ (define-public catimg
It supports JPEG, PNG and GIF formats.")
(license license:expat)))
-(define-public luminance-hdr
- (package
- (name "luminance-hdr")
- (version "2.6.0")
- (source (origin
- (method url-fetch)
- (uri (string-append
- "mirror://sourceforge/qtpfsgui/luminance/"
- version "/luminance-hdr-" version ".tar.bz2"))
- (sha256
- (base32
- "188q0l63nfasqfvwbq4mwx2vh7wsfi2bq9n5nksddspl1qz01lnp"))))
- (build-system cmake-build-system)
- (native-inputs
- (list pkg-config qttools))
- (inputs
- `(("qtbase" ,qtbase-5)
- ("qtdeclarative" ,qtdeclarative)
- ("qtsvg" ,qtsvg)
- ("qtwebkit" ,qtwebkit)
- ("boost" ,boost)
- ("eigen" ,eigen)
- ;; ("gtest" ,gtest)
- ("libraw" ,libraw)
- ("zlib" ,zlib)
- ("exiv2" ,exiv2)
- ("libpng" ,libpng)
- ("libjpeg" ,libjpeg-turbo)
- ("lcms" ,lcms)
- ("openexr" ,openexr-2)
- ("fftw" ,fftwf)
- ("gsl" ,gsl)
- ("libtiff" ,libtiff)))
- (arguments
- '(#:tests? #f ;XXX: some tests fail to compile
- #:phases
- (modify-phases %standard-phases
- (add-after 'set-paths 'add-ilmbase-include-path
- (lambda* (#:key inputs #:allow-other-keys)
- ;; 'OpenEXR.pc' has a -I for IlmBase but 'FindOpenEXR.cmake' does
- ;; not use 'OpenEXR.pc'. Thus, we need to add
- ;; "$ilmbase/include/OpenEXR/" to the CPATH.
- (setenv "CPATH"
- (string-append
- (search-input-directory inputs "include/OpenEXR")
- ":" (or (getenv "CPATH") ""))))))))
- (home-page "http://qtpfsgui.sourceforge.net")
- (synopsis "High dynamic range (HDR) imaging application")
- (description
- "Luminance HDR (formerly QtPFSGui) is a graphical user interface
-application that aims to provide a workflow for high dynamic range (HDR)
-imaging. It supports several HDR and LDR image formats, and it can:
-
-@itemize
-@item Create an HDR file from a set of images (formats: JPEG, TIFF 8bit and
-16bit, RAW) of the same scene taken at different exposure setting;
-@item Save load HDR images;
-@item Rotate, resize and crop HDR images;
-@item Tone-map HDR images;
-@item Copy EXIF data between sets of images.
-@end itemize\n")
- (license license:gpl2+)))
-
;; CBR and RAR are currently unsupported, due to non-free dependencies.
(define-public mcomix
;; Official mcomix hasn't been updated since 2016, it's broken with
--
2.34.0
L
L
Ludovic Courtès wrote on 2 Feb 2022 18:45
(name . Leo Famulari)(address . leo@famulari.name)(address . 53555-done@debbugs.gnu.org)
87v8xxqi1r.fsf@gnu.org
Hi,

Leo Famulari <leo@famulari.name> skribis:

Toggle quote (4 lines)
> This package doesn't build anymore:
>
> https://ci.guix.gnu.org/search?query=spec%3Amaster+system%3Ax86_64-linux+luminance-hdr

Fixed in bbc26afd6198a55109589ed6477f13f1bcea1898, thanks for the
heads-up!

Ludo’.
Closed
?