pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics



Module Name:    pkgsrc
Committed By:   markd
Date:           Sun May 26 12:20:57 UTC 2024

Modified Files:
        pkgsrc/graphics: Makefile
Added Files:
        pkgsrc/graphics/kf6-kimageformats: DESCR Makefile PLIST distinfo

Log Message:
kf6-kimageformats: add version 6.2.0

KDE Frameworks 6 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 generate a diff of this commit:
cvs rdiff -u -r1.1052 -r1.1053 pkgsrc/graphics/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/graphics/kf6-kimageformats/DESCR \
    pkgsrc/graphics/kf6-kimageformats/Makefile \
    pkgsrc/graphics/kf6-kimageformats/PLIST \
    pkgsrc/graphics/kf6-kimageformats/distinfo

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

Modified files:

Index: pkgsrc/graphics/Makefile
diff -u pkgsrc/graphics/Makefile:1.1052 pkgsrc/graphics/Makefile:1.1053
--- pkgsrc/graphics/Makefile:1.1052     Sun May 26 12:18:42 2024
+++ pkgsrc/graphics/Makefile    Sun May 26 12:20:57 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1052 2024/05/26 12:18:42 markd Exp $
+# $NetBSD: Makefile,v 1.1053 2024/05/26 12:20:57 markd Exp $
 #
 
 COMMENT=       Graphics tools and libraries
@@ -300,6 +300,7 @@ SUBDIR+=    kdegraphics-strigi-analyzer
 SUBDIR+=       kdegraphics-thumbnailers
 SUBDIR+=       kdiagram
 SUBDIR+=       kf6-kiconthemes
+SUBDIR+=       kf6-kimageformats
 SUBDIR+=       kgamma
 SUBDIR+=       kiconthemes
 SUBDIR+=       kimageannotator

Added files:

Index: pkgsrc/graphics/kf6-kimageformats/DESCR
diff -u /dev/null pkgsrc/graphics/kf6-kimageformats/DESCR:1.1
--- /dev/null   Sun May 26 12:20:57 2024
+++ pkgsrc/graphics/kf6-kimageformats/DESCR     Sun May 26 12:20:57 2024
@@ -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)
Index: pkgsrc/graphics/kf6-kimageformats/Makefile
diff -u /dev/null pkgsrc/graphics/kf6-kimageformats/Makefile:1.1
--- /dev/null   Sun May 26 12:20:57 2024
+++ pkgsrc/graphics/kf6-kimageformats/Makefile  Sun May 26 12:20:57 2024
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2024/05/26 12:20:57 markd Exp $
+
+DISTNAME=      kimageformats-${KF6VER}
+CATEGORIES=    graphics
+
+HOMEPAGE=      https://community.kde.org/Frameworks
+COMMENT=       Image format plugins for Qt5
+LICENSE=       gnu-lgpl-v2.1
+
+.include "../../meta-pkgs/kde/kf6.mk"
+
+USE_TOOLS+=    pkg-config
+
+# C++14 (openexr)
+GCC_REQD+=     6
+
+.include "../../archivers/kf6-karchive/buildlink3.mk"
+.include "../../graphics/libraw/buildlink3.mk"
+.include "../../graphics/openexr/buildlink3.mk"
+.include "../../x11/qt6-qtbase/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/graphics/kf6-kimageformats/PLIST
diff -u /dev/null pkgsrc/graphics/kf6-kimageformats/PLIST:1.1
--- /dev/null   Sun May 26 12:20:57 2024
+++ pkgsrc/graphics/kf6-kimageformats/PLIST     Sun May 26 12:20:57 2024
@@ -0,0 +1,16 @@
+@comment $NetBSD: PLIST,v 1.1 2024/05/26 12:20:57 markd Exp $
+qt6/plugins/imageformats/kimg_ani.so
+qt6/plugins/imageformats/kimg_eps.so
+qt6/plugins/imageformats/kimg_exr.so
+qt6/plugins/imageformats/kimg_hdr.so
+qt6/plugins/imageformats/kimg_kra.so
+qt6/plugins/imageformats/kimg_ora.so
+qt6/plugins/imageformats/kimg_pcx.so
+qt6/plugins/imageformats/kimg_pic.so
+qt6/plugins/imageformats/kimg_psd.so
+qt6/plugins/imageformats/kimg_qoi.so
+qt6/plugins/imageformats/kimg_ras.so
+qt6/plugins/imageformats/kimg_raw.so
+qt6/plugins/imageformats/kimg_rgb.so
+qt6/plugins/imageformats/kimg_tga.so
+qt6/plugins/imageformats/kimg_xcf.so
Index: pkgsrc/graphics/kf6-kimageformats/distinfo
diff -u /dev/null pkgsrc/graphics/kf6-kimageformats/distinfo:1.1
--- /dev/null   Sun May 26 12:20:57 2024
+++ pkgsrc/graphics/kf6-kimageformats/distinfo  Sun May 26 12:20:57 2024
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2024/05/26 12:20:57 markd Exp $
+
+BLAKE2s (kimageformats-6.2.0.tar.xz) = 88375bc465b6a1e999b5d2c9ce7672646eed997b189db7845c340d7571461a27
+SHA512 (kimageformats-6.2.0.tar.xz) = eae751e34a2d465b126c4829b5de500fc3ef83c85aa011bd95e5d2e8a4c3f6d144f2e138cd37dac9c51839820834d30c3e6393c61959f0f5c4618f0a7c719124
+Size (kimageformats-6.2.0.tar.xz) = 15927140 bytes



Home | Main Index | Thread Index | Old Index