mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
359c8eed18
As a patch release, Qt 6.7.1 does not introduce any new features but contains more than 400 bug fixes, security updates, and other improvements to the top of the Qt 6.7.0 release. See more information about the most important changes and bug fixes from Qt 6.7.1 release note. Enable building of databases/qt6-base_sqldriver@mysql with MariaDB. [1] Fix build of www/qt6-webengine with the SNDIO option enabled. [2] Announcement: https://www.qt.io/blog/qt-6.7.1-released Release note: https://code.qt.io/cgit/qt/qtreleasenotes.git/about/qt/6.7.1/release-note.md PR: 277922 [1], 279180 [2] Reported by: vvd [1], Benjamin Takacs <nimaje+fbz@bureaucracy.de> [2] MFH: 2024Q2 Security: f5fa174d-19de-11ef-83d8-4ccc6adda413
22 lines
561 B
Makefile
22 lines
561 B
Makefile
PORTNAME= imageformats
|
|
DISTVERSION= ${QT6_VERSION}
|
|
CATEGORIES= graphics
|
|
PKGNAMEPREFIX= qt6-
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Qt6 plugins for additional image formats: TIFF, MNG, TGA, WBMP
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/include/vulkan/vulkan.h:graphics/vulkan-headers
|
|
LIB_DEPENDS= libjasper.so:graphics/jasper \
|
|
libmng.so:graphics/libmng \
|
|
libtiff.so:graphics/tiff \
|
|
libwebp.so:graphics/webp
|
|
|
|
USES= cmake compiler:c++17-lang gl jpeg pkgconfig \
|
|
qt-dist:6
|
|
USE_GL= opengl
|
|
USE_QT= base
|
|
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
|
|
|
|
.include <bsd.port.mk>
|