pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

kimageformats: Add kimageformats-5.18.0 as wip/kimageformats



Module Name:	pkgsrc-wip
Committed By:	Mark Davies <mark%ecs.vuw.ac.nz@localhost>
Pushed By:	markd
Date:		Sun Jan 31 15:26:15 2016 +1300
Changeset:	3fa042909b813fef8bd042e0cfea75d503d5481c

Added Files:
	kimageformats/DESCR
	kimageformats/Makefile
	kimageformats/PLIST
	kimageformats/distinfo

Log Message:
kimageformats: Add kimageformats-5.18.0 as wip/kimageformats

This framework provides additional image format plugins for QtGui.  As
such it is not required for the compilation of any other software, but
may be a runtime requirement for Qt-based software to support certain
image formats.

The following image formats have read-only support:

- Gimp (xcf)
- OpenEXR (exr)
- Photoshop documents (psd)
- Sun Raster (ras)

The following image formats have read and write support:

- Encapsulated PostScript (eps)
- Personal Computer Exchange (pcx)
- SGI images (rgb, rgba, sgi, bw)
- Softimage PIC (pic)
- Targa (tga): supports more formats than Qt's version
- XView (xv)

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=3fa042909b813fef8bd042e0cfea75d503d5481c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 kimageformats/DESCR    | 20 ++++++++++++++++++++
 kimageformats/Makefile | 16 ++++++++++++++++
 kimageformats/PLIST    | 21 +++++++++++++++++++++
 kimageformats/distinfo |  6 ++++++
 4 files changed, 63 insertions(+)

diffs:
diff --git a/kimageformats/DESCR b/kimageformats/DESCR
new file mode 100644
index 0000000..7cc3bbb
--- /dev/null
+++ b/kimageformats/DESCR
@@ -0,0 +1,20 @@
+This framework provides additional image format plugins for QtGui.  As
+such it is not required for the compilation of any other software, but
+may be a runtime requirement for Qt-based software to support certain
+image formats.
+
+The following image formats have read-only support:
+
+- Gimp (xcf)
+- OpenEXR (exr)
+- Photoshop documents (psd)
+- Sun Raster (ras)
+
+The following image formats have read and write support:
+
+- Encapsulated PostScript (eps)
+- Personal Computer Exchange (pcx)
+- SGI images (rgb, rgba, sgi, bw)
+- Softimage PIC (pic)
+- Targa (tga): supports more formats than Qt's version
+- XView (xv)
diff --git a/kimageformats/Makefile b/kimageformats/Makefile
new file mode 100644
index 0000000..3a6d074
--- /dev/null
+++ b/kimageformats/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.25 2016/01/10 20:01:05 markd Exp $
+
+DISTNAME=	kimageformats-${KF5VER}
+CATEGORIES=	graphics
+
+HOMEPAGE=	https://projects.kde.org/projects/frameworks/kimageformats
+COMMENT=	Image format plugins for Qt5
+LICENSE=	gnu-lgpl-v2.1
+
+.include "../../wip/kf5/Makefile.common"
+
+USE_TOOLS+=	pkg-config
+
+.include "../../graphics/openexr/buildlink3.mk"
+.include "../../x11/qt5-qtbase/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/kimageformats/PLIST b/kimageformats/PLIST
new file mode 100644
index 0000000..ffbeb94
--- /dev/null
+++ b/kimageformats/PLIST
@@ -0,0 +1,21 @@
+@comment $NetBSD$
+qt5/plugins/imageformats/kimg_eps.so
+qt5/plugins/imageformats/kimg_exr.so
+qt5/plugins/imageformats/kimg_pcx.so
+qt5/plugins/imageformats/kimg_pic.so
+qt5/plugins/imageformats/kimg_psd.so
+qt5/plugins/imageformats/kimg_ras.so
+qt5/plugins/imageformats/kimg_rgb.so
+qt5/plugins/imageformats/kimg_tga.so
+qt5/plugins/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/kimageformats/distinfo b/kimageformats/distinfo
new file mode 100644
index 0000000..e5806c6
--- /dev/null
+++ b/kimageformats/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (kimageformats-5.18.0.tar.xz) = b36ff047b533db584facaa1163198d9bd1cbec6a
+RMD160 (kimageformats-5.18.0.tar.xz) = a56ed2b5ab6325f8a75413a169220f153161eb47
+SHA512 (kimageformats-5.18.0.tar.xz) = 7c0b2f7b2c2b4bcb0b8fbc9b32a6d7cfe2801ae2740d3c66b5711a4ac913a9e172884be2125a76f098d8ebc675b1149464843d11d39e8a792971794597a3fd04
+Size (kimageformats-5.18.0.tar.xz) = 85192 bytes


Home | Main Index | Thread Index | Old Index