From 87ce66a715452df5f2bc0dd86b23ad8473365db6 Mon Sep 17 00:00:00 2001 From: markd Date: Sat, 19 Feb 2011 09:02:06 +0000 Subject: Depend on the gtk version of imlib. Bump PKGREVISION --- graphics/cnxtview/Makefile | 6 +++--- graphics/cpia2view/Makefile | 6 +++--- graphics/gphoto/Makefile | 6 +++--- graphics/ov519view/Makefile | 6 +++--- graphics/p5-Gdk-Imlib/Makefile | 6 +++--- graphics/phpsview/Makefile | 6 +++--- graphics/qcamview/Makefile | 6 +++--- graphics/snx101view/Makefile | 6 +++--- graphics/spcaview/Makefile | 7 +++---- 9 files changed, 27 insertions(+), 28 deletions(-) (limited to 'graphics') diff --git a/graphics/cnxtview/Makefile b/graphics/cnxtview/Makefile index ae71822c4fd..d6e0c3f4599 100644 --- a/graphics/cnxtview/Makefile +++ b/graphics/cnxtview/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.17 2011/01/13 13:37:57 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2011/02/19 09:02:06 markd Exp $ # DISTNAME= cnxtutil-0.00-alpha PKGNAME= cnxtview-0.00a -PKGREVISION= 7 +PKGREVISION= 8 CATEGORIES= graphics x11 MASTER_SITES= http://home.384.jp/takam/bsd/ @@ -21,7 +21,7 @@ MAKE_ENV+= NOGCCERROR= INSTALLATION_DIRS+= bin -.include "../../graphics/imlib/buildlink3.mk" +.include "../../graphics/imlib-gtk/buildlink3.mk" .include "../../x11/gtk/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/graphics/cpia2view/Makefile b/graphics/cpia2view/Makefile index f94de4c622d..29da9d5e7a6 100644 --- a/graphics/cpia2view/Makefile +++ b/graphics/cpia2view/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.18 2011/01/13 13:37:58 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2011/02/19 09:02:06 markd Exp $ # DISTNAME= cpia2_driver-1.0 PKGNAME= cpia2view-0.03 -PKGREVISION= 8 +PKGREVISION= 9 CATEGORIES= graphics x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cpia2/} EXTRACT_SUFX= .tgz @@ -38,7 +38,7 @@ do-install: ${MAKE_PROGRAM} -f ${MAKE_FILE}.$$f install ; \ done -.include "../../graphics/imlib/buildlink3.mk" +.include "../../graphics/imlib-gtk/buildlink3.mk" .include "../../x11/gtk/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/graphics/gphoto/Makefile b/graphics/gphoto/Makefile index d927d58acb3..18a9e0b994b 100644 --- a/graphics/gphoto/Makefile +++ b/graphics/gphoto/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.34 2011/01/13 13:38:06 wiz Exp $ +# $NetBSD: Makefile,v 1.35 2011/02/19 09:02:06 markd Exp $ DISTNAME= gphoto-0.4.3 -PKGREVISION= 13 +PKGREVISION= 14 CATEGORIES= graphics #MASTER_SITES= http://www.gphoto.net/dist/ @@ -17,5 +17,5 @@ USE_X11BASE= YES USE_LIBTOOL= YES GNU_CONFIGURE= yes -.include "../../graphics/imlib/buildlink3.mk" +.include "../../graphics/imlib-gtk/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/graphics/ov519view/Makefile b/graphics/ov519view/Makefile index 74f468cecbc..786c09e1676 100644 --- a/graphics/ov519view/Makefile +++ b/graphics/ov519view/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.16 2011/01/13 13:38:12 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2011/02/19 09:02:07 markd Exp $ # DISTNAME= ov51x-1.65-1.11-mark PKGNAME= ov519view-0.00 -PKGREVISION= 8 +PKGREVISION= 9 CATEGORIES= graphics x11 MASTER_SITES= http://alpha.dyndns.org/ov511/download/ov51x/ EXTRACT_SUFX= .tar.bz2 @@ -35,7 +35,7 @@ do-install: ${MAKE_PROGRAM} -f ${MAKE_FILE}.$$f install ${INSTALL_MAKE_FLAGS}; \ done -.include "../../graphics/imlib/buildlink3.mk" +.include "../../graphics/imlib-gtk/buildlink3.mk" .include "../../x11/gtk/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/graphics/p5-Gdk-Imlib/Makefile b/graphics/p5-Gdk-Imlib/Makefile index f2982298776..997b5e1610a 100644 --- a/graphics/p5-Gdk-Imlib/Makefile +++ b/graphics/p5-Gdk-Imlib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2011/01/13 13:38:13 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2011/02/19 09:02:07 markd Exp $ # PKG_DESTDIR_SUPPORT= user-destdir @@ -7,7 +7,7 @@ MAKE_JOBS_SAFE= no .include "../../x11/p5-gtk/Makefile.common" PKGNAME= p5-Gdk-Imlib-${GTKPERL_VERSION} -PKGREVISION= 10 +PKGREVISION= 11 MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Perl bindings for Imlib @@ -15,5 +15,5 @@ COMMENT= Perl bindings for Imlib PERL5_PACKLIST= auto/Gtk/Gdk/ImlibImage/.packlist SUBPACKAGE= GdkImlib -.include "../../graphics/imlib/buildlink3.mk" +.include "../../graphics/imlib-gtk/buildlink3.mk" .include "../../x11/p5-gtk/Makefile.subpackage" diff --git a/graphics/phpsview/Makefile b/graphics/phpsview/Makefile index 4c6ad692aa9..0bf048eb5f8 100644 --- a/graphics/phpsview/Makefile +++ b/graphics/phpsview/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.21 2011/01/13 13:38:14 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2011/02/19 09:02:07 markd Exp $ # DISTNAME= pwc-9.0.2 PKGNAME= phpsview-${DISTNAME:C/.*-//} -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= graphics x11 MASTER_SITES= http://www.smcc.demon.nl/webcam/ @@ -31,7 +31,7 @@ do-install: ${INSTALL_PROGRAM} $$f ${DESTDIR}${PREFIX}/bin; \ done -.include "../../graphics/imlib/buildlink3.mk" +.include "../../graphics/imlib-gtk/buildlink3.mk" .include "../../x11/gtk/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/graphics/qcamview/Makefile b/graphics/qcamview/Makefile index cf5a09acfb9..dbb9a9dab1f 100644 --- a/graphics/qcamview/Makefile +++ b/graphics/qcamview/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.19 2011/01/13 13:38:17 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2011/02/19 09:02:07 markd Exp $ # DISTNAME= qce-ga-0.40d PKGNAME= qcamview-0.4 -PKGREVISION= 7 +PKGREVISION= 8 CATEGORIES= graphics x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qce-ga/} @@ -34,7 +34,7 @@ do-install: ${MAKE_PROGRAM} -f ${MAKE_FILE}.$$f install ${INSTALL_MAKE_FLAGS} ; \ done -.include "../../graphics/imlib/buildlink3.mk" +.include "../../graphics/imlib-gtk/buildlink3.mk" .include "../../x11/gtk/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/graphics/snx101view/Makefile b/graphics/snx101view/Makefile index da48fbcef9b..00e4bf13d70 100644 --- a/graphics/snx101view/Makefile +++ b/graphics/snx101view/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.14 2011/01/13 13:38:21 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2011/02/19 09:02:07 markd Exp $ # DISTNAME= snx101util-0.2 -PKGREVISION= 7 +PKGREVISION= 8 CATEGORIES= graphics x11 MASTER_SITES= http://www.medias.ne.jp/~takam/bsd/ @@ -17,7 +17,7 @@ MAKE_ENV+= ${BSD_MAKE_ENV} INSTALLATION_DIRS= bin ${PKGMANDIR}/cat1 ${PKGMANDIR}/man1 -.include "../../graphics/imlib/buildlink3.mk" +.include "../../graphics/imlib-gtk/buildlink3.mk" .include "../../x11/gtk/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/graphics/spcaview/Makefile b/graphics/spcaview/Makefile index 71b3d54b4cc..46d84b33cf1 100644 --- a/graphics/spcaview/Makefile +++ b/graphics/spcaview/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.14 2011/01/13 13:38:21 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2011/02/19 09:02:07 markd Exp $ # DISTNAME= spca5xx-20060402 PKGNAME= spcaview-0.6b -#PKGREVISION= 1 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= graphics x11 MASTER_SITES= http://mxhaard.free.fr/spca50x/Download/oldrelease/ @@ -25,7 +24,7 @@ MAKE_ENV+= ${BSD_MAKE_ENV} INSTALLATION_DIRS+= bin ${PKGMANDIR}/cat1 ${PKGMANDIR}/man1 -.include "../../graphics/imlib/buildlink3.mk" +.include "../../graphics/imlib-gtk/buildlink3.mk" .include "../../x11/gtk/buildlink3.mk" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3