summaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Collapse)AuthorFilesLines
2019-08-06tex-repere{,-doc}: update to 19.06markd4-18/+18
changes unknown
2019-08-05libgdiplus: Update to 6.0.1nia3-175/+13
Preparing for the mono update.
2019-08-04tex-pstricks{,-doc}: update to 2.97markd4-18/+18
changes unknown
2019-08-04tex-tikzmark{,-doc}: update to 1.7markd5-19/+20
This update adds conditionals for testing if a tikzmark is on a given page (or the current page). It also fixes an issue with the math-awareness of the subnode and tikzmarknode commands to cope with nested math environments (such as math inside a \text command).
2019-08-03freetype2: updated to 2.10.1adam2-8/+8
FreeType 2.10.1 A new maintenance release, fixing bytecode hinting of OpenType variation fonts and cmap processing of PCF fonts, among other things.
2019-08-02gexiv2: Require vala for build onlynia1-1/+2
2019-07-31R-viridisLite: update to canonical form of an R package.brook1-4/+3
2019-07-31R-scales: update to version 1.0.0.brook2-14/+13
Update to the canonical form of an R package.
2019-07-31R-munsell: update to version 0.5.0.brook2-10/+10
Update to the canonical form of an R package.
2019-07-31R-latticeExtra: update to canonical form of an R package.brook1-3/+5
Update to the canonical form of an R package and fix the LICENSE field.
2019-07-31R-labeling: update to canonical form of an R package.brook1-2/+2
2019-07-31R-gridExtra: update to canonical form of an R package.brook1-6/+8
Update to the canonical form of an R package and fix the LICENSE field.
2019-07-31R-ggplot2: update to version 3.2.0.brook2-15/+17
Update to the canonical form of an R package.
2019-07-31R-dichromat: update to canonical form of an R package.brook1-3/+2
2019-07-31R-colorspace: update to version 1.4.1.brook2-10/+11
Update to the canonical form of an R package.
2019-07-31R-Cairo: update to version 1.5.10.brook2-11/+11
Update to the canonical form of an R package.
2019-07-31R-viridis: initial commit.brook4-1/+38
Implementation of the 'viridis' - the default -, 'magma', 'plasma', 'inferno', and 'cividis' color maps for 'R'. 'viridis', 'magma', 'plasma', and 'inferno' are ported from 'matplotlib' <http://matplotlib.org/>, a popular plotting library for 'python'. 'cividis', was developed by Jamie R. Nu<c3><b1>ez and Sean M. Colby. These color maps are designed in such a way that they will analytically be perfectly perceptually-uniform, both in regular form and also when converted to black-and-white. They are also designed to be perceived by readers with the most common form of color blindness (all color maps in this package) and color vision deficiency ('cividis' only).
2019-07-31R-effects: initial commit.brook4-1/+32
Graphical and tabular effect displays, e.g., of interactions, for various statistical models with linear predictors.
2019-07-31exiv2: add -fPIC to maybe help the errors coming from the Solaris linkernia1-1/+3
2019-07-31exiv2: Update to 0.27.2nia3-11/+11
No useful changelog, but some research indicates at least the following bugs are fixed: CVE-2019-13504 (out-of-bounds-read) CVE-2019-13113 (integer-overflow) CVE-2019-13112 (integer-overflow) CVE-2019-13111 (integer-overflow) CVE-2019-13110 (integer-overflow) CVE-2019-13109 (integer-overflow) CVE-2019-13114 (denial-of-service) CVE-2019-13108 (denial-of-service)
2019-07-30gdk-pixbuf2: Expand glob in previous change.jperkin1-2/+2
Reported by abs@, not sure what isn't supporting it but this fixes the issue.
2019-07-30Remove graphics/opencv2 replacement graphics/opencv.nia17-615/+1
This is a legacy version which has received little love since it was imported, and nothing in pkgsrc is using it.
2019-07-30Update to 1.5ryoon8-156/+71
Changelog: Geeqie 1.5 ========== - Partial implementation of Hi-DPI-aware rendering of images - Improved multi display full screen - Use GPS lat/long to provide local time corrected for UTC offset and DST correction. - Marks/image connections can optionally be saved in a text file - Show star rating - Search using regular expressions - Replace GQView print dialog with GTK print dialog - Plugins added - Option to delete to standard trash folder and optimizing trash handling - Display random image - Allow LUA script support in sidebar - Additional remote commands And as usual: - Many small improvements - Many bug fixes - Updated language support
2019-07-29gdk-pixbuf2: Couple of SunOS fixes.jperkin3-5/+8
Using _XOPEN_SOURCE=500 is insufficient when compiling in C99 mode that this package specifies. 600 is the minimum required for C99, so bump to that. Meson expects the files in build-aux to be executable, but they aren't as shipped in the source. I don't understand how nobody else is seeing this, but explicitly marking them as executable fixes SunOS and won't hurt others.
2019-07-28librsvg: improve previouswiz1-2/+2
2019-07-28Add BUILDLINK_ABI_DEPENDS for librsvg-csevan1-1/+2
2019-07-28librsvg: but ABI depends in the rust part, where it can be fulfilledwiz1-2/+2
2019-07-28grafx2: Add curl to USE_TOOLSnia1-2/+2
2019-07-27librsvg: update vendored libc create to latest version. Fixes aarch build.tnn3-8/+263
2019-07-27Fix nls option packagingryoon1-1/+2
Reported by mueller6721 on pkgsrc-users mailing list. Use gettext-lib from pkgsrc instead of builtin one. This fixes PLIST problem only.
2019-07-26geeqie: Bump PKGREVISION for default options switch.nia1-2/+2
2019-07-26geeqie: Switch to gtk3 by default.nia1-2/+2
"Is the gtk3 port useful? Then please switch to it by default." - wiz
2019-07-26geeqie: Allow building with gtk3.nia2-5/+15
2019-07-25gdk-pixbuf2: Add xgettext to USE_TOOLS.nia1-2/+2
2019-07-24feh: Update to 3.2.1nia2-8/+7
Changes: * Use --no-fehbg option in ~/.fehbg. This fixes cases where an X11 setup change may inadvertently alter the commandline stored in .fehbg. * Fix insufficient error handling when updating ~/.fehbg. Previously, a stat() error may have caused .fehbg to be update with excessive file permissions (patch by Tobias Stoeckmann) * Fix TOCTTOU when setting the file mode of ~/.fehbg (patch by Tobias Stoeckmann)
2019-07-23*: recursive bump for poppler 0.79wiz6-12/+12
2019-07-22gdk-pixbuf2: add upstream bug report URLwiz2-3/+4
2019-07-22gdk-pixbuf2: SunOS build fixtnn2-1/+18
Tested-by: wilbury @ #pkgsrc
2019-07-22Use common JPEG buildlink3 framework.rjs1-2/+2
2019-07-22gdk-pixbuf2: Fix the path to the Python interpreter.nia1-1/+12
2019-07-21*: recursive bump for gdk-pixbuf2-2.38.1wiz154-294/+308
2019-07-21gegl: remove shared-mime-info, this is now included from gdk-pixbuf2/bl3.mkwiz1-2/+1
2019-07-21gdk-pixbuf2 now depends on shared-mime-info. Bump ABI depends.wiz1-2/+3
2019-07-21Fix build with newer gdk-pixbuf2ryoon1-1/+2
2019-07-21Disable man page explicitly to follow PLISTryoon1-1/+2
2019-07-21gdk-pixbuf: removewiz22-608/+1
The software hasn't been updated since 2002 and is probably full of security problems. Two packages were using it. (gpsdrive has a newer version in wip.)
2019-07-21gdk-pixbuf2*: update to 2.38.1wiz9-158/+68
2.38.1 (stable) === - Fix OOM in JPEG2000 loader [Ivan A. Melnikov, #107] - Fix thumbnailing of animated GIFs [Debarshi Ray, #99] - Multiple improvements to the GIF loader [Robert Ancell, !24, !28, !30, #22, #69 - Fix build on Windows/MSYS2 [Christoph Reiter, !29] - Fix soname versioning on macOS [Christoph Reiter, !23] - Cross-compilation fixes for Android [Matthew Waters, #64] - Fix building modules on macOS [Ignacio Casal Quinteiro, !18 and !19] - Fix introspection generation [Iain Lane, #92] - Fix error handling in PNG loader [Debarshi Ray, !16] - Improve reproducibility of the build [Chris Lamb, !15] - Speed up saving PNG files [Brion Vibber, #90] - Add variables in the pkg-config files for binary utilities [Emmanuele Bassi, #88] - Build fixes [Emmanuele Bassi, #88] 2.38.0 (stable) === - Documentation fixes 2.37.92 (release candidate) === - Ensure that GdkPixbuf's storage is safely handled [Federico Mena Quintero] - Add test case for buffer overflow in pixdata loader [Bastien Nocera, #57] 2.37.0 (development) === - Rework relocation support for loaders cache on Windows [Christoph Reiter, #776081] - Properly install test data [Emmanuele Bassi, Jeremy Bicha, #795527, #795210] - Plug a memory leak when using GBytes [Vitaly Kirsanov, #787626] - Fix introspection annotations [Iñaki García Etxebarria, #789935] - Fix documentation building with X11 disabled [Quentin Glidic, #794872] - Drop Autotools build and move to Meson [Emmanuele Bassi] - Fix OOB error when dithering [Bert Pauline, #748211] - Drop the MMX assembly optimizations for pixops [Emmanuele Bassi] - Improve compatibility for the post-install script [Brendan L, #795705] - Expose the dimensions of the original image from GdkPixbufLoader [Debarshi Ray, #778517] - Improve thumbnailer implementation [Debarshi Ray, #778517] - Make X11 a dependency if the `x11` build option is enabled [Emmanuele Bassi, #77] - Generate separate introspection data for GdkPixdata API [Emmanuele Bassi, #72] - Deprecate GDK_INTERP_HYPER [Emmanuele Bassi, #3] - Avoid a deprecation warning with recent libjasper [Emmanuele Bassi, #73] - Fix build on macOS [Emmanuele Bassi, !5] - Fix build with Visual Studio [Chun-wei Fan, !8] - Fix cross-compilation of Windows build on Linux [Benjamin Gilbert, !10]
2019-07-21gdk-pixbuf2-jasper: removewiz4-65/+1
Not used in pkgsrc, needs quite unmaintained jasper library with lots of security problems, and is harder to keep working with meson version of gdk-pixbuf2.
2019-07-20*: recursive bump for nettle 3.5.1wiz31-57/+62
2019-07-20gimp-warp-sharp: update to 1.5tnn3-22/+7
now supports GIMP 2.2