summaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Collapse)AuthorFilesLines
2018-07-31colord: Fix PLIST.jperkin1-1/+3
2018-07-28Remove MASTER_SITES= from individual R package Makefiles.brook8-16/+8
Each R package should include ../../math/R/Makefile.extension, which also defines MASTER_SITES. Consequently, it is redundant for the individual packages to do the same. Package-specific definitions also prevent redefining MASTER_SITES in a single common place.
2018-07-28libsixel: update to 1.8.2.tsutsui2-7/+7
Upstream changes: (from https://github.com/saitoha/libsixel/releases/tag/v1.8.2 ) v1.8.2 This release provides some security updates. * core: Fix memory leak problems(#67, CVE-2018-14072, CVE-2018-14073), thanks to @fCorleone. f94bc6f 84ed0bc * core: Fix some heap buffer-overflow problems(#68, #69, #70, #71), thanks to @fgeek. 6a19d99 0d70e04 438188c ba21bb9 * man: Fix a typo (#66), thanks to @tsutsui. cf47281
2018-07-20graphics/erlang-eimp: Update to 1.0.6.fhajny2-8/+8
- Updating p1_utils to version 1.0.12.
2018-07-20Recursive revbump from textproc/icu-62.1ryoon25-41/+50
2018-07-19Recursive revbump associated with the update of lang/ocaml to 4.07.jaapb4-8/+8
2018-07-19graphics/Makefile: Add go-smartcropminskim1-1/+2
2018-07-19graphics/go-smartcrop: Import version 0.2.0.20180227minskim5-0/+60
smartcrop finds good image crops for arbitrary sizes. It is a pure Go implementation, based on Jonas Wagner's smartcrop.js.
2018-07-18Try open Cairo via dlopen first, so that rpath is honoured. While itjoerg3-4/+35
doesn't currently work on OSX, the original code remains as fallback. Bump revision.
2018-07-18Needs libXt and pkg-config to build.joerg1-1/+4
2018-07-18Mark packages that require C++03 (or the GNU variants) if they fail withjoerg14-28/+28
C++14 default language.
2018-07-17Fix packaging on native X11 environmentryoon1-1/+3
2018-07-17Add grafx2ryoon1-1/+2
2018-07-17graphics/grafx2: import grafx2-2.5.1960ryoon7-0/+188
GrafX2 is a drawing program dedicated to pixelart and low-color graphics. This program is dedicated to everybody who knows what a single pixel is. Its layout is not very different from the famous Deluxe Paint or Brilliance, so it will be quite easy to handle it if you know at least one of these programs. If you aren't used to the art of drawing with up to 256 colors, it will be a little more difficult for you, but you should give it a try (or more, because most of the power of this program won't show up on the first try). Then, you might eventually like to draw the oldskool way !
2018-07-17py-graphviz: added version 0.8.4adam4-95/+54
2018-07-17renamed py-graphviz to py-pygraphvizadam5-1/+107
2018-07-17Update to 1.2.1ryoon7-304/+376
Changelog: Version 1.2.1: * Fix failure to start under GLib 2.48. * Fix failure to start when config and user data dirs are missing. * GNOME: Update mypaint.appdata.xml. * Fix failure to start when no translations are present. * Fix pure-black being duplicated in the colour history. * Fix glitch stroke when Inking is exited & the default tool entered. * OSX: fix exception if AppKit isn't installed. * Fix mispositioned windows in multi-monitor setups. * Windows: fix inability to paste more than the 1st copied image. * Fix exception when pasting into a layer group. * Fix incorrect numeric range check on x-axis tilts. * Fix layers blinking when selected in layer-solo mode. * Fix palette drag issues with GTK 3.19.8+. * Fix exception in the colours tab of the background chooser dialog. * Fix UI glitch: mark cloned layer as selected after duplicate. * Fix a potential exception with the brush and colur history features. * About box: report versions better un Windows. * Make sure layer clones get selected immediately. * Fix hypersensitive tab drags. * Fix allelerator mapping sort order. * Fix exceptions when loading a corrupt thumbnail during thumb updates. * Fix GTK removing the main canvas widget. * BrushManager: use UUIDs for device brush names, backwards-compatibly. * Fix repeated pixbuflist redraws. * Windows: drop support for floating windows till upstream support's OK. * Wayland: remove references to cursors that don't exist. Version 1.2.0: * New intuitive Inking tool for smooth strokes. * New Flood Fill tool. * Automated backups of your working docs, with recovery on startup. * Improved symmetry-setting and frame-setting modes. * New workspace UI: two sidebars, with dockable tabbed panels. * Smoother scrolling and panning. * New brush pack. * New brush and color history panel. * New layer trimming command in frame options. * Added layer groups. * New layer modes: several masking modes added. * Add display filters: greyscale, simulate dichromacy for trichromats. * New color wheel options: Red/Yellow/Blue, Red-Green/Blue-Yellow. * Uses dark theme variant by default. * Clearer icons, prettier freehand cursors. * Device prefs allow glitchy devices to be restricted. * Eraser mode no longer changes the size of the brush. * New vector layers, editable in an external app (Inkscape recommended). * New fallback layer types: non-PNG image, data. * More kinds of images now work as backgrounds. * Improved Windows support * Ported to GTK3. * Accelerator map editor has moved to preferences. * Many other bugfixes, translations, and code quality improvements.
2018-07-16Update to 2.10.4ryoon3-9/+14
Changelog: Overview of Changes from GIMP 2.10.2 to GIMP 2.10.4 =================================================== Core: - Remove gimp_display_shell_draw_background() and all clipping hacks for drawing the canvas background. This optimizes away one entire step of drawing of image size, for each expose. - Font loading does not block startup anymore. Only consequence is that the Text tool may not be usable immediately if fonts are not fully loaded yet (and will output an appropriate error if you do so). All non-text related activities can be performed right away. - Change of the URL from bugzilla to gitlab where appropriate. - New tool option manager to better keep track of user context and paint options in a consistent manner. User Interface: - The Dashboard dockable dialog now has a 'Memory' group that shows memory-usage information: the currently used memory size, the available physical memory size, and the total physical memory size. It can also show the tile-cache size, for comparison against the other memory stats. Note that the upper-bound of the meter is the physical memory size, so the memory usage may be over 100% when GIMP uses the swap. - The Dashboard dockable dialog now has "read" and "written" fields in the dashboard swap group, which report the total amount of data read-from/written-to the tile swap, respetively. Additionally, the swap busy indicator (used as the meter's LED) has been improved, so that it's active whenever data has been read-from/written-to the swap during the last sampling interval, rather than at the point of sampling. - Fonts can now be tagged. The user interface is the same as for brushes, patterns etc. - Some icons fixed: larger spacing between broken chains and gimp-tool-ellipse-select made symmetrical. Usability: - When a plug-in cannot be applied to an image because of mismatch in image types (e.g. layer has no alpha or image is greyscale), GIMP now displays a message listing supported image types for this plug-in. Tools: - The Measurement tool now has an "Auto straighten" option allowing to rotate the active drawable (layer, channel…) so that the measurement line is used as horizon. As other transform tools, the feature will work on linked drawables as well. - The Smudge tool now paints correctly on images with a color profile other than the GIMP's built-in one. Build: - Installer: set compatibility options to run Python plugins in HiDPI-aware mode. - Put back compatibility DLLs for really old plugins. - Install binary tool `gimp-test-clipboard` on the system to allow people to help us debug clipboard bugs. - --enable-bundled-mypaint-brushes renamed --enable-relocatable-bundle and also make WMF fonts looked up on the runtime prefix of GIMP (instead of the build-time path) when this build option was set. Plug-ins: - gimptool-2.0 binary now accepts source files with non-standard extensions if it can try to guess appropriate language from the compiler being used. It will also properly quote arguments for shell usage. - Run explicitly Python 2 as Python plug-in interpreter to prevent breakage on systems where Python 3 is the default. - raw_input()'s argument in Python console is now optional, and input() support has been added. File Formats: - The PSD loader now provides an option to load "merged", pre-composited version of the images that becomes available when a PSD file was saved with "Maximize Compatibility" option enabled in Photoshop. This is useful when loading PSD files that use features that GIMP doesn't currently support, and therefore can't render correctly, such as adjustment layers. When loading the merged image version, we avoid loading certain additional data from the file, such as channels, paths, and guides, while still loading metadata. This option is currently exposed as an additional file type ("Photoshop image (merged)"), which has to be explicitly selected from the file-type list when opening the image. - Embedding GIMP's built-in sRGB color profile to exported files is now optional. The default choice can be set in the Preferences dialog. Translations: - Updated translations: Catalan, Czech, Danish, Dutch, Finnish, Greek, Hungarian, Italian, Latvian, Polish, Romanian, Russian, Spanish, Swedish, Ukrainian.
2018-07-16Update to 0.4.4ryoon3-9/+12
* Fix gcut conflict, PR pkg/53236 Changelog: GEGL-0.4.4 2018-06-02 Core Point filters with need for format conversion of input are now parallel. Added swap-reading, swap-writing, swap-read-total and swap-write-total properties to GeglStats. Buffer Trim tile-cache when shrinking. Add reading locks to tiles further improving concurrent access tolerance of GeglBuffer. Operations threshold: operating format changed from linear to perceptual unsharp-mask: add rename standard-deviation and scale properties to Radius and Amount, add Threshold property. recursive-transform now supports applying multiple transformations simultanously. Fix integer overflow due to logic error in pixelize. new operation: gegl:abs which negates negative values. new operation in workshop: selective-hye-saturation. Contributors Alan Mortensen, Alexandre Prokoudine, Daniel Korostil, Debarshi Ray, Dimitris Spingos (Δημήτρης Σπίγγος), Ell, Marco Ciampa, Michael Schumacher, Miroslav Talasek, orbea, Øyvind Kolås, Øyvind "pippin" Kolås, Piotr Drąg, Rūdolfs Mazurs, and Tobias.
2018-07-16Update to 0.1.52ryoon2-7/+7
Changelog: 2018-06-02 babl-0.1.52 Concurrency fixes and fixes to handling of 0/1 entry palettes, do not pre-equalize XYZ conversion matrices for sRGB, internal clean-ups, pre-define ACES2065-1 and ACEScg BablSpaces, add R~G~B~ set of spaces, which for all BablSpaces mean use sRGB TRC.
2018-07-12krita: update to 4.1.0, take maintainership.maya3-64/+63
This release includes the following major new features: A new reference images tool that replaces the old reference images docker. You can now save and load sessions: the set of images and views on images you were working on You can create multi-monitor workspace layouts An improved workflow for working with animation frames An improved animation timeline display Krita can now handle larger animation by buffering rendered frames to disk The color picker now has a mixing option Improved vanishing point assistant — and assistants can be painted with custom colors Krita’s scripting module can now be built with Python 2 The first part of Ivan Yossi’s Google Summer of Code work on improving the performance of brush masks through vectorization is included as well! Full release notes: https://krita.org/en/krita-4-1-release-notes/
2018-07-11py-matplotlib: fix PR 53425gson5-5/+37
Don't call fflush() on a read-only file pointer; it is an error on BSD systems and causes the import of matplotlib.pyplot to fail.
2018-07-07gnuplot: updated to 5.2.4adam4-26/+9
Changes in 5.2.4 * NEW "call" parameters ARG1, ARG2, ... are also present as ARGV[1]...ARGV[ARGC] * CHANGE generalize the test for missing data flag in input data * CHANGE "set []range writeback" is now essentially always in effect * CHANGE consistent placement of timestamp at true bottom of page * FIX spurious evaluation of logscale coordinates as UNDEFINED * FIX column header title assignments for histogram with errorbars * FIX re-implement "refresh" command to use autoscale writeback/restore * FIX font-handling bug; line-spacing of previous font still in effect * FIX post, svg, dumb terminals: early fontsize initialization Changes in 5.2.3 * NEW "set grid {no}vertical" adds grid lines in the xz and xz planes * NEW "set cntrparam {firstlinetype N} {{un}sorted}" * CHANGE drop non-working support for YIQ color space * CHANGE expand \n characters when printing into a datablock * CHANGE allow contour plots to opt out of hidden3d processing * CHANGE special-case code to speed up handling of logscale axes * CHANGE do not write GPFUN_* variables to "save" output file * CHANGE default to density 100 for "set fs solid", 50 for "set fs transparent" * FIX potential buffer overflow in gprintf formats containing %% * FIX immediate response to ctrl-Z when libreadline is used for input * FIX warning messages inside a bracketed clause could trigger early exit * FIX tweak logscale tic range limits and minor tic generation intervals * FIX stats FOO using 'namedcolumn' name columnhead * FIX clipping of INRANGE->UNDEFINED line segments * FIX use of logscale y axis in "set view map" or "set pm3d map" modes * FIX placement of colorbox in "set view map" mode * FIX autoscaled axis range of logscale axes in "set view map" mode * FIX polar mode "with yerrorbars" error bars are radial, not vertical * FIX clipping of circles whose center is offscreen to the left or bottom * FIX snap to x=zero for function plot sampling does not apply to logscale x * FIX canvas terminal: apply both color and alpha channel to points and lines * FIX svg terminal: apply current color to dots * FIX qt terminal: include "notitle" plots in accounting for toggle operations * FIX svg terminal: point plot empty title produced spurious mousing directive * FIX tikz terminal: failed to recognize dashtype 1 Changes in 5.2.2 * NEW set table separator {tab|comma|"char"} allows creation of csv files * NEW hotkey for changing azimuth in 3D plots with mousing * NEW splot ... with lines title at {beg|end} * NEW Rework gstrptime() to handle relative time formats tH tM tS * NEW command "set rgbmax <value>" controls interpretation of input RGB values * FIX allow mixed use of in-key plot titles and manually placed titles * FIX prevent runaway iterations of the form plot for [i=start:*] ... * FIX handle in-line range limits for linked or nonlinear axes * FIX restore pre-5.2 interpretation of logscaled tic increment as a multiplier * FIX logscale tic placement is closer to that of versions before 5.2.0 * FIX recheck inrange/outrange points after spline or bezier smoothing * FIX autoscaling of plots with linked axes where data is plotted on x2 or y2 * FIX sampling on x2 if linked to x1; e.g. plot sample [t=1:5:1] '+' axes x2y1 * FIX empty range on logscale y axis is handled by auto-extending the range * FIX autoscaling xrange of stacked histograms
2018-07-06Recursive revbump from audio/pulseaudioryoon2-4/+4
2018-07-04*: Move SUBST_STAGE from post-patch to pre-configurejperkin10-21/+21
Performing substitutions during post-patch breaks tools such as mkpatches, making it very difficult to regenerate correct patches after making changes, and often leading to substituted string replacements being committed.
2018-07-03py-Pillow: updated to 5.2.0adam5-34/+18
5.2.0: Fixed saving a multiframe image as a single frame PDF If a Qt version is already imported, attempt to use it first Fix transform fill color for alpha images TGA: Add support for writing RLE data TGA: Read and write LA data QuantOctree.c: Remove erroneous attempt to average over an empty range Changed ICNS format tests to pass on OS X 10.11 Fixed bug in ImageDraw.multiline_textsize() Added getsize_multiline support for PIL.ImageFont Added ImageFile get_format_mimetype method Changed mmap file pointer to use context manager Changed ellipse point calculations to be more evenly distributed Only extract first Exif segment Tests: Test ImageDraw2, WalImageFile Remove unnecessary '#if 0' code Tests: Added GD tests Fix collections ABCs DeprecationWarning in Python 3.7 unpack_from is faster than unpack of slice Docs: Add coordinate system links and file handling links in documentation Tests: TestFilePng: Fix test_save_l_transparency() Docs: Correct argument name Docs: Update CMake download URL Docs: Improve Image.transform documentation Fix transform fillcolor argument when image mode is RGBA or LA Tests: More specific Exception testing Add getrgb HSB/HSV color strings Allow float values in getrgb HSL color string AppVeyor: Upgrade to Python 2.7.15 and 3.4.4 AppVeyor: Upgrade to PyPy 6.0.0 Deprecate PILLOW_VERSION and VERSION Support Python 3.7 Depends: Update freetype to 2.9.1, libjpeg to 9c, libwebp to 1.0.0 Build macOS wheels with Xcode 6.4, supporting older macOS versions Fix _i2f compilation on some GCC versions Changed encoderinfo to have priority over info when saving GIF images Rename PIL.version to PIL._version and remove it from module Enable background colour parameter on rotate Remove unnecessary #if 1 directive Remove unused Python class, Path Fix dereferencing type-punned pointer will break strict-aliasing
2018-07-03extend PYTHON_VERSIONS_ for Python 3.7adam25-50/+50
2018-06-28inkscape: Avoid ambiguous function calls, fix PKGLOCALEDIR.jperkin16-1/+243
2018-06-27optipng: updated to 0.7.7adam2-10/+10
0.7.7: * Upgraded libpng to version 1.6.34. * Upgraded zlib to version 1.2.11-optipng. * Upgraded minitiff to version 0.2. !! Fixed a buffer overflow vulnerability in the GIF decoder. !! Fixed an integer overflow vulnerability in the TIFF decoder. ! Fixed the build on macOS High Sierra. ! Fixed the build on DJGPP. * Disallowed out-of-bounds values in rangeset options.
2018-06-26darktable: Fix build on SunOS.jperkin2-1/+20
2018-06-26colord: Fix SunOS build.jperkin2-4/+15
2018-06-26colord: Requires msgfmt.jperkin1-2/+2
2018-06-24Enable pngquantfhajny1-1/+2
2018-06-24graphics/pngquant: Import pngquant 2.12.0.fhajny5-0/+73
pngquant is a command-line utility for lossy compression of PNG images.
2018-06-24*: recursive bump for poppler-0.66.0 updatewiz4-8/+8
2018-06-24SDL2_image: updated to 2.0.3adam2-10/+7
2.0.3: * Fixed a number of security issues: TALOS-2017-0488 TALOS-2017-0489 TALOS-2017-0490 TALOS-2017-0491 TALOS-2017-0497 TALOS-2017-0498 TALOS-2017-0499 * This release depends on SDL 2.0.8 or newer 2.0.2: * Added simple SVG image support based on Nano SVG * Updated external libraries jpeg-9b, libpng-1.6.32, libwebp-0.6.0, tiff-4.0.8 and zlib-1.2.11 * Fixed security vulnerability in XCF image loader * Added optional support for loading images using Windows Imaging Component * Added libpng save support for much smaller 8-bit images * Added JPG save support when built with jpeglib: IMG_SaveJPG() and IMG_SaveJPG_RW()
2018-06-24GraphicsMagick: update to 1.3.30.wiz2-7/+7
1.3.30 (June 23, 2018) ========================= Security Fixes: * GraphicsMagick is now participating in Google's oss-fuzz project due to the contributions and assistance of Alex Gaynor. Since February 4 2018, 238 issues have been opened by oss-fuzz and 230 of those issues have been resolved. The issues list is available at https://bugs.chromium.org/p/oss-fuzz/issues/list under search term "graphicsmagick". Issues are available for anyone to view and duplicate if they have been in "Verified" status for 30 days, or if they have been in "New" status for 90 days. There are too many fixes to list here. Please consult the GraphicsMagick ChangeLog file, Mercurial repository commit log, and the oss-fuzz issues list for details. * SVG/Rendering: Fix heap write overflow of PrimitiveInfo and PointInfo arrays. This is another manefestation of CVE-2016-2317, which should finally be fixed correctly due to active detection/correction of pending overflow rather than using estimation. Bug fixes: * Many oss-fuzz fixes are bug fixes. * Drawing/Rendering: Many more fixes by Gregory J Wolfe (see the ChangeLog). * MIFF: Detect end of file while reading image directory. * SVG: Many more fixes by Gregory J Wolfe (see the ChangeLog). * The AlphaCompositePixel macro was producing wrong results when the output alpha value was not 100% opaque. This is a regression introduced in 1.3.29. * TILE: Fix problem with tiling JPEG images because the size request used by the TILE algorithm was also causing re-scaling in the JPEG reader. The problem is solved by stripping the size request before reading the image. API Updates: * The size of PrimitiveInfo (believed to be an internal/private structure but in a header which is installed, has been increased to store a 'flags' argument. This is intended to be an internal interface but but may be detected as an ABI change. Build Changes: * The oss-fuzz build script (fuzzing/oss-fuzz-build.sh) now includes many delegate libraries such as zlib, libpng, libtiff, libjpeg, and freetype, resulting in more comprehensive testing. The Q16 build is now being tested rather than the 'configure' default of Q8. Behavior Changes: * JPEG: The JPEG reader now allows 3 warnings of any particular type before giving up on reading and throwing an exception. This choice was made after observing files which produce hundreds of warnings and consume massive amounts of memory before reading the image data has even started. It is currently unknown how many files which were previously accepted will be rejected by default. The number of allowed warnings may be adjusted using '-define jpeg:max-warnings=<value>'. The default limit will be adjusted based on reported user experiences and may be adjusted prior to compilation via the MaxWarningCount definition in coders/jpeg.c.
2018-06-24p5-Image-ExifTool: update to 11.01.wiz2-7/+7
June 11, 2018 - Version 11.01 (production release) - Added a new ProfileCMMType (thanks Neal Krawetz) - Added a Validate warning about non-standard EXIF or XMP in PNG images - Added a new Canon LensType - Decode a couple more PanasonicRaw tags (thanks Klaus Homeister) - Patched to avoid adding tags to QuickTime videos with multiple 'mdat' atoms --> avoids potential corruption of these videos! June 7, 2018 - Version 11.00 (production release) - Added read support for WTV and DVR-MS videos - Added print conversions for some ASF date/time tags - Added a new SonyModelID (thanks LibRaw) - Decode a new PanasonicRaw tag (thanks Klaus Homeister) - Decode some new Sony RX100 VI tags (thanks LibRaw and Jos Roost) - Made Padding and OffsetSchema tags "unsafe" so they aren't copied by default May 29, 2018 - Version 10.99 - Decode layer information from Photoshop ImageSourceData in TIFF images - Updated to the IPTC video metadata 1.2 specification - Patched DateFmt() utility function to apply GlobalTimeShift if used - Improved error message when trying to write a file with a wrong extension - Fixed unnecessary warning when setting FileCreateDate in Windows May 22, 2018 - Version 10.98 - Added additional Validate checks for JPEG thumbnail tags - Added a new Canon LensType (thanks LibRaw) - Decode a number of new Nikon ColorBalance tags (thanks LibRaw) - Disable extraction of Nikon D850 PhotoShootingMenuBank from NEF images (apparently not valid in this type of file) - Fixed problem with writable user-defined Composite tags introduced in 10.16 - Fixed unnecessary Validate warning about missing GPSVersionID - Fixed incorrect "wrong IFD" Validate warnings in CR3 images May 17, 2018 - Version 10.97 - "Multi-segment EXIF" - Added read/write support for multi-segment EXIF in JPEG images - Added a number of new Canon LensType values (thanks LibRaw) - Added support for Panasonic DC-FT7 makernotes and metadata in MP4 videos - Decode a number of new Nikon WB tags (thanks LibRaw) - Improved warning message when attempting to write to an invalid tag name - Enhanced Validate feature to perform more tests on TIFF and JPEG images [The Validate feature is no longer considered experimental] May 9, 2018 - Version 10.96 - Added a new Sony LensType (thanks Jos Roost) - Added a few new Panasonic lenses (thanks LibRaw) - Added Composite tags for GPSDestLatitudeRef and GPSDestLongitudeRef - Decode maker notes from Kodak PixPro AZ901 - Extract Preview images from iWork files - Improved identification of Apple iWork files - Fixed arg_files to handle GPS destination reference directions May 4, 2018 - Version 10.95 - Added new Nikon LensID's (thanks Warren Hatch, LibRaw and Jami Bradley) - Added a new Sony LensType (thanks Jos Roost) - Decode a new Samsung tag (thanks LibRaw) - Decode Photoshop Lr16 layer information - Decode more Leica tags (thanks LibRaw) - Updated DarwinCore tags to current specification - Improved validation of JPEG files - Disabled writing of buggy Samsung EK-GN120 SRW files - Fixed conversion for Nikon D850 ExposureDelayMode (thanks Jami Bradley) - Fixed "x outside string" error when reading a truncated zip file - Fixed "uninitialized value" error when writing a corrupted JPEG image Apr. 19, 2018 - Version 10.94 - Added read/write support for Canon CRM files - Added a new Sony LensType (thanks Jos Roost) - Added a new CanonModelID - Decode a new Samsung tag (thanks LibRaw) - Fixed AIColorModel conversion Apr. 13, 2018 - Version 10.93 - Added a new Canon Quality value (thanks Norbert Wasser) - Added a new Pentax Quality value (thanks LibRaw) - Decode some new Sony ARW tags (thanks Jos Roost) - Decode some AI-specific tags from PDF and PostScript files - Decode a new QuickTime tag - Enhanced -geotag option to support NMEA from GLONASS and other systems - Fixed bug decoding seconds of ZIP file timestamps (thanks Lars Wallenborn) Apr. 19, 2018 - Version 10.92 - Decode GPS from videos of more camera models - Tolerate white space before header in PDF files Apr. 9, 2018 - Version 10.91 - Added read/write support for MacOS FileCreateDate (writing this is the same as MDItemFSCreationDate, but reading uses a different mechanism which doesn't have the delayed-update issue of MDItemFSCreationDate) - Added ability to write MacOS MDItemUserTags (requires "tag" utility) - Decode a new Sony tag (thanks LibRaw) - Properly un-escape quotes in extracted MacOS MDItem values - Fixed another subtle order-of-operations anomaly - API Changes: - Enhanced GetValue() to accept a tag name with group prefix(es) Apr. 5, 2018 - Version 10.90 - Improved decoding of Sony PictureProfile (thanks Jos Roost) - Fixed problem introduced in 10.61 with order of command-line operations when mixing copied values with assigned values Apr. 2, 2018 - Version 10.89 - Added ability to rotate MP4/MOV videos by writing Rotation angle - Added two new Sony PictureProfile values (thanks Albert Shan) - Decode more Nikon tags - Updated some values of the QuickTime MediaType tag Mar. 27, 2018 - Version 10.88 - Added example config file (dji.config) to generate Composite GPS and other tags from Text metadata embedded in DJI drone videos - Added a new PentaxModelID - Documented new advanced-formatting "@" feature which has existed since version 10.53 but not fully functional until 10.87 - Decode a new Sony tag (thanks LibRaw) - User-defined Composite tags now show up in the -list output - Improved speed for generating Composite SubDoc tags with -ee option - Fixed problem creating writable UserDefined Composite tags - Fixed an incorrect PRISM tag name Mar. 20, 2018 - Version 10.87 - Added a new FujiFilm ShutterType value (thanks Albert Shan) - Decode more timed metadata from CR3 images - Decode Samsung DualShot depth map - Decode a new Canon tag - Improved decoding of some Canon color information (thanks LibRaw) - Fixed print conversion of ID3v2 Genre values with multiple genres Mar. 15, 2018 - Version 10.86 - Decode timed GPS and accelerometer data from BikeBro AVI videos - Decode a new Sony tag and add a new value to another tag (thanks Jos Roost) - Decode GPSAltitude from some videos with the -ee option - Decode some new tags from Kodak PixPro 4KVR360 JPEG images and MP4 videos - Decode GPS information from CR3 images - Fixed unnecessary warnings when Validate option used on CR3 images Mar. 14, 2018 - Version 10.85 - Decode GPSTrack from MOV videos of more dashcam models - Decode a few new CanonVRD tags for DPP 4.8.20 - Decode a new Sony tag (thanks Jos Roost) - Decode a few more Canon tags (thanks LibRaw) - Improved processing speed when using the -ee option on some video files - Fixed incorrect names for a couple of CanonVRD HSL tags - Fixed problem where UTF-8 validation missed some invalid sequences - Fixed bug introduced in 10.84 with GPSPosition when -n option is used Mar. 12, 2018 - Version 10.84 - Decode GPS from MOV videos of more dashcam models with -ee option - Decode a new Sony tag (thanks Jos Roost) - Convert GPS speeds extracted from MOV videos with the -ee option to km/h - Avoid converting empty GPS coordinates to 0.000000 - Fixed some bugs extracting Novatek GPS from MP4 videos Mar. 7, 2018 - Version 10.83 - Added read support for Sketch design files - Added Light LRI files to the list of recognized file types - Added a new Canon LensType (thanks LibRaw) - Decode a couple of new Sony tags (thanks Jos Roost) - Extract JpgFromRaw image from CR3 images - Improved warning message when attempting to write a tag in a specific group that isn't writable - Changed group name of JSON tags from "File" to "JSON" - Fixed some incorrect offsets in -v3 output for CR3 images Mar. 1, 2018 - Version 10.82 - Added support for Canon's new CR3 raw file format - Added a few new CanonModelID/SonyModelID values (thanks LibRaw) - Added support for the Sony ILCE-7M3 (thanks Jos Roost) - Decode timed GPS information from Insta360 MP4 videos with the -ee option - Write XMP before idat in MOV/MP4/CR3 files if possible - Fixed "'x' outside of string" runtime error when reading some Sony images - Fixed problem with some hex dumps going to the console when -v3 was combined with the -w option Feb. 26, 2018 - Version 10.81 - Added new values for a few Panasonic tags (thanks Bernd-Michael Kemper) - Added a new Canon, Olympus and Sony LensTypes (thanks LibRaw) - Added a new PanasonicRaw Compression type (thanks LibRaw) - Added definitions for a number of new MacOS tags - Decode CameraInfo for Canon 5DmkIII firmware 1.3.5 - Removed INX from list of writable files (-listwf option output) - Fixed problem introduced in version 10.16 that could cause a "Can't create" error when using the -o option to write certain types of files - Fixed problem introduced in version 10.34 resulting in a "Can't delete all meta information" error when writing .PS files
2018-06-22tesseract: updated to 3.05.02adam2-10/+7
V3.05.02 * Fixed linking with Leptonica * Fix build for Mingw-w64 * Fix Training error "Couldn't find a matching blob" * Fix unterminated string
2018-06-21tiff: fix for CVE-2018-8905tez3-3/+44
from https://gitlab.com/libtiff/libtiff/commit/58a898cb4459055bb488ca815c23b880c242a27d
2018-06-21xv: fix for CVE-2017-18215tez3-6/+7
from https://bugzilla.suse.com/show_bug.cgi?id=1043479
2018-06-21clutter: Explicitly disable EGL support.jperkin1-1/+6
The autodetection doesn't work correctly, and adding EGL support to cogl is complicated by it being an optional requirement in MesaLib, so simply disable and get this package building for now.
2018-06-21inkscape: fix build with poppler-0.65.0wiz2-52/+55
2018-06-21prison: update to 5.47.0markd2-7/+6
changes unknown
2018-06-21kplotting: update to 5.47.0markd2-7/+6
changes unknown
2018-06-21kimageformats: update to 5.47.0markd2-7/+6
* Remove duplicated mime types from json files
2018-06-21kiconthemes: update to 5.47.0markd2-7/+6
* Check if group < LastGroup, as KIconEffect doesn't handle UserGroup anyway
2018-06-21breeze-icons: update to 5.47.0markd3-17/+101
* updated handles and overflow-menu
2018-06-21oxygen-icons: update to 5.47.0markd2-8/+8
no significant changes
2018-06-20mesalib: correct options.mk logic for disabling llvm on netbsd+native xorgmaya1-2/+2
Follow the rest of the cases and use "not-CASE and not-CASE". Sorry, I got confused. Fix by wiz.