pkgsrc/graphics
ryoon 4ead070971 opencolorio: Update to 2.2.1
* 2.3.0 is not ready for Blender 3.6.4 yet.

Changelog:
v2.2.1

This is an ABI compatible update for the 2.2.x series that includes the relevant fixes since the 2.2.0 release.

Bug fixes and minor enhancements:

PR #1743, Fix inverse Lut1D optimization issue (may affect identity Look transforms in camera log process spaces)
PR #1742, Improve naming of ICC-based virtual displays on Windows
PR #1741, Fix Python ARM Wheel (now works on M1-based Macs)
PR #1738, Update documentation for 2.2 release
PR #1734, Fix issue with isColorSpaceLinear function (to avoid crash when color space doesn't exist)
PR #1726, Processor cache does not detect context variable changes in FileTransform cccid string
PR #1723, Replace "texture2D" function with "texture" for GLSL 1.3 (allows use of GLSL 1.3)

Build enhancements:

PR #1736, OCIO CMake improvements
PR #1729, Hiding minizip-ng symbols on Mac
PR #1725, Fix issue with minizip build
PR #1721, CheckSupportSSE2: Fix sse flags unexpected propagation
PR #1720, Configure the OpenColorIO.pc file on Windows


v2.1.3

This is an ABI compatible update for the 2.1.x series that includes the relevant fixes since the 2.1.2 release.

Bug fixes:

PR #1743, Fix inverse Lut1D optimization issue (may affect identity Look transforms in camera log process spaces)
PR #1726, Processor cache does not detect context variable changes in FileTransform cccid string
PR #1723, Replace "texture2D" function with "texture" for GLSL 1.3 (allows use of GLSL 1.3)
PR #1712, Fix atan2 argument order for HLSL (may affect ACES output transforms on Windows)
PR #1697, MinGW: Work around lack of strtof_l for local-independent parsing (allows compiling with MinGW)


v2.0.5

This is an ABI compatible update for the 2.0.x series that includes the relevant fixes since the 2.0.4 release.

Bug fixes:

PR #1743, Fix inverse Lut1D optimization issue (may affect identity Look transforms in camera log process spaces)
PR #1726, Processor cache does not detect context variable changes in FileTransform cccid string
PR #1723, Replace "texture2D" function with "texture" for GLSL 1.3
PR #1712, Fix atan2 argument order for HLSL (may affect ACES output transforms on Windows)


v2.2.0

This is the main new feature release for this year and is the base version for the CY2023 VFX Reference Platform (which specifies 2.2.x).

We anticipate making an ABI-compatible 2.2.1 release near the end of the year that will fix any bugs found with the new features as the 2.2.0 library gets more widely tested.

New features:

PR #1659, Build the new ACES CG and Studio configs into the library itself
PR #1696, Allow OCIO configs to be archived, introducing the .ocioz file format
PR #1710, Convert to or from a known external color space
PR #1703, Add a method to query whether a color space is linear
PR #1637, Address circular build dependency between OCIO and OpenImageIO

Noteworthy bug fixes and enhancements:

PR #1711, Make the interchange roles required for config versions 2.2 or higher
PR #1691, Add support for ICC Parametric curves type 1-4
PR #1689, Add getProcessor calls that take a NamedTransform
PR #1604, Add preliminary support for ACES Metadata Files (AMF)
PR #1693, Add NamedTransform support for Baking and fix crosstalk issue
PR #1704, Add Built-in Transforms for ARRI LogC4 and Canon curves
PR #1706, Add Python 3.11 wheels
PR #1712, Fix atan2 issue with ACES viewing transforms in HLSL
PR #1656, Speed up config ID hashing (replace md5 with xxhash)
PR #1684, Allow ocioconvert, ociowrite, ocioperf to invert a DisplayViewTransform
PR #1646, Provide scripts to facilitate building OCIO on Windows
PR #1630, Improve iridas_cube parsing speed
PR #1605, Add Python source distribution package for PyPI
PR #1598, Add DisplayViewTransform support to Baker
PR #1516, Default to C++ 14 and remove OIIO from ocioperf
PR #1532, Update default branch name to "main"

Other fixes and minor enhancements:

PR #1715, Fix missing warnings issue with ociocheck command-line tool
PR #1713, Update Built-in configs with official 1.0.0 CG and Studio release
PR #1708, Enforce GL_NEAREST with GPU tetrahedral interpolation
PR #1697, Built fix (strtof_l) for MinGW
PR #1695, Add anchorpoint to supported applications
PR #1694, Log OCIO version for debugging purposes
PR #1692, Fix OpenEXR build on ninja
PR #1684, Fix for const literals in HLSL
PR #1678, Build fix (from_chars, strtol_l) for those using the musl-libc library
PR #1669, Correct http links to https
PR #1647, Build fixes for MS Visual Studio 2022
PR #1636, Print version in cmake find_package
PR #1635, Adjust 'family' description in OpenColorIO.h
PR #1632, Fix "requirement" typo in installation.rst
PR #1599, Minor build and CI fixes
PR #1594, Fix cmake issue with Windows Unicode support
PR #1542, Build fixes for C++ 20
PR #1596, Update Carol Payne as TSC Chair in GOVERNANCE.md
PR #1498, Add Rémi Achard to GOVERNANCE.md & COMMITTERS.md


v2.1.2

This is an ABI compatible update for the 2.1.x series that includes the relevant fixes since the 2.1.1 release.

Noteworthy bug fixes and enhancements:

PR #1626, Fix half-domain Lut1D issue for certain values above HALF_MAX (#1614)
PR #1589, Python copy support (#1575)
PR #1585, Fix support for ARM64 macOS Python wheels (#1574)

Other fixes and minor enhancements:

PR #1610, Improve OpenImageIO dependency management of Imath headers (#1572)
PR #1592, Improve CMake and library install step (#1578)
PR #1591, Remove "expat" symbols (#1582)
PR #1587, Improve the GPU unit test framework (#1562)
PR #1586, Improve the OSL integration (#1561)
PR #1584, Propagate Android CMake configuration to external projects (#1579)
PR #1571, #1653, Update library name to 2.1.2


v2.0.4

This is an ABI compatible update for the 2.0.x series that includes the relevant fixes since the 2.0.3 release.

Noteworthy bug fixes and enhancements:

PR #1625, Fix half-domain Lut1D issue for certain values above HALF_MAX (#1614)
PR #1612, Python copy support (#1589)
PR #1611, Add virtual display Python bindings (#1464)

Other fixes and minor enhancements:

PR #1570, #1652, Update library name to 2.0.4


v2.1.1

This is an ABI compatible update for the 2.1.x series that includes important fixes and improvements over the 2.1.0 release.

New capabilities:

PR #1557, Adds Metal Shading Language generation support to the GPU renderer (#1520)
PR #1504, Adds OpenGL ES generation support to the GPU renderer (#1497)

Noteworthy bug fixes and enhancements:

PR #1565, After Effects plug-in updates
PR #1559, Adds Metal support to ociodisplay and enables running GPU tests with Metal backend (#1538)
PR #1551, Fix issue resulting in NaNs when inverting ACES Output Transforms (#1539)
PR #1548, Implement locale-agnostic number parsing (#1496)
PR #1545, Fix issue causing configs to fail validation with certain LUT search paths (#1535)
PR #1544, Python 3.10 macOS wheels
PR #1529, Remove extra commas when writing a CDL in CLF file format (#1526)
PR #1527, Fixes Unicode paths on Windows (#1363)
PR #1524, Fix issues with OSL generation and improve the OSL unit test framework (#1514)
PR #1518, Add Python GPU renderer implementation example (#1493)
PR #1511, Improvement to color space metadata in ocioconvert exports (#1500)
PR #1488, Better manage Imath dependency (#1478)

Other fixes and minor enhancements:

PR #1568, Update library name to 2.1.1
PR #1567, Update CLF test image from CLF working group (#1563)
PR #1534, Fix add_test calls and change temporary file creation (#1522)
PR #1528, ConfigTest - Virtual display python unit test (#1481)
PR #1523, CMake: remove duplicate find_package(pybind11 ...) (#1521)
PR #1517, Update to new cibuildwheel location (#1513)
PR #1512, Remove Python wheel workflow running on every pull request (#1503)
PR #1510, Fix install paths regressions (#1502)
PR #1506, Fix the analysis workflow (#1492)
PR #1505, Support for valgrind and related fixes, OIIO cmake tweak (#1489)
PR #1501, Add support for MinGW (#1485)
PR #1499, FindExpat: allow usage of expat 2.2.9 (#1483)
PR #1494, Remove the useless cmake target on oiiotool (#1477)
PR #1490, Remove OpenColorIOHeaders target and hardcoded install paths (#1471)



v2.0.3

This is an ABI compatible update for the 2.0.x series that includes the relevant bug fixes from the 2.1.1 release.

Noteworthy bug fixes and enhancements:

PR #1554, Fix issue resulting in NaNs when inverting ACES Output Transforms (#1539)
PR #1552, Fix issue causing configs to fail validation with certain LUT search paths (#1535)
PR #1531, Improvement to color space metadata in ocioconvert exports (#1500)
PR #1530, Remove extra commas when writing a CDL in CLF file format (#1526)

Other fixes and minor enhancements:

PR #1560, Update library name to 2.0.3


v2.0.2

This is an ABI compatible update for the 2.0.x series that includes the relevant bug fixes from the 2.1 release.

Noteworthy bug fixes and enhancements:

PR #1445, Allow apps to use getColorSpaceFromFilePath even for v1 configs and deprecate parseColorSpaceFromString
PR #1459, Fix problem rendering to integer pixel layouts when there is a no-op
PR #1447, Update CLF test files, add Python scripts for CLF implemenation guide

Other fixes and minor enhancements:

PR #1445, Various fixes and plug-in updates (integrate PRs #1391, #1373)
PR #1425, Minor SonarCloud related fixes
PR #1426, Add OpenColorIOConfig.cmake generation
PR #1428, Use CMake visibility flags
PR #1409, Hide dependency symbol visibility
PR #1427, Improve DX11 & Cg fragment shader support
PR #1444, Minor code & docs enhancements
PR #1430, Minor FixedFunctionTransform fix
PR #1431, Fix VisualC++ compilation flags
PR #1410, Allow choice of building against a specific Python release
PR #1443, Fix problem in LegacyViewingPipeline using a look that is a no-op
PR #1470, Fix problem with DisplayViewTransform using a look that is a no-op
PR #1467, Improve CMake for Pystring
PR #1463, Add half directory for ociodisplay, ociolutimage
PR #1412, GPU build fix


v2.1.0

This is the main new feature release for this year and is the base version for the CY2022 VFX Reference Platform (which specifies 2.1.x).

New features:

PR #1404, Add ACES 1.3 Gamut Compression implementation
PR #1371, Add OpenFX OCIO plug-in framework and examples
PR #1401, Add Python wheel generation and support for PyPI (pip install)
PR #1462, Add preliminary support for emitting Open Shading Language (OSL)

Noteworthy bug fixes and enhancements:

PR #1432, Add Imath 3 support for Half dependency and update CI workflow
PR #1472, Increment version number for the config file and CTF formats to 2.1
PR #1417, Allow apps to use getColorSpaceFromFilePath even for v1 configs and deprecate parseColorSpaceFromString
PR #1422, Add getDefaultView(display, colorspaceName) method
PR #1446, Fix problem rendering to integer pixel layouts when there is a no-op
PR #1436, Update CLF test files, add Python scripts for CLF implemenation guide

Other fixes and minor enhancements:

PR #1391, Minor GPU build fix
PR #1403, Minor SonarCloud related fixes
PR #1373, After Effects & Photoshop plug-in updates
PR #1397, Add OpenColorIOConfig.cmake generation
PR #1411, Use CMake visibility flags
PR #1416, Hide dependency symbol visbility
PR #1406, Improve DX11 & Cg fragment shader support
PR #1414, Minor code & docs enhancements
PR #1418, Minor FixedFunctionTransform fix
PR #1419, Fix VisualC++ compilation flags
PR #1424, Allow choice of building against a specific Python release
PR #1421, Test CMake Config script
PR #1437, Fix problem in LegacyViewingPipeline using a look that is a no-op
PR #1460, Fix problem with DisplayViewTransform using a look that is a no-op
PR #1438, Correct error in installation documentation
PR #1407, Improve debugging of multiple threads
PR #1449, Improve CMake for Pystring
PR #1450, Fix for Windows library name
PR #1464, Add Python bindings for virtual display methods
PR #1469, Fix minor template instantiation issue


v2.0.1

This is a patch release containing the following fixes and minor enhancements:

PR #1303, Update the After Effects and Photoshop plug-ins to OCIO v2.
PR #1352, Fix a problem with allocation vars not being used for the legacy GPU processing path. This provides a new getOptimizedLegacyGPUProcessor call for developers to access the legacy GPU processing (although you should be using the new GPU processor anyway!) and deprecates the previous CreateLegacyShaderDesc method.
PR #1387, Fix an issue where the environment section of the config was not being validated correctly for vars without a default. This also introduces stricter rules for validation of this part of the config and prevents a possible crash affecting both v1 and v2.
PR #1394, After Effects and Photoshop plug-in build updates.
PR #1370, Fix a minor issue with how CDL ops are optimized.
PR #1365, Enable gcc -Wextra build flag and clean up the resulting warnings.
PR #1353, Re-enable support for negative stride values for packed and planar ImageDescs.
PR #1351, Improve C++ version detection and fix some compilation issues.
PR #1350, Fix and update 'setup_ocio' script.
PR #1339, Correct a typo in the OCIO_USER_CATEGORIES environment variable name.
PR #1338, Fix an issue with the RPATH that was impacting the Python binding.
PR #1336, Improvements to cmake scripts and remove the OCIO_ADD_EXTRA_BUILTINS flag.
PR #1306, Correct the minimum GLSL version specified in some places (is now GPU_LANGUAGE_GLSL_1_2).


v2.0.0

This is the official release of OpenColorIO v2! The noteworthy changes relative to v2.0.0rc1 are:

PR #1291, Fixed a bug in the single-pixel applyRGB call.
PR #1281, Additional ACES Built-in Transforms -- The built-ins now include all transforms identified by the config working group for the initial ACES config, including all of the ACES Output Transforms.
PR #1280, Add to Python binding Uniform_Float3 and setStrictParsingEnabled.
PR #1277, Fixed pybind issue to allow children of Transform class to have the correct type.
PR #1275, Restructure PyOpenColorIO -- Completed PyGpuShaderDesc and moved declarations. Fixed a number of issues with the Python documentation.
PR #1274, Added lots of new Python unit tests, adjusted a few bindings as a result. Reserved some enums for future work.
PR #1272, Avoid NaN values during Lut1D composition.
PR #1271, Python dynamic property fixes and added unit tests. Warn if more than one property is active.
PR #1270, Modify Python LogCameraTransform and FixedFunctionTransform constructors to require arguments. Direct operator<< to Python repr rather than str.
PR #1268, Make shader textures available via the Python API.
PR #1267, Add constants for new roles to the API. Have parseColorSpaceFromString include inactive spaces. Modify ociocheck to warn if roles are missing, rather than error. Fix exception propagation issue from FileRules.
PR #1266, Use OIIO-provided CMake find module to fix build issue.


v2.0.0-rc1

This is the first release candidate for OCIO v2. The final release is about two weeks away, we request people test this thoroughly and help us find any issues. Here are the noteworthy changes relative to beta2:

PR #1241, Color Space Aliases -- It is now possible to define several alternate names for a color space, for example, a full name and an abbreviated name appropriate for use in image file paths. An optional "name" attribute was also added to the config.
PR #1220, App Helpers and Category improvements -- The App Helpers functions to ease use of the library have been moved into OCIO core. Also, the options for filtering color spaces based on category is now more powerful, implementing issue #1222.
PR #1197, New API Docs implementation -- This overhauls the way the API documentation for both C++ and Python are generated. Contributors now need to manually update the frozen Python .rst files and should review the issue for details.
PR #1249, Improved Python apply functions -- This fixed several Python applyRGB issues and the unit test for PyCPUProcessor now requires NumPy.
PR #1244, Improved version handling and config synonyms -- The parser will now throw if reading a minor version higher than current (i.e. a config version 2.1 or higher will now throw). This also fixed a bug when writing v1 configs that caused them to not load correctly. Several syntax enhancements requested related to view transforms were added: - The from/to_reference color space attributes are now written as from/to_scene_reference in v2 configs, although the old syntax is also supported. - The config also now has an attribute to identify the default view transform.
PR #1221, CDLTransform cleanup -- The code for reading and writing CDLs was refactored and the API changed so that they are written more like CLF and CTF files. The write method on Processor was moved to GroupTransform. The way CDL metadata is handled was made more consistent with CLF/CTF. Files with several CDLS (e.g. ccc) may now be loaded into a single GroupTransform.
PR #1245, Finish inversion of new look ops -- This complete the work on issue #1100, these operators all work in both forward and inverse direction.
PR #1251, Fix ACEScc and XYZ built-in transforms -- Addresses issues with several built-in transforms.
PR #1252, Misc fixes -- The ColorSpaceMenuHelpers code no longer warns on v1 configs. An edge case of using LegacyViewingPipeline with named transforms was addressed.
PR #1214, Minor file rules fixes.


v2.0.0-beta2

This is the second beta for OCIO v2. The release candidate is not far off, we request people test this thoroughly and help us find any issues. Here are the noteworthy changes relative to beta1:

PR #1189, Named Color Transforms -- It is now possible to include color transforms in a config separately from color spaces.
PR #1229, Data bypass fix -- Critical bug fix for an issue where conversions on data color spaces were sometimes not bypassed.
PR #1205, Remove dynamic properties from configs -- It is not possible to use dynamic properties in configs, configs are intended to be fixed representations.
PR #1228, Bump pybind11 required version to 2.6.1 -- Moving from 2.4.3 to 2.6.1 removes a dependency that was causing build issues.
PR #1204, Some API cleanup -- Capitalization change for three functions used for iterating over available LUT file formats.
PR #1208, Remove the 'unknown' shader language -- Minor cleanup of GPU renderer API.


v2.0.0-beta1

That's the beta1 step for the coming version 2 release.
2023-10-15 19:45:33 +00:00
..
aalib *: Remove hacks for GCC versions prior to 3 2023-07-17 22:08:13 +00:00
adaptagrams adaptagrams: still needs USE_LANGUAGES to get a compiler 2023-09-25 07:14:03 +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
apngasm apngasm: import apngasm-3.1.10. 2023-08-17 20:48:44 +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 *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +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 *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +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 *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
blender-lts *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +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 *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +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 *: Mark packages that were originally identified as requiring 2023-08-02 19:20:16 +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 graphics/charls: update to version 2.4.2 2023-10-02 20:03:25 +00:00
cheese *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
cinepaint *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +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 *: Mark packages that were originally identified as requiring 2023-08-02 19:20:16 +00:00
colord Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/. 2023-06-06 12:40:15 +00:00
colord-gtk *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
comix *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +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 darktable: Be less fussy about zlib versions. 2023-09-06 21:04:20 +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 *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
dia-python *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
digikam digikam: update to 8.1.0. 2023-09-26 21:22:36 +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 *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +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 *: Mark packages that were originally identified as requiring 2023-08-02 19:20:16 +00:00
dxsamples graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
edje *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +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 *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
eom *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +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: Regenerate distinfo for previous 2023-08-02 19:34:59 +00:00
faba-icon-theme *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +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 graphics/feh: update to 3.10.1 2023-10-04 05:13:37 +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.2 2023-08-30 12:33:23 +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 *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
gdk-pixbuf2-xlib *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
geeqie *: recursive bump for exiv2 0.28.0 2023-07-01 22:16:34 +00:00
gegl *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +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 *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +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-10-15 12:04:14 +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.12.2 2023-09-25 09:42:34 +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: bump gegl requirement 2023-08-21 10:46:30 +00:00
gimp-color-manager *: recursive bump for exiv2 0.28.0 2023-07-01 22:16:34 +00:00
gimp-create-spritesheet *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
gimp-devel *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
gimp-docs-de
gimp-docs-en *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +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 gimp-ufraw: Adapt to newer glib and exiv2 2023-08-04 13:11:24 +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 bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
gl2ps Bump all dependent packages of wayland (belatedly) 2022-08-11 05:08:00 +00:00
glad *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +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 glu: update to 9.0.3. 2023-08-24 11:35:49 +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 *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +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 bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
gnome-themes-standard revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
gnuplot gnuplot: updated to 5.4.8 2023-08-26 08:30:12 +00:00
gocr *: recursive bump for tiff shlib major bump 2023-01-03 17:36:14 +00:00
goocanvas2 *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +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 *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +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 *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
GraphicsMagick GraphicsMagick: fix for libjpeg-turbo 3.0.0 2023-08-02 07:57:36 +00:00
graphite2 *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
graphviz *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
graphviz-dot-mode Bump all elisp packages for the CONFLICTS change. 2022-05-14 22:25:32 +00:00
gri *: Mark packages that were originally identified as requiring 2023-08-02 19:20:16 +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 Python 3.11 as new default 2023-08-14 05:23:45 +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 gwenview: KDE Gear update to 23.04.3 2023-08-03 03:36:00 +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 Bump Haskell packages after updating lang/ghc94 2023-10-09 04:54:01 +00:00
hs-JuicyPixels Bump Haskell packages after updating lang/ghc94 2023-10-09 04:54:01 +00:00
hugin *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +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 graphics: Adapt packages to USE_(CC|CXX)_FEATURES 2023-07-18 18:19:22 +00:00
ImageMagick6 ImageMagick6: SunOS needs libsendfile. 2023-08-17 08:33:47 +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 *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
inkscape graphics/inkscape: Fix build on NetBSD 9 2023-08-23 13:48:34 +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 *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +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: updated to 1.5.5 2023-08-10 07:19:32 +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 kamera: note kcmutils dependency 2023-08-09 20:43:17 +00:00
kcolorchooser kcolorchooser: KDE Gear update to 23.04.3 2023-08-03 03:38:31 +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 kdegraphics-mobipocket: KDE Gear update to 23.04.3 2023-08-03 03:39:32 +00:00
kdegraphics-strigi-analyzer revbump for boost 2023-04-23 14:26:05 +00:00
kdegraphics-thumbnailers kdegraphics-thumbnailers: KDE Gear update to 23.04.3 2023-08-03 03:40:31 +00:00
kdiagram kdiagram: add version 2.8.0 2023-08-16 07:32:15 +00:00
kgamma revbump for boost 2023-04-23 14:26:05 +00:00
kiconthemes *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
kimageannotator *: bump for libproxy 0.5 2023-05-22 20:59:55 +00:00
kimageformats kimageformats: update to 5.108.0 2023-07-29 02:13:28 +00:00
kipi-plugins kipi-plugins: KDE Gear update to 23.04.3 2023-08-03 03:41:45 +00:00
kolourpaint kolourpaint: KDE Gear update to 23.04.3 2023-08-03 03:42:57 +00:00
koverartist Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/. 2023-06-06 12:40:15 +00:00
kplotting kplotting: update to 5.108.0 2023-07-29 02:14:14 +00:00
kqtquickcharts kqtquickcharts: KDE Gear update to 23.04.3 2023-08-03 03:44:36 +00:00
kqtquickcharts4 revbump for boost 2023-04-23 14:26:05 +00:00
krita *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
kruler kruler: KDE Gear update to 23.04.3 2023-08-03 03:45:59 +00:00
ksanecore ksanecore: KDE Gear update to 23.04.3 2023-08-03 05:10:04 +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 lcms2: Update to 2.15 2023-07-17 14:41:56 +00:00
lensfun *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
lepton lepton: use pkgsrc zlib to fix build, bump pkgrevision 2023-09-24 22:42:29 +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 libbpg: Darwin linker does not support --gc-sections. 2023-07-21 12:34:21 +00:00
libcaca *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
libdmtx libdmtx: add CHECK_PORTABILITY_SKIPs 2022-04-24 22:07:56 +00:00
libepoxy *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
libexif *: Use FORCE_C_STD=c99 for C packages that use for loop initial 2023-08-02 16:17:15 +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 *: Mark packages that were originally identified as requiring 2023-08-02 19:20:16 +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 libheif: fix build on Darwin, remove unused patch, cleanups 2023-07-22 08:37:49 +00:00
libhighway libhighway: Option-ize googletest dependency for ABI reasons 2023-08-16 15:20:49 +00:00
libimagequant libimagequant: depend on latest cargo-c and update PLIST for it 2023-10-13 06:18:01 +00:00
libimagequant-c Add graphics/libimagequant-c v2.18.0 2023-07-21 15:54:20 +00:00
libiptcdata *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
libjpeg-turbo libjpeg-turbo: updated to 3.0.0 2023-07-05 15:37:35 +00:00
libkdcraw libkdcraw: KDE Gear update to 23.04.3 2023-08-03 03:47:45 +00:00
libkexiv2 libkexiv2: KDE Gear update to 23.04.3 2023-08-03 03:49:45 +00:00
libkipi libkipi: KDE Gear update to 23.04.3 2023-08-03 03:50:54 +00:00
libksane libksane: KDE Gear update to 23.04.3 2023-08-03 03:52:00 +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 libpano13: update HOMEPAGE; switch to cmake/build.mk 2023-08-06 11:06:13 +00:00
libpgf Update libpgf to version 7.21.7 2023-09-29 18:29:29 +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 librsvg: Remove --gc-sections on SunOS. 2023-09-12 08:07:40 +00:00
librsvg-c revbump after textproc/icu update 2023-04-19 08:08:03 +00:00
libscigraphica *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
libsixel *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +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 *: Mark packages that were originally identified as requiring 2023-08-02 19:20:16 +00:00
libwebp libwebp: update to 1.3.2 (critical security update) 2023-09-15 12:49:01 +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 luminance-hdr: updated to 2.6.1.1 2023-07-23 21:00:18 +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 *: Mark packages that were originally identified as requiring 2023-08-02 19:20:16 +00:00
mate-backgrounds mate-backgrounds: fix version after meta-pkg bump 2023-10-04 15:15:42 +00:00
mate-icon-theme mate-icon-theme: fix version after meta-pkg bump 2023-10-04 15:18:32 +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
matugen graphics/matugen: update to 0.10.1 2023-09-18 12:39:16 +00:00
MesaDemos MesaDemos: Fix building with compilers that default to C++98. 2023-07-10 07:24:22 +00:00
MesaLib *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +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 *: Use FORCE_C_STD=c99 for C packages that use for loop initial 2023-08-02 16:17:15 +00:00
moka-icon-theme *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +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 graphics: Adapt packages to USE_(CC|CXX)_FEATURES 2023-07-18 18:19:22 +00:00
mypaint mypaint: mark as not for Python 3.11 2023-08-17 14:42:44 +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 *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +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.7.7 2023-10-09 08:09:28 +00:00
opencolorio opencolorio: Update to 2.2.1 2023-10-15 19:45:33 +00:00
opencsg opencsg: Requires libiconv. 2022-12-15 10:37:13 +00:00
opencv *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
opencv-contrib-face *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
opendis graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
openexr graphics: Adapt packages to USE_(CC|CXX)_FEATURES 2023-07-18 18:19:22 +00:00
openimageio *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +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 oxipng: updated to 9.0.0 2023-10-11 18:31:46 +00:00
oxygen-icons oxygen-icons: update to 5.108.0 2023-07-29 01:46:50 +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 bump for Python 3.11 as new default 2023-08-14 05:23:45 +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: reset maintainer 2023-07-19 06:00:55 +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 *: recursive bump for Python 3.11 as new default 2023-08-14 05:23: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 *: Remove many GCC_REQD for particularly old GCCs 2023-07-17 22:00:22 +00:00
prag graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
prison prison: update to 5.108.0 2023-07-29 02:15:00 +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 *: Instead of using BUILDLINK_TRANSFORM to force a "gnu" language 2023-08-02 19:27:30 +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.4 2023-10-01 16:08:31 +00:00
py-blockdiag python: egg.mk: add USE_PKG_RESOURCES flag 2022-01-05 15:40:56 +00:00
py-blurhash *: remove more references to Python 3.7 2023-08-01 23:20:37 +00:00
py-brewer2mpl *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-cairo *: remove more references to Python 3.7 2023-08-01 23:20:37 +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 *: remove more references to Python 3.7 2023-08-01 23:20:37 +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 *: remove more references to Python 3.7 2023-08-01 23:20:37 +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 *: remove more references to Python 3.7 2023-08-01 23:20:37 +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.3 2023-09-14 12:40:09 +00:00
py-matplotlib-inline py-matplotlib-inline: updated to 0.1.6 2022-10-20 09:13:05 +00:00
py-matplotlib-venn *: remove more references to Python 3.7 2023-08-01 23:20:37 +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 py-OpenGL py-OpenGL-accelerate: updated to 3.1.7 2023-09-13 17:18:23 +00:00
py-OpenGL-accelerate py-OpenGL py-OpenGL-accelerate: updated to 3.1.7 2023-09-13 17:18:23 +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: updated to 10.0.1 2023-09-15 14:51:03 +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.13.0. 2023-08-24 20:06:51 +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 *: remove more references to Python 3.7 2023-08-01 23:20:37 +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 *: remove more references to Python 3.7 2023-08-01 23:20:37 +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-spectra py-spectra: better packaging 2023-07-26 15:39:11 +00:00
py-strich *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-tifffile py-tifffile: updated to 2023.9.26 2023-09-27 12:13:13 +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 py-Willow: needs flit_core 2023-08-30 19:18:37 +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: reset maintainer 2023-07-25 10:07:39 +00:00
qt6-qt3d qt6: updated to 6.5.3 2023-09-29 21:12:14 +00:00
qt6-qtcharts qt6: updated to 6.5.3 2023-09-29 21:12:14 +00:00
qt6-qtdatavis3d qt6: updated to 6.5.3 2023-09-29 21:12:14 +00:00
qt6-qtimageformats qt6: updated to 6.5.3 2023-09-29 21:12:14 +00:00
qt6-qtlottie qt6: updated to 6.5.3 2023-09-29 21:12:14 +00:00
qt6-qtquick3d qt6: updated to 6.5.3 2023-09-29 21:12:14 +00:00
qt6-qtquicktimeline qt6: updated to 6.5.3 2023-09-29 21:12:14 +00:00
qt6-qtshadertools qt6: updated to 6.5.3 2023-09-29 21:12:14 +00:00
qt6-qtsvg qt6: updated to 6.5.3 2023-09-29 21:12:14 +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 graphics/rabbit: update to 3.0.1 2023-08-05 12:38:28 +00:00
radiance radiance: mark as BROKEN 2023-03-05 20:33:26 +00:00
raleigh-reloaded raleigh-reloaded: update to 1.6. 2023-10-10 14:22:25 +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 ruby-gnome: update to 4.1.9. 2023-08-12 08:37:19 +00:00
ruby-cairo-gobject ruby-gnome: update to 4.2.0. 2023-09-03 10:22:12 +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.2.0. 2023-09-03 10:22:12 +00:00
ruby-clutter-gdk ruby-gnome: update to 4.2.0. 2023-09-03 10:22:12 +00:00
ruby-clutter-gtk ruby-gnome: update to 4.2.0. 2023-09-03 10:22:12 +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.2.0. 2023-09-03 10:22:12 +00:00
ruby-gdk_pixbuf2 ruby-gnome: update to 4.2.0. 2023-09-03 10:22:12 +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 ruby-RMagick: strip --no-as-needed on macOS to fix build. 2023-08-22 14:47:57 +00:00
ruby-rsvg2 ruby-gnome: update to 4.2.0. 2023-09-03 10:22:12 +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 sane-airscan: Update to 0.99.27 2023-09-05 14:42:17 +00:00
sane-backends sane-backends: restore some PLIST.foo variables 2023-09-05 14:38:47 +00:00
sane-frontends sane-frontends: Fix PKGVERSION with newer sane-backends 2023-09-05 14:32:45 +00:00
scidavis *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
scigraphica *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +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 Python 3.11 as new default 2023-08-14 05:23:45 +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 graphics/simp: enable move to trash 2023-10-11 11:39:56 +00:00
skencil *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +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 spectacle: stay at version 22.08.1 2023-08-03 02:13:45 +00:00
stitchy graphics/stitchy: update to 0.1.5 2023-04-29 15:56:31 +00:00
svgpart svgpart: KDE Gear update to 23.04.3 2023-08-03 03:53:52 +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 *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
tesseract tesseract: updated to 5.3.3 2023-10-09 09:40:21 +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: Ask that it not be updated pre-branch 2023-09-13 11:13:42 +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 *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +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 Python 3.11 as new default 2023-08-14 05:23:45 +00:00
vigra vigra: updated to 1.11.2 2023-10-09 09:39:29 +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 *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
vtk-docs graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
vulkan-headers *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
wallust graphics/wallust: update to 2.7.1 2023-09-25 09:43:31 +00:00
wcslib Update to 7.11 2022-05-02 00:07:44 +00:00
webp-pixbuf-loader webp-pixbuf-loader: update fix to make geeqie show webp properly. 2023-08-13 00:34:47 +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 *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
xdvipresent graphics: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:45:53 +00:00
xfce4-icon-theme xfce4-icon-theme: drop unnecessary use of XFCE4_VERSION (NFC) 2023-09-04 22:51:24 +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 ximaging: fix regression. 2023-09-26 10:16:36 +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 xv: put back an explicit dependency of jpeg. 2023-08-21 19:16:00 +00:00
xzgv *: Recursive revbup from graphics/freetype2 2023-01-29 21:14:22 +00:00
zathura-cb *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
zathura-djvu *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
zbar *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +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: update to 2.1.0. 2023-07-19 13:10:11 +00:00
Makefile graphics/Makefile: + apngasm 2023-08-17 20:49:58 +00:00