diff options
author | tcberner <tcberner@FreeBSD.org> | 2016-11-15 00:12:56 +0800 |
---|---|---|
committer | tcberner <tcberner@FreeBSD.org> | 2016-11-15 00:12:56 +0800 |
commit | 6c5965ba9ac4e94e995d4e16a6b052b416a4b6cf (patch) | |
tree | dbe08499461c3eea79dce8b1eca87e2699ef0d1c /graphics | |
parent | bf14630d264a9160dc837c514f487902a2f64259 (diff) | |
download | freebsd-ports-gnome-6c5965ba9ac4e94e995d4e16a6b052b416a4b6cf.tar.gz freebsd-ports-gnome-6c5965ba9ac4e94e995d4e16a6b052b416a4b6cf.tar.zst freebsd-ports-gnome-6c5965ba9ac4e94e995d4e16a6b052b416a4b6cf.zip |
Importing KDE Frameworks into the ports tree (required for newer KDE Desktop and Applications)
KDE Frameworks is a collection of libraries and software frameworks by KDE
that serve as technological foundation for KDE Plasma 5 and KDE Applications
distributed under the GNU Lesser General Public License (LGPL) [1].
The work is based on what we have in the KDE testing repo [2].
This is the next big step in updating the KDE Desktop and its Applications
to anything less dusty.
With this change, `USES=kde:5` is now a valid option. Ports that need to depend
on KDE Framework can now set:
USES=kde:5
USE_KDE=<framework1> <framework2> ... <frameworkX>
For example: www/qupzilla-qt5 can depend on sysutils/kf5-kwallet via:
KWALLET_USE= KDE=wallet
I would like to thank Raphael and Adriaan for reviewing the ports in the testing
repo :)
[1] https://en.wikipedia.org/wiki/KDE_Frameworks
[2] http://src.mouf.net/area51/log/branches/plasma5
Reviewed by: rakuco, mat, groot_kde.org
Approved by: rakuco (maintainer)
Differential Revision: https://reviews.freebsd.org/D8329
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Makefile | 2 | ||||
-rw-r--r-- | graphics/kf5-kimageformats/Makefile | 18 | ||||
-rw-r--r-- | graphics/kf5-kimageformats/distinfo | 3 | ||||
-rw-r--r-- | graphics/kf5-kimageformats/pkg-descr | 5 | ||||
-rw-r--r-- | graphics/kf5-kimageformats/pkg-plist | 20 | ||||
-rw-r--r-- | graphics/kf5-kplotting/Makefile | 16 | ||||
-rw-r--r-- | graphics/kf5-kplotting/distinfo | 3 | ||||
-rw-r--r-- | graphics/kf5-kplotting/pkg-descr | 6 | ||||
-rw-r--r-- | graphics/kf5-kplotting/pkg-plist | 18 |
9 files changed, 91 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index c4b8bcbdb05d..4fbbbf0becb6 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -394,6 +394,8 @@ SUBDIR += kdegraphics4-strigi-analyzer SUBDIR += kdegraphics4-svgpart SUBDIR += kdegraphics4-thumbnailers + SUBDIR += kf5-kimageformats + SUBDIR += kf5-kplotting SUBDIR += kiconedit SUBDIR += kipi-plugin-acquireimages SUBDIR += kipi-plugin-advancedslideshow diff --git a/graphics/kf5-kimageformats/Makefile b/graphics/kf5-kimageformats/Makefile new file mode 100644 index 000000000000..80004afdf77b --- /dev/null +++ b/graphics/kf5-kimageformats/Makefile @@ -0,0 +1,18 @@ +# Created by: tcberner +# $FreeBSD$ + +PORTNAME= kimageformats +PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +CATEGORIES= graphics kde kde-frameworks + +MAINTAINER= kde@FreeBSD.org +COMMENT= KF5 library providing support for additional image formats + +LIB_DEPENDS= libIlmImf.so:graphics/OpenEXR \ + libHalf.so:graphics/ilmbase + +USES= cmake:outsource compiler:c++11-lib kde:5 pkgconfig tar:xz +USE_KDE= ecm +USE_QT5= buildtools_build core gui printsupport qmake_build widgets + +.include <bsd.port.mk> diff --git a/graphics/kf5-kimageformats/distinfo b/graphics/kf5-kimageformats/distinfo new file mode 100644 index 000000000000..2c000a179f7f --- /dev/null +++ b/graphics/kf5-kimageformats/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1475424080 +SHA256 (KDE/frameworks/5.27.0/kimageformats-5.27.0.tar.xz) = 50889659e7aafab6277cf28c1af08a9fe02d00f1aae99aa533f48c9b623b5e46 +SIZE (KDE/frameworks/5.27.0/kimageformats-5.27.0.tar.xz) = 204100 diff --git a/graphics/kf5-kimageformats/pkg-descr b/graphics/kf5-kimageformats/pkg-descr new file mode 100644 index 000000000000..4eb010b469ac --- /dev/null +++ b/graphics/kf5-kimageformats/pkg-descr @@ -0,0 +1,5 @@ +This framework provides additional image format plugins for QtGui. +Read-only support for dds, xcf, exr, psd and ras +Read-write suport for eps, jp2, pcx, rgb, rgba, sgi, bw, pic, tga, xv + +WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/kimageformats/html/index.html diff --git a/graphics/kf5-kimageformats/pkg-plist b/graphics/kf5-kimageformats/pkg-plist new file mode 100644 index 000000000000..eb327a963834 --- /dev/null +++ b/graphics/kf5-kimageformats/pkg-plist @@ -0,0 +1,20 @@ +%%QT_PLUGINDIR%%/imageformats/kimg_eps.so +%%QT_PLUGINDIR%%/imageformats/kimg_exr.so +%%QT_PLUGINDIR%%/imageformats/kimg_pcx.so +%%QT_PLUGINDIR%%/imageformats/kimg_pic.so +%%QT_PLUGINDIR%%/imageformats/kimg_psd.so +%%QT_PLUGINDIR%%/imageformats/kimg_ras.so +%%QT_PLUGINDIR%%/imageformats/kimg_rgb.so +%%QT_PLUGINDIR%%/imageformats/kimg_tga.so +%%QT_PLUGINDIR%%/imageformats/kimg_xcf.so +share/kservices5/qimageioplugins/dds.desktop +share/kservices5/qimageioplugins/eps.desktop +share/kservices5/qimageioplugins/exr.desktop +share/kservices5/qimageioplugins/jp2.desktop +share/kservices5/qimageioplugins/pcx.desktop +share/kservices5/qimageioplugins/pic.desktop +share/kservices5/qimageioplugins/psd.desktop +share/kservices5/qimageioplugins/ras.desktop +share/kservices5/qimageioplugins/rgb.desktop +share/kservices5/qimageioplugins/tga.desktop +share/kservices5/qimageioplugins/xcf.desktop diff --git a/graphics/kf5-kplotting/Makefile b/graphics/kf5-kplotting/Makefile new file mode 100644 index 000000000000..1d17a4827555 --- /dev/null +++ b/graphics/kf5-kplotting/Makefile @@ -0,0 +1,16 @@ +# Created by: tcberner +# $FreeBSD$ + +PORTNAME= kplotting +PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +CATEGORIES= graphics kde kde-frameworks + +MAINTAINER= kde@FreeBSD.org +COMMENT= KF5 lightweight plotting framework + +USES= cmake:outsource compiler:c++11-lib kde:5 tar:xz +USE_KDE= ecm +USE_QT5= core gui testlib widgets \ + buildtools_build qmake_build + +.include <bsd.port.mk> diff --git a/graphics/kf5-kplotting/distinfo b/graphics/kf5-kplotting/distinfo new file mode 100644 index 000000000000..ec2f60baeb54 --- /dev/null +++ b/graphics/kf5-kplotting/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1475424080 +SHA256 (KDE/frameworks/5.27.0/kplotting-5.27.0.tar.xz) = def6eced379ad85e7a879dbc2c55d551f28465c71e7bea572ac3779f1ec2e9e2 +SIZE (KDE/frameworks/5.27.0/kplotting-5.27.0.tar.xz) = 29536 diff --git a/graphics/kf5-kplotting/pkg-descr b/graphics/kf5-kplotting/pkg-descr new file mode 100644 index 000000000000..84664f1721b0 --- /dev/null +++ b/graphics/kf5-kplotting/pkg-descr @@ -0,0 +1,6 @@ +KPlotWidget is a QWidget-derived class that provides a virtual base class for +easy data-plotting. The idea behind KPlotWidget is that you only have to specify +information in "data units"; i.e., the natural units of the data being plotted. +KPlotWidget automatically converts everything to screen pixel units. + +WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/kplotting/html/index.html diff --git a/graphics/kf5-kplotting/pkg-plist b/graphics/kf5-kplotting/pkg-plist new file mode 100644 index 000000000000..e9544dc1a8ba --- /dev/null +++ b/graphics/kf5-kplotting/pkg-plist @@ -0,0 +1,18 @@ +include/KF5/KPlotting/KPlotAxis +include/KF5/KPlotting/KPlotObject +include/KF5/KPlotting/KPlotPoint +include/KF5/KPlotting/KPlotWidget +include/KF5/KPlotting/kplotaxis.h +include/KF5/KPlotting/kplotobject.h +include/KF5/KPlotting/kplotpoint.h +include/KF5/KPlotting/kplotting_export.h +include/KF5/KPlotting/kplotwidget.h +include/KF5/kplotting_version.h +lib/cmake/KF5Plotting/KF5PlottingConfig.cmake +lib/cmake/KF5Plotting/KF5PlottingConfigVersion.cmake +lib/cmake/KF5Plotting/KF5PlottingTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KF5Plotting/KF5PlottingTargets.cmake +lib/libKF5Plotting.so +lib/libKF5Plotting.so.5 +lib/libKF5Plotting.so.%%KDE_FRAMEWORKS_VERSION%% +%%QT_MKSPECDIR%%/modules/qt_KPlotting.pri |