emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#53555: closed ([PATCH] gnu: Remove luminance-hdr.)


From: GNU bug Tracking System
Subject: bug#53555: closed ([PATCH] gnu: Remove luminance-hdr.)
Date: Wed, 02 Feb 2022 17:46:01 +0000

Your message dated Wed, 02 Feb 2022 18:45:04 +0100
with message-id <87v8xxqi1r.fsf@gnu.org>
and subject line Re: bug#53555: [PATCH] gnu: Remove luminance-hdr.
has caused the debbugs.gnu.org bug report #53555,
regarding [PATCH] gnu: Remove luminance-hdr.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
53555: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=53555
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: Remove luminance-hdr. Date: Wed, 26 Jan 2022 13:25:34 -0500
This package doesn't build anymore:

https://ci.guix.gnu.org/search?query=spec%3Amaster+system%3Ax86_64-linux+luminance-hdr

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

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




--- End Message ---
--- Begin Message --- Subject: Re: bug#53555: [PATCH] gnu: Remove luminance-hdr. Date: Wed, 02 Feb 2022 18:45:04 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
Hi,

Leo Famulari <leo@famulari.name> skribis:

> 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’.


--- End Message ---

reply via email to

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