diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/qt5-3d/Makefile | 6 | ||||
-rw-r--r-- | graphics/qt5-3d/distinfo | 3 | ||||
-rw-r--r-- | graphics/qt5-3d/pkg-plist | 3 | ||||
-rw-r--r-- | graphics/qt5-graphicaleffects/Makefile | 2 | ||||
-rw-r--r-- | graphics/qt5-graphicaleffects/distinfo | 3 | ||||
-rw-r--r-- | graphics/qt5-imageformats/Makefile | 2 | ||||
-rw-r--r-- | graphics/qt5-imageformats/distinfo | 3 | ||||
-rw-r--r-- | graphics/qt5-opengl/Makefile | 6 | ||||
-rw-r--r-- | graphics/qt5-opengl/distinfo | 3 | ||||
-rw-r--r-- | graphics/qt5-pixeltool/Makefile | 2 | ||||
-rw-r--r-- | graphics/qt5-pixeltool/distinfo | 3 | ||||
-rw-r--r-- | graphics/qt5-svg/Makefile | 3 | ||||
-rw-r--r-- | graphics/qt5-svg/distinfo | 3 | ||||
-rw-r--r-- | graphics/qt5-wayland/Makefile | 3 | ||||
-rw-r--r-- | graphics/qt5-wayland/distinfo | 3 |
15 files changed, 35 insertions, 13 deletions
diff --git a/graphics/qt5-3d/Makefile b/graphics/qt5-3d/Makefile index cbcda61880d6..84dcf5ff7e6f 100644 --- a/graphics/qt5-3d/Makefile +++ b/graphics/qt5-3d/Makefile @@ -1,6 +1,5 @@ PORTNAME= 3d -DISTVERSION= ${QT5_VERSION} -PORTREVISION= 4 +PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH} CATEGORIES= graphics PKGNAMEPREFIX= qt5- @@ -9,7 +8,8 @@ COMMENT= Qt3D module LIB_DEPENDS= libassimp.so:multimedia/assimp -USES= compiler:c++11-lang pkgconfig qmake:norecursive qt-dist:5,3d +USES= compiler:c++11-lang perl5 pkgconfig qmake:norecursive qt-dist:5,3d +USE_PERL5= extract USE_QT= concurrent core declarative gui network buildtools_build OPTIONS_DEFINE_amd64= AVX diff --git a/graphics/qt5-3d/distinfo b/graphics/qt5-3d/distinfo new file mode 100644 index 000000000000..01c40a8f40b0 --- /dev/null +++ b/graphics/qt5-3d/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1639431403 +SHA256 (KDE/Qt/5.15.2/kde-qt3d-5.15.2p39.tar.xz) = 9a3f92cb460eb5e36d80624a177cf073a56ae189aed7ac615e8940286c56c8b8 +SIZE (KDE/Qt/5.15.2/kde-qt3d-5.15.2p39.tar.xz) = 81860360 diff --git a/graphics/qt5-3d/pkg-plist b/graphics/qt5-3d/pkg-plist index 029e54a305c0..ec2c0e8ec825 100644 --- a/graphics/qt5-3d/pkg-plist +++ b/graphics/qt5-3d/pkg-plist @@ -1185,6 +1185,7 @@ %%QT_CMAKEDIR%%/Qt53DQuickScene2D/Qt53DQuickScene2DConfigVersion.cmake %%QT_CMAKEDIR%%/Qt53DRender/Qt53DRenderConfig.cmake %%QT_CMAKEDIR%%/Qt53DRender/Qt53DRenderConfigVersion.cmake +%%QT_CMAKEDIR%%/Qt53DRender/Qt53DRender_AssimpSceneImportPlugin.cmake %%QT_CMAKEDIR%%/Qt53DRender/Qt53DRender_DefaultGeometryLoaderPlugin.cmake %%QT_CMAKEDIR%%/Qt53DRender/Qt53DRender_GLTFGeometryLoaderPlugin.cmake %%QT_CMAKEDIR%%/Qt53DRender/Qt53DRender_GLTFSceneExportPlugin.cmake @@ -1297,6 +1298,8 @@ %%DEBUG%%%%QT_PLUGINDIR%%/renderers/libopenglrenderer.so.debug %%QT_PLUGINDIR%%/renderplugins/libscene2d.so %%DEBUG%%%%QT_PLUGINDIR%%/renderplugins/libscene2d.so.debug +%%QT_PLUGINDIR%%/sceneparsers/libassimpsceneimport.so +%%DEBUG%%%%QT_PLUGINDIR%%/sceneparsers/libassimpsceneimport.so.debug %%QT_PLUGINDIR%%/sceneparsers/libgltfsceneexport.so %%DEBUG%%%%QT_PLUGINDIR%%/sceneparsers/libgltfsceneexport.so.debug %%QT_PLUGINDIR%%/sceneparsers/libgltfsceneimport.so diff --git a/graphics/qt5-graphicaleffects/Makefile b/graphics/qt5-graphicaleffects/Makefile index a384cca90b2e..8da4ad88ab9a 100644 --- a/graphics/qt5-graphicaleffects/Makefile +++ b/graphics/qt5-graphicaleffects/Makefile @@ -1,5 +1,5 @@ PORTNAME= graphicaleffects -DISTVERSION= ${QT5_VERSION} +PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH} CATEGORIES= graphics PKGNAMEPREFIX= qt5- diff --git a/graphics/qt5-graphicaleffects/distinfo b/graphics/qt5-graphicaleffects/distinfo new file mode 100644 index 000000000000..928ff72ea78b --- /dev/null +++ b/graphics/qt5-graphicaleffects/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1639423883 +SHA256 (KDE/Qt/5.15.2/kde-qtgraphicaleffects-5.15.2p2.tar.xz) = 36786c7aaa7e0418a6c5c45771821c5b037c42aadcba332151b41a0dd68a71c1 +SIZE (KDE/Qt/5.15.2/kde-qtgraphicaleffects-5.15.2p2.tar.xz) = 14019160 diff --git a/graphics/qt5-imageformats/Makefile b/graphics/qt5-imageformats/Makefile index ed0695ba1f7d..f341aee8eaf5 100644 --- a/graphics/qt5-imageformats/Makefile +++ b/graphics/qt5-imageformats/Makefile @@ -1,5 +1,5 @@ PORTNAME= imageformats -DISTVERSION= ${QT5_VERSION} +PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH} CATEGORIES= graphics PKGNAMEPREFIX= qt5- diff --git a/graphics/qt5-imageformats/distinfo b/graphics/qt5-imageformats/distinfo new file mode 100644 index 000000000000..d693ee9069a1 --- /dev/null +++ b/graphics/qt5-imageformats/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1639423884 +SHA256 (KDE/Qt/5.15.2/kde-qtimageformats-5.15.2p3.tar.xz) = a55d3cbd1f51550d1c8ed3924567e095e88c7a323793d1978803350e3223549e +SIZE (KDE/Qt/5.15.2/kde-qtimageformats-5.15.2p3.tar.xz) = 1788056 diff --git a/graphics/qt5-opengl/Makefile b/graphics/qt5-opengl/Makefile index c681e221d04b..5194184c2245 100644 --- a/graphics/qt5-opengl/Makefile +++ b/graphics/qt5-opengl/Makefile @@ -1,14 +1,14 @@ PORTNAME= opengl -DISTVERSION= ${QT5_VERSION} -PORTREVISION= 2 +PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH} CATEGORIES= graphics PKGNAMEPREFIX= qt5- MAINTAINER= kde@FreeBSD.org COMMENT= Qt 5-compatible OpenGL support module -USES= compiler:c++11-lang gl qmake:no_env qt-dist:5,base +USES= compiler:c++11-lang gl perl5 qmake:no_env qt-dist:5,base USE_GL= gl +USE_PERL5= extract USE_QT= core gui widgets qmake_build buildtools_build HAS_CONFIGURE= yes diff --git a/graphics/qt5-opengl/distinfo b/graphics/qt5-opengl/distinfo new file mode 100644 index 000000000000..0e177b2b97d3 --- /dev/null +++ b/graphics/qt5-opengl/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1639423885 +SHA256 (KDE/Qt/5.15.2/kde-qtbase-5.15.2p263.tar.xz) = a516b110cc8c3ae1627711cf3f7fdfffcd300e75cca6c97aa037ea940780ad1e +SIZE (KDE/Qt/5.15.2/kde-qtbase-5.15.2p263.tar.xz) = 49709048 diff --git a/graphics/qt5-pixeltool/Makefile b/graphics/qt5-pixeltool/Makefile index 0dd0f82af908..8c8c280adb74 100644 --- a/graphics/qt5-pixeltool/Makefile +++ b/graphics/qt5-pixeltool/Makefile @@ -1,5 +1,5 @@ PORTNAME= pixeltool -DISTVERSION= ${QT5_VERSION} +PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH} CATEGORIES= graphics PKGNAMEPREFIX= qt5- diff --git a/graphics/qt5-pixeltool/distinfo b/graphics/qt5-pixeltool/distinfo new file mode 100644 index 000000000000..266df2e5461c --- /dev/null +++ b/graphics/qt5-pixeltool/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1639423887 +SHA256 (KDE/Qt/5.15.2/kde-qttools-5.15.2p17.tar.xz) = 51281e37f5b140eeff242dfefe525bd7fca0223f8da5f33a2cf79e32745eb11a +SIZE (KDE/Qt/5.15.2/kde-qttools-5.15.2p17.tar.xz) = 8842464 diff --git a/graphics/qt5-svg/Makefile b/graphics/qt5-svg/Makefile index 6dcc1b38803e..a30943019569 100644 --- a/graphics/qt5-svg/Makefile +++ b/graphics/qt5-svg/Makefile @@ -1,6 +1,5 @@ PORTNAME= svg -DISTVERSION= ${QT5_VERSION} -PORTREVISION= 1 +PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH} CATEGORIES= graphics PKGNAMEPREFIX= qt5- diff --git a/graphics/qt5-svg/distinfo b/graphics/qt5-svg/distinfo new file mode 100644 index 000000000000..c81459068f62 --- /dev/null +++ b/graphics/qt5-svg/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1639423888 +SHA256 (KDE/Qt/5.15.2/kde-qtsvg-5.15.2p13.tar.xz) = 665a35b4916d9406c221709d11529dc5bbeed6b674abd1c99cb48db1ad205d6c +SIZE (KDE/Qt/5.15.2/kde-qtsvg-5.15.2p13.tar.xz) = 1864320 diff --git a/graphics/qt5-wayland/Makefile b/graphics/qt5-wayland/Makefile index 7ee0e16dc648..a037689f5659 100644 --- a/graphics/qt5-wayland/Makefile +++ b/graphics/qt5-wayland/Makefile @@ -1,6 +1,5 @@ PORTNAME= wayland -DISTVERSION= ${QT5_VERSION} -PORTREVISION= 3 +PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH} CATEGORIES= graphics PKGNAMEPREFIX= qt5- diff --git a/graphics/qt5-wayland/distinfo b/graphics/qt5-wayland/distinfo new file mode 100644 index 000000000000..a5cfd67bc6b4 --- /dev/null +++ b/graphics/qt5-wayland/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1639423889 +SHA256 (KDE/Qt/5.15.2/kde-qtwayland-5.15.2p37.tar.xz) = de116b90858923bd96e6fa541170dbfb208c845263a3301e861086a3b93f5467 +SIZE (KDE/Qt/5.15.2/kde-qtwayland-5.15.2p37.tar.xz) = 533864 |