1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00
Commit Graph

29116 Commits

Author SHA1 Message Date
Christoph Moench-Tegeder
a8a5c4bce3 graphics/gscan2pdf: update to 2.12.5
Announcement:
  https://sourceforge.net/p/gscan2pdf/mailman/message/37611082/
2022-02-15 22:16:59 +01:00
Matthias Andree
fb1e02a81d graphics/darktable38: update to 3.8.1
https://github.com/darktable-org/darktable/releases/tag/release-3.8.1

Rename option from LIBAVIF to AVIF.

Convert all <opt>_CMAKE_OFF to <opt>_CMAKE_BOOL for better control
of options.

After receiving dumbbell's feedback that 3.8 can be merged back
to graphics/darktable, deprecate this port for end of March.
2022-02-15 21:50:29 +01:00
Jan Beich
79e9f6a866 graphics/vulkan-caps-viewer: update to 3.20
Changes:	https://github.com/SaschaWillems/VulkanCapsViewer/releases/tag/3.20
Reported by:	GitHub (watch releases)
2022-02-15 20:08:52 +00:00
Emmanuel Vadot
1173e8b994 graphics/mesa: Update to 21.3.6
Release notes for 21.3.5: https://lists.freedesktop.org/archives/mesa-dev/2022-January/225661.html
Release notes for 21.3.6: https://lists.freedesktop.org/archives/mesa-dev/2022-February/225673.html

MFH:	2022Q1
Sponsored by:	Beckhoff Automation GmbH & Co. KG
Differential Revision:	https://reviews.freebsd.org/D34239
2022-02-15 17:14:40 +01:00
Muhammad Moinur Rahman
b487cc7592 graphics/geoserver: Update version 2.20.1=>2.20.2
Relnotes:
http://geoserver.org/announcements/2022/01/24/geoserver-2-20-2-released.html
2022-02-15 00:33:48 -06:00
Jan Beich
a453d14378 graphics/mesa-devel: update to 21.4.b.436
Changes:	7adb3c0f7f...b995a8eba4
2022-02-15 00:51:02 +00:00
Piotr Kubaj
5ebe1d0cdd graphics/blender-lts29: disable SIMD on powerpc* and riscv*
Only supported on x86 and arm.
2022-02-14 11:38:53 +00:00
Piotr Kubaj
6b114229e1 graphics/blender: disable SSE on powerpc* / riscv* 2022-02-14 11:38:52 +00:00
Vladimir Kondratyev
a5e28565fc graphics/drm-devel-kmod: Update to v5.7.19_2
- Add amdgpu "Green sardine" to supported device Id list as "reported to work"
- Fix some routines to return an error instead of triggering panic
- Allow i915kms build with in-base linux/pm_qos.h

PR:		261937
Approved by:	x11 (manu)
2022-02-14 13:19:09 +03:00
John Hein
91c8d5f580 graphics/leptonica: Update to 1.82.0
If graphics/tesseract is installed and then graphics/opencv is to be
installed, OpenCV uses TesseractConfig.cmake to check for the presence
of Leptonica and wants to use FindLeptonica.cmake for that. Therefore
the new version adds a file cmake/FindLeptonica.cmake.

After switching from autotools to cmake, the libraries are named as
libleptonica.so instead of liblept.so. Upstream it is not yet decided
which naming will be used in the future [1]. As a workaround, the port
links the new naming to the previous one, since several dependent ports
still use the old names of the libraries.

[1] https://github.com/DanBloomberg/leptonica/issues/253

Changelog: https://github.com/DanBloomberg/leptonica/compare/1.76.0...1.82.0

PR:		260079

Co-authored-by: Daniel Engberg <diizzy@FreeBSD.org>
2022-02-13 15:25:06 +01:00
Tobias C. Berner
b594ec932e graphics/kontrast: add to 'accessibility' category
Kontrast is a color contrast checker and tells you if your color
	combinations are distinct enough to be readable and accessible.

So it makes sense to show it in that category too.

PR:		261926
Submitted by:	PauAmma <pauamma@gundo.com>
2022-02-13 13:37:37 +01:00
Jan Beich
2cfe93452f graphics/vulkan-loader: chase Clang assert on i386 reference 2022-02-13 09:22:24 +00:00
Jan Beich
337e0109d3 graphics/libjxl: chase LTO on powerpc64 reference 2022-02-13 09:18:15 +00:00
Jan Beich
48a6894b9d graphics/mesa-devel: chase LTO on powerpc64 reference 2022-02-13 09:18:15 +00:00
Alexey Dokuchaev
030ccb053d graphics/embree: update Intel Embree to version 3.13.3
Make `pkg-plist' more properly sorted while I am at it.

Reported by:	portscout
2022-02-13 05:54:06 +00:00
Dmitry Marakasov
55c22c0d52 graphics/tiled: update 1.8.0 → 1.8.1 2022-02-13 04:02:52 +03:00
Jan Beich
c91c9724bf graphics/dssim: update to 3.2.0
Changes:	https://github.com/kornelski/dssim/compare/3.1.2...3.2.0
Reported by:	GitHub (watch releases)
2022-02-12 23:28:11 +00:00
Fernando Apesteguía
e7e95298e2 graphics/libspng: update to 0.7.2
ChangeLog: https://github.com/randy408/libspng/releases/tag/v0.7.2

Fixes

    * Re-enabled ARM NEON optimizations for indexed color images
    * Fixed encoder options set with spng_set_option() not being respected in
      some cases
    * Fixed spng_get_png_buffer() not setting an error code in some cases
    * Fixed encoder heap overflow with specially crafted images (#196)
    * Fixed 4GB progressive decode/encode limitation on 32-bit (#198)
    * Updated error string for SPNG_EBUFSIZ

New

    * Decoder now exposes an estimate of image compression level through
      SPNG_IMG_COMPRESSION_LEVEL, see Decode options
    * Added documentation for all decode and encode options, added notes on
      encoder configuration

Other

    * Added encode fuzzer to ensure robustness of code;
    * Fuzzer will run on PR's and continuously on OSS-Fuzz alongside the decode
      fuzzer
    * Updated example code

Reported by:	portscout
MFH:	2022q1 (multiple bug fixes)
2022-02-12 20:18:42 +01:00
Dmitry Marakasov
3a3f87dabe graphics/bonzomatic: update 2021-03-07 → 2022-02-05 2022-02-12 22:00:12 +03:00
Dmitry Marakasov
db559771fa graphics/ansilove: update 4.1.5 → 4.1.6 2022-02-12 22:00:11 +03:00
Dmitry Marakasov
ca46a07e78 graphics/libansilove: update 1.2.8 → 1.2.9 2022-02-12 22:00:11 +03:00
Thierry Thomas
b993d1fa21 graphics/cloudcompare: unbreak and upgrade v2.11.3
Some plugins have been removed, some others could be added.
PDAL support is broken and has been disabled: to be investigated.
2022-02-12 10:53:15 +01:00
Thierry Thomas
7fac35a3db graphics/cloudcompare: resurrect CloudCompare
It was removed in r548980, due to a deprecated version of python.
2022-02-12 10:53:14 +01:00
Jan Beich
114f47c31e graphics/mesa-devel: update to 21.4.b.405
Changes:	bfcc7c20c8...7adb3c0f7f
2022-02-12 00:07:35 +00:00
Jose Alonso Cardenas Marquez
bbd6ec91a8 graphics/lazpaint: Fix build
Reported by:	pkg-fallout
2022-02-11 17:54:11 -05:00
Neel Chauhan
d5400f1aa0 graphics/minder: Update to 1.14.0 2022-02-11 08:04:58 -08:00
Jan Beich
929a40f5e1 graphics/libliftoff: update to 0.2.0
Changes:	https://gitlab.freedesktop.org/emersion/libliftoff/-/releases/v0.2.0
2022-02-11 12:12:19 +00:00
Jan Beich
befc9ebe24 graphics/kf5-kimageformats: expose JPEG XL support 2022-02-11 11:16:16 +00:00
Kai Knoblich
2a67ec4b50 graphics/py-django-easy-thumbnails: 2.8.1
Changelog since 2.5:

https://github.com/SmileyChris/easy-thumbnails/compare/2.5.0...2.8.1

PR:		261316
Approved by:	maintainer timeout (3+ weeks)
2022-02-10 12:41:19 +01:00
Jan Beich
24e11f413f graphics/mesa-devel: update to 21.4.b.260
Changes:	413bf889e7...bfcc7c20c8
2022-02-10 00:44:05 +00:00
Yuri Victorovich
a100568a2d graphics/glbinding: New port: C++ binding for the OpenGL API 2022-02-09 10:54:46 -08:00
Dmitry Marakasov
2b131a7925 graphics/tiled: update 1.7.2 → 1.8.0 2022-02-09 21:40:35 +03:00
Jan Beich
8c18cc20ab graphics/vulkan-validation-layers: update to 1.3.205
Changes:	https://github.com/KhronosGroup/Vulkan-ValidationLayers/compare/v1.3.204...v1.3.205
Reported by:	Repology
2022-02-09 17:18:07 +00:00
Yuri Victorovich
4be23602a9 graphics/glaxnimate: Fix build by adding missing #include
Reported by:	fallout
2022-02-08 14:45:16 -08:00
Jan Beich
f30a2f6746 graphics/wrapland: update to 0.524.0
Changes:	https://gitlab.com/kwinft/wrapland/-/compare/wrapland@0.524.0-beta.0...wrapland@0.524.0
2022-02-08 16:08:08 +00:00
VVD
2e70c7a666 graphics/inkscape: update to 1.1.2
This release includes many crash fixes and resolves issues with a number
of broken extensions. Download Inkscape 1.1.2 now for a smoother
experience.

PR:		261774
2022-02-08 08:49:31 +01:00
Jan Beich
bbc550e97d graphics/vulkan-headers: chase tag refresh
Changes:	https://github.com/KhronosGroup/Vulkan-Headers/compare/5c0fa1d...v1.3.205
Reported by:	Alex V. Petrov (on ports@ list)
2022-02-08 06:57:56 +00:00
Jan Beich
4b59ead4e4 graphics/vulkan-tools: update to 1.2.205
Changes:	https://github.com/KhronosGroup/Vulkan-Tools/compare/v1.2.204...v1.3.205
Reported by:	Repology
2022-02-08 02:55:27 +00:00
Jan Beich
6057b72b05 graphics/vulkan-loader: update to 1.2.205
Changes:	https://github.com/KhronosGroup/Vulkan-Loader/compare/v1.2.204...v1.3.205
Reported by:	Repology
2022-02-08 02:55:27 +00:00
Jan Beich
22618431a8 graphics/vulkan-headers: update to 1.3.205
Force rebuild vulkan-loader to make sure vulkaninfo shows the new version.

Changes:	https://github.com/KhronosGroup/Vulkan-Headers/compare/v1.2.204...v1.3.205
Reported by:	Repology
2022-02-08 02:55:27 +00:00
Jan Beich
4970d39a54 graphics/mesa-devel: update to 21.4.b.152
Changes:	945a1e0b8c...413bf889e7
2022-02-08 00:52:02 +00:00
Tobias C. Berner
e6e9fd72c4 KDE: Update KDE Gear to 21.12.2 (bug fix release)
Thursday, 3 February 2022

Over 120 individual programs plus dozens of programmer libraries and
feature plugins are released simultaneously as part of KDE Gear.

Today they all get new bugfix source releases with updated translations.

Full changelog:
	https://kde.org/announcements/changelogs/gear/21.12.2/
2022-02-07 17:33:10 +01:00
Jan Beich
8287c8a0c7 graphics/vulkan-loader: respect PREFIX more
$ VK_LOADER_DEBUG=layer vkcube-xcb
[...]
LAYER:       /etc/xdg/vulkan/implicit_layer.d
[...]
2022-02-06 02:25:54 +00:00
Jan Beich
e61c93955b graphics/mesa-devel: update to 21.4.b.124
Changes:	9230b28533...945a1e0b8c
2022-02-06 00:42:57 +00:00
Jan Beich
60ba7f6804 graphics/mesa-devel: update to 21.4.b.123
Changes:	3abe9ccbd4...9230b28533
2022-02-06 00:13:13 +00:00
Yuri Victorovich
bbdf864340 graphics/glaxnimate: Fix translations 2022-02-05 10:20:02 -08:00
Yuri Victorovich
02df519184 graphics/knotter: Update 0.9.6.20220127 -> 0.9.6.20220205
The desktop file and icons are now installed into a proper
location.
2022-02-05 10:20:01 -08:00
Alexey Dokuchaev
d319d1eb50 graphics/ocaml-images: force unsafe strings to unbreak against new OCaml
This code is old and convoluted enough to make patching unfeasible; once
we modernize our stack, the port should be updated as appropriate.
2022-02-05 08:01:48 +00:00
Jan Beich
777a9261fe graphics/wrapland: update to 0.524.0.b.0
Changes:	https://gitlab.com/kwinft/wrapland/-/compare/wrapland@0.523.1...wrapland@0.524.0-beta.0
2022-02-05 00:24:29 +00:00
Jan Beich
8057a3f017 graphics/libplacebo: update to 4.192.1
Changes:	https://code.videolan.org/videolan/libplacebo/-/tags/v4.192.1
Reported by:	Repology
2022-02-04 18:36:46 +00:00