summaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Collapse)AuthorFilesLines
2018-06-20mesalib: disable dri *and* llvm in the netbsd native xorg case.maya1-3/+4
It isn't feasible to build this version of MesaLib with this option and netbsd's base libraries. PR pkg/52686.
2018-06-19Update to 7.0.8.2ryoon2-7/+7
Changelog: 2018-06-18 7.0.8-2 Cristy <quetzlzacatenango@image...> * Release ImageMagick version 7.0.8-2, GIT revision 14476:cda11d81d:20180618. 2018-06-18 7.0.8-2 Cristy <quetzlzacatenango@image...> * More robust SVG text handling. 2018-06-16 7.0.8-1 Cristy <quetzlzacatenango@image...> * Release ImageMagick version 7.0.8-1, GIT revision 14468:94cb08785:20180616. 2018-06-16 7.0.8-1 Cristy <quetzlzacatenango@image...> * Fixed numerous use of uninitialized values, integer overflow, memory exceeded, and timeouts (credit to OSS Fuzz). * Fixed an issue with stroke and label: (reference https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=34142). * PNG: set storage class to DirectClass if alpha enabled (reference https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=34121).
2018-06-17*: bump PKGREVISION for poppler 0.65.0 shlib version bumpwiz4-7/+8
2018-06-17ImageMagick: update to 7.0.8.0.wiz3-10/+10
2018-06-12 7.0.8-0 Cristy <quetzlzacatenango@image...> * Release ImageMagick version 7.0.8-0, GIT revision 14459:d7c892d5a:20180612. 2018-06-11 7.0.8-0 <quetzlzacatenango@image...> * Fixed numerous use of uninitialized values, integer overflow, memory exceeded, and timeouts (credit to OSS Fuzz). 2018-06-11 7.0.7-39 Cristy <quetzlzacatenango@image...> * Release ImageMagick version 7.0.7-39, GIT revision 14445:cc962acde:20180611. 2018-06-06 7.0.7-39 <quetzlzacatenango@image...> * Fixed numerous use of uninitialized values, integer overflow, memory exceeded, and timeouts (credit to OSS Fuzz).
2018-06-16openimageio: dont try to use OpenColorIO if detectedmarkd1-2/+3
2018-06-14gimp: Avoid ambiguous function call.jperkin2-1/+44
2018-06-14gimp: Requires GCC 5.x for adequate C++14 support.jperkin1-1/+4
2018-06-14Fix buildlink3.mk.youri1-17/+2
2018-06-13Fix build on NetBSD.youri1-1/+3
2018-06-13Update to 3.28, now uses meson to install and features a few nice backgrounds.youri3-36/+38
2018-06-13graphics/Makefile: Add go-resizeminskim1-1/+2
2018-06-13graphics/go-resize: Import version 0.0.20180221minskim5-0/+57
Image resizing for the Go programming language with common interpolation methods.
2018-06-13+ colordyouri1-1/+2
2018-06-13graphics/colord: import colord-1.3.5youri12-0/+445
colord is a system activated daemon that makes it easy to manage, install and generate color profiles to accurately color manage input and output devices.
2018-06-12Revbump all Go packages after lang/go update.bsiegert1-2/+2
2018-06-12libimagequant: updated to 2.12.1adam4-40/+30
version 2.12 - new liq_histogram_add_fixed_color() - faster for large/complex images - workarounds for Microsoft's outdated C compiler
2018-06-11graphics/tesseract: Revert update to data version 4.00. Using version 4 data ↵fhajny2-8/+8
with version 3 program is not supported. Fixes https://github.com/joyent/pkgsrc/issues/113.
2018-06-09libsixel: update to 1.8.1.tsutsui2-7/+7
No upstream changelog in the NEWS file, but includes the following fixes: * Fix critical bug: sixel_dither_set_diffusion_type() (called from img2sixel -d option) doesn't work well * Suppress an uninitialized warning on GCC-4.1 * Move pragma GCC diagnostic to outside functions because it's not allowed on gcc44
2018-06-09libsixel: take maintainership.tsutsui1-2/+2
2018-06-09libsixel: update to 1.8.0.tsutsui2-8/+7
Upstream changes (from NEWS): ------------------------------ What's new in libsixel-1.8 ? ------------------------------ * core: Upgrade stb_image to 2.19. * core: Introduce new dithering method, a_dither / x_dither (http://pippin.gimp.org/a_dither/). Thanks to @hodefoting. https://github.com/saitoha/libsixel/pull/53 * core: Fix wrong HLS color handling. https://github.com/saitoha/libsixel/commit/0fb35d22e7ba4ed8bce3be42791e6b39c3187b89 * core: Improve quality of 15bpp(hi-color mode) dither. https://github.com/saitoha/libsixel/commit/42f34283defea67c2d6294af4bd7dcb4fdf9f046 * img2sixel: Allow a deferred clear code in a GIF format GIF decoder must do nothing when the table is full. See Section "DEFERRED CLEAR CODE IN LZW COMPRESSION" in https://www.w3.org/Graphics/GIF/spec-gif89a.txt. Thanks to @mame. https://github.com/saitoha/libsixel/pull/63 * img2sixel: Marks -D option (read source images from stdin continuously) as deprecated https://github.com/saitoha/libsixel/commit/9c8ffa62203899d866fc28e3ab7c6dfd9a0019b1 * Some bug fixes and minor improvements. Thanks to @set135, @ttdoda. * Announcement for package maintainers: Immutable tarball is provided, because GitHub auto-generated tarball may be not immutable. https://github.com/saitoha/libsixel/releases/download/v1.8.0/libsixel-1.8.0.tar.gz For details, see https://github.com/saitoha/libsixel/issues/64 .
2018-06-09ruby-gnome2: update to 3.2.7.tsutsui15-45/+62
pkgsrc changes: * remove a fix for glib2 pulled from upstream * remove a gobject-introspection patch for netbsd-6 (seems fixed in upstream) Upstream changes (from NEWS): == Ruby-GNOME2 3.2.7: 2018-06-07 This is a packaging bug fix release of 3.2.6. === Changes ==== All * Improvements * Added support for using unreleased version with Bundler. [Patch by cedlemo] * Fixes * Fixed a packaging bug that dependencies are missing. == Ruby-GNOME2 3.2.6: 2018-06-06 This is a bug fix release of 3.2.5. === Changes ==== Document * Improvements * Updated project URL. [GitHub#1174][Patch by okkez] ==== All * Improvements * Added support for using unreleased version with Bundler. [Patch by cedlemo] * Windows: Upgraded bundled library versions. ==== Ruby/GLib2 * Improvements * (({GLib::Object.define_signal})): Added. (({GLib::Object.signal_new})) is deprecated. * (({GLib::Object.signal_new})): Changed to accept (({Symbol})) as flags. * (({GLib::Signal})): Migrated to (({TypedData})). * (({GLib::Enum})): Migrated to (({TypedData})). * (({GLib::Flags})): Migrated to (({TypedData})). * (({GLib::Boxed})): Migrated to (({TypedData})). * (({GLib::Param})): Migrated to (({TypedData})). * (({rbgobj_signal_new()})): Added. (({rbgobj_signal_wrap()})) is deprecated. * Dropped GLib < 2.28 support. * (({GLib::Variant.new})): Changed to accept (({String})) as variant type. * (({rbg_variant_type_from_ruby()})): Added. * (({rbg_gc_guard()})): Added. * (({rbg_gc_unguard()})): Added. * Fixes * Fixed a bug that signal created by (({GLib::Object.signal_new})) may be GC-ed. [GitHub#1166][Reported by Izumi Tsutsui] ==== Ruby/GObjectIntrospection * Improvements * (({GObjectIntrospection::Struct})): Migrated to (({TypedData})). * Improved better function detection. * Added heuristic callback data detection. * Added support for getting flags field value. * (({RBGICallbackData})): Hidden details. * (({rb_gi_callback_data_get_metadata()})): Added. * (({rb_gi_callback_data_get_rb_callback()})): Added. * Added (({to_integer})) to (({to_i})) mapping. [GitHub#1191][Patch by yosuke shiro] ==== Ruby/CairoGObject * Improvements * Added (({gtype})) class methods. ==== Ruby/GIO2 * Improvements * (({Gio::MenuItem#set_attribute_value})): Improved argument conversion. Callers don't need to create (({GLib::Variant})). * (({Gio::Settings.new})): Added support for keyword (({Hash})). [GitHub#1187][Patch by cedlemo] ==== Ruby/Pango * Improvements * (({Pango::Attribute})): Migrated to (({GLib::Boxed})). * (({Pango::Rectangle#dup})): Added. * (({rbpango_attribute_from_ruby()})): Added. * Fixes * Fixed a bug that wrong (({Pango::Attribute})) conversion. [GitHub#1188][Reported by kojix2] ==== Ruby/GdkPixbuf2 * Improvements * (({GdkPixbuf::Pixbuf#subpixbuf})): Added. (({GdkPixbuf::Pixbuf#new_subpixbuf})) is deprecated. * (({GdkPixbuf::Pixbuf#new})): Improved the default (({row_stride})) value. ==== Ruby/GDK3 * Improvements * (({Gdk::Cursor.new})): Added multiple calls with the same value. [GitHub#1195][Reported by kojix2] ==== Ruby/GTK3 * Improvements * Removed needless custom callback handlers. * Dropped GTK+ 3.10 support. * (({Gtk::Application.new})): Changed to all arguments are omittable. * (({Gtk::TextBuffer#insert})): Changed to raise an exception for unknown tag. * Fixes * Fixed a bug that (({Gtk::Version.or_later?})) requires the 3rd argument. * Fixed demo. * [GitHub#1175][GitHub#1176][GitHub#1177][GitHub#1178][GitHub#1183] [GitHub#1184][GitHub#1185] [Reported by kojix2] * [GitHub#1181][GitHub#1186][GitHub#1197][GitHub#1210] [Patch by kojix2] ==== Ruby/Poppler * Improvements * (({Cairo::Context#show_poppler_page})): Added for consistency. ==== Ruby/RSVG2 * Improvements * (({Cairo::Context#show_rsvg_handle})): Added for consistency. ==== Ruby/GStreamer * Improvements * (({Gst::Element.[]})): Added as a shortcut of (({Gst::ElementFactory.make})). * (({Gst::Bus#poll})): Made all arguments omittable. === Thanks * Izumi Tsutsui * okkez * kojix2 * cedlemo * yosuke shiro
2018-06-08Revbump after lang/qore module api updatenros2-4/+4
2018-06-04graphics/gimp: on Darwin, gimp-debug-tool is in bin instead of libexecdbj2-3/+8
See the conditional in gimp-2.10.0/app-tools/Makefile.am
2018-06-04graphics/gexiv2: fix minor darwin specific error in configuredbj3-1/+33
2018-06-04Add needed gnome-icon-theme, noted by jmcneill@.youri1-1/+2
2018-06-03Work around name conflict with index(). Not sure why this suddenlydholland2-1/+20
broke the build... is this 2018 or 1988?
2018-06-03ImageMagick: update to 7.0.7.38.ast2-7/+7
2018-06-02 7.0.7-38 Cristy <quetzlzacatenango@image...> Release ImageMagick version 7.0.7-38, GIT revision 14409:01e395a73:20180602. 2018-05-30 7.0.7-38 <quetzlzacatenango@image...> Heap buffer overflow fix (reference https://github.com/ImageMagick/ImageMagick/issues/1156). Boundary issues with -gamma option when HDRI is enabled (reference https://github.com/ImageMagick/ImageMagick/issues/1151). Fixed numerous use of uninitialized values, integer overflow, memory exceeded, and timeouts (credit to OSS Fuzz).
2018-06-03Fix date format, noted by jmcneill@.youri1-2/+2
2018-06-03tex-mptopdf: fix TEX_FORMATSmarkd1-2/+3
2018-06-02Bump revision for yaml-cpp dependency change. Require C++11 asjoerg3-3/+32
dependency already does. Don't use TR1.
2018-06-01mesalib: revert previous stopgap fixmaya1-2/+2
I'm not sure what I tested, but it didn't work (since the llvm option needs to be disabled as well).
2018-05-31ImageMagick: update to 7.0.7.37.ast2-7/+7
2018-05-29 7.0.7-37 Cristy <quetzlzacatenango@image...> Release ImageMagick version 7.0.7-37, GIT revision 14393:61d7e8b17:20180529. 2018-05-29 7.0.7-37 <quetzlzacatenango@image...> Properly initialize SVG color style. 2018-05-28 7.0.7-36 Cristy <quetzlzacatenango@image...> Release ImageMagick version 7.0.7-36, GIT revision 14390:3a6bd703f:20180528. 2018-05-28 7.0.7-36 <quetzlzacatenango@image...> A SVG rectangle with a width and height of 1 is a point.
2018-05-31Update to 1.26.2: (Needed for Cinnamon)youri4-68/+32
Clutter 1.26.2 2017-05-12 =============================================================================== • List of changes since Clutter 1.26.0 - Accept upper case 'A' when selecting all content in a Text actor This is similar to what GTK+ allows, and makes it easier to select text with Caps Lock enabled. - Use GDK API when using Wayland sub-surfaces The GDK backend on Wayland uses sub-surfaces to allow Cogl to manage the rendering surface; now that GDK exposes the necessary API, we can avoid using the Wayland API directly, and instead let GDK manage the surface for us. - Documentation fixes - Translation updates Danish, Basque, Chinese (Traditional), Occitan, Indonesian, Polish, Spanish, Slovak, Kazakh, British English, Croatian, Hungarian, Norwegian bokmål, Belarusian. • List of bugs fixed since Clutter 1.26.0 #766326 - text: Bind <ctrl>A in addition to <ctrl>a #768243 - Don't create the Cogl GLib source multiple times #768734 - actor: Clarify that add_effect() sinks floating references on the effect #781975 - Under Wayland, Totem spawns a new window without controls for some files and then gnome-shell crashes #759085 - seg fault in actor-graph test #774546 - [Wayland][gdk][stage] Use GDK API instead of Wayland directly #762888 - [PATCH] backend: check for wayland before x11 #772412 - clutter-script: Document support for top-level arrays #770288 - clutter-script: Add an example of translation in ClutterScript #768898 - clutter: Fix typo in docs for ClutterActor::queue-relayout Many thanks to: Piotr Drąg, Philip Withnall, Olivier Fourdan, Cédric Valmary, Fabio Tomat, Andika Triwidada, Ask Hjorth Larsen, Baurzhan Muftakhidinov, David King, Dušan Kazik, Florian Müllner, Gustavo Noronha Silva, Gábor Kelemen, Inaki Larranaga Murgoitio, Jeff Bai, Jeremy Bicha, Kjartan Maraas, Marc-Antoine Perennou, Nigel Taylor, Owen W. Taylor, Peter Mráz, Yuras Shumovich, gogo Clutter 1.26.0 2016-03-21 =============================================================================== • List of changes since Clutter 1.25.6 - Avoid spamming accessibility state changes in clones Clones of unmapped actors will cause a temporary mapping of their source, which will result in spurious accessibility events. - Ignore GDK deprecation compiler warnings - Resync build configuration for Windows - Translation updates Serbian, Swedish, Catalan, Occitan, Greek, Latvian, Russian, Danish • List of bugs fixed since Clutter 1.25.6 #756371 - Accessible event spam in Overview Many thanks to: Jordi Mas, Anders Jonsson, Ask Hjorth Larsen, Chun-wei Fan, Cédric Valmary, Efstathios Iosifidis, Rūdolfs Mazurs, Stas Solovey, Марко Костић, Мирослав Николић Clutter 1.25.6 2016-02-18 =============================================================================== • List of changes since Clutter 1.25.4 - Enable swap throttling for fullscreen windows with GDK Avoids performance penalties with the GDK backend on constrained devices running full screen Clutter and Clutter-GTK applications. - Add platform-specific data for the libinput input backend This allows implementing high level functionality when writing Wayland compositors based on Clutter. - Translation updates Hungarian, Bulgarian, Polish, Slovak, French, Chinese (Taiwan), Galician, Italian • List of bugs fixed since Clutter 1.25.4 #752752 - Patches needed for relative pointer and pointer confinement in mutter #755849 - evdev: Recycle device ids after devices are removed Many thanks to: Jonas Ådahl, Alexander Shopov, Alexandre Franke, Chao-Hsiung Liao, Dušan Kazik, Fran Dieguez, Gábor Kelemen, Milo Casagrande, Piotr Drąg Clutter 1.25.4 2016-01-21 =============================================================================== • List of changes since Clutter 1.25.2 - Add more scrolling information inside ClutterScrollEvent This allows to receive the type of device that generate the scroll event, as well as the notification that a scroll motion finished; we can use this information to implement kinetic scrolling. Currently, only libinput provides us with these fields. - Translation updates Spanish, Lithuanian, Czech, German, Hebrew, Brazilian Portuguese • List of bugs fixed since Clutter 1.25.2 #757026 - Add scroll source / axis stop information to scroll events Many thanks to: Aurimas Černius, Carlos Garnacho, Daniel Mustieles, Marek Černocký, Mario Blättermann, Rafael Fontenelle, Yosef Or Boczko Clutter 1.25.2 2015-12-17 =============================================================================== • List of changes since Clutter 1.24 - Set event code on button and key events in the evdev input backend This allows users of the evdev input backend to retrieve the event code without doing ad hoc calculations based on event-specific fields. - Take scaling factor into account on Wayland with GDK This brings the Wayland support inside the GDK backend on par to the X11 side. - Decouple selectability from editability in ClutterText It's possible to create selectable ClutterText actors without enabling editability; this may cause unexpected cursors to appear in reactive label-like actors using non-editable ClutterText, so feedback from users is appreciated. - Allow overriding the Cogl driver used by Clutter On systems with multiple OpenGL and OpenGL ES implementations available, it should be possible to explicitly set the Cogl driver (OpenGL 3.2 core profile context; OpenGL legacy context; OpenGL ES 2.0 context) used by Clutter when creating its drawing context. It's also possible to define a list of drivers to try sequentially until one succeeds. - Rework the windowing system backend selection The windowing system backend initialization has been reworked to allow setting the default windowing system backend using the configuration file under $XDG_CONFIG_DIRS/clutter-1.0/settings.ini. The selection of the backend also supports the ability to specify a list of backends to try sequentially until one succeeds, for systems with multiple windowing systems available. - Documentation fixes - Translation updates Portuguese, Slovenian • List of bugs fixed since Clutter 1.24 #758238 - [evdev] Add evdev-specific API to get event codes from ClutterEvents #755245 - only shows a 4th of the screen under wayland #757470 - Allow selectability without editability #752752 - Patches needed for relative pointer and pointer confinement in mutter #759074 - Port cairo test to ClutterCanvas #759191 - should use pkg-config for GL #742678 - gl: Prefer gl3 over the gl driver Many thanks to: Carlos Garnacho, Lionel Landwerlin, Jonas Ådahl, Pedro Albuquerque, Matej Urbančič
2018-05-28gimp: minimum required version of freetype2 is 2.8.1, make it so.wiz1-1/+3
Noted by oster@
2018-05-27gimp: update to 2.10.2.wiz3-26/+11
Overview of Changes from GIMP 2.10.0 to GIMP 2.10.2 =================================================== Core: - Discard fonts which fail to load and popup an info dialog to allow people debug their fonts. - New API to suppress updates in UI until plug-ins are done introducing changes. - New API to calculate histograms in separate threads, with possible further extension to handle similar cases elsewhere in GIMP. - Tool options are now properly saved and reloaded per-device at startup. Plug-ins: - New plug-in for importing and exporting HEIF images. - Enable visibility of rasterized vector layer from PSD. - Single-window screenshots in Windows fixed to correctly snap a window even when it is partly off-screen or covered by another window or when display scaling is not set to 100%. Filters: - New Spherize filter to wrap an image around a spherical cap - New Recursive Transform filter to create Droste effect. Usability: - Warn users, when alpha-only painting has no effect. E.g. when target drawable doesn't have an alpha channel, or the alpha channel is locked. - Make the splash texts dynamic, so they are larger on larger splashes. - Mention pressing Enter to complete Foreground selection in the status bar. - Make sure that clicking outside any selection prevents Rectangle Select and Ellipse Select tools from creating empty selections. - Improve mouse wheel zooming behavior to keep the same point centered under the pointer even if the image is completely visible in the canvas. - Add "View -> Center Image in Window" (Shift+J) as a quick way to center the image at any zoom level. Translations: - Updated translations: Catalan, Danish, Dutch, French, German, Greek, Hungarian, Icelandic, Italian, Latvian, Polish, Russian, Spanish, Swedish, Ukrainian. - New translation of Windows installer: Chinese (Taiwan) Build: - Add a --with-bug-report-url configure option allowing packagers to set the address of their own bug tracker. This address will be the one opened by the debug dialog for reporting bugs. - Add a flatpak manifest for the gtk3-port branch. - Remove the possibility to disable script-fu. - Add a --with-icc-directory configure option to customize the color profile directory. By default, it is set to the common path /usr/share/color/icc. Documentation: - Updating the description of the XCF format "devel-docs/xcf.txt", for third-party readers wishing to support GIMP 2.10 XCF files. - Add documentation skeletons for all enums in libgimpbase/, there is much room for improvement.
2018-05-27gegl: update to 0.4.2.wiz2-8/+8
GEGL-0.4.2 2018-05-15 Build Abort early if autoreconf fails, remove unused bits, default to -Ofast as CFLAGS. GeglBuffer Improve concurrency for trimming and destruction of tile caches. Improve cache invalidation during partial mipmap regeneration. Do new cheap clones of buffers with new internal gegl-buffer backed tile-backend. Do not keep cached sampler in buffer it makes cache invalidation hard, and for performance/threading it is better to create ones own samplers anyways. The old API still exists, though parts of it is now deprecated. The single special case where gegl_buffer_sample remains somewhat performant is with the NEAREST sampler, for all other samplers creating a caching sampler is better. Operations operation: add GeglOperationAreaFilter::get_abyss_policy() vfunc Copyright notice improvements to spherize, color-overlay. ff-save: implement defines handling compilation with ffmpeg 2.3-2.7, 4.0 compat. Improved multi-threaded performance of panorama-projection and other transformation operations through optimizations in buffer and base-classes. Contributors code improvements and translations from: Daniel Korostil, Debarshi Ray, Dimitris Spingos (Δημήτρης Σπίγγος), Ell, Franz Brausse, Jehan, Jordi Mas, Marco Ciampa, Øyvind Kolås, and Sebastian Pipping.
2018-05-27babl: update to 0.1.50.wiz2-8/+7
2018-05-20 babl-0.1.50 Improvements to speed and precision of indexed code, improvements to meson build. 2018-05-15 babl-0.1.48 fix u8 <-> double conversions for chroma, SSE2 version of RGBA float to CIE L / Lab. Build with -Ofast by default.
2018-05-27p5-PerlMagick: update to 7.0.7.35.wiz1-2/+1
Same as for ImageMagick.
2018-05-27ImageMagick: update to 7.0.7.35.wiz4-20/+9
2018-05-21 7.0.7-35 Cristy <quetzlzacatenango@image...> * Release ImageMagick version 7.0.7-35, GIT revision 14356:13507412c:20180521. 2018-05-21 7.0.7-35 <quetzlzacatenango@image...> * Fixed memory corruption for MVG paths. 2018-05-20 7.0.7-34 Cristy <quetzlzacatenango@image...> * Release ImageMagick version 7.0.7-34, GIT revision 14348:ac9ff6ba1:20180520. 2018-05-20 7.0.7-34 Dirk Lemstra <dirk@lem.....org> * Added support for reading eXIf chunks to the PNG coder. 2018-05-19 7.0.7-34 <quetzlzacatenango@image...> * Fixed numerous use of uninitialized values, integer overflow, memory exceeded, and timeouts (credit to OSS Fuzz). * Improved clip / composite mask handling. 2018-05-16 7.0.7-33 Cristy <quetzlzacatenango@image...> * Release ImageMagick version 7.0.7-33, GIT revision 14326:58c2e4972:20180516. 2018-05-03 7.0.7-33 <quetzlzacatenango@image...> * Restore SetImageAlpha() behavior. * Fix -clip and -mask options. 2018-05-13 7.0.7-32 Cristy <quetzlzacatenango@image...> * Release ImageMagick version 7.0.7-32, GIT revision 14307:f61f674e3:20180513. 2018-05-03 7.0.7-31 <quetzlzacatenango@image...> * Fixed numerous use of uninitialized values, integer overflow, memory exceeded, and timeouts (credit to OSS Fuzz).
2018-05-26oxygen-icons: update to 5.46.0.wiz2-9/+9
Changes not found. XXX: pkglint says this should set ICON_THEMES
2018-05-24sortjnemeth1-2/+2
2018-05-22Take maintainership.youri1-2/+2
2018-05-21graphics/Makefile: Add R-Cairominskim1-1/+2
2018-05-21graphics/R-Cairo: Import version 1.5.9minskim4-0/+59
Cairo graphics device that can be use to create high-quality vector (PDF, PostScript and SVG) and bitmap output (PNG,JPEG,TIFF), and high-quality rendering in displays (X11 and Win32). Since it uses the same back-end for all output, copying across formats is WYSIWYG. Files are created without the dependence on X11 or other external programs. This device supports alpha channel (semi-transparent drawing) and resulting images can contain transparent and semi-transparent regions. It is ideal for use in server environments (file output) and as a replacement for other devices that don't have Cairo's capabilities such as alpha support or anti-aliasing. Backends are modular such that any subset of backends is supported. Packaged by Yorick Hardy for pkgsrc-wip and updated by Kamil Rytarowski.
2018-05-18+ slim-themesyouri1-1/+2
2018-05-18graphics/slim-themes: import slim-themes-02142018youri4-0/+113
A Beautiful Collection Of SLiM Themes
2018-05-17MesaLib: stopgap fix to allow netbsd wih base xorg to build this package.maya1-3/+3
disable dri option unless modular xorg is used.
2018-05-17graphics/erlang-eimp: Update to 1.0.5.fhajny2-7/+7
- Make it work when eimp binary is in path with spaces
2018-05-17ristretto: Ensure dbus-glib can be found.jperkin2-1/+24
2018-05-16eog: Ensure _XOPEN_SOURCE is set correctly on SunOS.jperkin3-1/+33