aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches/rapidjson-gcc-compat.patch
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/patches/rapidjson-gcc-compat.patch')
0 files changed, 0 insertions, 0 deletions
class='msg-tooltip'>This reverts commit 040006d81c20c68d4291a7e5d82517691756c4c1. The upgrade broke pdfposter, which would require a more recent version of pypdf2. Ricardo Wurmus 2022-11-05gnu: pdfposter: Update to 0.8.1....* gnu/packages/pdf.scm (pdfposter): Update to 0.8.1. [inputs]: Move python-pypdf2 to … [propagated-inputs]: _ here. Hartmut Goebel 2022-10-27build-system/pyproject: Always run tests verbosely for supported backends....* guix/build-system/pyproject.scm (pyproject-build): Default to '() instead of #false for TEST-FLAGS. * guix/build/pyproject-build-system.scm (check): Unconditionally enable verbose test flags. * doc/guix.texi (Build Systems): Document this change. * gnu/packages/fontutils.scm (python-glyphslib)[arguments]: Remove verbosity from #:test-flags. * gnu/packages/pdf.scm (python-pydyf, weasyprint)[arguments]: Likewise. * gnu/packages/python-web.scm (python-openapi-spec-validator)[arguments]: Likewise. * gnu/packages/python-xyz.scm (python-path, python-tempora)[arguments]: Likewise. Marius Bakke 2022-10-27gnu: weasyprint: Use pyproject-build-system....* gnu/packages/pdf.scm (weasyprint)[build-system]: Switch to PYPROJECT-BUILD-SYSTEM. [arguments]: Remove redundant phases. Add #:test-flags. [native-inputs]: Remove PYTHON-PYPA-BUILD. Marius Bakke 2022-10-27gnu: python-pydyf: Use pyproject-build-system....* gnu/packages/pdf.scm (python-pydyf)[build-system]: Switch to PYPROJECT-BUILD-SYSTEM. [arguments]: Remove #:phases. Add #:test-flags. [native-inputs]: Remove PYTHON-PYPA-BUILD. Marius Bakke 2022-10-23gnu: weasyprint: Update to 56.1....* gnu/packages/pdf.scm (weasyprint): Update to 56.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Michael Rohleder 2022-10-18gnu: xournalpp: Update to 1.1.2....* gnu/packages/pdf.scm (xournalpp): Update to 1.1.2. Nicolas Goaziou 2022-10-17gnu: poppler-next: Don't use 'package/inherit'....* gnu/packages/pdf.scm (poppler-next): Use object inheritance instead of PACKAGE/INHERIT because it is a different version, so replacement of the original should not be inherited. Marius Bakke 2022-10-11gnu: python-pydyf: Update to 0.3.0....* gnu/packages/pdf.scm (python-pydyf): Update to 0.3.0. [arguments]: Add phases to replace build and install phases. [native-inputs]: Add python-flit-core, python-pypa-build. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Michael Rohleder 2022-10-10gnu: pdfarranger: Improve package style....* gnu/packages/pdf.scm (pdfarranger)[arguments]: Use G-expressions. Nicolas Goaziou 2022-10-10gnu: pdfarranger: Update to 1.9.1....* gnu/packages/pdf.scm (pdfarranger): Update to 1.9.1. Nicolas Goaziou 2022-10-07gnu: extractpdfmark: Improve package style....* gnu/packages/pdf.scm (extractpdfmark)[arguments]: Use G-expressions. Fix phase name. [native-inputs]: Remove labels. Nicolas Goaziou 2022-10-07gnu: extractpdfmark: Update to 1.1.1....* gnu/packages/pdf.scm (extractpdfmark): Update to 1.1.1. Nicolas Goaziou 2022-09-22gnu: zathura: Remove input labels....* gnu/packages/pdf.scm (zathura)[native-inputs]: Remove input labels. [arguments]: Adjust custom 'start-xserver phase accordingly. Efraim Flashner 2022-09-22gnu: zathura: Update to 0.5.1....* gnu/packages/pdf.scm (zathura): Update to 0.5.1. Efraim Flashner 2022-09-17gnu: libharu: Update to 2.4.2....* gnu/packages/pdf.scm (libharu): Update to 2.4.2. [build-system]: Switch to cmake-build-system. [arguments]: Remove #:configure-flags, add #:tests? and #:phases. [inputs]: Sort them. [native-inputs]: Remove. Signed-off-by: Christopher Baines <mail@cbaines.net> Paul A. Patience 2022-09-14gnu: Add poppler-next....* gnu/packages/pdf.scm (poppler-next): New variable. Mathieu Othacehe 2022-08-29gnu: zathura-pdf-mupdf: Remove input labels....* gnu/packages/pdf.scm (zathura-pdf-mupdf)[inputs]: Remove labels. Marius Bakke 2022-08-29gnu: zathura-pdf-mupdf: Update to 0.3.9....* gnu/packages/pdf.scm (zathura-pdf-mupdf): Update to 0.3.9. [inputs]: Add GUMBO-PARSER and TESSERACT-OCR. [arguments]: Remove obsolete configure flag. Adjust mupdf substitutions. Marius Bakke 2022-08-29gnu: mupdf: Update to 1.20.3....* Copy/paste is fixed. The build now uses the patched version of freeglut that is included in the thirdparty directory so that copy/paste works. * gnu/packages/pdf.scm (mupdf)[source](snippet): Preserve freeglut. [inputs]: Add LIBXRANDR and LIBXI. [arguments]: Explicitly add configure flags for system libraries. Signed-off-by: Marius Bakke <marius@gnu.org> Pierre-Henry Fröhring 2022-07-31gnu: 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 Maxim Cournoyer 2022-07-24gnu: podofo: Remove input labels....* gnu/packages/pdf.scm (podofo)[inputs]: Remove input labels. Tobias Geerinckx-Rice 2022-07-24gnu: podofo: Update to 0.9.8....* gnu/packages/pdf.scm (podofo): Update to 0.9.8. [arguments]: Don't explicitly return #t from phases. Tobias Geerinckx-Rice 2022-05-31gnu: Remove python2-pypdf....* gnu/packages/pdf.scm (python2-pypdf): Delete variable. Maxim Cournoyer