aboutsummaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
koszkoAllow unauthorized `guix pull`W. Kosior3 weeks
koszko-scriptsAdd `koszko-vpn' branch.W. Kosior4 months
 
* 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-17gnu: 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-21gnu: darktable: Enable building on riscv64-linux....* gnu/packages/photo.scm (darktable)[supported-systems]: Add riscv64-linux. Efraim Flashner 2023-08-18gnu: darktable: Build with librsvg-for-system....* gnu/packages/photo.scm (darktable)[inputs]: Replace librsvg with librsvg-for-system. Efraim Flashner 2023-08-15gnu: rawtherapee: Build with librsvg-for-system....* gnu/packages/photo.scm (rawtherapee)[inputs]: Replace librsvg with librsvg-for-system. Efraim Flashner 2023-08-13gnu: 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-13gnu: 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-16gnu: darktable: Update to 4.4.2....* gnu/packages/photo.scm (darktable): Update to 4.4.2. Tobias Geerinckx-Rice 2023-07-16gnu: lensfun: Update to 0.3.4....* gnu/packages/photo.scm (lensfun): Update to 0.3.4. Tobias Geerinckx-Rice 2023-07-18gnu: 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-04gnu: 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