summaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Collapse)AuthorFilesLines
2019-02-01tex-pstricks{,-doc}: update to 2.95markd4-16/+16
changes unknown
2019-02-01MesaLib18: update to 18.3.3tnn2-8/+7
Mesa 18.3.3 is a bug fix release which fixes bugs found since the 18.3.2 release. No new features.
2019-01-30tex-pstricks-add{,-doc}: update to 3.87markd4-16/+16
changes unknown
2019-01-30tex-pstricks{,-doc}: update to 2.94markd6-18/+26
This version defnies a new macro \pstLine which can be used for vectors where the arrow tip should only be printed if the line length is greater than zero.
2019-01-29tex-mcf2graph{,-doc}: update to 4.35markd5-20/+20
-fix bug in numbering bond -update MCF manual
2019-01-29libwebp: updated to 1.0.2adam2-7/+7
version 1.0.2 This is a binary compatible release. * (Windows) unicode file support in the tools (linux and mac already had support) * lossless encoder speedups * lossy encoder speedup on ARM * lossless multi-threaded security fix
2019-01-29ImageMagick: Update to 7.0.8.25leot5-60/+17
pkgsrc changes: - jpeg is checked by configure and was indirectly picked up. Pass `--with-jpeg' and include mk/jpeg.buildlink3.mk accordingly (related to PR pkg/53921) Changes: 2019-01-27 7.0.8-25 Cristy <quetzlzacatenango@image...> * Release ImageMagick version 7.0.8-25, GIT revision 15279:7da783a5b:20190127 2019-01-19 7.0.8-25 Cristy <quetzlzacatenango@image...> * Eliminate spurious font warning (reference https://github.com/ImageMagick/ImageMagick/issues/1458). * Support HEIC EXIF & XMP profiles. 2019-01-12 7.0.8-24 Cristy <quetzlzacatenango@image...> * Release ImageMagick version 7.0.8-24, GIT revision 15233:db129ba64:20190112 2019-01-08 7.0.8-24 Cristy <quetzlzacatenango@image...> * Support -clahe option real clip limit (reference https://imagemagick.org/discourse-server/viewtopic.php?f=2&t=35292). * ShadeImage() kernels can return negative pixels, clamp to range (reference https://github.com/ImageMagick/ImageMagick/issues/1319). * Annotate with negative offsets no longer renders slanted text. 2019-01-01 7.0.8-23 Cristy <quetzlzacatenango@image...> * Release ImageMagick version 7.0.8-23, GIT revision 15199:ba07f7d07:20190101 2019-01-01 7.0.8-23 Cristy <quetzlzacatenango@image...> * CacheInfo destructor must be aligned in DestroyPixelStream(). 2018-12-30 7.0.8-22 Cristy <quetzlzacatenango@image...> * Release ImageMagick version 7.0.8-22, GIT revision 15189:842164090:20181230 2018-12-29 7.0.8-22 Cristy <quetzlzacatenango@image...> * Support negative rotations in a geometry (e.g. -10x-10+10+10). * Return expected canvas offset after a crop with gravity. 2018-12-27 7.0.8-21 Cristy <quetzlzacatenango@image...> * Release ImageMagick version 7.0.8-21, GIT revision 15179:114be1716:20181227 2018-12-27 7.0.8-21 Cristy <quetzlzacatenango@image...> * Check to ensure SeekBlob() offset can be represented in an off_t. 2018-12-23 7.0.8-20 Cristy <quetzlzacatenango@image...> * Release ImageMagick version 7.0.8-20, GIT revision 15170:8e8222e87:20181223 2018-12-23 7.0.8-20 Cristy <quetzlzacatenango@image...> * Cube image format returns a HALD image. * CLAHE tiles overlapped are now centered relative to the image. 2018-12-19 7.0.8-19 Cristy <quetzlzacatenango@image...> * Release ImageMagick version 7.0.8-19, GIT revision 15153:e74ed77f5:20181219 2018-12-18 7.0.8-18 Cristy <quetzlzacatenango@image...> * Release ImageMagick version 7.0.8-18, GIT revision 15146:b5eccd295:20181218 2018-12-18 7.0.8-18 Cristy <quetzlzacatenango@image...> * Fixed Magick++ compile error on Mac OS X. 2018-12-17 7.0.8-17 Cristy <quetzlzacatenango@image...> * Release ImageMagick version 7.0.8-17, GIT revision 15142:32f2d195e:20181217
2019-01-29tex-pst-text{,-doc}: update to 1.02markd5-18/+19
This version has a new macro \psWarp for "warping" a iext sequence.
2019-01-29tex-metapost{,-doc}: update to 1.803pl49482markd6-19/+21
changes unknown
2019-01-29tex-animate{,-doc}: update to 20181219markd5-18/+18
changes unknown
2019-01-29tex-pst-math{,-doc}: update to 0.65markd4-16/+18
This version adds some macros for random numbers.
2019-01-27ruby-gnome2: update to 3.3.1.tsutsui13-48/+42
Upstream changes (from NEWS): == Ruby-GNOME2 3.3.1: 2019-01-09 This is a release that improves GObject Introspection support. === Changes ==== Ruby/GLib2 * Improvements * (({rbgobj_remove_relative()})): Added support for removing a relative added by (({rbgobj_add_relative()})). * Stopped to use raw (({Hash})) to guard objects from GC. * (({GLib::Idle.remove})): Deprecated. Use (({GLib::Source.remove})) instead. * Fixes * Fixed typos in samples. [GitHub#1267][Patch by kojix2] ==== Ruby/CairoGObject * Improvements * Started to require cairo gem 1.16.2 or later. ==== Ruby/GObjectIntrospection * Improvements * Added support for input object validation. * Added support for callback with module function such as (({Gdk.threads_add_idle})). [GitHub#1256][Reported by xetum] * Added support for converting (({GHash<utf8, GObject>})). * Added support for transfer full (({GHash})). * Added support for freeing array of primitive types. [GitHub#1266][Patch by Yosuke Shiro] * Improved suitable method detection for array and list. * Added support for converting an array of (({GObject})). * Added support for renaming compare operations: * (({not_equal})): (({!=})) * (({less_than})): (({<})) * (({less_than_or_equal})): (({<=})) * (({greater_than})): (({>})) * (({greater_than_or_equal})): (({>=})) ==== Ruby/GdkPixbuf2 * Fixes * Fixed markup. [GitHub#1250][Patch by kojix2] * Fixed a bug that data passed to (({GdkPixbuf::Pixbuf.new(data: array)})) is corrupt by GC. ==== Ruby/Pango * Improvements * (({Pango::Layout#get_pixel_extents})): Added for backward compatibility. * (({Pango::Rectangle#ascent})): Added for backward compatibility. * (({Pango::Rectangle#descent})): Added for backward compatibility. * (({Pango::Rectangle#lbearing})): Added for backward compatibility. * (({Pango::Rectangle#rbearing})): Added for backward compatibility. * (({Pango::Rectangle#left_bearing})): Added. * (({Pango::Rectangle#right_bearing})): Added. ==== Ruby/GTK2 * Fixes * Fixed typos in samples. [GitHub#1268][Patch by kojix2] ==== Ruby/GTK3 * Improvements * Updated sample to work on HiDPI environment. [GitHub#1246][Patch by noanoa07] * Updated samples. [GitHub#1258][GitHub#1259][GitHub#1260][Patch by kojix2] ==== Ruby/RSVG2 * Fixes * Fixed typos. [GitHub#1253][Patch by kojix2] * Removed needless rsvg2 gem dependency for Windows. [GitHub#1261][Reported by noanoa07] ==== Ruby/GEGL * Fixes * Fixed a typo in README. [GitHub#1263][Patch by kojix2] === Thanks * noanoa07 * kojix2 * xetum * Yosuke Shiro
2019-01-27tex-tikz-cd{,-doc}: update to 0.9fmarkd5-18/+18
changes unknown
2019-01-26MesaLib18: don't need the llvm toolchain, just the lib. Bump rev.tnn2-5/+5
2019-01-26sxiv: ...and remove no longer needed patch in distinfo tooleot1-2/+1
2019-01-26sxiv: Update to 25leot3-27/+7
Changes: v25 --- * Support font fallback for missing glyphs * Fix busy loop when built without inotify * Use background/foreground colors from X resource database
2019-01-26point old mesa to libLLVM4 for nowtnn2-5/+4
2019-01-26tex-tikzmark{,-doc}: update to 1.6markd4-16/+16
This version introduces two new features: 1. \tikzmarknode, which is the original command that puts some content in a node. The node is "mathaware". 2. The ability to save node data either for later use or to a separate file
2019-01-26tex-tkz-base{,-doc}: update to 1.16dmarkd4-16/+16
Minor update (with Alain Matthes' permission) to tkz-base tkz-doc tkz-graph tkz-kiviat tkz-linknodes tkz-tab to avoid loading the etex package in current LaTeX releases
2019-01-26tex-epstopdf{,-doc}: update to 2.28markd4-17/+16
epstopdf 2.28 changes to output PDF version 1.5 by default. Before, it output whatever version the underlying Ghostscript or other interpreter had as default. In Ghostscript 9,25, that changed to 1.7, which would cause many warnings in the TeX world. To override the PDF version, use epstopdf --gsopt=-dCompatibilityLevel=1.7 (for example).
2019-01-26tex-pst-plot{,-doc}: update to 1.91markd4-16/+16
changes unknown
2019-01-24papirus-icon-theme: Update to 20190106nia3-14/+2990
Highlights Added a lot of icons and symlinks for Flatpak packages hosted on Flathub #1323 Added pink and purple folder color #1581 #1590 Added icons actions: view-sort icon and several symlinks adriconf #1323 Almond #1323 Ark Ecosystem #1323 AssaultCube AVI MetaEdit #1323 Beaker Browser #1323 Betaflight Configurator Bladecoder Adventure Editor #1323 BlueJeans #1323 Botfather #1323 Buttercup BWF MetaEdit #1323 BZFlag #1323 Cockatrice #1323 Cointop #1323 Colorpicker Connectagram #1323 Construo #1323 Cumulonimbus #1323 CuteMaze #1323 Datovka #1323 Digital #1323 don't take it personally, babe, it just ain't your story #1323 Dungeon Crawl Stone Soup #1323 DV Analyzer #1323 E-Juice-Calc #1323 Eclipse 4DIAC IDE #1323 Electrip #1323 Elliptic Curve Plotter #1323 Engauge Digitizer #1323 Eternal Lands #1323 evtest-qt #1323 FCStd mimetype icons #1531 Fillets #1323 Fips #1323 Flippy #1323 font-viewer #1323 fwupd #1323 Gahshomar #1323 GitHub Desktop Glide #1323 GlxInfo #1323 Gnomit #1323 Google Sites mime icon Gottet #1323 Goxel #1323 Gpredict #1323 GPU Viewer #1323 GrafX2 #1323 Gst Debug Viewer #1323 Gtranslator #1323 Hardware Probe Tool #1323 HatchPreviewer #1323 Hexalate #1323 Hsiu-Ming's Timer #1323 i2pd #1323 IconPreview #1323 Infector #1323 JOSM #1323 Kapow #1323 Katawa Shoujo #1323 Klickety #1323 kNaval Battle #1323 Labyrinth #1323 LBRY App #1323 LibreSprite #1323 Liri #1323 Luakit #1550 Mark Text #1323 Matrique-go #1323 MediaConch #1323 mki3dgame #1323 Moonlight #1323 MOV MetaEdit #1323 Movie Monad #1323 Mr. Rescue game #1323 Naev #1323 Natron #1323 Nheko #1323 NixView #1323 Noiz2sa #1323 Noson #1323 NovProg #1323 Nvidiux OfficeRunner #1323 Olive Video Editor #1589 ONVIFViewer #1323 Oomox #1323 OpenClonk #1323 OpenMW #1323 OpenSCAD #1323 OSM Scout Server #1323 Othman #1323 OTPClient #1323 Paperwork #1323 Password Calculator #1323 PasswordSafe #1323 Patchwork #1323 PDF Mix Tool #1323 PDF Slicer #1323 Peg-E #1323 Pencil2D #1323 Pioneer #1323 Piper #1323 Plasma widgets System Monitor Dash Hoppla SA Tiled Menu MinimalMenu Window Title Play it Slowly #1323 Poezio #1323 Processing IDE #1323 projectM #1323 Pure Maps #1323 Pyzo #1323 QC Tools #1323 Quaternion #1323 RazerGenie #1323 Red Eclipse #1323 reMarkable #1323 Remote Touchpad #1323 Rocket Chat Desktop #339 rRootage #1323 RuneLite #1323 Sauerbraten #1323 Scans to PDF #1323 Shattered Pixel Dungeon #1323 Shotcut #1323 Sideka #1323 Simsu #1323 Slingshot #1323 SparkleShare tray icons #1541 Spectral #1323 Speedcrunch #1546 Srain #1323 SynfigStudio (AppImage) #1555 SynfigStudio #1323 Syntevo Smart Synchronize #1323 Taisei #1323 Tanglet #1323 TanksOfFreedom #1323 Teo emulator #1323 Tetzle #1323 Textosaurus #1323 The Plan game #1323 Total Chaos game #1323 Tracktion7 #1549 Tremotesf #1323 Tremulous #1323 TurtleArt #1323 UberWriter #1323 Unreal editor binaries #1547 VICE #1323 Vuescan #1323 windstille-0.2 #1323 WolfenDoom Blade of Agony #1323 Wolfenstein #1323 xapp-prefs-*-symbolic #1542 Yahoo Mail (Web App) #1492 YUView #1323 ZevDocs #1323 Zulip #1323 Updated icons Clementine FS-UAE Google Chrome Beta #1554 GTK3/4 Widget Factory Changes and fixes Added missing Dropbox emblem icon Added Syncthing emblem icons Rename Mullvad icon to mullvad-vpn #1580
2019-01-24graphite2: install the libtool .la file and use it instead of .so filestnn4-6/+25
Should fix build on Linux and maybe Darwin also. Bump.
2019-01-24Revbump Go packages after lang/go111 update.bsiegert4-8/+8
2019-01-24tex-venndiagram{,-doc}: update to 1.2markd5-18/+17
Added boolean option showframe.
2019-01-23tex-tikzsymbols{,-doc}: update to 4.10amarkd4-16/+16
changes unknown
2019-01-21py-qrcode: updated to 6.1adam2-7/+7
6.1: - Fix short chunks of data not being optimized to the correct mode. - Tests fixed for Python 3
2019-01-20MesaLib18: more patch cleanuptnn8-46/+40
patch-configure.ac: configure test for HAVE_OPEN_MEMSTREAM patch-src_amd_common_ac__debug.c: ditto patch-src_gallium_drivers_radeonsi_si__state__shaders.c: ditto patch-src_gallium_auxiliary_util_u__helpers.c: add comment patch-src_util_u__thread.h: add comment patch-src_egl_drivers_dri2_platform__drm.c: fix incomplete #ifdef patch-src_mesa_tnl_t__pipeline.c: delete obsolete patch
2019-01-19Revert previous for OSX, it's still needed. Document the reason why in patch.tnn3-4/+22
2019-01-19MesaLib18: patch for FDO bug 90311 appears no longer neededtnn3-8/+5
2019-01-19MesaLib18: fix build on Mac OS Xtnn8-37/+86
Tested with x11/modular-xorg-xquartz on Mojave.
2019-01-19MesaLib/bl3.mk: don't advertise EGL support for modular Xorg on Darwintnn1-2/+2
2019-01-19trust pkg-config to do the right thingtnn1-2/+1
2019-01-19MesaLib18: always prefer the builtin libelftnn1-9/+2
There seem to be issues with using pkgsrc libelf on every $OPSYS except linux.
2019-01-19fix botched #endiftnn2-7/+6
2019-01-19MesaLib18: set correct CONFIGURE_ARGS for dri-less buildtnn6-18/+58
Also fix some SunOS build issues.
2019-01-18MesaLib18: delete option "texture"tnn1-6/+1
It is now unconditional and was only there for patent reasons. The patent has expired.
2019-01-18more MesaLib18 fixes ...tnn3-20/+33
- Someone has commented out the i915 driver. (Why?) Put it back. - can build with python3 - remove & coalesce unused PLIST vars - Add option toggle for vulkan (probs only relevant on Linux for now)
2019-01-18MesaLib18: clean up options.mk a bit. While here update to 18.3.2tnn3-23/+12
Changes: bugfixes only
2019-01-18ristretto: update to 0.8.3.youri3-10/+10
- take maintainership - Fix GLib-GObject-CRITICAL in directory monitoring code - Fix loading image from an URL - Freeing memory used for storing bg colors was done wrong (bug #13335) - Fix opening image files that are symlinks (bug #13576) - Fix BMP files failing to load with libmagic (bug #13489) - Port to GDBus - Translation updates..
2019-01-16gnuplot: updated to 5.2.6adam3-27/+9
Changes in 5.2.6 NEW keyword "keyentry" places an entry in the key without actually plotting NEW "set style boxplot medianlinewidth <lw>" CHANGE drop non-working support for CIE/XYZ color space CHANGE strptime ignores content read with format a/A/w/W FIX various corner-case bugs and overruns found by fuzzing FIX revise waitforinput in x11 terminal FIX revise waitforinput and terminal close events in qt terminal FIX revise waitforinput and new window events in monothreaded wxt terminal FIX lua.trm compatibility with lua version 5.3 FIX error line reporting inside an if/else bracketed clause FIX error in date conversion for times within a nanosecond of a year boundary
2019-01-16mate-themes: update 3.22.18:youri3-151/+139
.18.18.1.18.18.18.18.18.18.18.18.18.18.18.18.18.18.18.18.18.18.18.18.18.188 C.18.18.18VS: ---------------------------------------------------------------------ync with transifex Menta/Submarine: fix backdrop/focus state with gnome-disk-utility submarine: reduce button radius submarine: fix headerbar backdrop state button jumping some themes: drop styling for eom sidebar buttons submarine: give emoji-picker popup a nicer look submarine: few fixes for buttons in titlebar and popovers submarine: fix font color in lightdm-settings highcontrast: Use normal titlebar size for utility windows all themes: add a thiny border to the panel submarine: fix borders in filechooser placessidebar ### 3.22.17 (GTK 3.22) * sync with transifex * submarine: drop double border of scrollbar sliders * Submarine: some border fixes for caja notebook * all themes: xrandr-applet menu styling * Submarine/GreenLaguna: fix bg of foo-scroll-area * Menta themes: fix background size for windows-control icons * all themes: Mate Panel: Fix align with CheckBoxes in applet popup menu * Menta themes: use icons with best resolution * HighContrast: use HC icon-theme * Fix more HighContrast themes visibility with metacity * HighContrast: Rework colors * TOK: "menu > menuitem" instead "menu menuitem" * Update default cursor size * TOK/TG: Fix: checkboxes and radio buttons are little and blurry * Fix HighContrast themes visibility with metacity * use HighContrastInverse theme from gtk+
2019-01-16mate-icon-theme-faenza: fix versionyouri1-3/+3
2019-01-16mate-icon-theme: update to 1.21.1:youri3-13/+49
### mate-icon-theme 1.21.1 * Translations update * Add video single and joined display symbolic svg icons * symlink input-touchpad.svg icon * add a symlink for bluetooth icon * add icons for touchpad ### mate-icon-theme 1.21.0 * Translations update * mate: add audio-volume-off
2019-01-16mate-backgrounds: Fix versionyouri1-2/+2
2019-01-16eom: Update to 1.21.2:youri3-20/+39
### eom 1.21.2 * docs: remove eom-dialog.xml reference to fix distcheck * Translations update * tx: update source file * EomMetadataSidebar: Make header include guard actually work * EomWindow: Switch keyboard shortcuts for sidebar and gallery * Tweak sidebar ui * EomPropertiesDialog: Use standard::display-name when showing the parent * EomMetadataSidebar: Use standard::display-name when showing the parent * Fix GResource dependency calculation for out-of-tree builds * Make sure the libpeas-gtk dependency isn't optimized away * Remove EomDialog helper class * EomPreferencesDialog: Convert to GtkBuilder template * EomThumbnail: Load thumbnail frame from a GResource * Load EomMultipleSaveAsDialog from GResource * eom-window: fix deprecated GtkStock usage * Fix build without XMP support * Load eom-image-properties-dialog.ui with a gresource * properties-dialog: Port to gtk_show_uri_on_window * EomPropertiesDialog: Convert to GtkBuilder template * EomPropertiesDialog: Remove unused private members * Fix metadata sidebar with libexif disabled * Fix API docs build without libexif * EomMetadataSidebar: fix --without-libexif build * EomMetadataSidebar: Clear folder label if no image is set * EomSidebar: Increase margin at the sides of the sidebar * EomSidebar: Center and reformat page selector * EomMetadataSidebar: Fix leaked strings * metadata-sidebar: add the details button again * EogMetadataSidebar: Try to unclutter and improve the sidebar's look * GResource: free css_file * Initial GResource migration * Starting with eom.css and eom-ui.xml * EomExifUtil: Fix build with newer GCC * EomExifUtil: Fix build with older GCCs * EomExifUtil: Allow freeform formatting of date strings * EomMetadataDetails: Improve fractional GPS coordinates support * EomPropertiesDialog: Separate Exif/XMP-specific widgets from generic ones * EomMetadataDetails: Don't install header file * EomExifDetails: Rename to EomMetadataDetails * Drop eom_close_confirmation_dialog_set_sensitive * scroll-view: Remove a gdk_window_process_updates call * util: Port to gtk_show_uri_on_window * EomImage: Make sure to emit size-prepared after applying orientation * EomImage: Fix too early size-prepared emission * EomImage: Slight optimization of private data structure * drop forgotten gtkrc file * css: drop obsolete old css language ### eom 1.21.1 * EomWindow: silence a introspection warning * Convert to G_DEFINE_TYPE_WITH_PRIVATE * EomApplication: Make most members private * Add new plugin hook for per-application plugins * Make EomWindow a GtkApplicationWindow * sidebar: show complete directory in button tooltip * properties-dialog: show complete directory in button tooltip * Make the URI-label in the properties dialog a button showing the folder * exif-details: make value column selectable * EomExifDetails: Take Exif IFD into account when creating hash keys * Place GPS Exif tags into their own subcategory * Reformat Exif tags for GPS position to be better understandable * Make sure GPS Exif tags are named and ordered correctly * Use GdkPixbuf's "orientation" feature as fallback for autorotation * EogScrollView: Implement simple two-pass filtering * EomScrollView: Use better downscaling filter * Remove unneeded finalize() from EomListStore * Update plugins to use EomWindowActivatable interface * Add our own activatable interface to EomWindow * Replace gdk_spawn_command_line_on_screen() * sidebar: replace deprecated gtk_misc_set_alignment * EomWindow: Simplify metadata sidebar title * EomSidebar: Set orientation property via g_object_new * Replace remaining uses of margin-left and margin-right properties * EomMetadataSidebar: Allow filename to be wrapped at char boundaries * sidebar: fix a deprecation * EomMetadataSidebar: Fix deprecation warning with newer GTK+ * MetadataSidebar: Add a tooltip to the folder button * MetadataSidebar: Change layout of the data values * Make metadata values in MetadataSidebar selectable * Fix build when not building with libexif and/or exempi * Don't force-enable the sidebar on startup once a page is added * Make Exif/XMP summaries available as sidebar * Drop now unneeded TotemScrSaver * Use GtkApplication to inhibit the screensaver during slideshows * Ensure UI action sensitivity is set at least once * Remove leftover DBus service description file * Remove spurious g_object_unref * reload: ensure that pending updates to UI are complete * Port EomApplication to GtkApplication * Make the displayed EomImage a property of EomScrollView * EomPropertiesDialog: Make details view expand vertically * Enable more Drag&Drop actions when eom is drag source * Use new DBus API to show the current image in the file browser * Add an "Open containing folder" command ### eom 1.21.0 * Translations update * toolbar: add missing popup menu for launching toolbar editor * sidebar: replace deprecated gtk_menu_popup * editable-toolbar: replace deprecated gtk_menu_popup * editable-toolbar: replace deprecated gtk_drag_begin * svg: Fix offset coordinates when transforming SVG images on HiDPI displays * require libpeas 1.8.0 * plugins: Use Python 3.x for Python plugins * replace deprecated gdk_flush * fix some -Wincompatible-pointer-types warnings * Scale HiDPI images correctly * eom-window.c: avoid deprecated GtkButton:use-stock * avoid deprecated GtkStock
2019-01-16graphics/tesseract: update DESCRgutteridge1-9/+8
The DESCR was about a decade out of date, revise to reflect 4.0.
2019-01-15lcms2: update to 2.9markd2-7/+7
----------------------- 2.9 Maintenance release ----------------------- Several fixes related with security, and therefore not detailed here. C++ compiles now without warnings Added OSX and clang in travis Added a travis-ci test matrix for many compilers and OS. Thanks to Thomas Weber (debian) for this great improvement. testbed can now work with dynamic versions of library Fixed wrong planar formatters regarding linestride interpretation
2019-01-13freedreno is not buildable on NetBSD. Disable itryoon1-3/+3
2019-01-11MesaLib18: make sure we use __builtin_alloca on NetBSDtnn1-1/+6
Otherwise Xorg crashes in the radeon driver when mesa is built with clang. Better fix welcome. Bump PKGREVISION.