guix-commits
[Top][All Lists]
Advanced

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

229/229: gnu: geeqie: Enable most features, add doc.


From: guix-commits
Subject: 229/229: gnu: geeqie: Enable most features, add doc.
Date: Tue, 28 Mar 2023 22:29:28 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit d00f1075077e55a3c2c750b3dd41be2a09eff530
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Tue Mar 21 23:57:46 2023 -0400

    gnu: geeqie: Enable most features, add doc.
    
    This change enables most of the features of Geeqie, at a cost of about 10%
    size increase (from 1428 to 1596 MiB).
    
    * gnu/packages/image-viewers.scm (geeqie) [inputs]: Add djvulibre,
    ffmpegthumbnailer, gspell, libarchive, libheif, libjpeg, libraw, libtiff,
    poppler and libwebp.
    [native-inputs]: Add yelp-tools.
    
    Series-to: 62367@debbugs.gnu.org
---
 gnu/packages/image-viewers.scm | 18 +++++++++++++++---
 1 file changed, 15 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/image-viewers.scm b/gnu/packages/image-viewers.scm
index 470ae08a9b..f7719600a7 100644
--- a/gnu/packages/image-viewers.scm
+++ b/gnu/packages/image-viewers.scm
@@ -67,6 +67,7 @@
   #:use-module (gnu packages compression)
   #:use-module (gnu packages curl)
   #:use-module (gnu packages documentation)
+  #:use-module (gnu packages djvu)
   #:use-module (gnu packages fontutils)
   #:use-module (gnu packages freedesktop)
   #:use-module (gnu packages gawk)
@@ -244,16 +245,27 @@ actions.")
               (file-name (git-file-name name version))))
     (build-system meson-build-system)
     (inputs
-     (list exiv2
+     (list djvulibre
+           exiv2
+           ffmpegthumbnailer
            gtk+
+           gspell
            lcms
+           libarchive
            libchamplain
-           libpng))
+           libheif
+           libjpeg
+           libpng
+           libraw
+           libtiff
+           poppler
+           libwebp))
     (native-inputs
      (list `(,glib "bin") ; glib-gettextize
            intltool
            pkg-config
-           xxd))
+           xxd
+           yelp-tools))
     (home-page "https://www.geeqie.org/";)
     (synopsis "Lightweight GTK+ based image viewer")
     (description



reply via email to

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