Mon Sep 10 15:41:33 2018 UTC ()
gimp: update bl3.mk for lcms -> lcms2 change, and recursive bump


(wiz)
diff -r1.61 -r1.62 pkgsrc/graphics/gimp/buildlink3.mk
diff -r1.53 -r1.54 pkgsrc/graphics/gimp-color-manager/Makefile
diff -r1.33 -r1.34 pkgsrc/graphics/gimp-exif-browser/Makefile
diff -r1.46 -r1.47 pkgsrc/graphics/gimp-fix-ca/Makefile
diff -r1.4 -r1.5 pkgsrc/graphics/gimp-jxr/Makefile
diff -r1.39 -r1.40 pkgsrc/graphics/gimp-liquid-rescale/Makefile
diff -r1.54 -r1.55 pkgsrc/graphics/gimp-rawphoto/Makefile
diff -r1.56 -r1.57 pkgsrc/graphics/gimp-refocus-it/Makefile
diff -r1.32 -r1.33 pkgsrc/graphics/gimp-resynthesizer/Makefile
diff -r1.107 -r1.108 pkgsrc/graphics/gimp-ufraw/Makefile
diff -r1.8 -r1.9 pkgsrc/graphics/gimp-webp/Makefile
diff -r1.57 -r1.58 pkgsrc/graphics/gimp2-wideangle/Makefile
diff -r1.10 -r1.11 pkgsrc/graphics/gmic/Makefile
diff -r1.74 -r1.75 pkgsrc/graphics/sane-frontends/Makefile
diff -r1.120 -r1.121 pkgsrc/graphics/xsane/Makefile
diff -r1.81 -r1.82 pkgsrc/print/gutenprint-lib/Makefile

cvs diff -r1.61 -r1.62 pkgsrc/graphics/gimp/buildlink3.mk (expand / switch to unified diff)

--- pkgsrc/graphics/gimp/buildlink3.mk 2018/05/11 15:10:25 1.61
+++ pkgsrc/graphics/gimp/buildlink3.mk 2018/09/10 15:41:33 1.62
@@ -1,37 +1,37 @@ @@ -1,37 +1,37 @@
1# $NetBSD: buildlink3.mk,v 1.61 2018/05/11 15:10:25 wiz Exp $ 1# $NetBSD: buildlink3.mk,v 1.62 2018/09/10 15:41:33 wiz Exp $
2 2
3BUILDLINK_TREE+= gimp 3BUILDLINK_TREE+= gimp
4 4
5.if !defined(GIMP_BUILDLINK3_MK) 5.if !defined(GIMP_BUILDLINK3_MK)
6GIMP_BUILDLINK3_MK:= 6GIMP_BUILDLINK3_MK:=
7 7
8BUILDLINK_API_DEPENDS.gimp+= gimp>=2.4.0 8BUILDLINK_API_DEPENDS.gimp+= gimp>=2.4.0
9BUILDLINK_ABI_DEPENDS.gimp+= gimp>=2.8.22nb7 9BUILDLINK_ABI_DEPENDS.gimp+= gimp>=2.10.6nb2
10BUILDLINK_PKGSRCDIR.gimp?= ../../graphics/gimp 10BUILDLINK_PKGSRCDIR.gimp?= ../../graphics/gimp
11 11
12pkgbase := gimp 12pkgbase := gimp
13.include "../../mk/pkg-build-options.mk" 13.include "../../mk/pkg-build-options.mk"
14 14
15.if !empty(PKG_BUILD_OPTIONS.gimp:Maalib) 15.if !empty(PKG_BUILD_OPTIONS.gimp:Maalib)
16.include "../../graphics/aalib/buildlink3.mk" 16.include "../../graphics/aalib/buildlink3.mk"
17.endif 17.endif
18 18
19.if !empty(PKG_BUILD_OPTIONS.gimp:Mmng) 19.if !empty(PKG_BUILD_OPTIONS.gimp:Mmng)
20.include "../../graphics/mng/buildlink3.mk" 20.include "../../graphics/mng/buildlink3.mk"
21.endif 21.endif
22 22
23.if !empty(PKG_BUILD_OPTIONS.gimp:Msvg) 23.if !empty(PKG_BUILD_OPTIONS.gimp:Msvg)
24.include "../../graphics/librsvg/buildlink3.mk" 24.include "../../graphics/librsvg/buildlink3.mk"
25.endif 25.endif
26 26
27.include "../../devel/gettext-lib/buildlink3.mk" 27.include "../../devel/gettext-lib/buildlink3.mk"
28.include "../../fonts/fontconfig/buildlink3.mk" 28.include "../../fonts/fontconfig/buildlink3.mk"
29.include "../../graphics/gegl/buildlink3.mk" 29.include "../../graphics/gegl/buildlink3.mk"
30.include "../../graphics/lcms/buildlink3.mk" 30.include "../../graphics/lcms2/buildlink3.mk"
31.include "../../graphics/libart/buildlink3.mk" 31.include "../../graphics/libart/buildlink3.mk"
32.include "../../graphics/png/buildlink3.mk" 32.include "../../graphics/png/buildlink3.mk"
33.include "../../graphics/libwmf/buildlink3.mk" 33.include "../../graphics/libwmf/buildlink3.mk"
34.include "../../x11/gtk2/buildlink3.mk" 34.include "../../x11/gtk2/buildlink3.mk"
35.endif # GIMP_BUILDLINK3_MK 35.endif # GIMP_BUILDLINK3_MK
36 36
37BUILDLINK_TREE+= -gimp 37BUILDLINK_TREE+= -gimp

cvs diff -r1.53 -r1.54 pkgsrc/graphics/gimp-color-manager/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/gimp-color-manager/Makefile 2018/04/16 14:34:35 1.53
+++ pkgsrc/graphics/gimp-color-manager/Makefile 2018/09/10 15:41:32 1.54
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.53 2018/04/16 14:34:35 wiz Exp $ 1# $NetBSD: Makefile,v 1.54 2018/09/10 15:41:32 wiz Exp $
2# 
3 2
4DISTNAME= gimp-color-manager-0.1.0 3DISTNAME= gimp-color-manager-0.1.0
5PKGREVISION= 45 4PKGREVISION= 46
6CATEGORIES= graphics 5CATEGORIES= graphics
7MASTER_SITES= ftp://www.virtual-sub.org/ 6MASTER_SITES= ftp://www.virtual-sub.org/
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://www.khk.net/color/color_manager.html 9HOMEPAGE= http://www.khk.net/color/color_manager.html
11COMMENT= Gimp Color Manager plugin 10COMMENT= Gimp Color Manager plugin
12 11
13USE_PKGLOCALEDIR= yes 12USE_PKGLOCALEDIR= yes
14USE_TOOLS+= intltool pkg-config 13USE_TOOLS+= intltool pkg-config
15GNU_CONFIGURE= yes 14GNU_CONFIGURE= yes
16 15
17PTHREAD_AUTO_VARS= yes 16PTHREAD_AUTO_VARS= yes
18 17

cvs diff -r1.33 -r1.34 pkgsrc/graphics/gimp-exif-browser/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/gimp-exif-browser/Makefile 2018/04/16 14:34:35 1.33
+++ pkgsrc/graphics/gimp-exif-browser/Makefile 2018/09/10 15:41:32 1.34
@@ -1,20 +1,19 @@ @@ -1,20 +1,19 @@
1# $NetBSD: Makefile,v 1.33 2018/04/16 14:34:35 wiz Exp $ 1# $NetBSD: Makefile,v 1.34 2018/09/10 15:41:32 wiz Exp $
2# 
3 2
4DISTNAME= exif-browser 3DISTNAME= exif-browser
5PKGNAME= gimp-exif-browser-0.1.0 4PKGNAME= gimp-exif-browser-0.1.0
6DIST_SUBDIR= gimp-exif-browser-0.1.0 5DIST_SUBDIR= gimp-exif-browser-0.1.0
7PKGREVISION= 30 6PKGREVISION= 31
8CATEGORIES= graphics 7CATEGORIES= graphics
9MASTER_SITES= http://registry.gimp.org/files/ 8MASTER_SITES= http://registry.gimp.org/files/
10 9
11MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
12HOMEPAGE= http://registry.gimp.org/node/8839 11HOMEPAGE= http://registry.gimp.org/node/8839
13COMMENT= EXIF data browser plugin 12COMMENT= EXIF data browser plugin
14LICENSE= gnu-lgpl-v2.1 # see work/exif-browser/COPYING 13LICENSE= gnu-lgpl-v2.1 # see work/exif-browser/COPYING
15 14
16USE_TOOLS+= intltool pkg-config 15USE_TOOLS+= intltool pkg-config
17 16
18GNU_CONFIGURE= yes 17GNU_CONFIGURE= yes
19 18
20.include "../../graphics/gimp/buildlink3.mk" 19.include "../../graphics/gimp/buildlink3.mk"

cvs diff -r1.46 -r1.47 pkgsrc/graphics/gimp-fix-ca/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/gimp-fix-ca/Makefile 2018/04/16 14:34:35 1.46
+++ pkgsrc/graphics/gimp-fix-ca/Makefile 2018/09/10 15:41:32 1.47
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.46 2018/04/16 14:34:35 wiz Exp $ 1# $NetBSD: Makefile,v 1.47 2018/09/10 15:41:32 wiz Exp $
2# 
3 2
4DISTNAME= gimp-fix-ca-3.0.1 3DISTNAME= gimp-fix-ca-3.0.1
5PKGREVISION= 33 4PKGREVISION= 34
6CATEGORIES= graphics 5CATEGORIES= graphics
7MASTER_SITES= http://registry.gimp.org/file/fix-ca.c?action=download&id=9884&file= 6MASTER_SITES= http://registry.gimp.org/file/fix-ca.c?action=download&id=9884&file=
8EXTRACT_SUFX= .c 7EXTRACT_SUFX= .c
9 8
10MAINTAINER= dsainty@NetBSD.org 9MAINTAINER= dsainty@NetBSD.org
11HOMEPAGE= http://kcd.sourceforge.net/fix-ca.php 10HOMEPAGE= http://kcd.sourceforge.net/fix-ca.php
12COMMENT= GIMP plugin to correct chromatic aberration (CA) 11COMMENT= GIMP plugin to correct chromatic aberration (CA)
13 12
14FETCH_BEFORE_ARGS+= -o ${DISTNAME}${EXTRACT_SUFX} 13FETCH_BEFORE_ARGS+= -o ${DISTNAME}${EXTRACT_SUFX}
15WRKSRC= ${WRKDIR} 14WRKSRC= ${WRKDIR}
16NO_CONFIGURE= yes 15NO_CONFIGURE= yes
17INSTALLATION_DIRS= lib/gimp/2.0/plug-ins 16INSTALLATION_DIRS= lib/gimp/2.0/plug-ins
18 17

cvs diff -r1.4 -r1.5 pkgsrc/graphics/gimp-jxr/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/gimp-jxr/Makefile 2018/04/16 14:34:36 1.4
+++ pkgsrc/graphics/gimp-jxr/Makefile 2018/09/10 15:41:32 1.5
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.4 2018/04/16 14:34:36 wiz Exp $ 1# $NetBSD: Makefile,v 1.5 2018/09/10 15:41:32 wiz Exp $
2 2
3DISTNAME= gimp-jxr-2.0 3DISTNAME= gimp-jxr-2.0
4PKGREVISION= 2 4PKGREVISION= 3
5CATEGORIES= graphics 5CATEGORIES= graphics
6MASTER_SITES= # javascript link 6MASTER_SITES= # javascript link
7EXTRACT_SUFX= .zip 7EXTRACT_SUFX= .zip
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://github.com/chausner/gimp-jxr 10HOMEPAGE= https://github.com/chausner/gimp-jxr
11COMMENT= Gimp plugin for JPEG XR files 11COMMENT= Gimp plugin for JPEG XR files
12LICENSE= modified-bsd 12LICENSE= modified-bsd
13 13
14WRKSRC= ${WRKDIR}/src 14WRKSRC= ${WRKDIR}/src
15 15
16USE_TOOLS+= pkg-config 16USE_TOOLS+= pkg-config
17 17

cvs diff -r1.39 -r1.40 pkgsrc/graphics/gimp-liquid-rescale/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/gimp-liquid-rescale/Makefile 2018/04/16 14:34:36 1.39
+++ pkgsrc/graphics/gimp-liquid-rescale/Makefile 2018/09/10 15:41:32 1.40
@@ -1,19 +1,18 @@ @@ -1,19 +1,18 @@
1# $NetBSD: Makefile,v 1.39 2018/04/16 14:34:36 wiz Exp $ 1# $NetBSD: Makefile,v 1.40 2018/09/10 15:41:32 wiz Exp $
2# 
3 2
4DISTNAME= gimp-lqr-plugin-0.7.1 3DISTNAME= gimp-lqr-plugin-0.7.1
5PKGNAME= gimp-liquid-rescale-0.7.1 4PKGNAME= gimp-liquid-rescale-0.7.1
6PKGREVISION= 21 5PKGREVISION= 22
7CATEGORIES= graphics 6CATEGORIES= graphics
8MASTER_SITES= http://liquidrescale.wikidot.com/local--files/en:download-page-sources/ 7MASTER_SITES= http://liquidrescale.wikidot.com/local--files/en:download-page-sources/
9EXTRACT_SUFX= .tar.bz2 8EXTRACT_SUFX= .tar.bz2
10 9
11MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
12HOMEPAGE= http://liquidrescale.wikidot.com/ 11HOMEPAGE= http://liquidrescale.wikidot.com/
13COMMENT= Content-aware image resizing plugin for the GIMP 12COMMENT= Content-aware image resizing plugin for the GIMP
14LICENSE= gnu-gpl-v2 13LICENSE= gnu-gpl-v2
15 14
16USE_PKGLOCALEDIR= yes 15USE_PKGLOCALEDIR= yes
17GNU_CONFIGURE= yes 16GNU_CONFIGURE= yes
18USE_TOOLS+= intltool msgfmt pkg-config gmake 17USE_TOOLS+= intltool msgfmt pkg-config gmake
19 18

cvs diff -r1.54 -r1.55 pkgsrc/graphics/gimp-rawphoto/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/gimp-rawphoto/Makefile 2018/04/16 14:34:36 1.54
+++ pkgsrc/graphics/gimp-rawphoto/Makefile 2018/09/10 15:41:32 1.55
@@ -1,19 +1,18 @@ @@ -1,19 +1,18 @@
1# $NetBSD: Makefile,v 1.54 2018/04/16 14:34:36 wiz Exp $ 1# $NetBSD: Makefile,v 1.55 2018/09/10 15:41:32 wiz Exp $
2# 
3 2
4DISTNAME= rawphoto-200410220928 3DISTNAME= rawphoto-200410220928
5PKGNAME= gimp-rawphoto-1.19 4PKGNAME= gimp-rawphoto-1.19
6PKGREVISION= 45 5PKGREVISION= 46
7CATEGORIES= graphics 6CATEGORIES= graphics
8MASTER_SITES= # 7MASTER_SITES= #
9EXTRACT_SUFX= .tgz 8EXTRACT_SUFX= .tgz
10 9
11MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
12HOMEPAGE= http://web.archive.org/web/20060207024636/http://ptj.rozeta.com.pl/Soft/RawPhoto 11HOMEPAGE= http://web.archive.org/web/20060207024636/http://ptj.rozeta.com.pl/Soft/RawPhoto
13COMMENT= Digicam RAW file importer for GIMP 12COMMENT= Digicam RAW file importer for GIMP
14 13
15WRKSRC= ${WRKDIR}/rawphoto-200410220910/src 14WRKSRC= ${WRKDIR}/rawphoto-200410220910/src
16BUILD_TARGET= build 15BUILD_TARGET= build
17INSTALLATION_DIRS= lib/gimp/2.0/plug-ins 16INSTALLATION_DIRS= lib/gimp/2.0/plug-ins
18 17
19USE_TOOLS+= pkg-config 18USE_TOOLS+= pkg-config

cvs diff -r1.56 -r1.57 pkgsrc/graphics/gimp-refocus-it/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/gimp-refocus-it/Makefile 2018/04/16 14:34:36 1.56
+++ pkgsrc/graphics/gimp-refocus-it/Makefile 2018/09/10 15:41:32 1.57
@@ -1,19 +1,18 @@ @@ -1,19 +1,18 @@
1# $NetBSD: Makefile,v 1.56 2018/04/16 14:34:36 wiz Exp $ 1# $NetBSD: Makefile,v 1.57 2018/09/10 15:41:32 wiz Exp $
2# 
3 2
4DISTNAME= refocus-it-2.0.0 3DISTNAME= refocus-it-2.0.0
5PKGNAME= gimp-refocus-it-2.0.0 4PKGNAME= gimp-refocus-it-2.0.0
6PKGREVISION= 46 5PKGREVISION= 47
7CATEGORIES= graphics 6CATEGORIES= graphics
8MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=refocus-it/} 7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=refocus-it/}
9 8
10MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://refocus-it.sourceforge.net/ 10HOMEPAGE= http://refocus-it.sourceforge.net/
12COMMENT= Refocus images 11COMMENT= Refocus images
13 12
14DEPENDS+= refocus-it-[0-9]*:../../graphics/refocus-it 13DEPENDS+= refocus-it-[0-9]*:../../graphics/refocus-it
15 14
16USE_PKGLOCALEDIR= yes 15USE_PKGLOCALEDIR= yes
17GNU_CONFIGURE= yes 16GNU_CONFIGURE= yes
18#just build the plugin 17#just build the plugin
19CONFIGURE_ARGS+= --without-cmdline 18CONFIGURE_ARGS+= --without-cmdline

cvs diff -r1.32 -r1.33 pkgsrc/graphics/gimp-resynthesizer/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/gimp-resynthesizer/Makefile 2018/04/16 14:34:36 1.32
+++ pkgsrc/graphics/gimp-resynthesizer/Makefile 2018/09/10 15:41:33 1.33
@@ -1,19 +1,18 @@ @@ -1,19 +1,18 @@
1# $NetBSD: Makefile,v 1.32 2018/04/16 14:34:36 wiz Exp $ 1# $NetBSD: Makefile,v 1.33 2018/09/10 15:41:33 wiz Exp $
2# 
3 2
4DISTNAME= resynthesizer-0.16 3DISTNAME= resynthesizer-0.16
5PKGNAME= gimp-${DISTNAME} 4PKGNAME= gimp-${DISTNAME}
6PKGREVISION= 29 5PKGREVISION= 30
7CATEGORIES= graphics 6CATEGORIES= graphics
8MASTER_SITES= http://www.logarithmic.net/pfh-files/resynthesizer/ 7MASTER_SITES= http://www.logarithmic.net/pfh-files/resynthesizer/
9 8
10MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://www.logarithmic.net/pfh/resynthesizer 10HOMEPAGE= http://www.logarithmic.net/pfh/resynthesizer
12COMMENT= Gimp plug-in for texture synthesis 11COMMENT= Gimp plug-in for texture synthesis
13LICENSE= gnu-gpl-v2 12LICENSE= gnu-gpl-v2
14 13
15USE_LANGUAGES= c++ 14USE_LANGUAGES= c++
16USE_TOOLS+= pkg-config 15USE_TOOLS+= pkg-config
17 16
18INSTALLATION_DIRS= lib/gimp/2.0/plug-ins 17INSTALLATION_DIRS= lib/gimp/2.0/plug-ins
19INSTALLATION_DIRS+= share/gimp/2.0/scripts 18INSTALLATION_DIRS+= share/gimp/2.0/scripts

cvs diff -r1.107 -r1.108 pkgsrc/graphics/gimp-ufraw/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/gimp-ufraw/Makefile 2018/08/22 09:45:13 1.107
+++ pkgsrc/graphics/gimp-ufraw/Makefile 2018/09/10 15:41:33 1.108
@@ -1,22 +1,22 @@ @@ -1,22 +1,22 @@
1# $NetBSD: Makefile,v 1.107 2018/08/22 09:45:13 wiz Exp $ 1# $NetBSD: Makefile,v 1.108 2018/09/10 15:41:33 wiz Exp $
2 2
3# Note that upstream has replaced tarballs without changing the 3# Note that upstream has replaced tarballs without changing the
4# version number (e.g., 0.19.2 had two different tarballs). 4# version number (e.g., 0.19.2 had two different tarballs).
5# Therefore, it is suggested to wait a week after a release before 5# Therefore, it is suggested to wait a week after a release before
6# updating pkgsrc. 6# updating pkgsrc.
7DISTNAME= ufraw-0.22 7DISTNAME= ufraw-0.22
8PKGNAME= gimp-${DISTNAME} 8PKGNAME= gimp-${DISTNAME}
9PKGREVISION= 7 9PKGREVISION= 8
10CATEGORIES= graphics 10CATEGORIES= graphics
11MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ufraw/} 11MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ufraw/}
12 12
13MAINTAINER= gdt@NetBSD.org 13MAINTAINER= gdt@NetBSD.org
14HOMEPAGE= http://ufraw.sourceforge.net/ 14HOMEPAGE= http://ufraw.sourceforge.net/
15COMMENT= GIMP plug-in for raw digicam import 15COMMENT= GIMP plug-in for raw digicam import
16 16
17LICENSE= gnu-gpl-v2 17LICENSE= gnu-gpl-v2
18 18
19GNU_CONFIGURE= yes 19GNU_CONFIGURE= yes
20 20
21USE_TOOLS+= gmake pkg-config msgfmt 21USE_TOOLS+= gmake pkg-config msgfmt
22USE_TOOLS+= perl:run pod2man 22USE_TOOLS+= perl:run pod2man

cvs diff -r1.8 -r1.9 pkgsrc/graphics/gimp-webp/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/gimp-webp/Attic/Makefile 2018/04/16 14:34:36 1.8
+++ pkgsrc/graphics/gimp-webp/Attic/Makefile 2018/09/10 15:41:33 1.9
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.8 2018/04/16 14:34:36 wiz Exp $ 1# $NetBSD: Makefile,v 1.9 2018/09/10 15:41:33 wiz Exp $
2 2
3DISTNAME= gimp-webp-0.2 3DISTNAME= gimp-webp-0.2
4PKGREVISION= 7 4PKGREVISION= 8
5CATEGORIES= graphics 5CATEGORIES= graphics
6MASTER_SITES= ${MASTER_SITE_GITHUB:=nathan-osman/} 6MASTER_SITES= ${MASTER_SITE_GITHUB:=nathan-osman/}
7EXTRACT_USING= bsdtar 7EXTRACT_USING= bsdtar
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://github.com/nathan-osman/gimp-webp 10HOMEPAGE= https://github.com/nathan-osman/gimp-webp
11COMMENT= WebP Gimp I/O plugin 11COMMENT= WebP Gimp I/O plugin
12LICENSE= gnu-gpl-v3 12LICENSE= gnu-gpl-v3
13 13
14USE_TOOLS+= pkg-config 14USE_TOOLS+= pkg-config
15USE_CMAKE= yes 15USE_CMAKE= yes
16 16
17.include "../../graphics/gimp/buildlink3.mk" 17.include "../../graphics/gimp/buildlink3.mk"

cvs diff -r1.57 -r1.58 pkgsrc/graphics/gimp2-wideangle/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/gimp2-wideangle/Makefile 2018/04/16 14:34:36 1.57
+++ pkgsrc/graphics/gimp2-wideangle/Makefile 2018/09/10 15:41:33 1.58
@@ -1,19 +1,18 @@ @@ -1,19 +1,18 @@
1# $NetBSD: Makefile,v 1.57 2018/04/16 14:34:36 wiz Exp $ 1# $NetBSD: Makefile,v 1.58 2018/09/10 15:41:33 wiz Exp $
2# 
3 2
4DISTNAME= wideangle 3DISTNAME= wideangle
5PKGNAME= gimp2-wideangle-1.0 4PKGNAME= gimp2-wideangle-1.0
6PKGREVISION= 45 5PKGREVISION= 46
7CATEGORIES= graphics 6CATEGORIES= graphics
8MASTER_SITES= http://members.ozemail.com.au/~hodsond/ 7MASTER_SITES= http://members.ozemail.com.au/~hodsond/
9EXTRACT_SUFX= .c 8EXTRACT_SUFX= .c
10 9
11MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
12HOMEPAGE= http://members.ozemail.com.au/~hodsond/wideangle.html 11HOMEPAGE= http://members.ozemail.com.au/~hodsond/wideangle.html
13COMMENT= GIMP plugin for wideangle lens distortions 12COMMENT= GIMP plugin for wideangle lens distortions
14 13
15USE_TOOLS+= pkg-config 14USE_TOOLS+= pkg-config
16 15
17DIST_SUBDIR= ${PKGNAME_NOREV} 16DIST_SUBDIR= ${PKGNAME_NOREV}
18WRKSRC= ${WRKDIR} 17WRKSRC= ${WRKDIR}
19 18

cvs diff -r1.10 -r1.11 pkgsrc/graphics/gmic/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/gmic/Makefile 2018/04/16 14:34:36 1.10
+++ pkgsrc/graphics/gmic/Makefile 2018/09/10 15:41:33 1.11
@@ -1,18 +1,18 @@ @@ -1,18 +1,18 @@
1# $NetBSD: Makefile,v 1.10 2018/04/16 14:34:36 wiz Exp $ 1# $NetBSD: Makefile,v 1.11 2018/09/10 15:41:33 wiz Exp $
2 2
3DISTNAME= gmic_1.5.9.3 3DISTNAME= gmic_1.5.9.3
4PKGNAME= ${DISTNAME:S/_/-/} 4PKGNAME= ${DISTNAME:S/_/-/}
5PKGREVISION= 8 5PKGREVISION= 9
6CATEGORIES= graphics 6CATEGORIES= graphics
7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gmic/} 7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gmic/}
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://sourceforge.net/projects/gmic/ 10HOMEPAGE= https://sourceforge.net/projects/gmic/
11COMMENT= Full-featured image processing framework 11COMMENT= Full-featured image processing framework
12LICENSE= gnu-gpl-v2 12LICENSE= gnu-gpl-v2
13 13
14WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} 14WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
15BUILD_DIRS= src 15BUILD_DIRS= src
16USE_LANGUAGES= c++ 16USE_LANGUAGES= c++
17USE_TOOLS+= gmake gunzip pkg-config 17USE_TOOLS+= gmake gunzip pkg-config
18CFLAGS+= -I${BUILDLINK_PREFIX.openexr}/include/OpenEXR 18CFLAGS+= -I${BUILDLINK_PREFIX.openexr}/include/OpenEXR

cvs diff -r1.74 -r1.75 pkgsrc/graphics/sane-frontends/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/sane-frontends/Makefile 2018/04/16 14:34:41 1.74
+++ pkgsrc/graphics/sane-frontends/Makefile 2018/09/10 15:41:33 1.75
@@ -1,20 +1,20 @@ @@ -1,20 +1,20 @@
1# $NetBSD: Makefile,v 1.74 2018/04/16 14:34:41 wiz Exp $ 1# $NetBSD: Makefile,v 1.75 2018/09/10 15:41:33 wiz Exp $
2 2
3.include "../../graphics/sane-backends/Makefile.common" 3.include "../../graphics/sane-backends/Makefile.common"
4 4
5DISTNAME= sane-frontends-${SANE_VERSION} 5DISTNAME= sane-frontends-${SANE_VERSION}
6SANE_MICRO= 14 6SANE_MICRO= 14
7PKGREVISION= 38 7PKGREVISION= 39
8 8
9COMMENT= Frontends for access to scanners, digital cameras, frame grabbers etc 9COMMENT= Frontends for access to scanners, digital cameras, frame grabbers etc
10 10
11BUILDLINK_API_DEPENDS.sane+= sane-backends>=${SANE_VERSION} 11BUILDLINK_API_DEPENDS.sane+= sane-backends>=${SANE_VERSION}
12 12
13USE_TOOLS+= pkg-config 13USE_TOOLS+= pkg-config
14 14
15.include "options.mk" 15.include "options.mk"
16 16
17.include "../../x11/gtk2/buildlink3.mk" 17.include "../../x11/gtk2/buildlink3.mk"
18.include "../../graphics/sane-backends/buildlink3.mk" 18.include "../../graphics/sane-backends/buildlink3.mk"
19 19
20.include "../../mk/bsd.pkg.mk" 20.include "../../mk/bsd.pkg.mk"

cvs diff -r1.120 -r1.121 pkgsrc/graphics/xsane/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/xsane/Makefile 2018/04/16 14:34:42 1.120
+++ pkgsrc/graphics/xsane/Makefile 2018/09/10 15:41:33 1.121
@@ -1,18 +1,18 @@ @@ -1,18 +1,18 @@
1# $NetBSD: Makefile,v 1.120 2018/04/16 14:34:42 wiz Exp $ 1# $NetBSD: Makefile,v 1.121 2018/09/10 15:41:33 wiz Exp $
2 2
3DISTNAME= xsane-0.999 3DISTNAME= xsane-0.999
4PKGNAME= xsane-0.99.9 4PKGNAME= xsane-0.99.9
5PKGREVISION= 7 5PKGREVISION= 8
6CATEGORIES= graphics 6CATEGORIES= graphics
7MASTER_SITES= http://www.xsane.org/download/ 7MASTER_SITES= http://www.xsane.org/download/
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://www.xsane.org/ 10HOMEPAGE= http://www.xsane.org/
11COMMENT= New improved frontend for SANE 11COMMENT= New improved frontend for SANE
12LICENSE= gnu-gpl-v2 12LICENSE= gnu-gpl-v2
13 13
14USE_TOOLS+= gmake msgfmt pkg-config 14USE_TOOLS+= gmake msgfmt pkg-config
15USE_PKGLOCALEDIR= YES 15USE_PKGLOCALEDIR= YES
16GNU_CONFIGURE= YES 16GNU_CONFIGURE= YES
17 17
18LDFLAGS.SunOS+= -lsocket -lnsl 18LDFLAGS.SunOS+= -lsocket -lnsl

cvs diff -r1.81 -r1.82 pkgsrc/print/gutenprint-lib/Makefile (expand / switch to unified diff)

--- pkgsrc/print/gutenprint-lib/Makefile 2018/09/02 16:34:58 1.81
+++ pkgsrc/print/gutenprint-lib/Makefile 2018/09/10 15:41:33 1.82
@@ -1,18 +1,19 @@ @@ -1,18 +1,19 @@
1# $NetBSD: Makefile,v 1.81 2018/09/02 16:34:58 gdt Exp $ 1# $NetBSD: Makefile,v 1.82 2018/09/10 15:41:33 wiz Exp $
2 2
3VERSION= 5.2.14 3VERSION= 5.2.14
4DISTNAME= gutenprint-${VERSION} 4DISTNAME= gutenprint-${VERSION}
5PKGNAME= gutenprint-lib-${VERSION} 5PKGNAME= gutenprint-lib-${VERSION}
 6PKGREVISION= 1
6CATEGORIES= print 7CATEGORIES= print
7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gimp-print/} 8MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gimp-print/}
8EXTRACT_SUFX= .tar.bz2 9EXTRACT_SUFX= .tar.bz2
9 10
10MAINTAINER= gdt@NetBSD.org 11MAINTAINER= gdt@NetBSD.org
11COMMENT= Drivers for Canon, Epson, Lexmark, and PCL printers 12COMMENT= Drivers for Canon, Epson, Lexmark, and PCL printers
12HOMEPAGE= http://gutenprint.sourceforge.net/ 13HOMEPAGE= http://gutenprint.sourceforge.net/
13 14
14LICENSE= gnu-gpl-v2 15LICENSE= gnu-gpl-v2
15 16
16PREV_PKGPATH= print/gutenprint51-lib 17PREV_PKGPATH= print/gutenprint51-lib
17 18
18INSTALLVERSION= 5.2 19INSTALLVERSION= 5.2