aboutsummaryrefslogtreecommitdiff
path: root/graphics/krita
Commit message (Collapse)AuthorAgeFilesLines
* archivers/quazip: update to 1.2, latest upstreamAdriaan de Groot2021-12-091-1/+1
| | | | | | | | | | | | | | | | | Release notes are here: https://github.com/stachenov/quazip/releases/tag/v1.2 There are a handful of internal changes that don't affect us (allowing QtZip, for instance) or don't show up in our use of quazip (-lz in pkgconfig file). There's one relevant change to close() that **might** affect consumers, but then I'd expect bug reports from the consumers about failures on load/save. While here, move the libraries needed only for testing to _build. Bumping PORTREVISION of consumers. Reported by: portscout
* Bump PORTREVISION of graphics/poppler consumers.Gleb Popov2021-11-081-1/+1
| | | | PR: 259656
* graphics/poppler: bump consumers after 2dee0997fbc9ee01991f73f0fa55f9b18908a264Tobias C. Berner2021-10-121-0/+1
|
* graphics/krita: update to 4.4.8Tobias C. Berner2021-09-092-7/+6
| | | | | | | | | | | | | | | | | This is strictly a bug fix release. The most important reason for this release is a fix for a performance regression in Krita 4.4.5. There are a few other fixes: * Fix a crash on exit with certain versions of Qt and PyQt * Fix moving selection with the magnetic selection tool (BUG:433633) * Fix crashes in the magnetic selection tool when deleting nodes (BUG:439896) * Fix an assert when converting the image color space from Python (BUG:437980) * Fix a crash when closing a gamut mask document (BUG:438914) * Fix drag and drop of clone layers between images (BUG:414699) * Fix crash when saving the image with trimming enabled (BUG:437626) Note: due to an upstream oversight, the so-version went from 21 back to 20.
* graphics/poppler: update to 21.09Tobias C. Berner2021-09-061-1/+1
| | | | | | | | | | | | | | | | | Release 21.09.0: core: * Splash: Massive speed improvement on files that use lots of save/restore (q/Q) operators * Correct decoding of signature properties Reason & Location when they are Unicode * Fix issues with malformed files * MSVC build fixes build system: * Call cmake_minium_required() before project() * Always append to CMAKE_{C,CXX}_FLAGS_${CMAKE_BUILD_TYPE} * correctly forward user-provided flags to try_compile() Exp-run by: antoine PR: 258206
* graphics/poppler: update to 21.08.0Tobias C. Berner2021-08-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Release 21.08.0: core: * Add API to allow addition and modification of outlines into a PDF * Use additional samples to test for constant parts of an axial gradient * forms: Create fallback fonts for some well known font names * Support reading the PDF Version from the Catalog * Fix XRef::copy when there are modified objects * Take into account that Date string may be in unicode * JBIG2Stream: Fix regression in "Do not consider a size-0 to be an error" * Replace a local bubble sort implementation by std::sort * Fix issues with malformed files build system: * Better error message when libjpeg is not found * Better error messages when libopenjpeg2 is not found qt5/qt6: * Document that a document has to outlive its pages * Make getPdfVersion return a dedicated version object glib: * mimick TextSelectionDumper logic change for spaceAfter Exp-run by: antoine PR: 257539
* *: graphics/openexr PORTREVISION bumpsMatthias Andree2021-08-031-1/+1
| | | | OpenEXR changes its SONAME again, so bump PORTREVISION of its users.
* *: bump PORTREVISION after math/Imath updateMatthias Andree2021-07-171-1/+1
|
* graphics/poppler: update to 21.07.0Tobias C. Berner2021-07-061-1/+1
| | | | | | | | | | | | | | | Release 21.07.0: core: * JBIG2Stream: Do not consider a size-0 to be an error. Issue #535 * PSOutputDev: fix off-by-one error for image masking in L1/L2 output. Issue #1088 * CairoOutputDev: Fix memory leak on broken files * Minor code improvements build system: * set C standard to 11 without extensions Exp-run by: antoine PR: 256981
* *: Bump PORTREVISION for openexr updateMatthias Andree2021-07-031-1/+1
| | | | | | OpenEXR's patchlevel updated bumped the major version of the OpenEXR library, hence bump PORTREVISION of all ports that require OpenEXR.
* math/gsl: update to 2.7Tobias C. Berner2021-06-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From [1] * What is new in gsl-2.7: * fixed doc bug for gsl_histogram_min_bin (lhcsky at 163.com) * fixed bug #60335 (spmatrix test failure, J. Lamb) * fixed bug #36577 * clarified documentation on interpolation accelerators (V. Krishnan) * fixed bug #45521 (erroneous GSL_ERROR_NULL in ode-initval2, thanks to M. Sitte) * fixed doc bug #59758 * fixed bug #58202 (rstat median for n=5) * added support for native C complex number types in gsl_complex when using a C11 compiler * upgraded to autoconf 2.71, automake 1.16.3, libtool 2.4.6 * updated exponential fitting example for nonlinear least squares * added banded LU decomposition and solver (gsl_linalg_LU_band) * New functions added to the library: - gsl_matrix_norm1 - gsl_spmatrix_norm1 - gsl_matrix_complex_conjtrans_memcpy - gsl_linalg_QL: decomp, unpack - gsl_linalg_complex_QR_* (thanks to Christian Krueger) - gsl_vector_sum - gsl_matrix_scale_rows - gsl_matrix_scale_columns - gsl_multilarge_linear_matrix_ptr - gsl_multilarge_linear_rhs_ptr - gsl_spmatrix_dense_add (renamed from gsl_spmatrix_add_to_dense) - gsl_spmatrix_dense_sub - gsl_linalg_cholesky_band: solvem, svxm, scale, scale_apply - gsl_linalg_QR_UD: decomp, lssolve - gsl_linalg_QR_UU: decomp, lssolve, QTvec - gsl_linalg_QR_UZ: decomp - gsl_multifit_linear_lcurvature - gsl_spline2d_eval_extrap * bug fix in checking vector lengths in gsl_vector_memcpy (dieggsy@pm.me) * made gsl_sf_legendre_array_index() inline and documented - gsl_sf_legendre_nlm() [1] http://git.savannah.gnu.org/cgit/gsl.git/tree/NEWS PR: 256423 Exp-run by: antoine
* graphics/krita: Update to 4.4.5, latest upstreamAdriaan de Groot2021-06-103-8/+8
| | | | | Lots of changes documented in the release notes at https://krita.org/en/item/krita-4-4-5-released/
* graphics/poppler: update to 21.06.0Tobias C. Berner2021-06-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Release 21.06.0: core: * Fix rendering of some extended latin1 characters in annotations. Issue #1070 * Support some not so well formed documents with password. Issue #1083 * Add API to get notified if the xref is reconstructed * Add somewhat fancier left/right signature visual representation * Fix crashes in malformed files * Minor code improvements qt6: * Change some functions to return std::unique_ptr qt5/qt6: * Add API to get notified if the xref is reconstructed * Add somewhat fancier left/right signature visual representation * Don't assert when trying to invert singular matrices build system: * make boost opt-out if building splash - Add dependency on boost to enable the splash backend. PR: 256370 Exp-run by: antoine
* Bump portrevisions of openexr and Imath users.Matthias Andree2021-05-181-1/+1
|
* graphics/poppler: update to 21.05.0Tobias C. Berner2021-05-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Release 21.05.0: core: * Fix crashes in malformed files * Export SplashFont* symbols used by Scribus * Minor code improvements qt5/qt6: * Make sure new signatures are always properly oriented * Allow to pass the border width when signing glib: * Enhance find to support multi-line matching utils: * pdftoppm: Fix regression when using single scaleTo. Issue #1062 build system: * Allow to disable building manual tests PR: 255562 Exp-run by: antoine
* graphics/poppler: update to 21.04.0Tobias C. Berner2021-04-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Release 21.04.0: core: * Hide symbols by default * TextSelectionDumper: fix word order for RTL text * Fix rendering of text in some files. Issue #1052 * Implement rendering of Masks of Image subtype. Issue #1058 * Forms: fix unclicking standalone form buttons. Issue #1034 glib: * Expose more fields from MediaRendition in PopplerMedia * Use stock glib macro to define boxed type * Remove incorrecly used volatile from enum type registration code qt5: * Fix crash in files with malformed signatures * Fix memory leak when QImage constructor "fails" qt6: * Fix crash in files with malformed signatures * Fix memory leak when QImage constructor "fails" utils: * pdfsig: New paragraph for "-sign" in manpage * pdfimages: Do not assert in "too big images". Issue #1061 build system: * Require cmake >= 3.10 * Require Qt 5 >= 5.9 * Require glib >= 2.56 * Require gtk 3 >= 3.22 * Require gdk-pixbuf >= 2.36 PR: poppler-21.04.0 Exp-run by: antoine
* graphics/krita: make compatible with OpenEXR/Imath 3.0Matthias Andree2021-04-124-4/+53
| | | | | | While here, add HEIF as a hard requisite for consistency because it is automatically picked up by the build if present and becomes more commonplace these days.
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* graphics/poppler: update to 21.03.0Tobias C. Berner2021-03-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Release 21.03.0: core: * Fix parsing text in some broken pdf files. Issue #1040 * Fix memory issue when using threads. Issue #1050 * TextSelectionDumper: Fix getText() for space after word * Change signature of OutputDev:tilingPatternFill * Make PDFDocBuilder return a std::unique_ptr * Improve well formed check for shading functions * Fix leak in case of fread failing * Fix memory leak in broken file in JBIG2Stream::readGenericBitmap * PSOutputDev: Fix stack overflow in broken files glib: * poppler_annot_free_text_get_callout_line: Fix wrong static cast * poppler-structure-element: fix memleak * Improve documentation * demo: keep same visual appearance between displayed and copied text utils: * pdftotext: Add -cropbox option * pdftoppm: Add -progress option * pdftoppm: Fix rounding bug in computation of output bitmap size. Issue #927 qt6: * Add missing poppler-qt6.pc.cmake PR: 253953 Exp-run by: antoine Notes: svn path=/head/; revision=567866
* graphics/openexr, ilmbase: security update to v2.5.5Matthias Andree2021-02-131-1/+1
| | | | | | | | | | | | | | | | | | | | https://github.com/AcademySoftwareFoundation/openexr/releases/tag/v2.5.5 "Specific OSS-fuzz issues include: OSS-fuzz #30291 Timeout in openexr_exrcheck_fuzzer OSS-fuzz #29106 Heap-buffer-overflow in Imf_2_5::FastHufDecoder::decode OSS-fuzz #28971 Undefined-shift in Imf_2_5::cachePadding OSS-fuzz #29829 Integer-overflow in Imf_2_5::DwaCompressor::initializeBuffers OSS-fuzz #30121 Out-of-memory in openexr_exrcheck_fuzzer" Bump PORTREVISION of ports that directly depend on openexr and/or ilmbase. MFH: 2021Q1 Security: 98044aba-6d72-11eb-aed7-1b1b8a70cc8b Notes: svn path=/head/; revision=565123
* graphics/poppler: update to 21.02Tobias C. Berner2021-02-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Release 21.02.0: core: * GfxCal*ColorSpace: introduce Bradford transform for chromatic adaptation * Fix memory leak if saving the file fails * Internal code improvements * Fix various issues handling broken files * Make checkedAdd work for long long in MSVC qt5: * Properly export NewSignatureData class * Fix regression in QIODeviceOutStream + MSVC qt6: * Properly export NewSignatureData class * Fix regression in QIODeviceOutStream + MSVC utils: * pdftohtml: Fix error() parameter type PR: 253183 Exp-run by: antoine Notes: svn path=/head/; revision=564779
* graphics/poppler: update to 21.01.0Tobias C. Berner2021-01-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Release 21.01.0: core: * Faster routines for jpeg decoding * Fix reading signatures in encrypted files * Add white point correction when lcms is used * JBIG2Stream: Fix byte counting * Fix potential data loss if we try to fetch a non existing Ref after modifying the document * Specifically use DeviceGray instead of DefaultGray for softmasks * Fix various issues handling broken files utils: * pdftocairo: Setmode binary for windows * pdfsig: Add hability to digitally sign files * pdftoppm: add options to set DeviceGray/DeviceRGB/DeviceCMYK * pdftops: add options to set DeviceGray/DeviceRGB/DeviceCMYK * pdfimages: Account for rotation in PPI calculation qt5: * Add hability to digitally sign files qt6: * Add hability to digitally sign files build system: * Enable clang-tidy bugprone-signed-char-misuse PR: 252377 Exp-run by: antoine Notes: svn path=/head/; revision=560727
* graphics/openexr: really commit v2.5.4 update.Matthias Andree2021-01-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | Unfortunately, this was missed with the ilmbase update, and causes yet another PORTREVISION bump on all dependent ports. repeating ilmbase's commit log here: "Patch release with various bug/sanitizer/security fixes, primarily related to reading corrupted input files." <https://github.com/AcademySoftwareFoundation/openexr/releases/tag/v2.5.4> Cherry-pick upstream commit for GCC 11 compatibility: <https://github.com/AcademySoftwareFoundation/openexr/commit/a40a6151c4e746eb8f93c7c06992d0ec11289fdc> Since this changes the patchlevel of the solibs, bump PORTREVISION of dependent ports just to be sure. (graphics/py-openshadinglanguage is unaltered and .includes the revision bump from .../openshadinglanguage.) MFH: 2021Q1 (this requires discussion by ports-secteam@!) Reported by: VVD (IRC, #bsdports) Notes: svn path=/head/; revision=560022
* graphics/openexr: graphics/ilmbase: v2.5.4 updateMatthias Andree2021-01-031-1/+1
| | | | | | | | | | | | | | | | | | | "Patch release with various bug/sanitizer/security fixes, primarily related to reading corrupted input files." <https://github.com/AcademySoftwareFoundation/openexr/releases/tag/v2.5.4> Cherry-pick upstream commit for GCC 11 compatibility: <https://github.com/AcademySoftwareFoundation/openexr/commit/a40a6151c4e746eb8f93c7c06992d0ec11289fdc> Since this changes the patchlevel of the solibs, bump PORTREVISION of dependent ports just to be sure. (graphics/py-openshadinglanguage is unaltered and .includes the revision bump from .../openshadinglanguage.) MFH: 2021Q1 (this requires discussion by ports-secteam@!) Notes: svn path=/head/; revision=560002
* graphics/libraw: Update to 0.20.2Jason E. Hale2021-01-011-1/+1
| | | | | | | | | Bump PORTREVISION on consumers due to shared library bump. Changes: https://www.libraw.org/news/libraw-0-20-2-Release Notes: svn path=/head/; revision=559789
* - Upgrade math/eigen3 to 3.3.8;Thierry Thomas2020-12-121-1/+1
| | | | | | | | | | | | | - Add some dependencies which might be detected by Find_Package but not registered; - Bump PORTREVISION of consumers. PR: 250833 Submitted by: /me Approved by: tcberner@ (KDE / maintainer) + exp-run Notes: svn path=/head/; revision=557839
* graphics/poppler: update to 20.12.0Tobias C. Berner2020-12-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: core: * Draw better circles for circle annotations * Fix annotation line width if no appearance stream or style are given * Tweak rendering of highlight annotations * Fix border rendering of some annotations * Fix rendering of some files. Issue #976 Issue #567 * PSOutputDev: provide options to set the rasterization color space and ICC profile * PSOutputDev: for splashModeCMYK8 and language level >=2 activate overprint emulation * PSOutputDev: use the DeviceN8 bitmap for rasterization with CMYK-output + overprint * Use the font name without subset tag when querying for a system font * Splash: Fix wrong x adjustment during clipping * Splash: Fix blitImage in uncolored tiling patterns * timeToDateString: We forgot the ' after the minutes * Move psLevel to PSOutputDev creation * Fix several issues in broken files utils: * pdftops: provide options to set the rasterization color space and ICC profile * pdftops: for splashModeCMYK8 and language level >=2 activate overprint emulation cpp: * New fuzzers glib: * New fuzzers qt5: * New fuzzers build system: * gcc: Enable -fno-operator-names * Remove obsolete bool-to-binary macro * Remove obsolete version-check macro for pkgconfig * Remove .pc files for private back-ends * Remove redundant unit-test macro PR: 251537 Exp-run by: antoine Notes: svn path=/head/; revision=557760
* graphics/krita: Fix RUN_DEPENDS for GMIC optionTobias C. Berner2020-11-151-1/+1
| | | | | | | | | | - depend on the flavored port PR: 251031 Submitted by: Shane <FreeBSD@ShaneWare.Biz> Notes: svn path=/head/; revision=555192
* archivers/quazip: update to 1.1Tobias C. Berner2020-11-081-2/+2
| | | | | | | - fix / modify find calls and include directories in dependent ports Notes: svn path=/head/; revision=554642
* graphics/poppler: update to 20.11.0Tobias C. Berner2020-11-031-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Release 20.11.0: core: * More work on rendering of standalone Annot Widgets. Issue #806 * Fix crashes in embedded file handling on broken files. Issue #967 * Fix uninitialized memory read on broken files * Save a bit of memory in Dict data cpp: * Fix crashes in embedded file handling on broken files. Issue #966 utils: * pdftohtml: HTML and XML output includes font opacity. qt5: * Rename ArthurOutputDev to QPainterOutputDev build system: * Fix linker error when gtk is not in a default location * Add some checks for gtk-doc support * Reorganize GObject introspection config * Enable CMAKE_LINK_DEPENDS_NO_SHARED PR: 250786 Exp-run by: antoine Notes: svn path=/head/; revision=554017
* graphics/krita: update to 4.4.1Tobias C. Berner2020-10-302-4/+4
| | | | Notes: svn path=/head/; revision=553697
* graphics/krita: update to 4.4.0Tobias C. Berner2020-10-153-10/+18
| | | | Notes: svn path=/head/; revision=552419
* graphics/poppler: update to 20.10.0Tobias C. Berner2020-10-111-1/+1
| | | | | | | | | | | | | | | | | Release 20.10.0: core: * Filter out repeated forms * Implement EmbedStream::reset() * CairoOutputDev: evict just font faces owned solely by cache. * Splash: Rename Yd to Ydown, Xu to Xup, etc. * Splash: fix crash in out-of-memory situation. * Fix some undefined behaviour situation with forged files PR: 250052 Exp-run by: antoine Notes: svn path=/head/; revision=552050
* graphics/poppler: update to 20.09.0Tobias C. Berner2020-09-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Release 20.09.0: core: * Compability fix for Forms * Fix fetching of Objects failing in some cases * Fix clearing date in Annot setModified/setDate * TextSelectionPainter: support glyphless fonts * Splash: Don't try read past end of image * avoid abort() on large memory allocation * Fix memory leak on broken files * Fix potential invalid memory read * Small code improvements qt5: * Document TextAnnotation::inplaceAlign * Make Annotation::setModification/CreationDate work on existing annots * Be a bit more stubborn converting dates that come from xml * Clean as many null characters from the end as possible when converting strings glib: * Add accessor functions for PopplerAttachment * Deprecate PopplerAttachment GTime fields * Deprecate PopplerDocument date properties utils: * pdftoppm: report error and exit if output file cannot be written * Document that PDF-file can be '-' to read it from stdin build system: * cmake: Modern way to link against libpng, zlib and libtiff * cmake: Remove stray support for lcms1 in pdftocairo PR: 249060 Exp-run by: antoine Notes: svn path=/head/; revision=548218
* Bump revisions of poppler consumers after r544863Tobias C. Berner2020-08-141-1/+1
| | | | Notes: svn path=/head/; revision=544866
* graphics/ilmbase, graphics/openexr: PORTREVISION bump for usersMatthias Andree2020-08-131-1/+1
| | | | | | | | | | | ilmbase and openexr were updated to v2.5.3 and their shlibs changed from *.25.0.1 to *.25.0.2. This is a PORTREVISION bump to ports using ilmbase or openexr to chase that change and trigger rebuild. Notes: svn path=/head/; revision=544853
* openexr/ilmbase update w/ shlib rename => PORTREVISION bumps of dependent portsMatthias Andree2020-07-161-1/+1
| | | | | | | | | | | | OpenEXR and ILMBASE updates to 2.5.2 rename the full shlib version names from .0.0 to .0.1 => to be on the safe side, bump PORTREVISIONs. Approved by: portmgr (blanket) MFH: 2020Q3 (PORTREVISION bump after OpenEXR/ilmbase update) Security: 714e6c35-c75b-11ea-aa29-d74973d1f9f3 Notes: svn path=/head/; revision=542353
* graphics/poppler: update to 0.90Tobias C. Berner2020-07-061-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Release 0.90.0: core: * Color profile tweaks * Small signature improvements * BBoxOutputDev: Fix calculation when type3 fonts are involved * Fix potential crash when reading Forms * Fix infinite loop in broken file glib: * Fix adding annots in rotated pages * Add ability to reset forms * Several fixes to the documentation qt5: * Make it clear we require Qt 5.5 * demo: Fix crash on broken files * Small documentation improvements utils: * pdftoppm: Add option to set display profile * pdftops: Add a -rasterize option with values always, never, or whenneeded build system: * Require cmake 3.5 * More modern cmake way to link against curl PR: 247736 Exp-run by: antoine Notes: svn path=/head/; revision=541311
* graphics/krita: update to 4.3.0Tobias C. Berner2020-06-174-998/+182
| | | | Notes: svn path=/head/; revision=539493
* graphics/poppler: update to 0.89.0Tobias C. Berner2020-06-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Release 0.89.0: core: * Add support for ResetForm action. Issue #225 * Fix crash in PDFDoc::getSignatureFields when there's no Forms at all * Fix exporting to PS of some files with CID fonts * Use ICC profiles in PS output (if new enough lcms is used) * Allow almost-singular tiling pattern matrices. Issue #894 * Fix memory leak when failing to load some fonts * CairoOutputDev: Use stroke opacity when clipping to a stroke path * CairoOutputDev: Fix tiling patterns when pattern cell is too far. Issue #190 glib: * Add poppler_movie_get_aspect cpp: * Add the font infos to the text_box object Exp-run by: antoine PR: 246848 Notes: svn path=/head/; revision=537559
* graphics/krita: prepare for Qt5-5.15Tobias C. Berner2020-05-301-0/+880
| | | | | | | Obtained via gentoo. Notes: svn path=/head/; revision=537083
* graphics/ilmbase: graphics/openexr: update to upstream release 2.5.1Matthias Andree2020-05-121-1/+1
| | | | | | | | | | | | | | | | | | Upstream release notes: * A patch release that corrects the SO version for the v2.5 release, which missed getting bumped in v2.5.0. * This release also fixes an improper failure in IlmImfTest when running on ARMv7 and AAarch64. Bump PORTREVISION of all port directly requiring ilmbase or openexr that are not marked BROKEN (shlib/.so file version bump). Test build of all port directly depending on ilmbase or openexr succeeded in poudriere in a 12.1-RELEASE amd64 jail. Notes: svn path=/head/; revision=534996
* graphics/ilmbase: graphics/openexr: update to v2.5.0Matthias Andree2020-05-081-1/+1
| | | | | | | | | | | | | | | | ChangeLog: - https://github.com/AcademySoftwareFoundation/openexr/releases/tag/v2.5.0 * Bump PORTREVISION of all consumers except py-openimageio (BROKEN). * cad/PrusaSlicer: LIB_DEPENDS: remove version from libHalf.so BUILD_DEPENDS+=qt5-buildtools as package (needed on bare metal builds) USE_GL+=gl USES+=pkgconfig (needed to find libHalf) Notes: svn path=/head/; revision=534388
* graphics/poppler: update to 0.88.0Tobias C. Berner2020-05-021-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Release 0.88.0: core: * Support Widget Annotation Buttons not linked to any Form * SplashOuputDev: Use stroking opacity when clipping to a stroke path * Handle 1 bit RGB images in ICC colorspace * Internal code improvements qt5: * Add Document::signatures. Returns signatures not attached to any page * ArthurOutputDev: Fix font hinting * ArthurOutputDev: Set the opacity when filling with axial gradients * ArthurOutputDev: Implement the clipToStrokePath method * ArthurOutputDev: Use stroking opacity when clipping to a stroke path glib: * Add poppler_page_get_bounding_box * Add poppler_form_field_get_alternate_ui_name * Implement rotation for 'flagNoRotate' annots. Issue #767 cpp: * Add non_raw_non_physical layout for page::text() utils: * pdftohtml: Fix noRoundedCoordinates->noroundcoord in man page * pdfsig: Show also signatures that aren't attached to any page Notes: svn path=/head/; revision=533681
* graphics/krita: fix fetchTobias C. Berner2020-04-061-1/+1
| | | | Notes: svn path=/head/; revision=530914
* graphics/krita: update to 4.2.9Tobias C. Berner2020-04-032-5/+4
| | | | | | | | | | | Announcement: https://krita.org/en/item/krita-4-2-9-released/ PR: 245122 Submitted by: VVD <vvd@unislabs.com> Notes: svn path=/head/; revision=530520
* graphics/poppler: update to 0.87.0Tobias C. Berner2020-04-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Release 0.87.0: core: * Fix crashes due to inconsistent vtables for Clang builds * Fix leak in broken files * Internal code improvements qt5: * Add option to get form choice for export value * ArthurOutputDev: Avoid division by zero in updateLineDash. Issue #695 glib: * Internal code improvements utils: * pdftohtml: Fix memory leak in HtmlOutputDev::getLinkDest PR: 245150 Exp-run by: antoine Notes: svn path=/head/; revision=530258
* Update poppler to 0.86.1Tobias C. Berner2020-03-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Release 0.86.1: core: * Fix regression in Browse Link handling * Internal code improvements Release 0.86.0: core: * Fix link content exfiltration attack * Splash: Implement gouraudTriangleShadedFill for some non parametrized shadings. Issue #881 * Fix case unsensitive search for Old Hungarian, Warang Citi, Medefaidrin and Adlam * Internal code improvements glib: * Automatic handle of page's cropbox on annots. Issue #129 * Fix memory leak if poppler_document_new_from_file fails * Minor speed optimization on poppler_page_get_annot_mapping utils: * pdfdetach: add 'savefile' option * pdftoppm/pdftocairo: Fix more odd/even mismatch qt5: * Fix loading from iodevice PR: 244827 Exp-run by: antoine Notes: svn path=/head/; revision=528853
* Bump revision of poppler dependenciesTobias C. Berner2020-02-031-1/+1
| | | | | | | - poppler was updated in r525051, bump revisions Notes: svn path=/head/; revision=525052