freebsd-ports/graphics/qt5-imageformats/Makefile
Tobias C. Berner a25eafc3bc Update Qt5 to 5.14.2
Very big thanks go again to kai@ who provided the www/qt5-webengine upgrade (to 5.14.0).
Notably, video capture support was re-enabled.

Announcement:
        https://www.qt.io/blog/qt-5.14-has-released

PR:		244964
Exp-run by:	antoine
2020-04-13 12:35:58 +00:00

19 lines
440 B
Makefile

# $FreeBSD$
PORTNAME= imageformats
DISTVERSION= ${QT5_VERSION}
CATEGORIES= graphics
PKGNAMEPREFIX= qt5-
MAINTAINER= kde@FreeBSD.org
COMMENT= Qt plugins for additional image formats
LIB_DEPENDS= libjasper.so:graphics/jasper \
libmng.so:graphics/libmng \
libtiff.so:graphics/tiff \
libwebp.so:graphics/webp
USES= compiler:c++11-lang localbase qmake qt-dist:5,imageformats
USE_QT= core gui buildtools_build
.include <bsd.port.mk>