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: nia
Date: Tue Sep 28 10:28:37 UTC 2021
Modified Files:
pkgsrc/graphics/freeimage: Makefile
pkgsrc/graphics/freeimageplus: Makefile
pkgsrc/graphics/krita: Makefile
pkgsrc/graphics/libkdcraw: Makefile
pkgsrc/graphics/libraw: buildlink3.mk
pkgsrc/graphics/luminance-hdr: Makefile
pkgsrc/graphics/openimageio: Makefile
pkgsrc/graphics/shotwell: Makefile
Log Message:
Recursive revbump for graphics/libraw.
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/graphics/freeimage/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/graphics/freeimageplus/Makefile
cvs rdiff -u -r1.77 -r1.78 pkgsrc/graphics/krita/Makefile
cvs rdiff -u -r1.80 -r1.81 pkgsrc/graphics/libkdcraw/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/graphics/libraw/buildlink3.mk
cvs rdiff -u -r1.59 -r1.60 pkgsrc/graphics/luminance-hdr/Makefile
cvs rdiff -u -r1.78 -r1.79 pkgsrc/graphics/openimageio/Makefile
cvs rdiff -u -r1.120 -r1.121 pkgsrc/graphics/shotwell/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/freeimage/Makefile
diff -u pkgsrc/graphics/freeimage/Makefile:1.16 pkgsrc/graphics/freeimage/Makefile:1.17
--- pkgsrc/graphics/freeimage/Makefile:1.16 Sun Aug 15 14:24:00 2021
+++ pkgsrc/graphics/freeimage/Makefile Tue Sep 28 10:28:36 2021
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.16 2021/08/15 14:24:00 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2021/09/28 10:28:36 nia Exp $
.include "Makefile.common"
PKGNAME= freeimage-3.18.0
-PKGREVISION= 4
+PKGREVISION= 5
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
COMMENT= Library for supporting PNG, BMP, JPEG, and TIFF
Index: pkgsrc/graphics/freeimageplus/Makefile
diff -u pkgsrc/graphics/freeimageplus/Makefile:1.9 pkgsrc/graphics/freeimageplus/Makefile:1.10
--- pkgsrc/graphics/freeimageplus/Makefile:1.9 Sun Aug 15 14:24:00 2021
+++ pkgsrc/graphics/freeimageplus/Makefile Tue Sep 28 10:28:36 2021
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.9 2021/08/15 14:24:00 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2021/09/28 10:28:36 nia Exp $
.include "../../graphics/freeimage/Makefile.common"
PKGNAME= freeimageplus-3.18.0
-PKGREVISION= 2
+PKGREVISION= 3
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
COMMENT= Library for supporting PNG, BMP, JPEG, and TIFF (C++ wrapper)
Index: pkgsrc/graphics/krita/Makefile
diff -u pkgsrc/graphics/krita/Makefile:1.77 pkgsrc/graphics/krita/Makefile:1.78
--- pkgsrc/graphics/krita/Makefile:1.77 Sun Aug 15 14:24:01 2021
+++ pkgsrc/graphics/krita/Makefile Tue Sep 28 10:28:36 2021
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.77 2021/08/15 14:24:01 wiz Exp $
+# $NetBSD: Makefile,v 1.78 2021/09/28 10:28:36 nia Exp $
DISTNAME= krita-4.4.3
-PKGREVISION= 12
+PKGREVISION= 13
CATEGORIES= graphics kde
MASTER_SITES= ${MASTER_SITE_KDE:=krita/${PKGVERSION_NOREV}/}
Index: pkgsrc/graphics/libkdcraw/Makefile
diff -u pkgsrc/graphics/libkdcraw/Makefile:1.80 pkgsrc/graphics/libkdcraw/Makefile:1.81
--- pkgsrc/graphics/libkdcraw/Makefile:1.80 Wed Apr 21 11:40:24 2021
+++ pkgsrc/graphics/libkdcraw/Makefile Tue Sep 28 10:28:36 2021
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.80 2021/04/21 11:40:24 adam Exp $
+# $NetBSD: Makefile,v 1.81 2021/09/28 10:28:36 nia Exp $
DISTNAME= libkdcraw-${KAPPSVER}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= graphics
HOMEPAGE= https://kde.org/applications/graphics/
Index: pkgsrc/graphics/libraw/buildlink3.mk
diff -u pkgsrc/graphics/libraw/buildlink3.mk:1.10 pkgsrc/graphics/libraw/buildlink3.mk:1.11
--- pkgsrc/graphics/libraw/buildlink3.mk:1.10 Tue Sep 28 09:59:24 2021
+++ pkgsrc/graphics/libraw/buildlink3.mk Tue Sep 28 10:28:36 2021
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.10 2021/09/28 09:59:24 nia Exp $
+# $NetBSD: buildlink3.mk,v 1.11 2021/09/28 10:28:36 nia Exp $
BUILDLINK_TREE+= libraw
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= libraw
LIBRAW_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.libraw+= libraw>=0.16.0
-BUILDLINK_ABI_DEPENDS.libraw+= libraw>=0.19.3
+BUILDLINK_ABI_DEPENDS.libraw+= libraw>=0.20.2
BUILDLINK_PKGSRCDIR.libraw?= ../../graphics/libraw
pkgbase := libraw
Index: pkgsrc/graphics/luminance-hdr/Makefile
diff -u pkgsrc/graphics/luminance-hdr/Makefile:1.59 pkgsrc/graphics/luminance-hdr/Makefile:1.60
--- pkgsrc/graphics/luminance-hdr/Makefile:1.59 Sun Aug 15 14:24:01 2021
+++ pkgsrc/graphics/luminance-hdr/Makefile Tue Sep 28 10:28:37 2021
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.59 2021/08/15 14:24:01 wiz Exp $
+# $NetBSD: Makefile,v 1.60 2021/09/28 10:28:37 nia Exp $
DISTNAME= luminance-hdr-2.6.0
-PKGREVISION= 8
+PKGREVISION= 9
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qtpfsgui/}
EXTRACT_SUFX= .tar.bz2
Index: pkgsrc/graphics/openimageio/Makefile
diff -u pkgsrc/graphics/openimageio/Makefile:1.78 pkgsrc/graphics/openimageio/Makefile:1.79
--- pkgsrc/graphics/openimageio/Makefile:1.78 Sun Aug 15 14:23:58 2021
+++ pkgsrc/graphics/openimageio/Makefile Tue Sep 28 10:28:37 2021
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.78 2021/08/15 14:23:58 wiz Exp $
+# $NetBSD: Makefile,v 1.79 2021/09/28 10:28:37 nia Exp $
DISTNAME= oiio-2.2.16.0
PKGNAME= ${DISTNAME:S/oiio/openimageio/}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_GITHUB:=OpenImageIO/}
GITHUB_PROJECT= oiio
Index: pkgsrc/graphics/shotwell/Makefile
diff -u pkgsrc/graphics/shotwell/Makefile:1.120 pkgsrc/graphics/shotwell/Makefile:1.121
--- pkgsrc/graphics/shotwell/Makefile:1.120 Sun May 2 10:24:49 2021
+++ pkgsrc/graphics/shotwell/Makefile Tue Sep 28 10:28:37 2021
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.120 2021/05/02 10:24:49 nia Exp $
+# $NetBSD: Makefile,v 1.121 2021/09/28 10:28:37 nia Exp $
DISTNAME= shotwell-0.30.8
-PKGREVISION= 13
+PKGREVISION= 14
CATEGORIES= graphics gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/shotwell/0.30/}
EXTRACT_SUFX= .tar.xz
Home |
Main Index |
Thread Index |
Old Index