1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
Commit Graph

30791 Commits

Author SHA1 Message Date
Jan Beich
e4153de4b5 graphics/mesa-devel: update to 23.0.b.54
Changes:	d8e5714e81...842ca28465
(cherry picked from commit 65c6f35619)
2023-01-14 00:27:34 +00:00
Piotr Kubaj
e088f096a1 graphics/blender: fix build on powerpc*
In file included from /wrkdirs/usr/ports/graphics/blender/work/blender-3.4.1/intern/cycles/util/simd.cpp:8:
/wrkdirs/usr/ports/graphics/blender/work/blender-3.4.1/intern/cycles/util/../util/simd.h:50:14: error: unknown type name '__m128'
extern const __m128 _mm_lookupmask_ps[16];
             ^

(cherry picked from commit 2fcfc8fc29)
2023-01-12 17:28:16 +01:00
Jan Beich
5336a8d631 graphics/vulkan-validation-layers: unbreak runtime after a9528c27d9
$ vkcube-xcb --validate
WARNING : VALIDATION - Message Id Number: 2044605652 | Message Id Name: VUID_Undefined
        Validation Warning: [ VUID_Undefined ] Object 0: handle = 0x8285d0000, type = VK_OBJECT_TYPE_INSTANCE; | MessageID = 0x79de34d4 | Instance Extension VK_KHR_xcb_surface is not supported by this layer.  Using this extension may adversely affect validation results and/or produce undefined behavior.

        Objects - 1
                Object[0] - VK_OBJECT_TYPE_INSTANCE, Handle 0x8285d0000

Selected GPU 0: Intel(R) HD Graphics 530 (SKL GT2), type: IntegratedGpu
ERROR : VALIDATION - Message Id Number: -2145442690 | Message Id Name: VUID-vkGetPhysicalDeviceSurfaceSupportKHR-surface-parameter
        Validation Error: [ VUID-vkGetPhysicalDeviceSurfaceSupportKHR-surface-parameter ] Object 0: handle = 0x8285d0000, type = VK_OBJECT_TYPE_INSTANCE; | MessageID = 0x801f247e | Invalid VkSurfaceKHR Object 0x8285c8870. The Vulkan spec states: surface must be a valid VkSurfaceKHR handle (https://www.khronos.org/registry/vulkan/specs/1.3-extensions/html/vkspec.html#VUID-vkGetPhysicalDeviceSurfaceSupportKHR-surface-parameter)

        Objects - 1
                Object[0] - VK_OBJECT_TYPE_INSTANCE, Handle 0x8285d0000

ERROR : VALIDATION - Message Id Number: 1567320034 | Message Id Name: UNASSIGNED-Threading-Info
        Validation Error: [ UNASSIGNED-Threading-Info ] Object 0: handle = 0x8285c8870, type = VK_OBJECT_TYPE_SURFACE_KHR; | MessageID = 0x5d6b67e2 | Couldn't find VkSurfaceKHR Object 0x8285c8870. This should not happen and may indicate a bug in the application.

        Objects - 1
                Object[0] - VK_OBJECT_TYPE_SURFACE_KHR, Handle 0x8285c8870

Segmentation fault

(cherry picked from commit 12e8dd9d69)
2023-01-12 16:23:22 +00:00
Matthias Fechner
eb73dd4e17 graphics/rubygem-invisible_captcha: update to 2.0.0
Required for gitlab-ce 15.6.
Changelog:
https://github.com/markets/invisible_captcha/blob/master/CHANGELOG.md

(cherry picked from commit 17425348d3)
2023-01-12 07:53:45 +02:00
Jan Beich
c052fbd29f graphics/mesa-devel: update to 22.3.b.2609
Changes:	a4a1f95431...d8e5714e81
(cherry picked from commit e113840b1f)
2023-01-07 00:42:50 +00:00
Tobias C. Berner
c00d7a53cf Qt: Update Qt 6 to 6.4.2
As a patch release, Qt 6.4.2 does not introduce any new features but
contains ~ 150 bug fixes, security updates, and other improvements to
the top of the Qt 6.4.1 release. See more information about the most
important changes and bug fixes from Qt 6.4.2 release note.

Announcement:	https://www.qt.io/blog/qt-6.4.2-released
Release Notes:	https://code.qt.io/cgit/qt/qtreleasenotes.git/about/qt/6.4.2/release-note.md

(cherry picked from commit a306a2fd95)
2023-01-06 09:37:15 +01:00
Jan Beich
7e94b02429 graphics/mesa-devel: update to 22.3.b.2504
Changes:	980df9ede1...a4a1f95431
(cherry picked from commit b9763bb5d4)
2023-01-05 01:00:17 +00:00
Jan Beich
5712ffff1c graphics/libplacebo: update to 5.229.2
Changes:	https://code.videolan.org/videolan/libplacebo/-/tags/v5.229.2
Reported by:	Repology

(cherry picked from commit 2e62cab6c9)
2023-01-04 19:24:34 +00:00
Jan Beich
15b2d393d2 graphics/upscaler: add new port
Upscaler is a GTK4 + libadwaita application that allows you to upscale
and enhance a given image. It is a front-end for Real-ESRGAN ncnn Vulkan.

https://gitlab.com/TheEvilSkeleton/Upscaler
(cherry picked from commit 4b15a96231)
2023-01-03 07:45:18 +00:00
Jan Beich
ba2be1158c graphics/mesa-devel: update to 22.3.b.2400
Changes:	c9a4c0f22a...980df9ede1
(cherry picked from commit 418b2e2350)
2023-01-02 23:34:37 +00:00
Matthias Andree
d6163b5ac5 graphics/darktable42: new port
photography workflow application and non-destructive raw developer
- a virtual lighttable and darkroom for photographers.

...with blanket approvals to dumbbell@, the maintainer of
graphics/darktable, currently at version 4.0.1.

Another year... this "darktable42" is intended to be a short-lived port
and package, and can be removed once we get around to updating
graphics/darktable proper to 4.2.

Thus, add a DEPRECATED port to let people know they will need to move
to graphics/darktable at some point, but omit the EXPIRATION_DATE.

I also tried to use LLVM14 or LLVM15 to build, but LLVM14's ld.lld
complains about duplicate symbols and LLVM15's about referencing symbols
from discarded sections. So let us use LLVM13 for now.  This may be
fixable by tweaking compiler options on darktable or librawspeed, but
let's have the port first and then tweak it.

(cherry picked from commit f457c7ddad)
2022-12-31 14:34:24 +01:00
Emmanuel Vadot
3ac388e05d graphics/mesa-dri: Remove upstreamed patch
I somehow didn't had the commit that added this patch on my test branch so
forgot to remove it.

Reported by:	Michael Butler <imb@protected-networks.net>
Sponsored by:	Beckhoff Automation GmbH & Co. KG
2023-01-02 17:13:43 +01:00
Emmanuel Vadot
aafe1508af graphics/mesa-dri: Update to 22.3.2
Release notes:	https://lists.freedesktop.org/archives/mesa-announce/2022-December/000698.html

Sponsored by:	Beckhoff Automation GmbH & Co. KG
2023-01-02 14:50:06 +01:00
Jan Beich
d238389805 graphics/blender: enable WAYLAND by default
Similar to https://developer.blender.org/rBf9ab2214ae52

PR:		268702
Approved by:	Shane (maintainer)
2023-01-02 06:45:36 +00:00
Jan Beich
63ca7a89e7 graphics/blender: convert WAYLAND deps to build-only due to dlopen(3)
PR:		268702
Approved by:	Shane (maintainer)
2023-01-02 06:45:36 +00:00
Jan Beich
9d00b0f19b graphics/blender: add to wayland category after d052c016bd 2023-01-02 04:05:24 +00:00
Jan Beich
8d288f66cb graphics/blender: add missing dependencies for WAYLAND=on
$ make clean all WITH=WAYLAND
[...]
-- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
-- wayland-client not found, disabling WITH_GHOST_WAYLAND
[...]
-- wayland-protocols not found, disabling WITH_GHOST_WAYLAND
[...]

$ env -u DISPLAY blender
GHOST: failed to initialize display for back-end(s): ['X11']
GHOST: unable to initialize, exiting!
2023-01-02 04:05:24 +00:00
Jan Beich
805697b0b5 graphics/imv: add to wayland category by default
ALL option is a separate superset of WAYLAND.
2023-01-02 04:05:23 +00:00
Muhammad Moinur Rahman
982405ff32 graphics/tiffgt: Update version 4.4.0=>4.5.0
- Update LICENSE_FILE

Relnotes: https://gitlab.com/libtiff/libtiff/-/blob/master/ChangeLog
2022-12-31 15:58:58 -06:00
Dima Panov
444f09a0db graphics/blender: adjust variable name LLVM_VER => LLVM_VERSION after transition to USES=llvm (+)
Reported by:	VVD
PR:		268331
2022-12-31 21:36:26 +03:00
Dima Panov
d052c016bd graphics/blender: update to 3.4.1 release (+)
Includes new options to support wayland and potrace

PR:	268331
2022-12-31 18:00:04 +03:00
Dima Panov
e0fc1b7caf graphics/openpgl: add new port of Intel Open Path Guiding Library (+)
The Intel Open Path Guiding Library (Intel Open PGL) implements
a set of representations and training algorithms needed to
integrate path guiding into a renderer.

PR:	268658
2022-12-31 18:00:04 +03:00
Muhammad Moinur Rahman
ab143a2f56 graphics/comical: Cleanup EXPIRED ports
Approved by:	portmgr
2022-12-31 02:38:32 +01:00
Jan Beich
06aa1b1d47 graphics/mesa-devel: update to 22.3.b.2363
Changes:	2b2824b9ea...c9a4c0f22a
2022-12-31 00:26:51 +00:00
Jan Beich
786b3ebb67
graphics/webp: Unbundle libsharpyuv
- Bump PORTREVISION for package change

PR:		267062
Submitted by:	jbeich
Obtained from:	a3b68c195e
		7deee8103e
		04764b56a0
		e8f83de286
2022-12-30 17:06:31 +08:00
Po-Chuan Hsieh
6892a3b6b4
graphics/rubygem-rmagick: Update to 5.1.0
Changes:	https://github.com/rmagick/rmagick/blob/main/CHANGELOG.md
2022-12-30 17:06:17 +08:00
Po-Chuan Hsieh
63ebbcf8a6
graphics/p5-GraphViz: Update to 2.25
Changes:	https://metacpan.org/dist/GraphViz/changes
2022-12-30 17:06:01 +08:00
Po-Chuan Hsieh
b04eb4acaa
graphics/p5-Geo-Gpx: Update to 1.07
Changes:	https://metacpan.org/dist/Geo-Gpx/changes
2022-12-30 17:06:01 +08:00
Po-Chuan Hsieh
b8e34d3a66
graphics/p5-Convert-Color: Update to 0.13
- Add TEST_DEPENDS

Changes:	https://metacpan.org/dist/Convert-Color/changes
2022-12-30 17:06:01 +08:00
Po-Chuan Hsieh
be077dd05a
graphics/py-rasterio: Update to 1.3.4
Changes:	https://github.com/rasterio/rasterio/releases
2022-12-30 17:04:59 +08:00
Po-Chuan Hsieh
e4fcbc5dd3
graphics/py-pyx: Update to 0.16
- Update WWW
- Strip shared library

Changes:	https://github.com/pyx-project/pyx/releases
		https://github.com/pyx-project/pyx/blob/master/CHANGES
2022-12-30 17:04:59 +08:00
Po-Chuan Hsieh
601f99ea56
graphics/py-pillow: Update to 9.3.0
Changes:	https://github.com/python-pillow/Pillow/releases
		https://pillow.readthedocs.io/en/stable/releasenotes/index.html
2022-12-30 17:04:59 +08:00
Po-Chuan Hsieh
31d8ae5bba
graphics/py-imageio: Update to 2.22.4
Changes:	https://github.com/imageio/imageio/releases
2022-12-30 17:04:58 +08:00
Po-Chuan Hsieh
f3d0262305
graphics/py-cartopy: Cosmetic change 2022-12-30 17:04:58 +08:00
Po-Chuan Hsieh
1f8c6af4aa
graphics/py-gdal: Update to 3.5.3
Changes:	https://github.com/OSGeo/gdal/releases
		https://github.com/OSGeo/gdal/blob/master/NEWS.md
2022-12-30 17:04:17 +08:00
Po-Chuan Hsieh
105ff87975
graphics/gdal: Update to 3.5.3
Changes:	https://github.com/OSGeo/gdal/releases
		https://github.com/OSGeo/gdal/blob/master/NEWS.md
2022-12-30 17:04:17 +08:00
Po-Chuan Hsieh
eda03052dd
graphics/podofo: Add UNISTRING option to avoid potential dependency
- Bump PORTREVISION for dependency and package change
2022-12-30 17:04:10 +08:00
Po-Chuan Hsieh
0add79a2c9
graphics/vips: Update to 8.13.3
Changes:	https://github.com/libvips/libvips/releases
2022-12-30 17:04:09 +08:00
Po-Chuan Hsieh
09634ab89b
graphics/geos: Update to 3.11.1
- Update WWW

Changes:	https://github.com/libgeos/geos/releases
2022-12-30 17:04:09 +08:00
Po-Chuan Hsieh
e73ed31d9f
astro/cfitsio: Update to 4.2.0
- Convert REINPLACE_CMD to patch file
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/docs/changes.txt
2022-12-30 17:04:05 +08:00
Yuri Victorovich
e82c08eaa8 graphics/ospray-studio: Update 0.10.0 -> 0.11.1
Reported by:	portscout
2022-12-29 14:15:34 -08:00
Yuri Victorovich
6d46509190 graphics/ospray: Not broken 2022-12-29 14:15:34 -08:00
Tobias C. Berner
3aeb8b79ba Qt5: Update Qt 5 to 5.15.7
* rebase the KDE patched Qt5 ontop of the 5.15.7 branch
* update qt5-script to 5.15.11

Exp-run by:	antoine
PR:		268533
2022-12-29 12:52:47 +01:00
Dima Panov
54987ab090 graphics/blender: prepare for upcoming Boost 1.81 2022-12-29 12:43:38 +03:00
Jan Beich
01f4fb32df graphics/mesa-devel: update to 22.3.b.2340
Changes:	b53fa25587...2b2824b9ea
2022-12-28 18:09:51 +00:00
Tobias C. Berner
d3a83f3dbe KDE: Update KDE Frameworks to 5.101
Saturday, 10 December 2022

KDE today announces the release of KDE Frameworks 5.101.0.

KDE Frameworks are 83 addon libraries to Qt which provide a wide variety
of commonly needed functionality in mature, peer reviewed and well
tested libraries with friendly licensing terms. For an introduction see
the KDE Frameworks release announcement.

This release is part of a series of planned monthly releases making
improvements available to developers in a quick and predictable manner.

PR:		268291
Exp-run by:	antoine
2022-12-28 06:39:42 +01:00
Dirk Meyer
b150e2c981 graphics/gd: disable option LIQ in defaults 2022-12-26 19:53:56 +01:00
Muhammad Moinur Rahman
0d310d700a */*php74*: Sunset php 7.4
As per upstream php 7.4 has reached it's EOL on 2022-11-22. Remove php74
from the tree. Default version of php has already been switched to 8.1.

Approved by:	portmgr (blanket infrastructure)
Sponsored by:	Bounce Experts
2022-12-25 13:36:42 -06:00
Jan Beich
a453cc4e02 graphics/mesa-devel: update to 22.3.b.2319
Changes:	c52b7aa732...b53fa25587
2022-12-24 19:16:29 +00:00
Jan Beich
de61090e32 graphics/oxipng: update to 8.0.0
Changes:	https://github.com/shssoichiro/oxipng/releases/tag/v8.0.0
Reported by:	GitHub (watch releases)
2022-12-24 17:21:33 +00:00