pkgsrc-Changes archive

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

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Sep 10 15:41:33 UTC 2018

Modified Files:
        pkgsrc/graphics/gimp: buildlink3.mk
        pkgsrc/graphics/gimp-color-manager: Makefile
        pkgsrc/graphics/gimp-exif-browser: Makefile
        pkgsrc/graphics/gimp-fix-ca: Makefile
        pkgsrc/graphics/gimp-jxr: Makefile
        pkgsrc/graphics/gimp-liquid-rescale: Makefile
        pkgsrc/graphics/gimp-rawphoto: Makefile
        pkgsrc/graphics/gimp-refocus-it: Makefile
        pkgsrc/graphics/gimp-resynthesizer: Makefile
        pkgsrc/graphics/gimp-ufraw: Makefile
        pkgsrc/graphics/gimp-webp: Makefile
        pkgsrc/graphics/gimp2-wideangle: Makefile
        pkgsrc/graphics/gmic: Makefile
        pkgsrc/graphics/sane-frontends: Makefile
        pkgsrc/graphics/xsane: Makefile
        pkgsrc/print/gutenprint-lib: Makefile

Log Message:
gimp: update bl3.mk for lcms -> lcms2 change, and recursive bump


To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 pkgsrc/graphics/gimp/buildlink3.mk
cvs rdiff -u -r1.53 -r1.54 pkgsrc/graphics/gimp-color-manager/Makefile
cvs rdiff -u -r1.33 -r1.34 pkgsrc/graphics/gimp-exif-browser/Makefile
cvs rdiff -u -r1.46 -r1.47 pkgsrc/graphics/gimp-fix-ca/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/graphics/gimp-jxr/Makefile
cvs rdiff -u -r1.39 -r1.40 pkgsrc/graphics/gimp-liquid-rescale/Makefile
cvs rdiff -u -r1.54 -r1.55 pkgsrc/graphics/gimp-rawphoto/Makefile
cvs rdiff -u -r1.56 -r1.57 pkgsrc/graphics/gimp-refocus-it/Makefile
cvs rdiff -u -r1.32 -r1.33 pkgsrc/graphics/gimp-resynthesizer/Makefile
cvs rdiff -u -r1.107 -r1.108 pkgsrc/graphics/gimp-ufraw/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/graphics/gimp-webp/Makefile
cvs rdiff -u -r1.57 -r1.58 pkgsrc/graphics/gimp2-wideangle/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/graphics/gmic/Makefile
cvs rdiff -u -r1.74 -r1.75 pkgsrc/graphics/sane-frontends/Makefile
cvs rdiff -u -r1.120 -r1.121 pkgsrc/graphics/xsane/Makefile
cvs rdiff -u -r1.81 -r1.82 pkgsrc/print/gutenprint-lib/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/gimp/buildlink3.mk
diff -u pkgsrc/graphics/gimp/buildlink3.mk:1.61 pkgsrc/graphics/gimp/buildlink3.mk:1.62
--- pkgsrc/graphics/gimp/buildlink3.mk:1.61     Fri May 11 15:10:25 2018
+++ pkgsrc/graphics/gimp/buildlink3.mk  Mon Sep 10 15:41:33 2018
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.61 2018/05/11 15:10:25 wiz Exp $
+# $NetBSD: buildlink3.mk,v 1.62 2018/09/10 15:41:33 wiz Exp $
 
 BUILDLINK_TREE+=       gimp
 
@@ -6,7 +6,7 @@ BUILDLINK_TREE+=        gimp
 GIMP_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.gimp+=   gimp>=2.4.0
-BUILDLINK_ABI_DEPENDS.gimp+=   gimp>=2.8.22nb7
+BUILDLINK_ABI_DEPENDS.gimp+=   gimp>=2.10.6nb2
 BUILDLINK_PKGSRCDIR.gimp?=     ../../graphics/gimp
 
 pkgbase := gimp
@@ -27,7 +27,7 @@ pkgbase := gimp
 .include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../fonts/fontconfig/buildlink3.mk"
 .include "../../graphics/gegl/buildlink3.mk"
-.include "../../graphics/lcms/buildlink3.mk"
+.include "../../graphics/lcms2/buildlink3.mk"
 .include "../../graphics/libart/buildlink3.mk"
 .include "../../graphics/png/buildlink3.mk"
 .include "../../graphics/libwmf/buildlink3.mk"

Index: pkgsrc/graphics/gimp-color-manager/Makefile
diff -u pkgsrc/graphics/gimp-color-manager/Makefile:1.53 pkgsrc/graphics/gimp-color-manager/Makefile:1.54
--- pkgsrc/graphics/gimp-color-manager/Makefile:1.53    Mon Apr 16 14:34:35 2018
+++ pkgsrc/graphics/gimp-color-manager/Makefile Mon Sep 10 15:41:32 2018
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.53 2018/04/16 14:34:35 wiz Exp $
-#
+# $NetBSD: Makefile,v 1.54 2018/09/10 15:41:32 wiz Exp $
 
 DISTNAME=              gimp-color-manager-0.1.0
-PKGREVISION=           45
+PKGREVISION=           46
 CATEGORIES=            graphics
 MASTER_SITES=          ftp://www.virtual-sub.org/
 

Index: pkgsrc/graphics/gimp-exif-browser/Makefile
diff -u pkgsrc/graphics/gimp-exif-browser/Makefile:1.33 pkgsrc/graphics/gimp-exif-browser/Makefile:1.34
--- pkgsrc/graphics/gimp-exif-browser/Makefile:1.33     Mon Apr 16 14:34:35 2018
+++ pkgsrc/graphics/gimp-exif-browser/Makefile  Mon Sep 10 15:41:32 2018
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.33 2018/04/16 14:34:35 wiz Exp $
-#
+# $NetBSD: Makefile,v 1.34 2018/09/10 15:41:32 wiz Exp $
 
 DISTNAME=      exif-browser
 PKGNAME=       gimp-exif-browser-0.1.0
 DIST_SUBDIR=   gimp-exif-browser-0.1.0
-PKGREVISION=   30
+PKGREVISION=   31
 CATEGORIES=    graphics
 MASTER_SITES=  http://registry.gimp.org/files/
 

Index: pkgsrc/graphics/gimp-fix-ca/Makefile
diff -u pkgsrc/graphics/gimp-fix-ca/Makefile:1.46 pkgsrc/graphics/gimp-fix-ca/Makefile:1.47
--- pkgsrc/graphics/gimp-fix-ca/Makefile:1.46   Mon Apr 16 14:34:35 2018
+++ pkgsrc/graphics/gimp-fix-ca/Makefile        Mon Sep 10 15:41:32 2018
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.46 2018/04/16 14:34:35 wiz Exp $
-#
+# $NetBSD: Makefile,v 1.47 2018/09/10 15:41:32 wiz Exp $
 
 DISTNAME=              gimp-fix-ca-3.0.1
-PKGREVISION=           33
+PKGREVISION=           34
 CATEGORIES=            graphics
 MASTER_SITES=          http://registry.gimp.org/file/fix-ca.c?action=download&id=9884&file=
 EXTRACT_SUFX=          .c

Index: pkgsrc/graphics/gimp-jxr/Makefile
diff -u pkgsrc/graphics/gimp-jxr/Makefile:1.4 pkgsrc/graphics/gimp-jxr/Makefile:1.5
--- pkgsrc/graphics/gimp-jxr/Makefile:1.4       Mon Apr 16 14:34:36 2018
+++ pkgsrc/graphics/gimp-jxr/Makefile   Mon Sep 10 15:41:32 2018
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2018/04/16 14:34:36 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2018/09/10 15:41:32 wiz Exp $
 
 DISTNAME=      gimp-jxr-2.0
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    graphics
 MASTER_SITES=  # javascript link
 EXTRACT_SUFX=  .zip

Index: pkgsrc/graphics/gimp-liquid-rescale/Makefile
diff -u pkgsrc/graphics/gimp-liquid-rescale/Makefile:1.39 pkgsrc/graphics/gimp-liquid-rescale/Makefile:1.40
--- pkgsrc/graphics/gimp-liquid-rescale/Makefile:1.39   Mon Apr 16 14:34:36 2018
+++ pkgsrc/graphics/gimp-liquid-rescale/Makefile        Mon Sep 10 15:41:32 2018
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.39 2018/04/16 14:34:36 wiz Exp $
-#
+# $NetBSD: Makefile,v 1.40 2018/09/10 15:41:32 wiz Exp $
 
 DISTNAME=              gimp-lqr-plugin-0.7.1
 PKGNAME=               gimp-liquid-rescale-0.7.1
-PKGREVISION=           21
+PKGREVISION=           22
 CATEGORIES=            graphics
 MASTER_SITES=          http://liquidrescale.wikidot.com/local--files/en:download-page-sources/
 EXTRACT_SUFX=          .tar.bz2

Index: pkgsrc/graphics/gimp-rawphoto/Makefile
diff -u pkgsrc/graphics/gimp-rawphoto/Makefile:1.54 pkgsrc/graphics/gimp-rawphoto/Makefile:1.55
--- pkgsrc/graphics/gimp-rawphoto/Makefile:1.54 Mon Apr 16 14:34:36 2018
+++ pkgsrc/graphics/gimp-rawphoto/Makefile      Mon Sep 10 15:41:32 2018
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.54 2018/04/16 14:34:36 wiz Exp $
-#
+# $NetBSD: Makefile,v 1.55 2018/09/10 15:41:32 wiz Exp $
 
 DISTNAME=              rawphoto-200410220928
 PKGNAME=               gimp-rawphoto-1.19
-PKGREVISION=           45
+PKGREVISION=           46
 CATEGORIES=            graphics
 MASTER_SITES=          #
 EXTRACT_SUFX=          .tgz

Index: pkgsrc/graphics/gimp-refocus-it/Makefile
diff -u pkgsrc/graphics/gimp-refocus-it/Makefile:1.56 pkgsrc/graphics/gimp-refocus-it/Makefile:1.57
--- pkgsrc/graphics/gimp-refocus-it/Makefile:1.56       Mon Apr 16 14:34:36 2018
+++ pkgsrc/graphics/gimp-refocus-it/Makefile    Mon Sep 10 15:41:32 2018
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.56 2018/04/16 14:34:36 wiz Exp $
-#
+# $NetBSD: Makefile,v 1.57 2018/09/10 15:41:32 wiz Exp $
 
 DISTNAME=              refocus-it-2.0.0
 PKGNAME=               gimp-refocus-it-2.0.0
-PKGREVISION=           46
+PKGREVISION=           47
 CATEGORIES=            graphics
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=refocus-it/}
 

Index: pkgsrc/graphics/gimp-resynthesizer/Makefile
diff -u pkgsrc/graphics/gimp-resynthesizer/Makefile:1.32 pkgsrc/graphics/gimp-resynthesizer/Makefile:1.33
--- pkgsrc/graphics/gimp-resynthesizer/Makefile:1.32    Mon Apr 16 14:34:36 2018
+++ pkgsrc/graphics/gimp-resynthesizer/Makefile Mon Sep 10 15:41:33 2018
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.32 2018/04/16 14:34:36 wiz Exp $
-#
+# $NetBSD: Makefile,v 1.33 2018/09/10 15:41:33 wiz Exp $
 
 DISTNAME=      resynthesizer-0.16
 PKGNAME=       gimp-${DISTNAME}
-PKGREVISION=   29
+PKGREVISION=   30
 CATEGORIES=    graphics
 MASTER_SITES=  http://www.logarithmic.net/pfh-files/resynthesizer/
 

Index: pkgsrc/graphics/gimp-ufraw/Makefile
diff -u pkgsrc/graphics/gimp-ufraw/Makefile:1.107 pkgsrc/graphics/gimp-ufraw/Makefile:1.108
--- pkgsrc/graphics/gimp-ufraw/Makefile:1.107   Wed Aug 22 09:45:13 2018
+++ pkgsrc/graphics/gimp-ufraw/Makefile Mon Sep 10 15:41:33 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.107 2018/08/22 09:45:13 wiz Exp $
+# $NetBSD: Makefile,v 1.108 2018/09/10 15:41:33 wiz Exp $
 
 # Note that upstream has replaced tarballs without changing the
 # version number (e.g., 0.19.2 had two different tarballs).
@@ -6,7 +6,7 @@
 # updating pkgsrc.
 DISTNAME=              ufraw-0.22
 PKGNAME=               gimp-${DISTNAME}
-PKGREVISION=           7
+PKGREVISION=           8
 CATEGORIES=            graphics
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=ufraw/}
 

Index: pkgsrc/graphics/gimp-webp/Makefile
diff -u pkgsrc/graphics/gimp-webp/Makefile:1.8 pkgsrc/graphics/gimp-webp/Makefile:1.9
--- pkgsrc/graphics/gimp-webp/Makefile:1.8      Mon Apr 16 14:34:36 2018
+++ pkgsrc/graphics/gimp-webp/Makefile  Mon Sep 10 15:41:33 2018
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2018/04/16 14:34:36 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2018/09/10 15:41:33 wiz Exp $
 
 DISTNAME=      gimp-webp-0.2
-PKGREVISION=   7
+PKGREVISION=   8
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=nathan-osman/}
 EXTRACT_USING= bsdtar

Index: pkgsrc/graphics/gimp2-wideangle/Makefile
diff -u pkgsrc/graphics/gimp2-wideangle/Makefile:1.57 pkgsrc/graphics/gimp2-wideangle/Makefile:1.58
--- pkgsrc/graphics/gimp2-wideangle/Makefile:1.57       Mon Apr 16 14:34:36 2018
+++ pkgsrc/graphics/gimp2-wideangle/Makefile    Mon Sep 10 15:41:33 2018
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.57 2018/04/16 14:34:36 wiz Exp $
-#
+# $NetBSD: Makefile,v 1.58 2018/09/10 15:41:33 wiz Exp $
 
 DISTNAME=      wideangle
 PKGNAME=       gimp2-wideangle-1.0
-PKGREVISION=   45
+PKGREVISION=   46
 CATEGORIES=    graphics
 MASTER_SITES=  http://members.ozemail.com.au/~hodsond/
 EXTRACT_SUFX=  .c

Index: pkgsrc/graphics/gmic/Makefile
diff -u pkgsrc/graphics/gmic/Makefile:1.10 pkgsrc/graphics/gmic/Makefile:1.11
--- pkgsrc/graphics/gmic/Makefile:1.10  Mon Apr 16 14:34:36 2018
+++ pkgsrc/graphics/gmic/Makefile       Mon Sep 10 15:41:33 2018
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.10 2018/04/16 14:34:36 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2018/09/10 15:41:33 wiz Exp $
 
 DISTNAME=      gmic_1.5.9.3
 PKGNAME=       ${DISTNAME:S/_/-/}
-PKGREVISION=   8
+PKGREVISION=   9
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=gmic/}
 

Index: pkgsrc/graphics/sane-frontends/Makefile
diff -u pkgsrc/graphics/sane-frontends/Makefile:1.74 pkgsrc/graphics/sane-frontends/Makefile:1.75
--- pkgsrc/graphics/sane-frontends/Makefile:1.74        Mon Apr 16 14:34:41 2018
+++ pkgsrc/graphics/sane-frontends/Makefile     Mon Sep 10 15:41:33 2018
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.74 2018/04/16 14:34:41 wiz Exp $
+# $NetBSD: Makefile,v 1.75 2018/09/10 15:41:33 wiz Exp $
 
 .include "../../graphics/sane-backends/Makefile.common"
 
 DISTNAME=      sane-frontends-${SANE_VERSION}
 SANE_MICRO=    14
-PKGREVISION=   38
+PKGREVISION=   39
 
 COMMENT=       Frontends for access to scanners, digital cameras, frame grabbers etc
 

Index: pkgsrc/graphics/xsane/Makefile
diff -u pkgsrc/graphics/xsane/Makefile:1.120 pkgsrc/graphics/xsane/Makefile:1.121
--- pkgsrc/graphics/xsane/Makefile:1.120        Mon Apr 16 14:34:42 2018
+++ pkgsrc/graphics/xsane/Makefile      Mon Sep 10 15:41:33 2018
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.120 2018/04/16 14:34:42 wiz Exp $
+# $NetBSD: Makefile,v 1.121 2018/09/10 15:41:33 wiz Exp $
 
 DISTNAME=      xsane-0.999
 PKGNAME=       xsane-0.99.9
-PKGREVISION=   7
+PKGREVISION=   8
 CATEGORIES=    graphics
 MASTER_SITES=  http://www.xsane.org/download/
 

Index: pkgsrc/print/gutenprint-lib/Makefile
diff -u pkgsrc/print/gutenprint-lib/Makefile:1.81 pkgsrc/print/gutenprint-lib/Makefile:1.82
--- pkgsrc/print/gutenprint-lib/Makefile:1.81   Sun Sep  2 16:34:58 2018
+++ pkgsrc/print/gutenprint-lib/Makefile        Mon Sep 10 15:41:33 2018
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.81 2018/09/02 16:34:58 gdt Exp $
+# $NetBSD: Makefile,v 1.82 2018/09/10 15:41:33 wiz Exp $
 
 VERSION=       5.2.14
 DISTNAME=      gutenprint-${VERSION}
 PKGNAME=       gutenprint-lib-${VERSION}
+PKGREVISION=   1
 CATEGORIES=    print
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=gimp-print/}
 EXTRACT_SUFX=  .tar.bz2



Home | Main Index | Thread Index | Old Index