Age | Commit message (Expand) | Author |
2023-09-17 | gnu: enblend-enfuse: Build documentation....Notes:
* transfig is not needed according to the NEWS since 4.2.
* help2man is not optional.
* gnu/packages/photo.scm (enblend-enfuse)[native-inputs]: Remove libxml2,
tidy-html and transfig. Replace imagemagick with imagemagick/stable. Add
graphviz-minimal, font-ghostscript, librsvg, m4, perl-readonly,
texlive-texloganalyser, texlive-bold-extra, texlive-cm-mf-extra-bold,
texlive-comment, texlive-float, texlive-enumitem, texlive-mdwtools,
texlive-hyphenat, texlive-index, texlive-listings, texlive-microtype,
texlive-etoolbox, texlive-nag, texlive-ragged2e, texlive-shorttoc,
texlive-bigfoot, texlive-xstring and hevea.
[arguments]<#:phases>: Add 'fontconfig-cache, 'exclude-doc-from-check
and 'install-doc. Replace 'build and 'install.
[outputs]: Add 'doc.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
| Bruno Victal |
2023-09-17 | gnu: enblend-enfuse: Backport upstream fixes....Backport changes for reproducible builds & missing include.
* gnu/packages/patches/enblend-enfuse-reproducible.patch: New file.
* gnu/local.mk: Register it.
* gnu/packages/photo.scm (enblend-enfuse)[source]: Use newly added patch. Add
snippet to fix missing header.
[arguments]<#:phases>: Remove 'add-missing-include.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
| Bruno Victal |
2023-08-21 | gnu: darktable: Enable building on riscv64-linux....* gnu/packages/photo.scm (darktable)[supported-systems]: Add
riscv64-linux.
| Efraim Flashner |
2023-08-18 | gnu: darktable: Build with librsvg-for-system....* gnu/packages/photo.scm (darktable)[inputs]: Replace librsvg with
librsvg-for-system.
| Efraim Flashner |
2023-08-15 | gnu: rawtherapee: Build with librsvg-for-system....* gnu/packages/photo.scm (rawtherapee)[inputs]: Replace librsvg with
librsvg-for-system.
| Efraim Flashner |
2023-08-13 | gnu: entangle: Update package style....* gnu/packages/photo.scm (entangle)[arguments]: Rewrite as G-expressions.
Don't explicitly return #t from phases.
[native-inputs]: Remove input labels.
| Tobias Geerinckx-Rice |
2023-08-13 | gnu: entangle: Fix build....* gnu/packages/photo.scm (entangle)[arguments]:
Add a new 'build-with-meson-0.60 phase.
[native-inputs]: Add itstool.
| Tobias Geerinckx-Rice |
2023-07-16 | gnu: darktable: Update to 4.4.2....* gnu/packages/photo.scm (darktable): Update to 4.4.2.
| Tobias Geerinckx-Rice |
2023-07-16 | gnu: lensfun: Update to 0.3.4....* gnu/packages/photo.scm (lensfun): Update to 0.3.4.
| Tobias Geerinckx-Rice |
2023-07-18 | gnu: Deprecate `texlive-tiny'....At this point, there are three equivalent TeX Live sub-systems:
texlive-scheme-basic, texlive-tiny, and (texlive-updmap.cfg). It is confusing
to keep so many around.
* doc/contributing.texi (Submitting Patches): Remove reference to
TEXLIVE-TINY.
* gnu/packages/algebra.scm (pari-gp)[native-inputs]:
(giac)[native-inputs]:
* gnu/packages/chez.scm (chez-sockets)[native-inputs]:
* gnu/packages/engineering.scm (fastcap)[native-inputs]:
* gnu/packages/gettext.scm (po4a)[native-inputs]:
* gnu/packages/maths.scm (cddlib)[native-inputs]:
(gnuplot)[native-inputs]:
(itpp)[native-inputs]:
* gnu/packages/ocaml.scm (unison)[native-inputs]:
* gnu/packages/pdf.scm (extractpdfmark)[native-inputs]:
* gnu/packages/photo.scm (enblend-enfuse): Replace TEXLIVE-TINY with a call to TEXLIVE-UPDMAP.CFG.
* gnu/packages/radio.scm (gnuradio)[native-inputs]: Remove unnecessary
TEXLIVE-TINY.
* gnu/packages/tex.scm (texlive-tiny): Deprecate it in favor of TEXLIVE-SCHEME-BASIC.
(texlive-makecmds)[native-inputs]: Replace TEXLIVE-TINY with a call to TEXLIVE-UPDMAP.CFG.
* guix/lint.scm (check-inputs-should-be-native): Check only for
"texlive-updmap.cfg" input name.
| Nicolas Goaziou |
2023-07-04 | gnu: darktable: Update to 4.4.1....* gnu/packages/photo.scm (darktable): Update to 4.4.1.
[phases]{fix-missing-include}: Remove phase as this has been fixed upstream.
| John Kehayias |
2023-06-22 | gnu: darktable: Update to 4.4.0....* gnu/packages/photo.scm (darktable): Update to 4.4.0.
[native-inputs]: Replace clang-11 and llvm-11 with clang and llvm,
respectively. Darktable no longer builds with older versions.
| John Kehayias |