me
/
guix
Archived
1
0
Fork 0
Commit Graph

621 Commits (f0cf6b5a3206673e3622e6b8d233a159ea10be96)

Author SHA1 Message Date
Marius Bakke 7e329b8a4a
gnu: libjpeg-turbo: Use G-expression.
* gnu/packages/image.scm (libjpeg-turbo)[arguments]: Convert to gexp.
2022-08-30 20:43:02 +02:00
Marius Bakke 1c106e8fcc
gnu: libjpeg-turbo: Update to 2.1.4.
* gnu/packages/image.scm (libjpeg-turbo): Update to 2.1.4.
2022-08-30 20:43:02 +02:00
Marius Bakke 59c136ef61
Merge branch 'staging' into core-updates 2022-08-30 20:18:55 +02:00
Marius Bakke dedbaa3a69
Merge branch 'master' into staging 2022-08-28 15:43:30 +02:00
Efraim Flashner 5bfe389a6e
gnu: imlib2: Update to 1.9.1.
* gnu/packages/image.scm (imlib2): Update to 1.9.1.
2022-08-28 12:17:21 +03:00
Marius Bakke ada35de38f
gnu: scons: Move to (gnu packages build-tools).
* gnu/packages/python-xyz.scm (scons, scons-python2): Move from here ...
* gnu/packages/build-tools.scm (scons, scons-python2): ... to here.
* gnu/packages/direct-connect.scm, gnu/packages/disk.scm,
gnu/packages/game-development.scm, gnu/packages/gps.scm,
gnu/packages/image.scm, gnu/packages/installers.scm, gnu/packages/web.scm,
gnu/packages/xdisorg.scm: Adjust module imports accordingly.
* guix/build-system/scons.scm (default-scons): Likewise.
2022-08-27 23:48:56 +02:00
Marius Bakke ad384816fe
Merge branch 'staging' into core-updates 2022-08-27 17:10:55 +02:00
Marius Bakke 1fd262e8d3
Merge branch 'master' into staging 2022-08-27 00:17:57 +02:00
Marius Bakke 77eb3008e3
Merge branch 'staging' into core-updates 2022-08-11 23:36:10 +02:00
Marius Bakke b50eaa6764
Merge branch 'master' into staging 2022-08-11 22:15:22 +02:00
Marius Bakke 02de6a5981
gnu: freeimage: Remove input labels.
* gnu/packages/image.scm (freeimage): Reindent.
[arguments]: Use G-expression and SEARCH-INPUT-DIRECTORY.
[inputs]: Remove labels.
2022-08-10 00:29:01 +02:00
Marius Bakke f2e9f04dd9
gnu: freeimage: Update home page.
* gnu/packages/image.scm (freeimage)[home-page]: Follow redirect.
2022-08-10 00:29:01 +02:00
( 6d69f093d0
gnu: Add spng.
* gnu/packages/image.scm (spng): New variable.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-08-12 11:12:18 +02:00
Marcel van der Boom b8df15b748
gnu: exiv2: Fix test failure on ppc64le and aarch64.
ppc64 and aarch64 do not raise exception and thus output and exit code
for test is different.

See:

  https://github.com/Exiv2/exiv2/issues/365 and
  https://github.com/Exiv2/exiv2/issues/933

* gnu/packages/image.scm (exiv2)[arguments]: Add 'adjust-tests' phase.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2022-08-01 14:08:09 +02:00
Maxim Cournoyer eef8e2ec46
gnu: qttools: Rename to qttools-5.
Automated with:

  git grep -l qttools | xargs sed 's/\bqttools\b/\0-5/g' -i
  git checkout NEWS
2022-07-31 21:55:48 -04:00
Maxim Cournoyer 1ef04fb228
gnu: qtsvg: Rename variable to qtsvg-5.
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-31 21:55:43 -04:00
Marius Bakke 6a3ed96af7
Merge branch 'staging' into core-updates 2022-07-27 17:53:05 +02:00
Marius Bakke 6611cabd1c
Merge branch 'master' into staging 2022-07-27 12:33:53 +02:00
Arun Isaac dbcd787656
gnu: phockup: Update to 1.9.0.
* gnu/packages/image.scm (phockup): Update to 1.9.0.
2022-07-26 00:46:25 +05:30
Arun Isaac 14dbb549f8
gnu: phockup: Add bash-minimal to inputs.
* gnu/packages/image.scm (phockup)[inputs]: Add bash-minimal.
2022-07-26 00:45:17 +05:30
Arun Isaac f55e83fa3d
gnu: phockup: Make exiftool substitution more specific.
* gnu/packages/image.scm (phockup)[arguments]: Make exiftool substitution in
configure phase more specific.
2022-07-26 00:43:31 +05:30
Marius Bakke 9044b086dd
Merge branch 'staging' into core-updates 2022-07-22 01:09:14 +02:00
Marius Bakke abea091dbe
Merge branch 'master' into staging 2022-07-21 23:52:47 +02:00
arkhan 22530b2645
gnu: flameshot: Update to 12.1.0.
* gnu/packages/image.scm (flameshot): Update to 12.1.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-07-19 23:23:37 +02:00
Marius Bakke 72e2c416be
gnu: jbig2dec: Remove obsolete code.
* gnu/packages/image.scm (jbig2dec)[arguments]: Remove #:phases.
[native-inputs]: Remove AUTOCONF, AUTOMAKE, and LIBTOOL.
2022-07-16 23:25:18 +02:00
Marius Bakke 4442a5db77
Merge branch 'master' into staging 2022-07-13 23:34:58 +02:00
Marius Bakke d33f051740
gnu: libmng: Remove input labels.
* gnu/packages/image.scm (libmng)[propagated-inputs]: Remove labels.
2022-07-13 23:31:23 +02:00
Marius Bakke 076146818b
gnu: Remove OpenJPEG@1.
* gnu/packages/image.scm (openjpeg-1): Remove variable.
2022-07-10 18:36:43 +02:00
Marius Bakke 02f7c56ec4
gnu: libjpeg-turbo: Build with cmake-minimal.
* gnu/packages/image.scm (libjpeg-turbo)[arguments]: Remove #:cmake.
2022-06-27 23:48:00 +02:00
Marius Bakke 2a7648774f
Merge branch 'master' into core-updates 2022-06-27 19:23:48 +02:00
Marius Bakke 43519035f9
gnu: libtiff: Explicitly depend on 'xz'.
...instead of linking to whatever happens to be in the build environment.

* gnu/packages/image.scm (libtiff)[inputs]: Add XZ.
2022-06-27 19:15:07 +02:00
Marius Bakke be2d53225c
gnu: libtiff: Use G-expressions.
* gnu/packages/image.scm (libtiff)[arguments]: Convert to gexp.
2022-06-27 19:15:07 +02:00
Marius Bakke e8af8fc3e1
gnu: libtiff: Remove input labels.
* gnu/packages/image.scm (libtiff)[inputs]: Remove labels.
2022-06-27 19:15:07 +02:00
Marius Bakke 06747aa5b0
gnu: libtiff: Update to 4.4.0.
* gnu/packages/image.scm (libtiff): Update to 4.4.0.
[source](uri): Switch to .xz tarball.
2022-06-27 19:15:07 +02:00
Marius Bakke 8b13d38fac
gnu: libtiff: Add 'upstream-name' property.
* gnu/packages/image.scm (libtiff)[properties]: New field.
2022-06-27 19:15:07 +02:00
Marius Bakke 06c822b5a7
gnu: libjpeg-turbo: Update to 2.1.3.
* gnu/packages/image.scm (libjpeg-turbo): Update to 2.1.3.
2022-06-26 12:06:31 +02:00
Marius Bakke 1535d8c5d8
gnu: libwebp: Simplify inputs.
* gnu/packages/image.scm (libwebp)[inputs]: Remove labels.
2022-06-23 19:55:43 +02:00
Marius Bakke c209146212
gnu: libwebp: Update to 1.2.2.
* gnu/packages/image.scm (libwebp): Update to 1.2.2.
2022-06-23 19:55:43 +02:00
Efraim Flashner 22aeda1bcc
gnu: openjpeg: Update to 2.5.0.
* gnu/packages/image.scm (openjpeg): Update to 2.5.0.
2022-06-23 12:39:37 +03:00
Efraim Flashner ddc337e2a8
gnu: openjpeg-data: Update to 2021.09.26.
* gnu/packages/image.scm (openjpeg-data): Update to 2021.09.26.
2022-06-23 12:39:34 +03:00
Greg Hogan c9d78e4074
gnu: libjxl: Update to 0.6.1-0.b7076f18.
* gnu/packages/image.scm (libjxl): Update to 0.6.1-0.b7076f18.
[inputs]: Add gflags.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-06-22 23:18:44 +02:00
Ludovic Courtès 091eb323ba
Merge branch 'master' into staging 2022-06-08 14:53:16 +02:00
Ludovic Courtès 355a08b999
gnu: giblib: Depend on imlib2@1.7.
* gnu/packages/image.scm (giblib)[inputs]: Depend on IMLIB2-1.7 instead
of IMLIB2.
2022-06-02 13:03:07 +02:00
Ludovic Courtès 405019f590
gnu: imlib2: Reintroduce 1.7.1.
* gnu/packages/image.scm (imlib2-1.7): New variable.
2022-06-02 13:02:47 +02:00
Efraim Flashner 64c043e63a
Merge remote-tracking branch 'origin/master' into staging 2022-06-01 12:42:04 +03:00
Maxim Cournoyer 3b50b327f7
gnu: Remove libpng-1.2.
* gnu/packages/image.scm (libpng-1.2): Delete variable.
2022-05-31 14:54:05 -04:00
Tobias Geerinckx-Rice 2e602de895
gnu: jpegoptim: Remove input labels.
* gnu/packages/image.scm (jpegoptim)[inputs]:
Remove input labels.
2022-05-29 02:00:00 +02:00
Tobias Geerinckx-Rice c799b1eca6
gnu: jpegoptim: Update to 1.4.7.
* gnu/packages/image.scm (jpegoptim): Update to 1.4.7.
[source]: Build from Git.
2022-05-29 02:00:00 +02:00
Efraim Flashner d57ec0a303
gnu: imlib2: Remove input labels.
* gnu/packages/image.scm (imlib2)[native-inputs]: Remove input labels.
[inputs]: Same.
2022-04-28 23:33:44 +03:00
Efraim Flashner 53c0619559
gnu: imlib2: Update to 1.9.0.
* gnu/packages/image.scm (imlib2): Update to 1.9.0.
2022-04-28 23:32:04 +03:00