diff options
author | ryoon <ryoon@pkgsrc.org> | 2013-12-13 14:38:34 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2013-12-13 14:38:34 +0000 |
commit | d39f616ebf651e5c475a3a05d1843d19b91fb4f3 (patch) | |
tree | 22ed4dc4d0265bda68595da8898a2a89dacc6aa2 /x11/qt5-qtgraphicaleffects | |
parent | 0254067aaa14f2c44d734ce54c455ae1805bbdfe (diff) | |
download | pkgsrc-d39f616ebf651e5c475a3a05d1843d19b91fb4f3.tar.gz |
Import Qt5 5.2.0rc1 packages and qt5 input module from uim
Only tested on NetBSD/amd64 6.99.28.
ToDo:
* inputmethod/qt5-ibus from Qt5 should be created
Diffstat (limited to 'x11/qt5-qtgraphicaleffects')
-rw-r--r-- | x11/qt5-qtgraphicaleffects/DESCR | 1 | ||||
-rw-r--r-- | x11/qt5-qtgraphicaleffects/Makefile | 19 | ||||
-rw-r--r-- | x11/qt5-qtgraphicaleffects/PLIST | 35 |
3 files changed, 55 insertions, 0 deletions
diff --git a/x11/qt5-qtgraphicaleffects/DESCR b/x11/qt5-qtgraphicaleffects/DESCR new file mode 100644 index 00000000000..d9781dfbb96 --- /dev/null +++ b/x11/qt5-qtgraphicaleffects/DESCR @@ -0,0 +1 @@ +Qt5 module for Graphics effects diff --git a/x11/qt5-qtgraphicaleffects/Makefile b/x11/qt5-qtgraphicaleffects/Makefile new file mode 100644 index 00000000000..54eada2e589 --- /dev/null +++ b/x11/qt5-qtgraphicaleffects/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1 2013/12/13 14:38:35 ryoon Exp $ + +PKGNAME= qt5-qtgraphicaleffects-${QTVERSION} +COMMENT= Qt5 module for Graphics effects + +.include "../../x11/qt5-qtbase/Makefile.common" + +USE_LIBTOOL= yes + +CONFIGURE_ARGS+= -I${QTDIR}/include -L${QTDIR}/lib + +BUILD_DIRS+= qtgraphicaleffects +MAKE_ENV+= QTDIR=${QTDIR} + +INSTALL_ENV+= INSTALL_ROOT=${DESTDIR} +INSTALLATION_DIRS+= lib/pkgconfig + +.include "../../x11/qt5-qtdeclarative/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/x11/qt5-qtgraphicaleffects/PLIST b/x11/qt5-qtgraphicaleffects/PLIST new file mode 100644 index 00000000000..9ff0e5919d2 --- /dev/null +++ b/x11/qt5-qtgraphicaleffects/PLIST @@ -0,0 +1,35 @@ +@comment $NetBSD: PLIST,v 1.1 2013/12/13 14:38:35 ryoon Exp $ +qt5/qml/QtGraphicalEffects/Blend.qml +qt5/qml/QtGraphicalEffects/BrightnessContrast.qml +qt5/qml/QtGraphicalEffects/ColorOverlay.qml +qt5/qml/QtGraphicalEffects/Colorize.qml +qt5/qml/QtGraphicalEffects/ConicalGradient.qml +qt5/qml/QtGraphicalEffects/Desaturate.qml +qt5/qml/QtGraphicalEffects/DirectionalBlur.qml +qt5/qml/QtGraphicalEffects/Displace.qml +qt5/qml/QtGraphicalEffects/DropShadow.qml +qt5/qml/QtGraphicalEffects/FastBlur.qml +qt5/qml/QtGraphicalEffects/GammaAdjust.qml +qt5/qml/QtGraphicalEffects/GaussianBlur.qml +qt5/qml/QtGraphicalEffects/Glow.qml +qt5/qml/QtGraphicalEffects/HueSaturation.qml +qt5/qml/QtGraphicalEffects/InnerShadow.qml +qt5/qml/QtGraphicalEffects/LevelAdjust.qml +qt5/qml/QtGraphicalEffects/LinearGradient.qml +qt5/qml/QtGraphicalEffects/MaskedBlur.qml +qt5/qml/QtGraphicalEffects/OpacityMask.qml +qt5/qml/QtGraphicalEffects/RadialBlur.qml +qt5/qml/QtGraphicalEffects/RadialGradient.qml +qt5/qml/QtGraphicalEffects/RectangularGlow.qml +qt5/qml/QtGraphicalEffects/RecursiveBlur.qml +qt5/qml/QtGraphicalEffects/ThresholdMask.qml +qt5/qml/QtGraphicalEffects/ZoomBlur.qml +qt5/qml/QtGraphicalEffects/private/FastGlow.qml +qt5/qml/QtGraphicalEffects/private/FastInnerShadow.qml +qt5/qml/QtGraphicalEffects/private/FastMaskedBlur.qml +qt5/qml/QtGraphicalEffects/private/GaussianDirectionalBlur.qml +qt5/qml/QtGraphicalEffects/private/GaussianGlow.qml +qt5/qml/QtGraphicalEffects/private/GaussianInnerShadow.qml +qt5/qml/QtGraphicalEffects/private/GaussianMaskedBlur.qml +qt5/qml/QtGraphicalEffects/private/SourceProxy.qml +qt5/qml/QtGraphicalEffects/qmldir |