summaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Collapse)AuthorFilesLines
2021-04-08Revbump for poppleradam7-12/+16
2021-04-07kde applications release: update to 20.12.3markd38-154/+129
10 months worth of updates.
2021-04-07Unbreak bulk builds.nia1-2/+2
A dependency became incompatible with Python 3.6.
2021-04-05*: bump PKGREVISION for fluidsynth ABI bumpwiz1-2/+2
2021-04-05krita: Update to 4.4.3ryoon2-7/+7
Changelog: Krita 4.4.3 Released Published 3/24/2021 Today, we're releasing Krita 4.4.3. This is strictly a bugfix release. We spend two beta's worth of testing trying to make this a really stable release, because from now on, we're focusing on Krita 5! This will also be the last Krita release for 32 bits Windows; further releases will be 64 bits only. This is the first release of Krita with a universal binary for macOS: the DMG contains both an ARM and a X64 build. Note that the main problem with Krita on macOS, OpenGL frame redraws interrupting the input queue is still a problem on both processor architectures. Bug Fixes Android * Crash when back button was pressed on splash screen * Crash when loading files while app is still booting * Use lastUpdateTime for copying assets * Provide host so pathPattern could be effective * Fix color selector covering entire screen (BUG:432459) * Saved configs aren't loaded after restart (BUG:432433) * Add key functions to psd_layer_effects_shadow_base (BUG:432904) * Fix reloading presets from user-imported bundles (BUG:432488) Crashes * Fix crash in halftone filter due to an access to an invalid pointer * Fix crash when reapplying a filter with reprompting * Fix crash when painting on a filter mask created from a vector selection ( BUG:432329) MacOS * MacOS: fix the finder plugins for showing a thumbnail or a quick look preview (BUG:432328) Scripting * Fix handling the channel flags. Patch by Chris Venter, thanks! (BUG:432226) Stability and Performance * Fix synchronization of zoom level between canvas and the scratchpad * Fix normalization in Smart Patch Tool (BUG:430953) * Fix performance issues in the foreground/background color button ( BUG:432936) * Fix saving incremental backups (BUG:432701) * Fix a problem where the scratchpad could be unresponsive (BUG:431708) * Fix Color as Alpha and Preserve Alpha in Custom and Clipboard brushes ( BUG:432274) * Fix the RGBA_brushes bundle so Krita doesn't try to recreate it on startup (BUG:431832) * Fix handling of style in KisAngleSelector when the spin box must be shown flat and use the new angle selector everywhere
2021-04-03graphics/ImageMagick: drop interactive from description, most use ↵thor2-3/+3
non-interactively
2021-04-03gimp: Update to 2.10.24ryoon3-9/+11
Changelog: Release highlights: Off-canvas point snapping GeoTIFF metadata support (georeferencing information embedded within a TIFF file used by map makers) Many improvements in the metadata viewer and editor Many file format supports improved: HEIF, PSP, TIFF, JPEG, PNG, PDF, DDS, BMP, PSD New "Negative Darkroom" operation to simulate enlargement prints from scans of photographic negatives. The RAW image import now handles darktable 3.6 and over New Kabyle translation
2021-04-03gegl: Update to 0.4.30ryoon4-67/+51
Changelog: GEGL-0.4.30 2021-03-27 ---------------------- Build: ~~~~~~ libjpeg and libpng are now required. Reduce babl requirement to 0.1.78, it is *highly* recommended to build with a newer babl though despite it being what wants to increase the meson version requirement. Improved gir build options, fixes for cross compilation. Large improvements of integration of tests with meson. XML tests are now outputting in TAP format. As well as many related cleanups of tests that have been in a state of slight bitrot since the migration to meson. Upload meson logs as artifcats, use release and debugoptimized build types. Pin glibc package in arch CI build to a version before it hard depends on linux 4.4. New Operations: ~~~~~~~~~~~~~~~ negative-darkroom: This operation is for artists who use hybrid workflow technique of analog photography. After scanning a developed negative, this operation is used to invert the scan to create a positive image by simulating the light behaviour of darkroom enlarger and common photographic papers. Operations: ~~~~~~~~~~~ jpg-load,png-load,tiff-load: show ICC relatd problems as warnings. rgbe-load : fix handling of exponent=0 in RLE encoded files. color-reduction : Added blue-noise modes, the patents are expired for some years already, also added fix to levels parameters; enabling bi-level. fattal02 : ensure gaussian pyramid has at least one level. paint-select (in workshop): multi-level banded graphcut, sub-region rather than full buffer rcomputations and other improvements. GEGL-0.4.28 2020-12-20 ---------------------- Core: ~~~~~ Infrastructure to opt out of listing ops with unmet runtime dependencies. Build: ~~~~~~ Set vapi metadata better under meson. Make graphviz' dot library is a run-time not build time dependency. Operations: ~~~~~~~~~~~ gegl:convert-space and gegl:cast-space operations fixed, and added to build. icc:load new operation that treats .icc files as images, permitting loading a space into the graph from file. Workshop: ~~~~~~~~~ New operation paint-select for an foreground select tool in development.
2021-04-03babl: Update to 0.1.86ryoon3-9/+9
Changelog: 2021-02-26 babl-0.1.86 input-class (scanner/RGB) ICC profiles are valid for creating RGB spaces. improved thread safety for babl_space_from_icc build: allow using babl a subproject in other meson projects. 2020-12-17 babl-0.1.84 Fixed bug in caching of CMYK ICC profiles.
2021-04-02xfig: update to 3.2.8.fcambus3-15/+8
Patchlevel 8 (Dez 2020) USER INTERFACE CHANGES: o Shift + Wheel Up pans left, Shift + Wheel Down pans right. Alt or Meta + Wheel Up pops up the edit panel, Alt or Meta + Wheel Down pops up the drawing panel. Previously, Shift + Wheel Up or Down popped up the edit or drawing panel, respectively, and panning sideways could only be achieved by moving the wheel sideways. NEW FEATURES: o To display gif image files, either giftopnm and ppmtopcx from the netpbm package, imagemagick, or graphicsmagick must be installed. o Obey the resolution given in embedded png, tiff and jpeg image files. o Embedded image files are displayed in full color, not reduced to a maximum of 256 colors. o Display embedded pdf files. BUGS FIXED: o Read version 1.3 fig files. o The default resolution of embedded raster images is changed from 80 dpi to 72 dpi. o Read compressed files, but do not silently uncompress them. o Get correct bounding box (/MediaBox) of embedded pdf files.
2021-04-02py-tifffile: updated to 2021.3.31adam4-11/+16
2021.3.31 Pass 4391 tests. Use JPEG restart markers as tile offsets in NDPI. Support version 1 and more codecs in fsspec ReferenceFileSystem (untested). 2021.3.17 Fix regression reading multi-file OME-TIFF with missing files. Fix fsspec ReferenceFileSystem with non-native byte order. 2021.3.16 TIFF is no longer a defended trademark. Add method to export fsspec ReferenceFileSystem from ZarrTiffStore
2021-04-02py-Pillow: updated to 8.2.0adam2-7/+7
8.2.0 (2021-04-01) - Added getxmp() method - Add ImageShow support for GraphicsMagick - Do not load transparent pixels from subsequent GIF frames - Use LZW encoding when saving GIF images - Set all transparent colors to be equal in quantize() - Allow PixelAccess to use Python __int__ when parsing x and y - Removed Image._MODEINFO - Add preserve_tone option to autocontrast - Fixed linear_gradient and radial_gradient I and F modes - Add support for reading TIFFs with PlanarConfiguration=2 - Deprecated categories - Do not premultiply alpha when resizing with Image.NEAREST resampling - Dynamically link FriBiDi instead of Raqm - Allow fewer PNG palette entries than the bit depth maximum when saving - Use duration from info dictionary when saving WebP - Stop flattening EXIF IFD into getexif() - Replaced tiff_deflate with tiff_adobe_deflate compression when saving TIFF images - Save ICC profile from TIFF encoderinfo - Moved RGB fix inside ImageQt class - Allow alpha_composite destination to be negative - Ensure file is closed if it is opened by ImageQt.ImageQt - Added ImageDraw rounded_rectangle method - Added IPythonViewer - Only draw each rectangle outline pixel once - Use mmap instead of built-in Win32 mapper - Handle PCX images with an odd stride - Only read different sizes for "Large Thumbnail" MPO frames - Added PyQt6 support - Changed Image.open formats parameter to be case-insensitive - Deprecate Tk/Tcl 8.4, to be removed in Pillow 10 (2023-01-02) - Added tk version to pilinfo - Support for ignoring tests when running valgrind - OSS-Fuzz support
2021-03-31libjpeg-turbo: Change symbol in undocumented patch to one that isn't undefinedgdt2-4/+8
With this change, libjpeg-turbo builds on earmv7hf-el. That seems like an improvement over not building, and no better ideas were received.
2021-03-30kf5: KDE Frameworks update to 5.80.0markd18-136/+2213
10 months of patches/updates.
2021-03-30jasper: updated to 2.0.28adam2-7/+7
2.0.28 * Fix potential null pointer dereference in the JP2/JPC decoder. * Fix ignoring of JAS_STREAM_FILEOBJ_NOCLOSE at stream close time. * Fix integral type sizing problem in JP2 codec.
2021-03-30adwaita-icon-theme: Update to 3.38.0cirnatdan3-69/+31
3.38.0 3.37.92 - inkscape 1.0 based rendering (issue 87) - build system fixes - fullcolor: removable media - remove legacy fullcolor weather icons 3.37.2 - symbolic: night light metaphor (issue 76) - symbolic: larger expanders (gtk#2656) - scripts -- rendrable with inkscape 1.0 (issue 57)
2021-03-23inkscape: Fix build with glib2-2.68.0ryoon2-1/+23
2021-03-23gegl: Fix build with glib2-2.68.0ryoon2-1/+18
2021-03-19Revbump all Go packages after go115 updatebsiegert6-12/+12
2021-03-19jasper: updated to 2.0.27adam2-7/+7
2.0.27 Check for an image containing no samples in the PGX decoder. Check for dimensions of zero in the JPC and JPEG decoders. Fix an arguably incorrect type for an integer literal in the PGX decoder. Check for an invalid component reference in the JP2 decoder. Check on integer size in JP2 decoder.
2021-03-17jpeg: improve DESCRwiz1-21/+10
2021-03-17ilmbase, openexr: update to 2.5.5wiz3-12/+12
## Version 2.5.5 (February 12, 2021) Patch release with various bug/sanitizer/security fixes, primarily related to reading corrupted input files, but also a fix for universal build support on macOS. Specific OSS-fuzz issues include: * OSS-fuzz [#30291](https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=30291) * OSS-fuzz [#29106](https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=29106) * OSS-fuzz [#28971](https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=28971) * OSS-fuzz [#29829](https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=29829) * OSS-fuzz [#30121](https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=30121) ### Merged Pull Requests * [#914](https://github.com/AcademySoftwareFoundation/openexr/pull/914) additional verification of DWA data sizes * [#910](https://github.com/AcademySoftwareFoundation/openexr/pull/910) update tileoffset sanitycheck to handle ripmaps * [#903](https://github.com/AcademySoftwareFoundation/openexr/pull/903) prevent overflows by using Int64 for all vars in DWA initialize * [#901](https://github.com/AcademySoftwareFoundation/openexr/pull/901) Use size_t for DWA buffersize calculation * [#897](https://github.com/AcademySoftwareFoundation/openexr/pull/897) prevent overflow in RgbaFile cachePadding * [#896](https://github.com/AcademySoftwareFoundation/openexr/pull/896) add buffer size validation to FastHuf decode * [#893](https://github.com/AcademySoftwareFoundation/openexr/pull/893) Include <limits> where required by newer compilers * [#889](https://github.com/AcademySoftwareFoundation/openexr/pull/889) Add explicit #include <limits> for numeric_limits * [#854](https://github.com/AcademySoftwareFoundation/openexr/pull/854) Fix Apple Universal 2 (arm64/x86_64) builds
2021-03-12graphics/kvantum: update to 0.19.0pin3-8/+10
-Allow dragging from some disabled widgets. -Added an option (to Kvantum Manager) for setting the toolbar icon size to the font height if possible. -Don't style vertical toolbars because, otherwise, they might look ugly. -Always check if the drag manager is deleted after it sends mouse events (to prevent any crash). -Increased the drag distance and delay when dragging is done from buttons. -Try to do less calculations to get widget sizes by not consulting QCommonStyle as far as possible. -Draw view-items independently of QCommonStyle to apply all size settings correctly. -Always reserve the vertical space for a single-line text in view-items. QCommonStyle is inconsistent in this regard and may create a tiny item editor when the text is empty. Qt doesn't give enough info to QStyle for knowing whether the editor is active. -Ignore a view-item's custom brush when it's selected (as QCommonStyle does). -Cleaned up the code of transient scrollbar animation (and fixed a rare case, where a transient scrollbar might not disappear after app startup — as in kcharselect). -Fixed a small problem in (Krita's) KisSliderSpinBox.
2021-03-11py-Pillow: Fix build when X11 is installedryoon1-1/+4
* Disable xcb option explicitly.
2021-03-10py-exifread: updated to 2.3.2adam3-9/+12
2.3.2 — 2020-10-29 * Fixes for HEIC files from Note10+ * Add missing EXIF OffsetTime tags 2.3.1 — 2020-08-07 * Fix bug introduced with v2.3.0 in HEIC processing. 2.3.0 — 2020-08-03 * Add notice on Python2 EOL * Modernize code and improve testing, split up some huge functions * Added support for webp file format * Add linting * Added missing IFD data type; correct spelling mistake * Add syntax highlight for README * Add Python 3.8 to CI * make HEIC exif extractor much more compatible * Add black level tag * Use list instead of tuple for classifiers 2.2.1 — 2020-07-31 * Very minor corrections. 2.2.0 — 2019-07-24 * Add support for Python 3.5, 3.6, 3.7 * Drop official support for Python 2.6, 3.2, 3.3 * Fix for string count equals 0 * Rebasing of struct pull requests * Refactor to use Python's struct module for packing/unpacking by Dave Jones (waveform80) * Support floating point fields" by Reed Nightingale (reedbn) * Raw images support by changing Tiff detection by xaumex * Fix GPS information erroneously None * Initial HEIC support (Sam Rushing)
2021-03-10Use py-Pillow6adam1-2/+2
2021-03-10Use Pillow as versioned dependencyadam5-13/+16
2021-03-10py-Pillow: updated to 8.1.2adam3-33/+14
8.1.2 (2021-03-06) ------------------ - Fix Memory DOS in BLP (CVE-2021-27921), ICNS (CVE-2021-27922) and ICO (CVE-2021-27923) Image Plugins 8.1.1 (2021-03-01) ------------------ - Use more specific regex chars to prevent ReDoS. CVE-2021-25292 - Fix OOB Read in TiffDecode.c, and check the tile validity before reading. CVE-2021-25291 - Fix negative size read in TiffDecode.c. CVE-2021-25290 - Fix OOB read in SgiRleDecode.c. CVE-2021-25293 - Incorrect error code checking in TiffDecode.c. CVE-2021-25289 - PyModule_AddObject fix for Python 3.10 8.1.0 (2021-01-02) ------------------ - Fix TIFF OOB Write error. CVE-2020-35654 - Fix for Read Overflow in PCX Decoding. CVE-2020-35653 - Fix for SGI Decode buffer overrun. CVE-2020-35655 - Fix OOB Read when saving GIF of xsize=1 - Makefile updates - Add support for PySide6 - Use disposal settings from previous frame in APNG - Added exception explaining that _repr_png_ saves to PNG - Use previous disposal method in GIF load_end - Allow putpalette to accept 1024 integers to include alpha values - Fix OOB Read when writing TIFF with custom Metadata - Added append_images support for ICO - Block TIFFTAG_SUBIFD - Fixed dereferencing potential null pointers - Deprecate FreeType 2.7 - Moved warning to end of execution - Removed unused fromstring and tostring C methods - init() if one of the formats is unrecognised - Moved string_dimension CVE image to pillow-depends - Support raw rgba8888 for DDS 8.0.1 (2020-10-22) ------------------ - Update FreeType used in binary wheels to 2.10.4 to fix CVE-2020-15999. - Moved string_dimension image to pillow-depends 8.0.0 (2020-10-15) ------------------ - Drop support for EOL Python 3.5 - Drop support for PyPy3 < 7.2.0 - Remove ImageCms.CmsProfile attributes deprecated since 3.2.0 - Remove long-deprecated Image.py functions - Add support for 16-bit precision JPEG quantization values - Added reading of IFD tag type - Initialize offset memory for PyImagingPhotoPut - Fix TiffDecode comparison warnings - Docs: Add dark mode - Added macOS SDK install path to library and include directories - Imaging.h: prevent confusion with system - Avoid using pkg_resources in PIL.features.pilinfo - Add getlength and getbbox functions for TrueType fonts - Allow tuples with one item to give single color value in getink - Add support for CBDT and COLR fonts - Removed OSError in favour of DecompressionBombError for BMP - Implemented another ellipse drawing algorithm - Removed unused JpegImagePlugin._fixup_dict function - Added reading and writing of private PNG chunks - Implement anchor for TrueType fonts - Fixed bug in Exif __delitem__ - Fix crash in ImageTk.PhotoImage on MinGW 64-bit - Moved CVE images to pillow-depends - Refactor font_getsize and font_render - Fixed loading profile with non-ASCII path on Windows - Fixed effect_spread bug for zero distance - Added formats parameter to Image.open - Added regular_polygon draw method - Raise proper TypeError in putpixel - Added writing of subIFDs - Fix IFDRational __eq__ bug - Fixed duplicate variable name - Added homebrew zlib include directory - Corrected inverted PDF CMYK colors - Do not try to close file pointer if file pointer is empty - ImageOps.autocontrast: add mask parameter - Read EXIF data tEXt chunk into info as bytes instead of string - Replaced distutils with setuptools - Add MIME type to PsdImagePlugin - Allow ImageOps.autocontrast to specify low and high cutoffs separately 7.2.0 (2020-07-01) ------------------ - Do not convert I;16 images when showing PNGs - Fixed ICNS file pointer saving - Fixed loading non-RGBA mode APNGs with dispose background - Deprecated _showxv - Deprecate Image.show(command="...") - Updated JPEG magic number - Change STRIPBYTECOUNTS to LONG if necessary when saving - Write JFIF header when saving JPEG - Replaced tiff_jpeg with jpeg compression when saving TIFF images - Writing TIFF tags: improved BYTE, added UNDEFINED - Consider transparency when pasting text on an RGBA image - Added method argument to single frame WebP saving - Use ImageFileDirectory_v2 in Image.Exif - Corrected reading EXIF metadata without prefix - Fixed drawing a jointed line with a sequence of numeric values - Added support for 1-D NumPy arrays - Parse orientation from XMP tags - Speed up text layout by not rendering glyphs - Fixed ZeroDivisionError in Image.thumbnail - Replaced TiffImagePlugin DEBUG with logging - Fix repeatedly loading .gbr - JPEG: Truncate icclist instead of setting to None - Fixes default offset for Exif - Fixed bug when unpickling TIFF images - Fix pickling WebP - Replace IOError and WindowsError aliases with OSError 7.1.2 (2020-04-25) ------------------ - Raise an EOFError when seeking too far in PNG 7.1.1 (2020-04-02) ------------------ - Fix regression seeking and telling PNGs 7.1.0 (2020-04-01) ------------------ - Fix multiple OOB reads in FLI decoding - Fix buffer overflow in SGI-RLE decoding - Fix bounds overflow in JPEG 2000 decoding - Fix bounds overflow in PCX decoding - Fix 2 buffer overflows in TIFF decoding - Add APNG support - ImageGrab.grab() for Linux with XCB - Added three new channel operations - Prevent masking of Image reduce method in Jpeg2KImagePlugin - Added reading of earlier ImageMagick PNG EXIF data - Fixed endian handling for I;16 getextrema - Release buffer if function returns prematurely - Add JPEG comment to info dictionary - Fix size calculation of Image.thumbnail() - Fixed stroke on FreeType < 2.9 - If present, only use alpha channel for bounding box - Warn if an unknown feature is passed to features.check() - Fix Name field length when saving IM images - Allow saving of zero quality JPEG images - Allow explicit zero width to hide outline - Change ContainerIO return type to match file object mode - Only draw each polygon pixel once - Add support for shooting situation Exif IFD tags - Handle multiple and malformed JPEG APP13 markers - Depends: Update libwebp to 1.1.0 7.0.0 (2020-01-02) ------------------ - Drop support for EOL Python 2.7 - Fix rounding error on RGB to L conversion - Exif writing fixes: Rational boundaries and signed/unsigned types - Allow loading of WMF images at a given DPI - Added reduce operation - Raise ValueError for io.StringIO in Image.open - Fix thumbnail geometry when DCT scaling is used - Use default DPI when exif provides invalid x_resolution - Change default resize resampling filter from NEAREST to BICUBIC - Fixed black lines on upscaled images with the BOX filter - Better thumbnail aspect ratio preservation - Add La mode packing and unpacking - Include tests in coverage reports - Handle broken Photoshop data - Raise a specific exception if no data is found for an MPO frame - Fix Unicode support for PyPy - Added UnidentifiedImageError - Remove deprecated __version__ from plugins - Fixed freeing unallocated pointer when resizing with height too large - Copy info in Image.transform - Corrected DdsImagePlugin setting info gamma - Depends: Update libtiff to 4.1.0 - Improve handling of file resources - Removed CI testing of Fedora 29 - Added pypy3 to tox envlist - Drop support for EOL PyQt4 and PySide - Removed deprecated setting of TIFF image sizes - Removed deprecated PILLOW_VERSION - Changed default frombuffer raw decoder args
2021-03-10py-Pillow6: added version 6.2.2adam6-1/+368
Last version to support Python 2.7.
2021-03-08py-tifffile: updated to 2021.3.5adam2-8/+8
2021.3.5 Pass 4390 tests. Preliminary support for EER format. Do not warn about unknown compression
2021-03-08Recursive revbump associated with update of lang/ocamljaapb3-6/+6
2021-03-08py-dot: updated to 1.4.2adam2-7/+7
1.4.2 Added: - Documentation: Basic usage examples in `README.md`. Changed: - More detailed error message in case of Graphviz errors. - More detailed warning message in case of failure to import the DOT parser module. Deprecated: - A future pydot 2.0.0 will drop support for Python 2, 3.4 and possibly other Python versions that are end-of-life at that time. Pydot does not emit any deprecation warnings about this. Further pydot 1.x.x releases are currently not foreseen, but if there are any, should still support the mentioned Python versions. Fixed: - On Python 2, non-equality comparison (`!=`) between two separate, but equal `Edge` instances will now correctly return `False`, as it already did on Python 3. - Prevent `TypeError` in handling of DOT parser error. - Prevent `TypeError` in `graph_from_adjacency_matrix()` and `graph_from_incidence_matrix()`. - Prevent `TypeError` when creating an edge with a `Subgraph` or `Cluster` object (as opposed to name string) as an edge point. - Windows only: Fixed most failures to find Graphviz when a conda or Anaconda installation exists, but Graphviz was installed manually or through pip (`.bat`/`.exe` suffix problem). - Windows only: Fixed failure to run Graphviz related to side-by-side assembly (SxS) by now propagating the `SYSTEMROOT` environment variable.
2021-03-07graphics/ruby-cairo: update to 1.17.5taca2-8/+8
1.17.5 (2021-02-04) No release information but it looks like a few problem fixes. 1.17.4 (2021-01-17) Improvements ------------ * Added support for Red Colors.
2021-03-07graphics/ruby-RMagick: update to 4.2.2taca2-7/+7
RMagick 4.2.2 (2021-02-24) Bug Fixes: * Remove deprecation warning about block syntax (#1272) You are still recommended to use the block parameter instead of self. but we're silencing the deprecation warning until we can get RMagick's code up to that standard.
2021-03-07gd: updated to 2.3.2adam2-8/+8
2.3.2: Fixed gif: allow decodin when both Global and Local Colormaps Added avif: Support for AVIF images via libavif heif: Support for HEIF/AVIF images via libheif webp: Drop ../deps/ search when building with cmake Windows: Remove unused snprintf fallback
2021-03-07libimagequant: updated to 2.14.1adam2-7/+7
version 2.14 - improved Rust API - quality improvements for remapping overlays over a background
2021-03-06krita: Update to 4.4.2. Builds with latest boost.nia3-12/+15
Release notes: https://krita.org/en/item/krita-4-4-2-released/
2021-03-06cal3d-examples: remove patches that are not in distinfowiz13-196/+0
2021-03-06cal3d: remove patches that are not in distinfowiz2-33/+0
2021-03-06zbar: Make xmlto dependency explicitnia1-1/+4
Makes man pages get generated predictably. Should help bulk builds.
2021-03-05jasper: updated to 2.0.26adam2-7/+7
2.0.26 * Fix JP2 decoder bug that can cause a null pointer dereference for some invalid CDEF boxes.
2021-03-05py-wand: updated to 0.6.6adam2-7/+7
Version 0.6.6 ------------- - Added :meth:`Image.get_image_distortion() <wand.image.BaseImage.get_image_distortion>` method. - Fixed `QuantumType` allocation for 32-bit architectures using HDRI. - Fixed `MagickSizeType` allocation for :meth:`ResourceLimits.set_resource_limit() <wand.resource.ResourceLimits.set_resource_limit>` and segfault with ``armv7l`` architecture. - Fixed :class:`~wand.color.Color` deallocation error on 32-bit architectures. - Deprecated :meth:`wand.color.scale_quantum_to_int8()` - [TEST] Deprecated PDF format from test assets. - [TEST] Deprecated :class:`~wand.drawing.Drawing` test `fx_wand` fixture to improve parallel CI testing. - [TEST] Marked all ImageMagick-7 features skipped when running test suite with ImageMagick-6.
2021-03-05py-tifffile: update to 2021.3.4gutteridge2-8/+8
2021.3.4 Pass 4389 tests. Fix reading multi-file, multi-series OME-TIFF (#67). Detect ScanImage 2021 files (#46). Shape new version ScanImage series according to metadata (breaking). Remove Description key from TiffFile.scanimage_metadata dict (breaking). Return ScanImage version from read_scanimage_metadata (breaking). Fix docstrings.
2021-03-04py-tifffile: updated to 2021.2.26adam2-8/+10
2021.2.26 Pass 4388 tests. Squeeze axes of LSM series by default (breaking). Add option to preserve single dimensions when reading from series (WIP). Do not allow appending to OME-TIFF files. Fix reading STK files without name attribute in metadata. Make TIFF constants multi-thread safe and pickleable. Add detection of NDTiffStorage MajorVersion to read_micromanager_metadata. Support ScanImage v4 files in read_scanimage_metadata (not tested).
2021-03-04zbar: Update to 0.23.90leot4-26/+31
Changes: 0.23.90 ------- * Started using github actions for CI and binary releases * Fixed several issues with configure.ac, making it auto-detect most things, when possible * README.md now shows the absolute minimum requirement for building ZBar on Ubuntu * Fixed some build issues * Make it compatible with Python 3.9 * Fixed some Python 3.9 and Qt5 warnings * Typo fixes * Several fixes at zbarcam * zbarimg: fix stderr output when symbols are found
2021-03-03ivtools: Needs ps2pdfnia1-1/+4
2021-03-02osg: fix buidling on Darwin; fix finding Lua52adam5-12/+29
2021-03-01ivtools: update to 2.0.4a1nia49-1227/+136
Changes: builds again; August 22nd 2020 ivtools-2.0.3 * add Golang style "%v" format descriptor to comterp print func. July 5th 2020 ivtools-2.0.2 * Change priority of "$$" (stream) operator to line up with other stream operators (i.e. ".." and "**"). June 30th 2020 ivtools-2.0.1 * Fix nested user defined funcs in comterp (the func() command). * Change isalpha(), isdigit(), and isspace() funcs to return 0 or 1 (instead of the bitmask which is returned for C). * Add comterp_run utility script for hands-free launching of comterp scripts. Write scripts with this header: #! /usr/bin/env comterp_run * Add csvfilt comterp script as an example of using comterp_run. After installing both try "csvfilt --help". June 21st 2020 ivtools-2.0.0 Non-backward compatible changes from ivtools-1.2.11: * Swap "$$" and "$" operators in comterp. The "$$" operator is now stream() (which matches the other double-character stream operators - "..", "**", and ",,") and "$" is now list(). * Reverse the priority of ".." (iterate()) and "**" (repeat()), giving ".." precedence over "**". The reason is because ".." is more complex than "**", like multiplication is more complex than addition. * Remove symmax() and symcnt() commands because they were redundant with symid() which accepts :max and :cnt keywords. Other changes; * remove patches directory, sourceforge102203.xml, aclocal.m4, README.cygwin, README.ivmkcm, and comtop.tgz * migrated all CHANGES-* files to a CHANGES directory
2021-02-27py-tifffile: not for python2.7markd1-1/+3
2021-02-26digikam: explicitly don't look for KF5AkonadiContactmarkd1-1/+3