pkgsrc/graphics
adam 965b9145b0 gimp: updated to 2.10.34
Overview of Changes from GIMP 2.10.32 to GIMP 2.10.34
=====================================================

Core:

  - Check for updates now works on macOS (backported from 2.99.14).
  - Update help IDs for better integration with the documentation website.
  - Symmetry dockable contents is now shown, yet deactivated, when no images are
    opened, improving discoverability (backported from 2.99.14).
  - DBus fully disabled on macOS (in some case, it could even freeze GIMP
    process when dbus is present yet not responding). Open With feature (e.g.
    from file browsers) still work fine as it uses a different code path on
    macOS. Other features using dbus (opening files or running batch commands
    from a separate GIMP process) won't work, but they probably never did on
    macOS anyway.
  - "Canvas Size" dialog took too much vertical space and now better uses the
    horizontal space by moving the preview and offset fiels to the right side,
    and the "Center" button just below (backported from 2.99.8).
  - Template selector (backported from 2.99.6) in resize dialog.
  - Color scale preferences (0..255/0..100 and LCh/HSV settings in Colors
    selection dialogs) are now remembered across sessions.
  - Eye icon header added to the item tree views to make it more obvious where
    to click for item visibility and links (backported from 2.99.10)
  - Revert color proofing behavior changed in 2.10.32 which resulted in
    inconsistent past workflows.
  - "Lock path strokes" tooltip for the dockable icon was renamed "Lock path".

Plug-ins:

  - DDS: make GUI translatable.
  - file-raw: added high bit depth precision export (partial backport from
    2.99.12).
  - TIFF:
    * Various bug fixes;
    * better check for invalid resolutions on import;
    * do not generated warnings for incorrect RichTIFFIPTC tags produced by
      Adobe products (only output a message to stderr, for not completely
      ignoring these);
    * Loading "reduced" image or not is now an option. We use a heuristic for
      the default value of said option (trying to guess if it's a thumbnail by
      using common usage), but final decision is now up to one knowing the image
      you load (backported from 2.99.14);
    * Default TIFF export format is "normal" TIFF, not BigTIFF (making it
      default was definitely an error in 2.10.32).
  - PSD:
    * Various bug fixes;
    * Useless physical unit conversion removed;
    * Backported improvement (2.99.10) for importing layers with clipping set
      (leading to color bleeding);
    * Backported improvements (2.99.10) for importing clipping layers;
    * Paths are now exported (backported from 2.99.14).
  - WebP: more informative error messages in some cases.
  - Flame: various bug fixes.
  - JPEG-XL:
    * metadata import backported from 2.99.14 - (requires libjxl 0.7.0)
    * Partial backport (2.99.8) of JPEG-XL export; export is always in 8bit
      lossless.
  - HEIF: various bug fixes.
  - Dicom: various bug fixes.
  - help:
    * macOS: https support now working fine for help files (bypassing
      lack of support in GIO for macOS platform).
  - animation-play: fixed on macOS.
  - PDF:
    * Import: new option "Fill transparent areas with white" to fill the
      background in white (ON by default as most office PDF writers seem to rely
      on readers filling the background with white), allowing importing
      transparent PDF files.
    * Export: new option "Fill transparent areas with background color" allowing
      to decide whether to export a PDF with transparent background.
  - TGA:
    * Added a workaround to load wrongful TGA files exported by Krita (which
      they fixed on their side too now, see Krita bug 464484).
  - ICO and CUR:
    * Magics detection for these formats has been removed (now using only using
      filename extension) because it was interfering with the detection of
      certain types of TGA images (which are likely more common than ICO and CUR
      files, and extension for these should be reliable enough).

Libgimpbase:

  - GimpMetadata API (in particular the gimp_metadata_set_from_*() functions)
    are now much less memory-hungry (backported from the main dev branch) when
    using GExiv 0.12.2 or over. With some huge metadata, it could cause long
    freeze or even crashes of plug-ins.

Libgimpwidgets:

  - Color-picking with X11 is now the default when compiled with X11, even if a
    color-picking portal also exists, because it is always right, whereas
    portals return color in display space without the space information itself
    (i.e. without profiles).
  - New dedicated GimpPickButton implementation for Windows (backported from
    2.99.14).

Libgimp:

  - New wrapper functions around GEGL ops, which also map to items in our Color
    menu:
    * gimp_drawable_shadows_highlights()
    * gimp_drawable_extract_component()

Build:

  - Bumping minimum GEGL to version 0.4.38.
  - Bumping minimum libjxl to version 0.7.0.
  - New GIMP_RELEASE macro to tell if code is a release or in-between release
    (different from GIMP_UNSTABLE which was telling if we are in a stable or
    development branch).
  - Our stable CI now uses Debian stable where Python2 is still present.
2023-07-14 14:10:08 +00:00
..
aalib graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
adaptagrams adaptagrams: Fix building with compilers that default to C++98. 2023-07-10 07:31:50 +00:00
adwaita-icon-theme graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
agg *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
ansilove ansilove: update to 4.2.0. 2023-05-23 08:26:35 +00:00
arc-theme *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
artist Bump all elisp packages for the CONFLICTS change. 2022-05-14 22:25:32 +00:00
asymptote *: Revbump packages that use Python at runtime without a PKGNAME prefix 2022-06-30 11:18:01 +00:00
autopano-sift-C revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
autotrace *: recursive bump for math/imath shlib version change 2023-06-06 08:02:07 +00:00
aview graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
babl babl: updated to 0.1.106 2023-07-14 07:34:16 +00:00
barcode graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
bktr2jpeg graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
blender blender: set acceptable Python versions with =, not ?= 2023-07-03 17:18:48 +00:00
blender-lts *: recursive bump for math/imath shlib version change 2023-06-06 08:02:07 +00:00
blinkenthemes *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
blinkentools *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
box2d box2d: disable building unit test 2023-03-05 14:56:36 +00:00
breeze-icons *: bump for libproxy 0.5 2023-05-22 20:59:55 +00:00
cairo *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
cairo-gobject *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
cairomm *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
cairomm1.16 cairomm1.16: update to 1.16.2. 2023-02-14 16:09:21 +00:00
cal3d graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
cambevao graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
camediaplay graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
camlimages Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/. 2023-06-06 12:40:15 +00:00
cdlabelgen *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
cglm graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
charls *: Re-apply SunOS linker argument removals. 2022-11-21 18:20:40 +00:00
cheese Recursive revbump for new major version of graphics/graphviz. 2023-06-07 11:27:28 +00:00
cinepaint cinepaint: SunOS needs explicit -lstdc++. 2023-06-26 09:05:18 +00:00
circos *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
claraocr *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
cliris cliris: remove superfluous ']' from DESCR 2022-09-01 08:56:55 +00:00
clutter *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
clutter-box2d *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
clutter-gtk *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
clutter-gtk0.10 *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
clutter-mx *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
cnxtview *: recursive bump for tiff shlib major bump 2023-01-03 17:36:14 +00:00
cogl *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
Coin *: Recursive revbump from audio/libopus 1.4 2023-05-06 19:08:45 +00:00
colord Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/. 2023-06-06 12:40:15 +00:00
colord-gtk *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
comix revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
compface *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
cpia2view *: recursive bump for tiff shlib major bump 2023-01-03 17:36:14 +00:00
cqcam *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
CRWInfo graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
darktable *: recursive bump for exiv2 0.28.0 2023-07-01 22:16:34 +00:00
dcraw revbump for jasper 4.0.0 2023-04-11 06:10:54 +00:00
deforaos-camera Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/. 2023-06-06 12:40:15 +00:00
deforaos-icon-theme Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/. 2023-06-06 12:40:15 +00:00
denemo *: Recursive revbump from audio/libopus 1.4 2023-05-06 19:08:45 +00:00
dia Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/. 2023-06-06 12:40:15 +00:00
dia-python revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
digikam digikam: fix build with exiv2 0.28.0 2023-07-02 07:44:18 +00:00
djview4 *: bump for libproxy 0.5 2023-05-22 20:59:55 +00:00
djvulibre-lib *: recursive bump for tiff shlib major bump 2023-01-03 17:36:14 +00:00
djvulibre-tools *: recursive bump for tiff shlib major bump 2023-01-03 17:36:14 +00:00
dmtx-utils *: recursive bump for math/imath shlib version change 2023-06-06 08:02:07 +00:00
drawing drawing: mine 2022-06-11 12:27:33 +00:00
drawpile *: bump for libproxy 0.5 2023-05-22 20:59:55 +00:00
dvipng *: recursive bump for libimagequant 4.x 2023-05-22 11:38:58 +00:00
dx *: recursive bump for math/imath shlib version change 2023-06-06 08:02:07 +00:00
dxsamples graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
edje revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
elementary-xfce-icon-theme elementary-xfce-icon-theme: fix packaging of project docs 2023-04-16 19:42:40 +00:00
enblend-enfuse Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/. 2023-06-06 12:40:15 +00:00
eog revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
eom eom: update to 1.26.1 2023-05-08 00:40:18 +00:00
epeg graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
erlang-eimp *: recursive bump for libimagequant 4.x 2023-05-22 11:38:58 +00:00
evas *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
evas-buffer *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
evas-edb *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
evas-eet *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
evas-gif *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
evas-jpeg *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
evas-pmaps *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
evas-png *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
evas-software-x11 *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
evas-tiff *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
evas-xpm *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
ewipe graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
exif graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
exifprobe exifprobe: switch master site to github (new maintainer) 2022-08-19 01:01:28 +00:00
exiftags graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
exiv2 exiv2: Restore GCC_REQD change. 2023-07-07 12:25:39 +00:00
faba-icon-theme graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
farbfeld graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
fbm graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
feh feh: update to 3.10 2023-06-21 08:28:34 +00:00
fly Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/. 2023-06-06 12:40:15 +00:00
fna3d *: Recursive revbump from audio/libopus 1.4 2023-05-06 19:08:45 +00:00
fnlib *: recursive bump for tiff shlib major bump 2023-01-03 17:36:14 +00:00
fotoxx *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
frameworks revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
freeglut freeglut: Update to 3.4.0 2023-05-03 15:20:41 +00:00
freeimage *: recursive bump for math/imath shlib version change 2023-06-06 08:02:07 +00:00
freeimageplus *: recursive bump for math/imath shlib version change 2023-06-06 08:02:07 +00:00
freetype
freetype-lib graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
freetype-utils
freetype2 freetype2: updated to 2.13.1 2023-06-27 08:52:57 +00:00
fswebcam *: recursive bump for libimagequant 4.x 2023-05-22 11:38:58 +00:00
ftgl *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
fujiplay graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
g2 *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
gd gd: make libimagequant optional 2023-05-24 17:14:52 +00:00
gdchart *: recursive bump for libimagequant 4.x 2023-05-22 11:38:58 +00:00
gdk-pixbuf2 gdk-pixbuf2: register dependency on devel/py-gi-docgen 2023-02-01 03:15:00 +00:00
gdk-pixbuf2-xlib *: recursive bump for tiff shlib major bump 2023-01-03 17:36:14 +00:00
geeqie *: recursive bump for exiv2 0.28.0 2023-07-01 22:16:34 +00:00
gegl gegl: updated to GEGL-0.4.46 2023-06-1x 2023-07-14 07:35:58 +00:00
geomview graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
get_ds7 *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
gexiv2 gexiv2: fix build w/ clang 2023-07-02 15:27:51 +00:00
gfract *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
gif2png Revbump all Go packages after go120 security update 2023-05-05 19:37:30 +00:00
gif320 graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
giflib fix CVE-2022-28506 with a patch from 2023-03-26 12:36:28 +00:00
giflib-util Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/. 2023-06-06 12:40:15 +00:00
gifsicle graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
gifski graphics/gifski: update to 1.11.0 2023-05-01 15:11:23 +00:00
giftrans graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
gimmage revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
gimp gimp: updated to 2.10.34 2023-07-14 14:10:08 +00:00
gimp-color-manager *: recursive bump for exiv2 0.28.0 2023-07-01 22:16:34 +00:00
gimp-create-spritesheet *: Revbump packages that use Python at runtime without a PKGNAME prefix 2022-06-30 11:18:01 +00:00
gimp-devel *: recursive bump for exiv2 0.28.0 2023-07-01 22:16:34 +00:00
gimp-docs-de
gimp-docs-en Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/. 2023-06-06 12:40:15 +00:00
gimp-docs-es
gimp-docs-fr
gimp-docs-it
gimp-docs-ja
gimp-docs-ko
gimp-docs-nl
gimp-docs-nn
gimp-docs-pl gimp-docs-pl: replace msgfmt override with msgfmt-desktop.mk 2022-03-13 04:27:56 +00:00
gimp-docs-ru
gimp-docs-sv
gimp-docs-zh_CN
gimp-exif-browser *: recursive bump for exiv2 0.28.0 2023-07-01 22:16:34 +00:00
gimp-fix-ca *: recursive bump for exiv2 0.28.0 2023-07-01 22:16:34 +00:00
gimp-high-pass-filter graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
gimp-jxr *: recursive bump for exiv2 0.28.0 2023-07-01 22:16:34 +00:00
gimp-liquid-rescale *: recursive bump for exiv2 0.28.0 2023-07-01 22:16:34 +00:00
gimp-rawphoto *: recursive bump for exiv2 0.28.0 2023-07-01 22:16:34 +00:00
gimp-refocus-it *: recursive bump for exiv2 0.28.0 2023-07-01 22:16:34 +00:00
gimp-resynthesizer *: recursive bump for exiv2 0.28.0 2023-07-01 22:16:34 +00:00
gimp-ufraw *: recursive bump for exiv2 0.28.0 2023-07-01 22:16:34 +00:00
gimp-warp-sharp graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
gimp2-wideangle *: recursive bump for exiv2 0.28.0 2023-07-01 22:16:34 +00:00
giram *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
girara *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
gl2ps Bump all dependent packages of wayland (belatedly) 2022-08-11 05:08:00 +00:00
glad Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/. 2023-06-06 12:40:15 +00:00
gle graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
glew graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
glfw *: convert to cmake/build.mk 2023-01-24 18:36:17 +00:00
glitz graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
gliv *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
glm glm: use TEST_DEPENDS instead of cmake/build.mk 2023-01-24 23:38:37 +00:00
glpng graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
glu graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
glw graphics/glw: Enable Motif support. 2022-12-22 06:26:20 +00:00
glx-utils graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
gmic *: recursive bump for math/imath shlib version change 2023-06-06 08:02:07 +00:00
gmic-qt-digikam *: bump for libproxy 0.5 2023-05-22 20:59:55 +00:00
gmngview *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
GMT revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
gnome-backgrounds graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
gnome-icon-theme *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
gnome-icon-theme-extras graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
gnome-icon-theme-symbolic revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
gnome-screenshot *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
gnome-themes-standard revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
gnuplot gnuplot: switch (default-off) wxwidgets option to wxGTK32 2023-06-07 10:09:46 +00:00
gocr *: recursive bump for tiff shlib major bump 2023-01-03 17:36:14 +00:00
goocanvas2 *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
gource *: Recursive revbump from audio/libopus 1.4 2023-05-06 19:08:45 +00:00
gphoto2 revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
gpick revbump for boost 2023-04-23 14:26:05 +00:00
gpicview *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
gqview *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
gqview-devel *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
gradient graphics/gradiente: import package 2022-10-15 07:13:37 +00:00
grafx2 *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
grap graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
graphene graphene: update to 1.10.8. 2022-09-09 15:21:13 +00:00
GraphicsMagick revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
graphite2 Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/. 2023-06-06 12:40:15 +00:00
graphviz graphics/graphviz: Update to 8.1.0 2023-07-07 13:38:11 +00:00
graphviz-dot-mode Bump all elisp packages for the CONFLICTS change. 2022-05-14 22:25:32 +00:00
gri Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/. 2023-06-06 12:40:15 +00:00
gst-plugins1-aalib graphics/gst-plugins1-aalib: import gst-plugins1-aalib-1.18.5 2021-11-15 22:06:12 +00:00
gst-plugins1-cairo Update gstreamer1 to 1.22.1 2023-03-09 08:25:40 +00:00
gst-plugins1-gdk_pixbuf gstreamer1: update to 1.20.5 2023-01-23 16:57:06 +00:00
gst-plugins1-jpeg gst-plugins1-jpeg: fix 2021-11-17 08:36:03 +00:00
gst-plugins1-png *: update gstreamer1 and plugins and related packages to 1.18.5 2021-11-15 22:01:15 +00:00
gst-plugins1-webp graphics/gst-plugins1-webp: import gst-plugins1-webp-1.18.5 2021-11-15 22:07:34 +00:00
gthumb *: recursive bump for exiv2 0.28.0 2023-07-01 22:16:34 +00:00
gthumb3 *: recursive bump for exiv2 0.28.0 2023-07-01 22:16:34 +00:00
gtkam revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
gtkglext *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
gtkimageview *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
gtksee *: recursive bump for tiff shlib major bump 2023-01-03 17:36:14 +00:00
gts *: recursive bump for tiff shlib major bump 2023-01-03 17:36:14 +00:00
guetzli graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
guile-cairo *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
GUIlib graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
gwenview fix build with exiv2 0.28. 2023-07-08 20:35:19 +00:00
h5utils Bump everything affected by the jpeg.buildlink3.mk fix. 2022-07-14 23:46:18 +00:00
hermes graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
hicolor-icon-theme graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
hp2xx *: recursive bump for tiff shlib major bump 2023-01-03 17:36:14 +00:00
hs-dotgen revbump all the Haskell packages after modifying the runtime system of lang/ghc94 2023-02-07 01:40:22 +00:00
hs-JuicyPixels revbump all the Haskell packages after modifying the runtime system of lang/ghc94 2023-02-07 01:40:22 +00:00
hugin *: recursive bump for exiv2 0.28.0 2023-07-01 22:16:34 +00:00
icon-naming-utils icon-naming-utils: remove unused intltool dependency 2023-01-30 17:15:52 +00:00
icoutils *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
iGMT graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
ImageMagick ImageMagick: update to 7.1.1.12. 2023-07-06 09:45:33 +00:00
ImageMagick6 *: recursive bump for math/imath shlib version change 2023-06-06 08:02:07 +00:00
ImageViewer revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
imlib *: recursive bump for tiff shlib major bump 2023-01-03 17:36:14 +00:00
imlib-gtk *: recursive bump for tiff shlib major bump 2023-01-03 17:36:14 +00:00
imlib2 *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
impress graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
imv revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
inkscape *: restrict py-numpy users to 3.9+ in preparation for update 2023-07-01 08:37:33 +00:00
ipe *: bump for libproxy 0.5 2023-05-22 20:59:55 +00:00
irrlicht irrlicht: Work around NetBSD unzip for patched files. 2022-12-13 14:20:32 +00:00
ivtools *: recursive bump for tiff shlib major bump 2023-01-03 17:36:14 +00:00
jasper jasper: fix for opengl option 2023-04-11 18:22:14 +00:00
jbig2dec graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
jbig2enc Add b3.mk. 2023-04-06 12:15:55 +00:00
jbigkit graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
jhead graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
jp2a revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
jpeg jpeg: update to 9.e 2022-04-20 21:39:46 +00:00
jpeg2ps graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
jpeg_ls graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
jpeginfo jpeginfo: update to 1.7.0. 2023-01-21 11:03:39 +00:00
jpegoptim jpegoptim: update to 1.5.4. 2023-05-23 09:14:22 +00:00
jpegpixi jpegpixi: Does not USE_PKGLOCALEDIR 2022-09-20 07:00:55 +00:00
jpegquality graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
jxrlib graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
kamera Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/. 2023-06-06 12:40:15 +00:00
kcolorchooser *: bump for libproxy 0.5 2023-05-22 20:59:55 +00:00
kcolorpicker *: bump for libproxy 0.5 2023-05-22 20:59:55 +00:00
kde-base-artwork revbump for boost 2023-04-23 14:26:05 +00:00
kdegraphics-mobipocket *: bump for libproxy 0.5 2023-05-22 20:59:55 +00:00
kdegraphics-strigi-analyzer revbump for boost 2023-04-23 14:26:05 +00:00
kdegraphics-thumbnailers *: bump for libproxy 0.5 2023-05-22 20:59:55 +00:00
kgamma revbump for boost 2023-04-23 14:26:05 +00:00
kiconthemes *: bump for libproxy 0.5 2023-05-22 20:59:55 +00:00
kimageannotator *: bump for libproxy 0.5 2023-05-22 20:59:55 +00:00
kimageformats *: recursive bump for math/imath shlib version change 2023-06-06 08:02:07 +00:00
kipi-plugins *: bump for libproxy 0.5 2023-05-22 20:59:55 +00:00
kolourpaint Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/. 2023-06-06 12:40:15 +00:00
koverartist Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/. 2023-06-06 12:40:15 +00:00
kplotting *: bump for libproxy 0.5 2023-05-22 20:59:55 +00:00
kqtquickcharts *: bump for libproxy 0.5 2023-05-22 20:59:55 +00:00
kqtquickcharts4 revbump for boost 2023-04-23 14:26:05 +00:00
krita port to exiv2 0.28. 2023-07-06 23:27:01 +00:00
kruler Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/. 2023-06-06 12:40:15 +00:00
ksanecore *: bump for libproxy 0.5 2023-05-22 20:59:55 +00:00
kvantum *: bump for libproxy 0.5 2023-05-22 20:59:55 +00:00
lasem revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
lcms *: recursive bump for tiff shlib major bump 2023-01-03 17:36:14 +00:00
lcms2 *: recursive bump for tiff shlib major bump 2023-01-03 17:36:14 +00:00
lensfun Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/. 2023-06-06 12:40:15 +00:00
lepton graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
leptonica leptonica: updated to 1.83.1 2023-01-30 07:53:38 +00:00
lib3ds lib3ds: Requires libiconv. 2022-12-15 10:37:02 +00:00
libansilove libansilove: update to 1.4.1. 2023-05-28 20:55:00 +00:00
libart graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
libbpg *: Re-apply SunOS linker argument removals. 2022-11-21 18:20:40 +00:00
libcaca *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
libdmtx libdmtx: add CHECK_PORTABILITY_SKIPs 2022-04-24 22:07:56 +00:00
libepoxy Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/. 2023-06-06 12:40:15 +00:00
libexif libexif: Update to 0.6.24 2021-11-30 16:25:40 +00:00
libexif-gtk *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
libfpx libfpx: keep MASTER_SITES and HOMEPAGE up to date 2022-09-28 19:54:56 +00:00
libgdiplus *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
libggi *: Remove dodgy hacks for NetBSD versions older than 5. 2022-05-10 11:50:54 +00:00
libggigcp graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
libggimisc graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
libggiwmh graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
libgii graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
libgiigic graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
libgltf revbump for boost 2023-04-23 14:26:05 +00:00
libgnomecanvas revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
libgnomecanvasmm revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
libheif Add svt-av1 buildlink3.mk 2023-07-11 22:36:43 +00:00
libhighway *: Re-apply SunOS linker argument removals. 2022-11-21 18:20:40 +00:00
libimagequant Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/. 2023-06-06 12:40:15 +00:00
libiptcdata revbump for icu and libffi 2021-12-08 16:01:42 +00:00
libjpeg-turbo libjpeg-turbo: updated to 3.0.0 2023-07-05 15:37:35 +00:00
libkdcraw *: bump for libproxy 0.5 2023-05-22 20:59:55 +00:00
libkexiv2 include upstream build fix for exiv2 0.28 issues. 2023-07-06 23:20:18 +00:00
libkexiv2-kde4 *: recursive bump for exiv2 0.28.0 2023-07-01 22:16:34 +00:00
libkipi *: bump for libproxy 0.5 2023-05-22 20:59:55 +00:00
libksane *: bump for libproxy 0.5 2023-05-22 20:59:55 +00:00
liblqr revbump for icu and libffi 2021-12-08 16:01:42 +00:00
libmypaint graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
libotf *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
libpano13 *: recursive bump for tiff shlib major bump 2023-01-03 17:36:14 +00:00
libpgf Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/. 2023-06-06 12:40:15 +00:00
libpuzzle *: recursive bump for libimagequant 4.x 2023-05-22 11:38:58 +00:00
libraw revbump for jasper 4.0.0 2023-04-11 06:10:54 +00:00
librsvg revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
librsvg-c revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
libscigraphica revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
libsixel *: recursive bump for libimagequant 4.x 2023-05-22 11:38:58 +00:00
libspiro libspiro: update to 1.3.0.20221101. 2023-04-27 12:29:50 +00:00
libv4l libv4l: update to 1.24.1. 2023-03-13 13:18:35 +00:00
libvideogfx graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
libwebp *: recursive bump for tiff shlib major bump 2023-01-03 17:36:14 +00:00
libwmf revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
libxmi graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
ljpeg graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
lsix *: recursive bump for math/imath shlib version change 2023-06-06 08:02:07 +00:00
luminance-hdr *: recursive bump for exiv2 0.28.0 2023-07-01 22:16:34 +00:00
luv-icon-theme graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
lxde-icon-theme graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
lximage-qt *: bump for libproxy 0.5 2023-05-22 20:59:55 +00:00
lxqt-themes graphics/lxqt-themes: update to 1.3.0 2023-04-18 10:01:25 +00:00
magicpoint *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
mandelbulber *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
mate-backgrounds *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
mate-icon-theme *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
mate-icon-theme-faenza *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
mate-themes mate-themes: update to 3.22.24 2023-05-24 22:17:07 +00:00
materia-gtk-theme graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
MesaDemos MesaDemos: Fix building with compilers that default to C++98. 2023-07-10 07:24:22 +00:00
MesaLib graphics/MesaLib: Work around an issue with xf86-video-vmware 2023-07-14 06:27:52 +00:00
metacam graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
mgl graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
mng graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
mojoshader mojoshader: Assumes compiler defaults to c99. 2023-07-10 07:39:13 +00:00
moka-icon-theme graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
mpeg2codec graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
mpgtx graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
mscgen *: recursive bump for libimagequant 4.x 2023-05-22 11:38:58 +00:00
mygui *: Recursive revbump from audio/libopus 1.4 2023-05-06 19:08:45 +00:00
mypaint *: restrict py-numpy users to 3.9+ in preparation for update 2023-07-01 08:37:33 +00:00
mypaint-brushes *: remove pkg-config from tools where no buildlink3.mk file is included 2022-07-25 11:12:18 +00:00
mypaint-brushes1 mypaint-brushes1: remove unused intltool dependency 2023-01-30 17:25:15 +00:00
ncview revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
netpbm revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
Ngraph graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
ns-cult3d graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
nsxiv *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
numix-gtk-theme *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
numix-icon-theme graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
numix-icon-theme-circle graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
nvidia-texture-tools *: recursive bump for math/imath shlib version change 2023-06-06 08:02:07 +00:00
nvtv *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
ocaml-cairo revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
ocrad graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
oculante graphics/oculante: update to 0.6.68 2023-07-10 19:37:27 +00:00
opencolorio graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
opencsg opencsg: Requires libiconv. 2022-12-15 10:37:13 +00:00
opencv *: recursive bump for math/imath shlib version change 2023-06-06 08:02:07 +00:00
opencv-contrib-face *: recursive bump for math/imath shlib version change 2023-06-06 08:02:07 +00:00
opendis graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
openexr openexr: update to 3.1.9. 2023-07-05 22:39:15 +00:00
openimageio *: recursive bump for math/imath shlib version change 2023-06-06 08:02:07 +00:00
openjpeg *: convert to cmake/build.mk 2023-01-24 18:36:17 +00:00
OpenRM OpenRM: Requires libiconv. 2022-12-15 10:36:49 +00:00
optipng graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
osg *: recursive bump for math/imath shlib version change 2023-06-06 08:02:07 +00:00
oxipng graphics/oxipng: update to 8.0.0 2022-12-26 22:08:55 +00:00
oxygen-icons oxygen-icons: Build system insists on having a C++17 compiler available 2023-07-10 07:59:49 +00:00
p5-Barcode-Code128 *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-cairo *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-cairo-gobject *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Chart *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Chart-ThreeD *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-clutter *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-GD *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-GD-Barcode *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-GD-Graph-sparklines *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-GD-Graph3d *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-GD-SecurityImage *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-GD-SVG *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-GDGraph *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-GDGraph-boxplot *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-GDTextUtil *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-GIFgraph *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Gnome2-Canvas *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-goocanvas2 *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Graph-Easy *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-GraphicsMagick *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-GraphViz *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-GraphViz2 *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Image-BMP *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Image-ExifTool *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Image-Imlib2 *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Image-Info *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Image-JpegTran-AutoRotate *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Image-Sane *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Image-Size *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-PerlMagick p5-PerlMagick: reset PKGREVISION after update 2023-07-06 09:45:51 +00:00
p5-RRDTool-OO *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-SVG *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-SVG-Graph *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-SWF-File *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Template-GD *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
panomatic *: recursive bump for tiff shlib major bump 2023-01-03 17:36:14 +00:00
PanoTools graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
paper-icon-theme *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
papirus-folders graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
papirus-icon-theme graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
pastel graphics/pastel: update to 0.9.0 2022-05-26 21:25:38 +00:00
pcl *: bump for libproxy 0.5 2023-05-22 20:59:55 +00:00
pdfpc Recursive revbump for new major version of graphics/graphviz. 2023-06-07 11:27:28 +00:00
pdiff *: recursive bump for tiff shlib major bump 2023-01-03 17:36:14 +00:00
pear-Image_Canvas graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
pear-Image_Color graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
pear-Image_Graph graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
pfstools pfstools: Require GCC 5 for C++14. 2023-07-10 07:42:45 +00:00
pgraf graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
photopc graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
php-exif
php-gd *: recursive bump for libimagequant 4.x 2023-05-22 11:38:58 +00:00
php-imagick *: recursive bump for math/imath shlib version change 2023-06-06 08:02:07 +00:00
php-jpgraph graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
picat graphics/picat: import package 2022-02-22 10:11:01 +00:00
pikchr Update to 1.0.20230526. From the changelog: 2023-07-04 02:29:15 +00:00
pixmap graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
ploticus *: recursive bump for libimagequant 4.x 2023-05-22 11:38:58 +00:00
ploticus-examples graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
plotmtv graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
plotutils graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
png png: update to 1.6.40. 2023-06-26 13:10:12 +00:00
png2html *: recursive bump for libimagequant 4.x 2023-05-22 11:38:58 +00:00
pngcheck pngcheck: update to 3.0.3. 2022-12-14 14:33:24 +00:00
pngcrush graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
pngquant pngquant: add missing file 2023-05-23 22:19:12 +00:00
potrace potrace: updated to 1.16 2022-07-01 16:15:47 +00:00
povray *: recursive bump for tiff shlib major bump 2023-01-03 17:36:14 +00:00
prag graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
prison Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/. 2023-06-06 12:40:15 +00:00
ps2eps *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
pstoedit *: recursive bump for math/imath shlib version change 2023-06-06 08:02:07 +00:00
ptex graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
py-aafigure *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-actdiag python: egg.mk: add USE_PKG_RESOURCES flag 2022-01-05 15:40:56 +00:00
py-altgraph py-altgraph: updated to 0.17.3 2022-10-07 11:10:37 +00:00
py-blockdiag python: egg.mk: add USE_PKG_RESOURCES flag 2022-01-05 15:40:56 +00:00
py-blurhash *: restrict py-numpy users to 3.9+ in preparation for update 2023-07-01 08:37:33 +00:00
py-brewer2mpl *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-cairo py-cairo: update to 1.24.0. 2023-06-28 09:12:20 +00:00
py-cairo118 *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
py-cairocffi *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
py-chart *: python2 egg files are back, add them to the PLISTs 2022-01-14 17:51:50 +00:00
py-contourpy *: restrict py-numpy users to 3.9+ in preparation for update 2023-07-01 08:37:33 +00:00
py-cycler *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-dot py-dot: restrict to python3 2022-07-20 22:16:56 +00:00
py-exifread *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-gdchart *: recursive bump for libimagequant 4.x 2023-05-22 11:38:58 +00:00
py-gdmodule *: recursive bump for libimagequant 4.x 2023-05-22 11:38:58 +00:00
py-ggplot *: restrict py-numpy users to 3.9+ in preparation for update 2023-07-01 08:37:33 +00:00
py-graphviz py-graphviz: updated to 0.20.1 2022-10-31 15:40:38 +00:00
py-gtkglext revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
py-imageio *: restrict py-numpy users to 3.9+ in preparation for update 2023-07-01 08:37:33 +00:00
py-imagesize py-imagesize: updated to 1.4.1 2022-09-14 10:03:03 +00:00
py-imaging *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
py-leather *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-matplotlib py-matplotlib: updated to 3.7.2 2023-07-10 21:22:29 +00:00
py-matplotlib-inline py-matplotlib-inline: updated to 0.1.6 2022-10-20 09:13:05 +00:00
py-matplotlib-venn *: restrict py-numpy users to 3.9+ in preparation for update 2023-07-01 08:37:33 +00:00
py-mcomix py-mcomix: fix DEPENDS line 2023-07-03 13:06:02 +00:00
py-nwdiag python: egg.mk: add USE_PKG_RESOURCES flag 2022-01-05 15:40:56 +00:00
py-objgraph py-objgraph: updated to 3.6.0 2023-07-05 12:02:37 +00:00
py-openexr *: recursive bump for math/imath shlib version change 2023-06-06 08:02:07 +00:00
py-OpenGL *: restrict py-numpy users to 3.9+ in preparation for update 2023-07-01 08:37:33 +00:00
py-OpenGL-accelerate *: restrict py-numpy users to 3.9+ in preparation for update 2023-07-01 08:37:33 +00:00
py-piddle *: python2 egg files are back, add them to the PLISTs 2022-01-14 17:51:50 +00:00
py-piexif *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-pilkit graphics/py-pilkit: import py-pilkit-2.0 2022-12-16 19:21:41 +00:00
py-Pillow py-Pillow: update to 10.0.0. 2023-07-05 20:10:14 +00:00
py-Pillow6 devel/py-Pillow*: Clarify DESCR 2023-06-24 00:08:03 +00:00
py-pillow_heif py-pillow_heif: update to 0.11.1. 2023-05-16 22:46:09 +00:00
py-pycha python: egg.mk: add USE_PKG_RESOURCES flag 2022-01-05 15:40:56 +00:00
py-pygal py-pygall: py-test-runner is needed at setup time 2022-11-14 15:11:59 +00:00
py-pygraphviz py-pygraphviz: updated to 1.11 2023-06-16 16:56:21 +00:00
py-qrcode python: egg.mk: add USE_PKG_RESOURCES flag 2022-01-05 15:40:56 +00:00
py-scour py-scour: rename scour to scour-${PYVERSSUFFIX} to avoid self-conflict 2022-01-29 07:36:00 +00:00
py-seaborn *: restrict py-numpy users to 3.9+ in preparation for update 2023-07-01 08:37:33 +00:00
py-seqdiag python: egg.mk: add USE_PKG_RESOURCES flag 2022-01-05 15:40:56 +00:00
py-sk1libs *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
py-strich *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-tifffile *: restrict py-numpy users to 3.9+ in preparation for update 2023-07-01 08:37:33 +00:00
py-uniconvertor *: python2 egg files are back, add them to the PLISTs 2022-01-14 17:51:50 +00:00
py-wand py-wand: update to 0.6.11. 2023-01-23 00:01:06 +00:00
py-wcag-contrast-ratio py-wcag-contrast-ratio: fix PLIST for python 2.x 2022-04-30 11:02:31 +00:00
py-Willow *: recursive bump for math/imath shlib version change 2023-06-06 08:02:07 +00:00
qimageblitz *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
qiv *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
qr-code-generator qr-code-generator: Update to 1.8.0 2022-05-17 14:09:38 +00:00
qr-code-generator16 graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
qrrs graphics/qrrs: update to 0.1.8 2022-01-02 20:03:55 +00:00
qt6-qt3d *: bump for libproxy 0.5 2023-05-22 20:59:55 +00:00
qt6-qtcharts *: bump for libproxy 0.5 2023-05-22 20:59:55 +00:00
qt6-qtdatavis3d *: bump for libproxy 0.5 2023-05-22 20:59:55 +00:00
qt6-qtimageformats *: bump for libproxy 0.5 2023-05-22 20:59:55 +00:00
qt6-qtlottie *: bump for libproxy 0.5 2023-05-22 20:59:55 +00:00
qt6-qtquick3d *: bump for libproxy 0.5 2023-05-22 20:59:55 +00:00
qt6-qtquicktimeline *: bump for libproxy 0.5 2023-05-22 20:59:55 +00:00
qt6-qtshadertools *: bump for libproxy 0.5 2023-05-22 20:59:55 +00:00
qt6-qtsvg *: bump for libproxy 0.5 2023-05-22 20:59:55 +00:00
quesoglc *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
qvplay graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
R-Cairo (graphics/R-Cairo) Updated 1.15.2 to 1.6.0 2023-02-19 01:51:01 +00:00
R-colorspace graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
R-colourpicker graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
R-dichromat (graphics/R-dichromat) Updated 2.0.0 to 2.0.0.1, NEWS.md unknown 2023-06-11 08:59:04 +00:00
R-effects (graphics/R-effects) Updated 4.1.1 to 4.2.1 2022-05-21 15:33:51 +00:00
R-farver (graphics/R-farvar) Updated 2.1.0 to 2.1.1 2023-06-11 10:57:10 +00:00
R-ggExtra graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
R-ggplot2 (graphics/R-ggplot2) Updated 3.3.5 to 3.4.2 2023-06-11 15:05:51 +00:00
R-ggtern (graphics/R-ggtern) Updated 3.3.5 to 3.4.2 (also fix build) 2023-06-15 07:40:26 +00:00
R-ggthemes graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
R-gridExtra graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
R-interp (graphics/R-interp) import R-interp-1.1.4 2023-06-15 11:45:30 +00:00
R-isoband graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
R-jpeg (graphics/R-jpeg) Updated 0.1.9 to 0.1.10 2023-06-15 10:49:00 +00:00
R-labeling graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
R-latex2exp graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
R-latticeExtra (graphics/R-latticeExtra) Updated 0.6.29 to 0.6.30 2023-06-15 11:52:16 +00:00
R-manipulateWidget graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
R-munsell graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
R-png (graphics/R-png) Updated 0.1.7 to 0.1.8 2023-02-19 01:53:27 +00:00
R-polyclip graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
R-ragg (graphics/R-ragg) Updated 1.2.4 to 1.2.5 2023-02-19 02:26:03 +00:00
R-rgl (graphics/R-rgl) Updated 0.107.14 to 1.0.1 2023-03-12 05:58:25 +00:00
R-scales (graphics/R-scales) Updated 1.2.0 to 1.2.1 2023-06-11 11:23:31 +00:00
R-thematic graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
R-tkrplot *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
R-viridis graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
R-viridisLite graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
rabbit rabbit: fix build. 2023-04-07 21:22:45 +00:00
radiance radiance: mark as BROKEN 2023-03-05 20:33:26 +00:00
raleigh-reloaded raleigh-reloaded: update to 1.5. 2022-08-18 15:49:40 +00:00
rawtherapee revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
rayshade *: recursive bump for tiff shlib major bump 2023-01-03 17:36:14 +00:00
refocus-it graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
resize_image graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
ristretto ristretto: update to 0.13.1 2023-05-17 03:24:19 +00:00
ruby-cairo *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
ruby-cairo-gobject ruby-gnome: update to 4.1.7. 2023-06-02 16:43:28 +00:00
ruby-chunky_png graphics/ruby-chunky_png: update to 1.3.15 2023-01-09 06:39:48 +00:00
ruby-clutter ruby-gnome: update to 4.1.7. 2023-06-02 16:43:28 +00:00
ruby-clutter-gdk ruby-gnome: update to 4.1.7. 2023-06-02 16:43:28 +00:00
ruby-clutter-gtk ruby-gnome: update to 4.1.7. 2023-06-02 16:43:28 +00:00
ruby-color graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
ruby-color-japanese graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
ruby-color-tools graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
ruby-gd *: recursive bump for libimagequant 4.x 2023-05-22 11:38:58 +00:00
ruby-gdk3 ruby-gnome: update to 4.1.7. 2023-06-02 16:43:28 +00:00
ruby-gdk_pixbuf2 ruby-gnome: update to 4.1.7. 2023-06-02 16:43:28 +00:00
ruby-gnuplot graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
ruby-image_size graphics/ruby-image_size: update to 3.3.0 2023-06-06 13:54:53 +00:00
ruby-imlib2 *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
ruby-mini-magick graphics/ruby-mini-magick: update to 4.12.0 2023-01-15 15:38:07 +00:00
ruby-oily_png graphics/ruby-oily_png: update HOMEPAGE 2023-01-09 06:42:16 +00:00
ruby-opengl Bump all dependent packages of wayland (belatedly) 2022-08-11 05:08:00 +00:00
ruby-RMagick *: recursive bump for math/imath shlib version change 2023-06-06 08:02:07 +00:00
ruby-rsvg2 ruby-gnome: update to 4.1.7. 2023-06-02 16:43:28 +00:00
ruby-screengif graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
ruby-unicode_plot graphics/ruby-unicode_plot: import ruby-unicode_plot-0.0.5 2023-01-31 13:06:53 +00:00
ruby-youplot ruby-youplot: add ALTERNATIVES file 2023-02-03 12:20:04 +00:00
s10sh graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
sane-airscan revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
sane-backends revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
sane-frontends *: recursive bump for exiv2 0.28.0 2023-07-01 22:16:34 +00:00
scidavis *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
scigraphica revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
screengrab *: bump for libproxy 0.5 2023-05-22 20:59:55 +00:00
scrot scrot: Pull in upstream fix for lack of dprintf(). 2023-07-04 15:05:19 +00:00
SDL2_gfx *: Recursive revbump from audio/libopus 1.4 2023-05-06 19:08:45 +00:00
SDL2_image SDL2_image: update to 2.6.3. 2023-06-16 20:59:44 +00:00
SDL_image *: recursive bump for tiff shlib major bump 2023-01-03 17:36:14 +00:00
shotwell *: recursive bump for exiv2 0.28.0 2023-07-01 22:16:34 +00:00
silgraphite *: remove pkg-config from tools where no buildlink3.mk file is included 2022-07-25 11:12:18 +00:00
silgraphite-ft *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
silgraphite-xft *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
simage *: Recursive revbump from audio/libopus 1.4 2023-05-06 19:08:45 +00:00
simp *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
skencil *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
slim-themes graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
spcaview *: recursive bump for tiff shlib major bump 2023-01-03 17:36:14 +00:00
spectacle Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/. 2023-06-06 12:40:15 +00:00
stitchy graphics/stitchy: update to 0.1.5 2023-04-29 15:56:31 +00:00
svgpart *: bump for libproxy 0.5 2023-05-22 20:59:55 +00:00
sxiv *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
tango-icon-theme *: recursive bump for math/imath shlib version change 2023-06-06 08:02:07 +00:00
termtosvg termtosvg: not for Python 2.7 2022-07-05 10:16:50 +00:00
tesseract Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/. 2023-06-06 12:40:15 +00:00
tex-a2ping *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
tex-a2ping-doc graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-animate tex-animate{,-doc}: update to 20230515 2023-06-11 05:11:05 +00:00
tex-animate-doc tex-animate{,-doc}: update to 20230515 2023-06-11 05:11:05 +00:00
tex-asyfig graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-asyfig-doc graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-auto-pst-pdf graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-auto-pst-pdf-doc graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-automata graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-automata-doc graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-bbcard graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-bbcard-doc graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-bclogo graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-bclogo-doc graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-blockdraw_mp graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-blockdraw_mp-doc graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-bpolynomial graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-bpolynomial-doc graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-chemfig tex-chemfig{,-doc}: update to 1.6d 2023-04-08 06:33:26 +00:00
tex-chemfig-doc tex-chemfig{,-doc}: update to 1.6d 2023-04-08 06:33:26 +00:00
tex-circuitikz tex-circuitikz{,-doc}: update to 1.6.2 2023-06-11 05:32:56 +00:00
tex-circuitikz-doc tex-circuitikz{,-doc}: update to 1.6.2 2023-06-11 05:32:56 +00:00
tex-cmarrows graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-cmarrows-doc graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-contour graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-contour-doc graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-drv graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-drv-doc graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-dviincl graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-dviincl-doc graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-dvipng-doc graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-ean13isbn graphics/tex-ean13isbn: import tex-ean13isbn-2022 2022-08-20 23:02:41 +00:00
tex-ean13isbn-doc graphics/tex-ean13isbn-doc: import tex-ean13isbn-doc-2022 2022-08-20 23:03:03 +00:00
tex-eepic graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-eepic-doc graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-ellipse graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-ellipse-doc graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-emp graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-emp-doc graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-epsincl graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-epsincl-doc graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-epstopdf tex-epstopdf{,-doc}: update to 2.31 2023-04-09 05:25:13 +00:00
tex-epstopdf-doc tex-epstopdf{,-doc}: update to 2.31 2023-04-09 05:25:13 +00:00
tex-expressg graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-expressg-doc graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-exteps graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-exteps-doc graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-featpost graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-featpost-doc graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-feynmf graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-feynmf-doc graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-feynmp-auto graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-feynmp-auto-doc graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-fiziko tex-fiziko{,-doc}: update to 0.2.0 2022-04-09 20:54:36 +00:00
tex-fiziko-doc tex-fiziko{,-doc}: update to 0.2.0 2022-04-09 20:54:36 +00:00
tex-garrigues graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-garrigues-doc graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-gmp graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-gmp-doc graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-graphics-pln tex-graphics-pln{,-doc}: update to 2022.65187 2023-04-01 11:26:14 +00:00
tex-graphics-pln-doc tex-graphics-pln{,-doc}: update to 2022.65187 2023-04-01 11:26:14 +00:00
tex-hatching graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-hatching-doc graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-hershey-mp tex-hershey-mp{,-doc}: add version 2022.1.0 2023-04-11 02:25:31 +00:00
tex-hershey-mp-doc tex-hershey-mp{,-doc}: add version 2022.1.0 2023-04-11 02:25:31 +00:00
tex-huffman tex-huffman{,-doc}: add version 0.1 2023-06-17 12:11:01 +00:00
tex-huffman-doc tex-huffman{,-doc}: add version 0.1 2023-06-17 12:11:01 +00:00
tex-incgraph tex-incgraph{,-doc}: update to 1.2.0 2022-04-08 23:27:33 +00:00
tex-incgraph-doc tex-incgraph{,-doc}: update to 1.2.0 2022-04-08 23:27:33 +00:00
tex-latexmp graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-latexmp-doc graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-mcf2graph tex-mcf2graph{,-doc}: update to 5.02 2023-06-17 11:47:52 +00:00
tex-mcf2graph-doc tex-mcf2graph{,-doc}: update to 5.02 2023-06-17 11:47:52 +00:00
tex-metago graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-metago-doc graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-metaobj graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-metaobj-doc graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-metaplot graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-metaplot-doc graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-metapost tex-metapost{,-doc}: update to 2023 2023-06-11 07:19:16 +00:00
tex-metapost-colorbrewer graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-metapost-colorbrewer-doc graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-metapost-doc tex-metapost{,-doc}: update to 2023 2023-06-11 07:19:16 +00:00
tex-metauml graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-metauml-doc graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-mfpic graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-mfpic-doc graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-mfpic4ode graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-mfpic4ode-doc graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-minim-hatching tex-minim-hatching{,-doc}: Add version 20221.1 2022-04-16 01:03:01 +00:00
tex-minim-hatching-doc tex-minim-hatching{,-doc}: Add version 20221.1 2022-04-16 01:03:01 +00:00
tex-mp3d graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-mp3d-doc graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-mparrows graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-mparrows-doc graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-mpattern graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-mpattern-doc graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-mpchess tex-mpchess{,-doc}: update to 0.6 2023-06-11 07:21:20 +00:00
tex-mpchess-doc tex-mpchess{,-doc}: update to 0.6 2023-06-11 07:21:20 +00:00
tex-mpcolornames graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-mpcolornames-doc graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-mpgraphics graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-mpgraphics-doc graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-mptopdf tex-mptopdf{,-doc}: update to 2022 2023-04-09 05:52:42 +00:00
tex-mptopdf-doc tex-mptopdf{,-doc}: update to 2022 2023-04-09 05:52:42 +00:00
tex-mptrees tex-mptrees{,-doc}: update to 23.04 2023-06-11 07:23:50 +00:00
tex-mptrees-doc tex-mptrees{,-doc}: update to 23.04 2023-06-11 07:23:50 +00:00
tex-pdfcrop tex-pdfcrop{,-doc}: update to 1.42 2023-06-11 07:29:49 +00:00
tex-pdfcrop-doc tex-pdfcrop{,-doc}: update to 1.42 2023-06-11 07:29:49 +00:00
tex-pgf-umlsd graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-pgf-umlsd-doc graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-pgfgantt graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-pgfgantt-doc graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-pictex tex-pictex{,-doc}: update to 1.1b 2022-04-14 03:13:24 +00:00
tex-pictex-doc tex-pictex{,-doc}: update to 1.1b 2022-04-14 03:13:24 +00:00
tex-piechartmp graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-piechartmp-doc graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-psgo graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-psgo-doc graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-pst-2dplot graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-pst-2dplot-doc graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-pst-3d graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-pst-3d-doc graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-pst-3dplot tex-pst-3dplot{,-doc}: update to 2.07a 2022-04-10 06:01:12 +00:00
tex-pst-3dplot-doc tex-pst-3dplot{,-doc}: update to 2.07a 2022-04-10 06:01:12 +00:00
tex-pst-barcode tex-pst-barcode{,-doc}: update to 0.19 2022-09-01 05:02:22 +00:00
tex-pst-barcode-doc tex-pst-barcode{,-doc}: update to 0.19 2022-09-01 05:02:22 +00:00
tex-pst-blur graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-pst-blur-doc graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-pst-circ tex-pst-circ{,-doc}: update to 2.19 2022-04-10 06:04:05 +00:00
tex-pst-circ-doc tex-pst-circ{,-doc}: update to 2.19 2022-04-10 06:04:05 +00:00
tex-pst-coil graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-pst-coil-doc graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-pst-eps graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-pst-eps-doc graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-pst-fill tex-pst-fill{,-doc}: update to 1.02 2022-04-10 06:15:33 +00:00
tex-pst-fill-doc tex-pst-fill{,-doc}: update to 1.02 2022-04-10 06:15:33 +00:00
tex-pst-gr3d graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-pst-gr3d-doc graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-pst-grad graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-pst-grad-doc graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-pst-hsb tex-pst-hsb{,-doc}: update to 0.03 2023-04-08 11:07:30 +00:00
tex-pst-hsb-doc tex-pst-hsb{,-doc}: update to 0.03 2023-04-08 11:07:30 +00:00
tex-pst-lens graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-pst-lens-doc graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-pst-math tex-pst-math{,-doc}: update to 0.66 2023-04-01 22:12:20 +00:00
tex-pst-math-doc tex-pst-math{,-doc}: update to 0.66 2023-04-01 22:12:20 +00:00
tex-pst-node tex-pst-node{,-doc}: update to 1.43 2022-04-10 06:24:01 +00:00
tex-pst-node-doc tex-pst-node{,-doc}: update to 1.43 2022-04-10 06:24:01 +00:00
tex-pst-osci graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-pst-osci-doc graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-pst-ovl graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-pst-ovl-doc graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-pst-pdf graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-pst-pdf-doc graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-pst-plot tex-pst-plot{,-doc}: update to 1.94 2023-04-01 22:14:10 +00:00
tex-pst-plot-doc tex-pst-plot{,-doc}: update to 1.94 2023-04-01 22:14:10 +00:00
tex-pst-poly graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-pst-poly-doc graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-pst-slpe graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-pst-slpe-doc graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-pst-text graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-pst-text-doc graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-pst-tools tex-pst-tools{,.doc}: update to 0.12 2022-04-10 06:30:44 +00:00
tex-pst-tools-doc tex-pst-tools{,.doc}: update to 0.12 2022-04-10 06:30:44 +00:00
tex-pst-tree tex-pst-tree{,-doc}: update to 1.14 2022-04-10 12:25:59 +00:00
tex-pst-tree-doc tex-pst-tree{,-doc}: update to 1.14 2022-04-10 12:25:59 +00:00
tex-pstricks tex-pstricks{,-doc}: update to 3.19 2023-06-11 07:38:04 +00:00
tex-pstricks-add tex-pstricks-add{,-doc}: update to 3.94 2023-06-11 07:39:49 +00:00
tex-pstricks-add-doc tex-pstricks-add{,-doc}: update to 3.94 2023-06-11 07:39:49 +00:00
tex-pstricks-doc tex-pstricks{,-doc}: update to 3.19 2023-06-11 07:38:04 +00:00
tex-qrcode graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-qrcode-doc graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-repere tex-repere{,-doc}: update to 23.05.b 2023-06-11 07:41:54 +00:00
tex-repere-doc tex-repere{,-doc}: update to 23.05.b 2023-06-11 07:41:54 +00:00
tex-roex graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-roundrect graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-roundrect-doc graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-shapes graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-shapes-doc graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-slideshow graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-slideshow-doc graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-smartdiagram tex-smartdiagram{,-doc}: add version 0.3b 2023-05-30 11:51:25 +00:00
tex-smartdiagram-doc tex-smartdiagram{,-doc}: add version 0.3b 2023-05-30 11:51:25 +00:00
tex-splines graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-splines-doc graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-suanpan graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-suanpan-doc graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-tex-ps graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-tex-ps-doc graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-texdraw graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-texdraw-doc graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-textpath graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-textpath-doc graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-threeddice graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-threeddice-doc graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-tikz-3dplot graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-tikz-3dplot-doc graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-tikz-cd graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-tikz-cd-doc graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-tikz-feynhand graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-tikz-feynhand-doc graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-tikzinclude graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-tikzinclude-doc graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-tikzmark tex-tikzmark{,-doc}: update to 1.15 2023-04-01 22:30:08 +00:00
tex-tikzmark-doc tex-tikzmark{,-doc}: update to 1.15 2023-04-01 22:30:08 +00:00
tex-tikzorbital graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-tikzorbital-doc graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-tikzpagenodes graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-tikzpagenodes-doc graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-tikzpfeile graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-tikzpfeile-doc graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-tikzposter graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-tikzposter-doc graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-tikzscale graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-tikzscale-doc graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-tikzsymbols tex-tikzsymbols{,-doc}: update to 4.12a 2022-04-14 03:31:41 +00:00
tex-tikzsymbols-doc tex-tikzsymbols{,-doc}: update to 4.12a 2022-04-14 03:31:41 +00:00
tex-tkz-base tex-tkz-base{,-doc}: update to 4.2c 2022-09-01 05:41:07 +00:00
tex-tkz-base-doc tex-tkz-base{,-doc}: update to 4.2c 2022-09-01 05:41:07 +00:00
tex-tkz-fct tex-tkz-fct{,-doc}: update to 1.7c 2022-04-14 06:37:42 +00:00
tex-tkz-fct-doc tex-tkz-fct{,-doc}: update to 1.7c 2022-04-14 06:37:42 +00:00
tex-venndiagram graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-venndiagram-doc graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-worldflags tex-worldflags{,-doc}: add version 2022 2023-05-30 11:55:26 +00:00
tex-worldflags-doc tex-worldflags{,-doc}: add version 2022 2023-05-30 11:55:26 +00:00
tex-xypic graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tex-xypic-doc graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tgif graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tiff tiff: don't try to rebuild docs if sphinx-build is present. 2023-06-19 17:34:13 +00:00
tk-tkimg *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
tkpiechart graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
tuxpaint Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/. 2023-06-06 12:40:15 +00:00
tuxpaint-config *: recursive PKGREVISION bump for libpaper shlib major bump 2023-04-13 14:13:56 +00:00
tuxpaint-stamps graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
urt *: recursive bump for tiff shlib major bump 2023-01-03 17:36:14 +00:00
vcg graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
veusz *: restrict py-numpy users to 3.9+ in preparation for update 2023-07-01 08:37:33 +00:00
vid *: recursive bump for tiff shlib major bump 2023-01-03 17:36:14 +00:00
viewfax graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
viewnior *: recursive bump for exiv2 0.28.0 2023-07-01 22:16:34 +00:00
vigra *: recursive bump for math/imath shlib version change 2023-06-06 08:02:07 +00:00
viu graphics/viu: Reset maintainer 2023-03-13 19:36:22 +00:00
vnc2swf graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
vp graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
vtk Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/. 2023-06-06 12:40:15 +00:00
vtk-docs graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
vulkan-headers vulkan-headers: does not need any languages 2022-08-12 08:44:48 +00:00
wallust graphics/wallust: update to 2.4.1 2023-05-14 15:13:21 +00:00
wcslib Update to 7.11 2022-05-02 00:07:44 +00:00
wld *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
wm-icons graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
wmphoto graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
wxsvg *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
xart *: recursive bump for tiff shlib major bump 2023-01-03 17:36:14 +00:00
xbmbrowser graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
xdot *: Revbump packages that use Python at runtime without a PKGNAME prefix 2022-06-30 11:18:01 +00:00
xdvipresent graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
xfce4-icon-theme *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
xfig xfig: update to 3.2.8b. 2022-12-07 15:30:56 +00:00
xgc xgc: update to 1.0.6. 2022-10-15 23:12:35 +00:00
xgraph graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
ximaging graphics/ximaging: update to V1.7 2023-03-02 09:31:52 +00:00
xli graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
xmorph graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
xpaint *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
xplot *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
xplot-devel *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
xsane *: recursive bump for exiv2 0.28.0 2023-07-01 22:16:34 +00:00
xv *: recursive bump for tiff shlib major bump 2023-01-03 17:36:14 +00:00
xzgv *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
zathura-cb *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
zathura-djvu *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
zbar *: recursive bump for math/imath shlib version change 2023-06-06 08:02:07 +00:00
zimg zimg: Simplify github.mk use 2022-08-22 14:22:30 +00:00
zphoto *: recursive bump for math/imath shlib version change 2023-06-06 08:02:07 +00:00
zxing-cpp zxing-cpp: Sync compiler requirements with reality. 2023-07-10 07:51:27 +00:00
Makefile *: remove gstreamer 0.10, its support packages, and its remaining users 2023-06-26 12:24:02 +00:00