summaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Collapse)AuthorFilesLines
2019-05-12Pullup ticket #5955 - requested by tacaspz2-7/+7
graphics/png: security update Revisions pulled up: - graphics/png/Makefile 1.198 - graphics/png/distinfo 1.142 ------------------------------------------------------------------- Module Name: pkgsrc Committed By: wiz Date: Wed Apr 17 07:05:21 UTC 2019 Modified Files: pkgsrc/graphics/png: Makefile distinfo Log Message: png: update to 1.6.37. This is largely a bugfix-only release. Most importantly, it contains a fix for a use-after-free vulnerability (CVE-2019-7317) affecting the simplified libpng API, and a fix for a memory leak affecting the ARM NEON implementation of the palette-to-RGB(A) expansion. To generate a diff of this commit: cvs rdiff -u -r1.197 -r1.198 pkgsrc/graphics/png/Makefile cvs rdiff -u -r1.141 -r1.142 pkgsrc/graphics/png/distinfo
2019-04-10Pullup ticket #5932 - requested by tacabsiegert2-7/+7
graphics/openjpeg: security fix Revisions pulled up: - graphics/openjpeg/Makefile 1.17 - graphics/openjpeg/distinfo 1.14 --- Module Name: pkgsrc Committed By: adam Date: Wed Apr 3 08:04:08 UTC 2019 Modified Files: pkgsrc/graphics/openjpeg: Makefile distinfo Log Message: openjpeg: updated to 2.3.1 v2.3.1: v2.2.0 regression for decoding images where TNsot == 0 Int overflow in jp3d Heap buffer overflow in opj_j2k_update_image_data() triggered with Ghostscript LINUX install doesn't work when building shared libraries is disabled OPENJPEG null ptr dereference in openjpeg-2.3.0/src/bin/jp2/convert.c:2243 How to drop certain subbands/layers in DWT where is the MQ-Coder ouput stream in t2.c? OpenJPEG 2.3 (and 2.2?) multi component image fails to decode with KDU v7.10 Missing checks for header_info.height and header_info.width in function pnmtoimage in src/bin/jpwl/convert.c, which can lead to heap buffer overflow Assertion Failure in jp2.c Division-by-zero vulnerabilities in the function pi_next_pcrl, pi_next_cprl and pi_next_rpcl in src/lib/openjp3d/pi.c Precinct switch (-c) doesn't right-shift last record to remaining resolution levels Sample: encode J2K a data using streams??? HIGH THROUGHPUT JPEG 2000 (HTJ2K) How to build openjpeg for arm linux? crash JP2000 returning OPJ_CLRSPC_UNKNOWN color space Compilation successful but install unsuccessful: Calling executables throws libraries missing error fprintf format string requires 1 parameter but only 0 are given fprintf format string requires 1 parameter but only 0 are given sprintf buffer overflow sprintf buffer overflow Infinite loop when reading jp2 missing format string parameter Excessive Iteration in opj_t1_encode_cblks (src/lib/openjp2/t1.c) Out-of-bound left shift in opj_j2k_setup_encoder (src/lib/openjp2/j2k.c) Encode image on Unsplash Integer overflow in opj_t1_encode_cblks (src/lib/openjp2/t1.c) Signed Integer Overflow - 68065512 Similar vulnerable functions related to CVE-2017-14041 [ERROR] COD marker already read. No more than one COD marker per tile. failing to install latest version of openjpeg from source Trouble compressing large raw image Download and installed code from 2.3 archive. Installing 2.2? missing fclose NULL Pointer Access in function imagetopnm of convert.c(jp2):1289 NULL Pointer Access in function imagetopnm of convert.c:2226(jp2) Heap Buffer Overflow in function imagetotga of convert.c(jp2):942 Merged pull requests: abi-check.sh: fix broken download URL opj_t1_encode_cblks: fix UBSAN signed integer overflow convertbmp: detect invalid file dimensions early (CVE-2018-6616) color_apply_icc_profile: avoid potential heap buffer overflow Fix multiple potential vulnerabilities and bugs Fix several memory and resource leaks Fix some potential overflow issues jp3d/jpwl convert: fix write stack buffer overflow Int overflow fixed Update knownfailures- files given current configurations CVE-2018-5785: fix issues with zero bitmasks openjp2/jp2: Fix two format strings Changes in pnmtoimage if image data are missing Relative path to header files is hardcoded in OpenJPEGConfig.cmake.in file Cast on uint ceildiv Add -DBUILD_PKGCONFIG_FILES to install instructions Fix some typos in code comments and documentation Fix regression in reading files with TNsot == 0 (refs Use local type declaration for POSIX standard type only for MS compiler Fix Mac builds jp3d: Replace sprintf() by snprintf() in volumetobin() opj_mj2_extract: Rename output_location to output_prefix mj2: Add missing variable to format string in fprintf() invocation in meta_out.c Convert files to UTF-8 encoding fix unchecked integer multiplication overflow Fixed typos Note that seek uses SEEK_SET behavior. Some Doxygen tags are removed Fix resource leak (CID 179466) Changed cmake version test to allow for cmake 2.8.11.x Add missing fclose() statement in error condition.
2019-03-27blender: add comment explaining the "M="markd1-2/+2
will figure out the best way to implement it after the freeze
2019-03-27*: recursive bump for poppler 0.75 -> 0.74 downgradewiz6-12/+12
2019-03-27blender: PLIST cleanup, python 3.7 patch, build patchesmarkd7-2205/+2279
2019-03-26*: recursive bump for poppler-0.75wiz6-12/+12
2019-03-25*: recursive bump for vala-0.44wiz1-2/+2
2019-03-24graphics/materia-gtk-theme: Add version 20190315.nia5-1/+3173
Materia is a Material Design theme for GNOME/GTK based desktop environments.
2019-03-23dia: note new bug report URL in a patch (NFC)gutteridge2-4/+4
Update bug report URL to the migrated site; the old version of the bug has been closed upstream.
2019-03-22leptonica: updated to 1.78.0adam3-8/+9
1.78.0: * Various improvements in handling boxa sequences and transforms. * New regression tests: boxa4_reg, string_reg * New function for copying a pix, filtered by a boxa. * Modify histogram method for image comparison. * More careful attention to invalid boxes in box geometry functions. * Better string and array functions for search and replace. * Convenience functions for generating simple masks. * Allow pdf writing of jp2k images, in full generality. * Allow writing compressed ps images for printing. * Modified enum comments to include a suggested enum name. * New program: imagetops
2019-03-21ruby-gnome2: update to 3.3.6.tsutsui7-35/+35
Upstream changes: == Ruby-GNOME2 3.3.6: 2019-03-21 This is a follow-up release of 3.3.5. === Changes ==== Ruby/GIO2 * Improvements * (({Gio::File#read})): Added support for block. * (({Gio::File.open})): Added support for (({Pathname})). * (({Gio::InputStream.open})): Added support for block. ==== Ruby/CairoGObject * Fixes * Fixed a bug that old cairo may be used. ==== Ruby/GObjectIntrospection * Fixes * Fixed a bug that 64bit integer conversion may be failed for large integer. * Fixed typos.
2019-03-20p5-PerlMagick: reset PKGREVISION after base package updatewiz1-2/+1
2019-03-20ImageMagick: update to 7.0.8.34.wiz3-9/+8
2019-03-11 7.0.8-34 Cristy <quetzlzacatenango@image...> * Associate one lock with each resource. * Report exception if opening TIFF did not work out. * Fixed numerous use of uninitialized values, integer overflow, memory exceeded, and timeouts (credit to OSS Fuzz). 2019-03-10 7.0.8-33 Cristy <quetzlzacatenango@image...> * Release ImageMagick version 7.0.8-33, GIT revision 15401:c805e3205:20190310 2019-03-06 7.0.8-33 Cristy <quetzlzacatenango@image...> * Fix SVG conversion infinite loop (reference https://imagemagick.org/discourse-server/viewtopic.php?f=3&t=35591). * Initialize primitive drawing structure after resizing. 2019-03-05 7.0.8-32 Cristy <quetzlzacatenango@image...> * Release ImageMagick version 7.0.8-32, GIT revision 15386:58d9c4692:20190305 2019-03-05 7.0.8-32 Cristy <quetzlzacatenango@image...> * Fix out-of-boundary LocaleLowerCase() @ https://github.com/ImageMagick/ImageMagick/issues/1495 2019-03-04 7.0.8-31 Cristy <quetzlzacatenango@image...> * Release ImageMagick version 7.0.8-31, GIT revision 15381:3122a669d:20190304 2019-03-04 7.0.8-31 Cristy <quetzlzacatenango@image...> * -trim is no longer sensitive to the image virtual canvas. 2019-03-03 7.0.8-30 Cristy <quetzlzacatenango@image...> * Release ImageMagick version 7.0.8-30, GIT revision 15376:16d2b4e6a:20190303 2019-03-03 7.0.8-30 Cristy <quetzlzacatenango@image...> * Support define to remove additional background from an image during a trim, e.g. -fuzz 5% -define trim:percent-background=0% -trim.
2019-03-20*: remove commented out libXp dependencywiz1-2/+1
2019-03-20ecore: remove libXp support.wiz2-5/+4
Bump PKGREVISION, and recursively bump all affected packages. Untested since eet, an ecore dependency, does not build for me.
2019-03-20xmorph: update to 20060817nb6.wiz1-3/+2
Remove Xp dependency. Not used here.
2019-03-18Recursive bump for ghostscript default changegdt20-34/+40
2019-03-16Revbump all Go packages after Go 1.12.1 update.bsiegert4-8/+8
2019-03-13mate-themes: update to 3.22.19gutteridge2-8/+9
### 3.22.19 (GTK 3.22) * Translations update * add Travis-CI support * TOK/TG: fix menubar view for LibreOffice * Menta metacity: synchronize frame_geometry * BlackMATE: fix invisible checkboxes in Firefox content when userChrome.css is used * Trad. and Menta themes: fix menu accelerator * submarine: fix font-color headerbar button.default * Trad. and GreenLaguna: fix lightdm-gtk panel
2019-03-10add patch for CVE-2018-11813 from mozjpeg, which has an easily foundspz3-2/+41
development source tree.
2019-03-10ruby-gnome2: update to 3.3.5.tsutsui7-35/+35
Upstream changes: == Ruby-GNOME2 3.3.5: 2019-03-10 This is a follow-up release of 3.3.4. === Changes ==== Ruby/GObjectIntrospection * Improvements * Ignored no (({GType})) interface.
2019-03-09ruby-gnome2: update to 3.3.4.tsutsui7-35/+35
Upstream changes: == Ruby-GNOME2 3.3.4: 2019-03-09 This is a real release to support GLib 2.60. === Changes ==== Ruby/GObjectIntrospection * Improvements * Ignored no (({GType})) interface. == Ruby-GNOME2 3.3.3: 2019-03-09 This is a release to support GLib 2.60. === Changes ==== Ruby/GLib2 * Improvements * Made tests more robust. [GitHub#1272][Reported by Jeremy Bicha] * Required pkg-config 1.3.5 or later. * Added support for GLib 2.60. * Windows: Removed support for static compilation. * Fixes * (({GLib::PollFD#fd=})): Fixed wrong conversion. ==== Ruby/GObjectIntrospection * Improvements * Improved auto (({#==}))/(({#!=})) implementations. They returns (({true}))/(({false})) for invalid argument instead of raising an error. ==== Ruby/GTK2 * Improvements * Made tests more robust. [GitHub#1275][Reported by Jeremy Bicha] ==== Ruby/RSVG2 * Improvements * Made tests more robust. [GitHub#1273][Reported by Mamoru TASAKA] ==== Ruby/Poppler * Improvements * (({Poppler::Document.new(data:)})): Added support for (({Encoding.default_internal})). * (({Poppler::Document.new})): Added support for (({#to_path})) objects as path. === Thanks * Jeremy Bicha * Mamoru TASAKA
2019-03-09ruby-cairo: update to 1.16.4.tsutsui3-9/+9
Upstream changes (from NEWS): Release 1.16.4 (2019-03-09) Kouhei Sutou <kou@cozmixng.org> ============================================================ Fixes ----- * Removed Skia related code entirely. Release 1.16.3 (2019-03-09) Kouhei Sutou <kou@cozmixng.org> ============================================================ Improvements ------------ * Improved Cairo::Poinst#distance performance. [GitHub#53][Patch by scivola] * Added support for building with cairo and GLib 2.60 installed by Homebrew. * Updated colors. There are some backward incompatibility. Sorry. Fixes ----- * Fixed Cairo::Color::RGB#to_s. [GitHub#55][Patch by spoolkitamura] Thanks ------ * scivola * spoolkitamura.
2019-03-09all: revbump Go packages, now that they use go112 to buildbsiegert4-8/+8
2019-03-08tkpiechart: update to 5.4nb2.wiz2-25/+16
Switch from devel/stooop to tcllib. Some pkglint cleanup while here, and fix configure seddery.
2019-03-06Revert last, redundant with older fix.joerg1-4/+1
2019-03-06Ensure correct client linking when option liblqr is enabled.joerg1-1/+4
2019-03-06girara: Update to 0.3.2leot2-8/+7
Changes: 0.3.2 ----- - Various fixes and improvements - Update transations
2019-03-06+ jbig2encjoerg1-1/+2
2019-03-06Add jbig2enc-0.29pre:joerg6-0/+86
jbig2enc is a encoder for the JBIG2 image compression format. JBIG2 is designed for lossy and lossless encoding of monochrome images at moderately high resolutions. For scanned paper documents, compression ratios on the order of 100:1 are often seen.
2019-03-06mate-icon-theme: update to 1.22gutteridge2-7/+7
### mate-icon-theme 1.22.0 * Translations update * Initialize Travis CI support
2019-03-06mate-backgrounds: update to 1.22gutteridge1-5/+5
### mate-backgrounds 1.22.0 * Initialize Travis CI support
2019-03-06eom: update to 1.22gutteridge3-9/+306
### eom 1.22.0 * tx: sync with transifex * Add update-authors.pl script which helps to update eom.about * Read authors (updated) and documenters (updated) from eom.about gresource * Initialize Travis CI support * Ensure proper translation of the about dialog title * Make translatable the copyright in about dialog * Help - fix gui labels * disable deprecation warnings for distcheck * Update the appdata XML file * Use make functions for HELP_LINGUAS * Fix url of ulink to point to mate-user-guide * Update Catalan screenhots * Fix spelling and grammar mistakes * Update eom_start_window.png * tx: add eom help to transifex config * Reduce the number of g_file_query_info calls at start-up * EomImage: Remove unused constructor * fix a memory leak
2019-03-05Update to 2.6.0ryoon16-215/+69
Changelog: we're proud to announce the new feature release of darktable, 2.6.0! as always, please don't use the autogenerated tarball provided by github, but only our tar.xz. the checksums are: when updating from the currently stable 2.4.x series, please bear in mind that your edits will be preserved during this process, but it will not be possible to downgrade from 2.6 to 2.4.x any more. #### Important note: to make sure that darktable can keep on supporting the raw file format for your camera, *please* read [this post](https://discuss.pixls.us/t/raw-samples-wanted/5420?u=lebedevri) on how/what raw samples you can contribute to ensure that we have the *full* raw sample set for your camera under CC0 license! - Over 1600 commits to darktable+rawspeed since 2.4 - 260+ pull requests handled - 250+ issues closed - Updated user manual is coming soon™ ## The Big Ones - new module retouch allowing changes based on image frequency layers - new module filmic which can replace the base curve and shadows and highlights - new module to handle duplicates in the darkroom with possibility to add a title, create standard or virgin duplicate, delete duplicate and quickly compare with a duplicate - new logarithm controls for the tone-curve - new mode for the unbreak profile module - add mask preview to adjust size, hardness before placing them - make it possible to change the cropped area in the perspective correction module - the mask blur has been complemented with a guided-filter to fine tune it (this works on RGB and Lab color space). - color balance module has two new modes based on ProPhotoRGB and HSL - Experimental support for PPC64le architecture (OpenCL support needs to be disabled, `-DUSE_OPENCL=OFF`) ## New Features And Changes - search from the map view is now fixed - visual rework of the lighttable (color label, image kind, local copy) - an option make it possible to display some image information directly on the thumb - add optional scrollbars on lighttable, or lighttable and darkroom - allow each masks of the clone module to have the opacity adjusted - lightroom import module supports the creator, rights, title, description and publisher information. - enhance TurboPrint support by displaying the dialogue with all possible options (print cancellation will be fixed in TurboPrint 2.47) - new sort filter based on the image's aspect - new sort filter based on the image's shutter speed - new sort filter based on the image's group - new sort filter based on a personalized sorting order (drag&drop on the lighttable view) - collection based on the local copy status - group image number displayed on the collection module - new zoom level at 50%; 400%, 800% and 1600% - better support for monochrome RAW - add contextual help pointing to the darktable's manual - better copy/paste support for multiple instances - add support for renaming the module instances - add frequency based adjustment for the RAW denoise module - add frequency based adjustment for the denoise profile module - all widgets should be themable via CSS now - add support for configuring the modules layout - different way to select hierarchical tags in the collection module (only the actual parent tag, all children or the parent and children) - better handling of grouped images by allowing setting stars, color label for the whole group. - make it possible to apply a preset to a new module instance using the middle click - new script to migrate collection from Capture One Pro ## Bug fixes - Fix the color pickers behavior in all modules - Fix liquify tools switching - Many more bugs got fixed ## Lua - No changes ## Changed Dependencies - CMake 3.4 is now required - In order to compile darktable you now need at least gcc-5.0+/clang-3.9+ - Minimal clang version was bumped from 3.4+ to 3.9+ - Packagers are advised to pass ```-DRAWSPEED_ENABLE_LTO=ON``` to CMake to enable partial LTO. ## RawSpeed changes - GoPro '.GPR' raws are now supported via new, fast 'VC-5' parallel decompressor - Panasonic's new raw compression ('.RW2', GH5s, G9 cameras) is now supported via new fast, parallel 'Panasonic V5' decompressor - Panasonic's old (also '.RW2') raw decompressor got rewritten, re-parallelized - Phase One ('.IIQ') decompressor got parallelized - Nikon NEF 'lossy after split' raw support was recovered - Phase One ('.IIQ') Quadrant Correction is now supported - Olympus High-Res (uncompressed) raw support - Lot's and lot's and lot's of maintenance, sanitization, cleanups, small rewrites/refactoring. - NOTE: Canon '.CR3' raws are *NOT* supported as of yet. ## Camera support, compared to 2.4.0 ### Base Support - Canon EOS 1500D - Canon EOS 2000D - Canon EOS Rebel T7 - Canon EOS 3000D - Canon EOS 4000D - Canon EOS Rebel T100 - Canon EOS 5D Mark IV (sRaw1, sRaw2) - Canon EOS 5DS (sRaw1, sRaw2) - Canon EOS 5DS R (sRaw1, sRaw2) - Canon PowerShot G1 X Mark III - Fujifilm X-A5 - Fujifilm X-H1 (compressed) - Fujifilm X-T100 - Fujifilm X-T3 (compressed) - GoPro FUSION (dng) - GoPro HERO5 Black (dng) - GoPro HERO6 Black (dng) - GoPro HERO7 Black (dng) - Hasselblad CFV-50 - Hasselblad H5D-40 - Hasselblad H5D-50c - Kodak DCS Pro 14nx - Kodak DCS520C - Kodak DCS760C - Kodak EOS DCS 3 - Nikon COOLPIX P1000 (12bit-uncompressed) - Nikon D2Xs (12bit-compressed, 12bit-uncompressed) - Nikon D3500 (12bit-compressed) - Nikon Z 6 (except uncompressed raws) - Nikon Z 7 (except 14-bit uncompressed raw) - Olympus E-PL8 - Olympus E-PL9 - Olympus SH-2 - Panasonic DC-FZ80 (4:3) - Panasonic DC-G9 (4:3) - Panasonic DC-GF9 (4:3) - Panasonic DC-GX800 (4:3) - Panasonic DC-GX850 (4:3) - Panasonic DC-GH5S (4:3, 3:2, 16:9, 1:1) - Panasonic DC-GX9 (4:3) - Panasonic DC-LX100M2 (4:3, 1:1, 16:9, 3:2) - Panasonic DC-TZ200 (3:2) - Panasonic DC-TZ202 (3:2) - Panasonic DMC-FZ2000 (3:2) - Panasonic DMC-FZ2500 (3:2) - Panasonic DMC-FZ35 (3:2, 16:9) - Panasonic DMC-FZ38 (3:2, 16:9) - Panasonic DMC-GX7MK2 (4:3) - Panasonic DMC-ZS100 (3:2) - Paralenz Dive Camera (chdk) - Pentax 645Z - Pentax K-1 Mark II - Pentax KP - Phase One P65+ - Sjcam SJ6 LEGEND (chdk-b, chdk-c) - Sony DSC-HX99 - Sony DSC-RX0 - Sony DSC-RX100M5A - Sony DSC-RX10M4 - Sony DSC-RX1RM2 - Sony ILCE-7M3 ### White Balance Presets - Canon EOS M100 - Fujifilm X-T3 - Leaf Credo 40 - Nikon D3400 - Nikon D5600 - Nikon D7500 - Nikon D850 - Nikon Z 6 - Olympus E-M10 Mark III - Olympus E-M1MarkII - Panasonic DC-G9 - Panasonic DC-GX9 - Panasonic DMC-FZ300 - Sony DSC-RX0 - Sony DSC-RX100M5 - Sony DSC-RX100M5A - Sony DSC-RX10M3 - Sony DSC-RX10M4 - Sony DSC-RX1RM2 - Sony ILCE-6500 - Sony ILCE-7M3 - Sony ILCE-7RM3 ### Noise Profiles - Canon EOS 200D - Canon EOS Kiss X9 - Canon EOS Rebel SL2 - Canon EOS 750D - Canon EOS Kiss X8i - Canon EOS Rebel T6i - Canon EOS 760D - Canon EOS 8000D - Canon EOS Rebel T6s - Canon EOS 77D - Canon EOS 9000D - Canon EOS 800D - Canon EOS Kiss X9i - Canon EOS Rebel T7i - Canon EOS M100 - Canon EOS M6 - Canon PowerShot G1 X Mark II - Canon PowerShot G1 X Mark III - Canon PowerShot G9 X - Fujifilm X-A5 - Fujifilm X-E3 - Fujifilm X-T3 - Fujifilm X100F - Nikon 1 AW1 - Nikon 1 J3 - Nikon COOLPIX B700 - Nikon D5600 - Nikon D7500 - Nikon D850 - Olympus E-M10 Mark III - Olympus TG-5 - Panasonic DC-G9 - Panasonic DC-GX9 - Panasonic DMC-FZ35 - Panasonic DMC-FZ38 - Panasonic DMC-GF6 - Panasonic DMC-LX10 - Panasonic DMC-LX15 - Panasonic DMC-LX9 - Panasonic DMC-TZ70 - Panasonic DMC-TZ71 - Panasonic DMC-ZS50 - Pentax K-01 - Pentax KP - Samsung NX1 - Sony DSC-RX100M4 - Sony DSC-RX10M3 - Sony ILCE-7M3 ## Translations - Afrikaans - Albanian - Chinese - Czech - Dutch - Finnish - French - Galician - German - Hebrew - Hungarian - Italian - Japanese - Nepal - Norwegian Bokmål - Polish - Portuguese - Romanian - Russian - Slovenian - Thai
2019-03-01Update ImageMagick to 2.0.8-29:youri2-7/+7
- Fixed a number of issues (reference https://github.com/ImageMagick/ImageMagick/issues). - Fixed numerous use of uninitialized values, integer overflow, memory exceeded, and timeouts (credit to OSS Fuzz).
2019-02-26ImageMagick: Include liblqr bl3 if ImageMagick is built with liblqr optionleot1-1/+4
2019-02-25inkscape: fix build. also mentioned by someone on some mailing list.maya2-5/+5
2019-02-25graphics/ruby-RMagick: update to 3.0.0taca3-10/+16
## RMagick 3.0.0 Breaking Changes: - Drop support for Ruby < 2.3. - Drop support for ImageMagick < 6.8. - Raise error when `nil` or empty string are passed to `Image.read`. (#351) - Monitor feature disabled on Windows. (#344) - Note: ruby versions > 2.4 and ImageMagick versions > 6.8 are not *explicitly* supported, yet, but if you are using them already, they should continue to work in the same fashion. Enhancements: - Add feature `Image#channel_entropy` (#300) - Many quality of life improvements in the codebase. Bug Fixes: - Many memory leaks fixed! - Fix `LoadError` on Windows. (#315) - fix argument count in `Image#morphology_channel` (#306)
2019-02-24ImageMagick: update to 7.0.8.28.wiz2-7/+7
2019-02-12 7.0.8-28 Cristy <quetzlzacatenango@image...> * Fixed a number of issues (reference https://github.com/ImageMagick/ImageMagick/issues).
2019-02-24Updated graphics/p5-GD-SecurityImage to 1.75mef3-24/+7
(pkgsrc) Drop patch-Makefile.PL (which was said necessary to perl 5.26, this version may be packged with perl 5.26 without this patch) (upstream) 1.75 2018-12-24 BURAK - Drop legacy workarounds and documentation about those as well. - In relation to that, we now depend on relatively new versions of both GD & PerlMagick. - These methods are now also removed a from the backends as well: _versiongt _versionlt - Distro fix. 1.74 2018-12-24 BURAK - Migrate to dzil.
2019-02-24graphics/p5-GD updated to 2.71mef2-7/+7
2.71 * skip Test::Fork on freebsd (GH #25) 2.70 * fixes for hardened CCFLAGS with -Werror (RT #128167)
2019-02-23exiv2: drop MAKE_JOBS_SAFE=notnn1-4/+1
2019-02-22librsvg: drop MAKE_JOBS_SAFE=NOtnn1-2/+1
2019-02-22mesa: update to 18.3.4tnn2-7/+7
Bug fixes Bug 109107 - gallium/st/va: change va max_profiles when using Radeon VCN Hardware Bug 109401 - [DXVK] Project Cars rendering problems Bug 109543 - After upgrade mesa to 19.0.0~rc1 all vulkan based application stop working ["vulkan-cube" received SIGSEGV in radv_pipeline_init_blend_state at ../src/amd/vulkan/radv_pipeline.c:699] Bug 109603 - nir_instr_as_deref: Assertion `parent && parent->type == nir_instr_type_deref' failed. Changes gallium-xlib: query MIT-SHM before using it. radv: Only look at pImmutableSamples if the descriptor has a sampler. amd/common: Use correct writemask for shared memory stores. get-pick-list: Add --pretty=medium to the arguments for Cc patches meson: Add dependency on genxml to anvil docs: add sha256 checksums for 18.3.3 cherry-ignore: nv50,nvc0: add explicit settings for recent caps cherry-ignore: add more 19.0 only nominations from Ilia cherry-ignore: radv: fix using LOAD_CONTEXT_REG with old GFX ME firmwares on GFX8 Update version to 18.3.4 vc4: Fix copy-and-paste fail in backport of NEON asm fixes. xvmc: fix string comparison xvmc: fix string comparison vc4: Fix leak in HW queries error path v3d: Fix leak in resource setup error path intel/compiler: do not copy-propagate strided regions to ddx/ddy arguments nvc0: we have 16k-sized framebuffers, fix default scissors intel/fs: Handle IMAGE_SIZE in size_read() and is_send_from_grf() intel/fs: Do the grf127 hack on SIMD8 instructions in SIMD16 mode nir/deref: Rematerialize parents in rematerialize_derefs_in_use_blocks anv/cmd_buffer: check for NULL framebuffer st/mesa: Limit GL_MAX_[NATIVE_]PROGRAM_PARAMETERS_ARB to 2048 freedreno/a6xx: Emit blitter dst with OUT_RELOCW st/va: fix the incorrect max profiles report st/va/vp9: set max reference as default of VP9 reference number meson: drop the xcb-xrandr version requirement gallium/u_threaded: fix EXPLICIT_FLUSH for flush offsets > 0 radeonsi: fix EXPLICIT_FLUSH for flush offsets > 0 winsys/amdgpu: don't drop manually added fence dependencies egl/wayland: Allow client->server format conversion for PRIME offload. (v2) egl/wayland-drm: Only announce formats via wl_drm which the driver supports. radeonsi: Fix guardband computation for large render targets freedreno: stop frob'ing pipe_resource::nr_samples intel: Add more PCI Device IDs for Coffee Lake and Ice Lake. radv: fix compiler issues with GCC 9 radv: always export gl_SampleMask when the fragment shader uses it
2019-02-21xv: rename patches for maintainability, and also fix pkglint warnings.tsutsui10-40/+41
2019-02-21xv: add a missed options.mk file in the previous commit.tsutsui1-0/+15
> xv: make ghostscript support optional and disable it by default.
2019-02-21xv: make ghostscript support optional and disable it by default.tsutsui4-16/+31
Building ghostscript on 1990's ancient machines is a bit pain and postscript support on the old viewer is rarely necessary. Bumps PKGREVISION. Also take maintainership as a user.
2019-02-17mate-backgrounds: update to 1.21.0gutteridge3-9/+13
Change log: * Translations update
2019-02-16*: recursive bump for poppler-0.74.0wiz6-11/+12
2019-02-16sxiv: Remove no longer needed tool dependency to gmakeleot1-3/+1
It should build fine with (non-g)make too.