summaryrefslogtreecommitdiff
path: root/gnu/packages/image-viewers.scm
AgeCommit message (Collapse)Author
2022-09-07gnu: ytfzf: Update to 2.4.1.Michael Rohleder
* gnu/packages/image-viewers.scm (ytfzf): Update to 2.4.1. [inputs]: Add perl. Signed-off-by: Marius Bakke <marius@gnu.org>
2022-09-06gnu: Add pixterm.Cairn
* gnu/packages/image-viewers.scm (pixterm): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-08-30gnu: Add hydrus-network.Tomasz Jeneralczyk
* gnu/packages/image-viewers.scm (hydrus-network): Add variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2022-08-17gnu: viewnior: Use new style inputs and fix indentation.Maxim Cournoyer
* gnu/packages/image-viewers.scm (viewnior)[phases]: Delete trailing #t. [native-inputs, inputs]: Remove labels.
2022-08-17gnu: gpicview: Build with GTK 3.Maxim Cournoyer
* gnu/packages/lxde.scm (pcmanfm)[arguments]: New field. [inputs]: Replace gtk+-2 with gtk+.
2022-07-31gnu: qttools: Rename to qttools-5.Maxim Cournoyer
Automated with: git grep -l qttools | xargs sed 's/\bqttools\b/\0-5/g' -i git checkout NEWS
2022-07-31gnu: qtwebengine: Rename to qtwebengine-5.Maxim Cournoyer
Automated with: git grep -l qtwebengine | xargs sed 's/\bqtwebengine\b/\0-5/g' -i git checkout NEWS
2022-07-31gnu: qtwebchannel: Rename to qtwebchannel-5.Maxim Cournoyer
Automated via: git grep -l qtwebchannel | xargs sed 's/\bqtwebchannel\b/\0-5/g' -i git checkout NEWS
2022-07-31gnu: qtdeclarative: Rename to qtdeclarative-5.Maxim Cournoyer
Automated via the following commands: git grep -l '\bqtdeclarative\b' | xargs sed -E 's/qtdeclarative/\0-5/g' -i git checkout NEWS
2022-07-31gnu: qtsvg: Rename variable to qtsvg-5.Maxim Cournoyer
This is in preparation of the qtsvg update to version 6. This change was automated via the following command: git grep -l '\bqtsvg\b' | xargs sed 's/qtsvg/qtsvg-5/g' -i
2022-07-17gnu: feh: Use G-expressions.Tobias Geerinckx-Rice
* gnu/packages/image-viewers.scm (feh)[arguments]: Rewrite as G-expressions.
2022-07-17gnu: feh: Update to 3.9.Tobias Geerinckx-Rice
* gnu/packages/image-viewers.scm (feh): Update to 3.9. [arguments]: Add "magic=1" to #:make-flags.
2022-05-06gnu: ytfzf: Update to 2.3.Michael Rohleder
* gnu/packages/patches/ytfzf-programs.patch, * gnu/packages/patches/ytfzf-updates.patch: Delete patches. * gnu/local.mk (dist_patch_DATA): Unregister them. * gnu/packages/image-viewers.scm (ytfzf): Update to 2.3. [source]: Delete patches. [arguments]: Remove phase 'patch-script. Add phase 'install-addons, 'wrap-program. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-03-27gnu: mcomix: Install messages.Liliana Marie Prikler
* gnu/packages/image-viewer.scm (mcomix)[install-data]: Also install messages subdirectory.
2022-03-26gnu: mcomix: Wrap missing paths.Liliana Marie Prikler
* gnu/packages/image-viewers.scm (mcomix)[inputs]: Add gtk+. [arguments]<#:imported-modules,#:modules>: New arguments. <#:phases>: Add ‘glib-or-gtk-wrap’ and ‘gi-wrap’.
2022-03-26gnu: mcomix: Update to 2.0.1.Liliana Marie Prikler
* gnu/packages/image-viewers.scm (mcomix): Update to 2.0.1. [source]: Use sourceforge once again. [inputs]: Add ‘python’. [arguments]: Convert to a list of G-Expressions. <#:tests?>: Drop. <#:phases>: Rename ‘configure’ to ‘patch-sources’. Also fix an assertion error in "mcomix/image_tools.py". No longer replace ‘build’ or ‘install’. Add ‘install-data’ phase after ‘install’. Use (this-package-input) to refer to the python input.
2022-03-18gnu: feh, newsboat: Inline top-level reference to 'curl'.Ludovic Courtès
These references introduced top-level circular dependencies. Furthermore, they were inaccurate since only CURL_CA_BUNDLE is honored. * gnu/packages/image-viewers.scm (feh)[native-search-paths]: Remove top-level reference to 'curl'; inline "CURL_CA_BUNDLE" spec. * gnu/packages/syndication.scm (newsboat)[native-search-paths]: Likewise.
2022-02-14gnu: feh: Update to 3.8.Jai Vetrivelan
* gnu/packages/image-viewers.scm (feh): Update to 3.8. [inputs]: Sort lexically. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-02-14gnu: qview: Update to 5.0.Nicolas Goaziou
* gnu/packages/image-viewers.scm (qview): Update to 5.0. [build-system]: Use QT-BUILD-SYSTEM. [arguments]<#:phases>: Use G-expressions. Remove trailing #T. Add a new phase for tests. [native-inputs]: Add QTTOOLS. [inputs]: Re-order alphabetically.
2022-02-02gnu: luminance-hdr: Remove input labels.Ludovic Courtès
* gnu/packages/image-viewers.scm (luminance-hdr)[inputs]: Remove labels.
2022-02-02gnu: luminance-hdr: Fix compilation.Ludovic Courtès
Reported by Leo Famulari <leo@famulari.name>. * gnu/packages/image-viewers.scm (luminance-hdr)[arguments]: In 'add-ilmbase-include-path' phase, set C_INCLUDE_PATH and be more specific about the include directory searched for.
2022-01-29gnu: luminance-hdr: Replace dependency on QtWebKit with QtWebEngine.Leo Famulari
See <https://issues.guix.gnu.org/53289> for more information about this change. * gnu/packages/image-viewers.scm (luminance-hdr)[inputs]: Remove qtwebkit. Add qtwebengine, qtdeclarative, and qtwebchannel.
2022-01-13gnu: chafa: Update to 1.8.0.Guy-Fleury Iteriteka
* gnu/packages/image-viewers.scm(chafa): Update to 1.8.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-12-18gnu: imv: Remove unused inputs.Tobias Geerinckx-Rice
They aren't needed and probably never were. * gnu/packages/image-viewers.scm (imv)[native-inputs]: Remove cmocka and git.
2021-12-18gnu: imv: Remove input labels.Tobias Geerinckx-Rice
* gnu/packages/image-viewers.scm (imv)[native-inputs]: Remove input labels.
2021-12-18gnu: imv: Update to 4.3.1.Tobias Geerinckx-Rice
* gnu/packages/image-viewers.scm (imv): Update to 4.3.1. [arguments]: Don't explicitly return #t from phases. [source, home-page]: Update URL.
2021-12-13gnu: Further simplify package inputs.Ludovic Courtès
This is the result of running: ./pre-inst-env guix style --input-simplification=safe and manually undoing changes on a dozen of packages to reduce rebuilds (derivations for emacs, icecat, and libreoffice are unchanged.)
2021-12-13gnu: Simplify package inputs.Ludovic Courtès
This commit was obtained by running: ./pre-inst-env guix style without any additional argument.
2021-12-08gnu: geeqie: Fix X11 error at startup.Ludovic Courtès
Fixes <https://issues.guix.gnu.org/52089>. Reported by Maxim Cournoyer <maxim.cournoyer@gmail.com>. Patch provided by John Kehayias <john.kehayias@protonmail.com>. * gnu/packages/patches/geeqie-clutter.patch: New file. * gnu/packages/image-viewers.scm (geeqie)[sources]: Use it. * gnu/local.mk (dist_patch_DATA): Add it.
2021-12-05Merge remote-tracking branch 'origin/master' into core-updates-frozenRicardo Wurmus
2021-12-05gnu: Add pqiv.dissent
* gnu/packages/image-viewers.scm (pqiv): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-11-26gnu: viewnior: Update to 1.8.Efraim Flashner
* gnu/packages/image-viewers.scm (viewnior): Update to 1.8. [home-page]: Use https.
2021-11-25gnu: geeqie: Build with '-O2'.Ludovic Courtès
* gnu/packages/image-viewers.scm (geeqie)[arguments]: Pass "-O2 -g".
2021-11-17Merge branch 'master' into core-updates-frozenLudovic Courtès
2021-11-14gnu: Add nsxiv.Foo Chuan Wei
* gnu/packages/image-viewers.scm (nsxiv): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-11-12gnu: geeqie: Update to 1.6.Maxim Cournoyer
* gnu/packages/image-viewers.scm (geeqie): Update to 1.6. [phases]{correctly-locate-aux-scripts}: New phase.
2021-11-03Merge remote-tracking branch 'origin/master' into core-updates-frozenEfraim Flashner
2021-11-03gnu: qiv: Update to 2.3.2.Tobias Geerinckx-Rice
* gnu/packages/image-viewers.scm (qiv): Update to 2.3.2. [source]: Add a snippet. [arguments]: Don't explicitly return #t from phases.
2021-10-31Merge remote-tracking branch 'origin/master' into core-updates-frozenEfraim Flashner
2021-10-23gnu: Rename openexr to openexr-2.Vinicius Monego
This is done so the OpenEXR package can be upgraded to version 3 in a later commit. * gnu/packages/graphics.scm (openexr): Rename to ... (openexr-2): ... new variable. (blender, blender-2.79, openimageio, povray)[inputs]: Adjust accordingly. (ctl)[propagated-inputs]: Likewise. * gnu/packages/animation.scm (synfig)[propagated-inputs]: Likewise. * gnu/packages/gimp.scm (gegl, gimp)[inputs]: Likewise. * gnu/packages/gstreamer.scm (gst-plugins-bad)[inputs]: Likewise. * gnu/packages/image-processing.scm (mia, opencolorio, opencv, vips, gmic, nip2)[inputs]: Likewise. * gnu/packages/image-viewers.scm (luminance-hdr)[inputs]: Likewise. * gnu/packages/image.scm (freeimage, vigra, devil)[inputs]: Likewise. * gnu/packages/kde-frameworks.scm (kimageformats)[inputs]: Likewise. * gnu/packages/kde.scm (krita)[inputs]: Likewise. * gnu/packages/photo.scm (enblend-enfuse, darktable, hugin)[inputs]: Likewise. Signed-off-by: Leo Famulari <leo@famulari.name>
2021-10-12gnu: imv: Build with librsvg.Efraim Flashner
This is a follow-up to 1eca979fb8da842e73c42f4f53be29b169810f2. * gnu/packages/image-viewers.scm (imv)[inputs]: Adjust package input from librsvg-next to librsvg.
2021-10-12Merge remote-tracking branch 'origin/master' into core-updates-frozen.Mathieu Othacehe
2021-10-06gnu: quazip: Update to 1.1.Tobias Geerinckx-Rice
* gnu/packages/compression.scm (quazip): Redefine as an heir to the… (quazip-0): …new name of the previous package definition. Adjust all packages with quazip as input to use quazip-0.
2021-10-04gnu: feh: Update to 3.7.2.Tobias Geerinckx-Rice
* gnu/packages/image-viewers.scm (feh): Update to 3.7.2.
2021-09-21gnu: imv: Update to 4.1.0 and adjust arguments+inputs.Z572
* gnu/packages/image-viewers.scm (imv): [version]: Update to 4.1.0. [build-system]: Replace with meson-build-system. [phases]: Remove (delete 'configure) [make-flags]: Remove it. [inputs]: Remove asciidoc. Add libheif, libjpeg-turbo, libinih, libnsgif, librsvg-next, libtiff [native-inputs]: Add asciidoc, Add git-minimal Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-09-16gnu: geeqie: Fix build.Guillaume Le Vaillant
* gnu/packages/image-viewers.scm (geeqie)[arguments]: Pass '-fcommon' to CFLAGS.
2021-09-07Merge branch 'master' into core-updates-frozenLudovic Courtès
2021-09-06gnu: feh: Update to 3.7.1.Xinglu Chen
* gnu/packages/image-viewers.scm (feh): Update to 3.7.1. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-07-24gnu: Use 'search-input-directory' for the OpenEXR header directory.Ludovic Courtès
* gnu/packages/graphics.scm (blender): Use 'search-input-directory' when searching for "include/OpenEXR". (blender-2.79): Likewise. * gnu/packages/image-processing.scm (opencv): Likewise. * gnu/packages/image-viewers.scm (luminance-hdr): Likewise. * gnu/packages/photo.scm (darktable): Likewise.
2021-07-06gnu: ytfzf: Use patches inside source block, instead of inputs.Raghav Gururajan
* gnu/packages/image-viewers.scm (ytfzf)[patches]: Add ytfzf-programs.patch and ytfzf-updates.patch. [phases](apply-patches): Remove phase. [native-inputs]: Remove ytfzf-programs and ytfzf-updates.