diff options
author | adam <adam@pkgsrc.org> | 2018-12-18 09:57:17 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2018-12-18 09:57:17 +0000 |
commit | 3f8cb09fcc29557a8be5199029619afebdf0dbf8 (patch) | |
tree | d5495d5c61d57c6459932124374bbdbeacec7341 /x11/qt5-qtmultimedia/Makefile | |
parent | 1baa3d1bea48d8d76979e4980fcafc1ce414075e (diff) | |
download | pkgsrc-3f8cb09fcc29557a8be5199029619afebdf0dbf8.tar.gz |
qt5: updated to 5.12.0
Just in time for the end of the year, we have released Qt 5.12 LTS today. This is a long-term-supported (LTS) release that we will support for 3 years to come. We have had a strong focus on quality and fixed more than 2000 bugs since the last Qt LTS version, Qt 5.9.7 – make that over 5000 bugfixes since Qt 5.6.3. Of course, this is only the start, and we will work hard on continuously improving the quality of Qt 5.12 in upcoming patches
Diffstat (limited to 'x11/qt5-qtmultimedia/Makefile')
-rw-r--r-- | x11/qt5-qtmultimedia/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/qt5-qtmultimedia/Makefile b/x11/qt5-qtmultimedia/Makefile index 74005a21663..0b4d6a1ef3f 100644 --- a/x11/qt5-qtmultimedia/Makefile +++ b/x11/qt5-qtmultimedia/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.48 2018/12/09 18:52:14 adam Exp $ +# $NetBSD: Makefile,v 1.49 2018/12/18 09:57:19 adam Exp $ DISTNAME= qtmultimedia-everywhere-src-${QTVERSION} PKGNAME= qt5-qtmultimedia-${QTVERSION} -PKGREVISION= 2 COMMENT= Qt5 module for multimedia BUILD_TARGET= sub-src |