From 37b0f26f0dc2a5961e9ebd8e77ff972ee4a910d5 Mon Sep 17 00:00:00 2001 From: ajacoutot Date: Fri, 27 Mar 2015 08:11:24 +0000 Subject: [PATCH] x11/gtk+2,-guic -> x11/gtk+3,-guic && bump --- astro/stellarium/Makefile | 5 +++-- cad/geda-gaf/Makefile | 6 +++--- cad/gerbv/Makefile | 6 +++--- cad/gtkwave/Makefile | 5 +++-- cad/kicad/Makefile | 8 ++++---- cad/pcb/Makefile | 6 +++--- databases/gq/Makefile | 4 ++-- databases/luma/Makefile | 5 +++-- databases/sqliteman/Makefile | 5 +++-- editors/abiword/Makefile | 5 +++-- editors/calligra/Makefile | 5 +++-- editors/emacs/Makefile | 6 +++--- editors/focuswriter/Makefile | 5 +++-- editors/kile-kde4/Makefile | 6 +++--- editors/kile/Makefile | 6 +++--- editors/kxmleditor/Makefile | 6 +++--- editors/leafpad/Makefile | 6 +++--- editors/libreoffice/Makefile | 6 +++--- editors/subtitleeditor/Makefile | 5 +++-- editors/tiled/Makefile | 5 +++-- education/verbiste/Makefile | 5 +++-- emulators/fs-uae/Makefile | 5 +++-- emulators/gnusim8085/Makefile | 5 +++-- emulators/snes9x/Makefile | 6 +++--- emulators/vbam/Makefile | 6 +++--- geo/geocode-glib/Makefile | 3 ++- geo/gpx-viewer/Makefile | 5 +++-- geo/merkaartor/Makefile | 5 +++-- geo/osm2go/Makefile | 6 +++--- geo/viking/Makefile | 4 ++-- graphics/aqsis/Makefile | 6 +++--- graphics/birdfont/Makefile | 5 +++-- graphics/comix/Makefile | 6 +++--- graphics/darktable/Makefile | 6 +++--- graphics/dia/Makefile | 3 ++- graphics/digikam-kde4/Makefile | 13 +++++++++---- graphics/digikam/Makefile | 6 +++--- graphics/djview4/Makefile | 6 +++--- graphics/djvulibre/Makefile | 6 +++--- graphics/dvdrip/Makefile | 6 +++--- graphics/evince/Makefile | 3 ++- graphics/fyre/Makefile | 6 +++--- graphics/gimp/stable/Makefile | 5 +++-- graphics/gpicview/Makefile | 5 +++-- graphics/gthumb/Makefile | 3 ++- graphics/gwenview/Makefile | 6 +++--- graphics/hugin/Makefile | 6 +++--- graphics/inkscape/Makefile | 5 +++-- graphics/kimdaba/Makefile | 6 +++--- graphics/libkdcraw/Makefile | 8 ++++---- graphics/libkipi/Makefile | 8 ++++---- graphics/pdfmod/Makefile | 4 ++-- graphics/pinta/Makefile | 5 +++-- graphics/rawtherapee/Makefile | 5 +++-- graphics/scratch/Makefile | 6 +++--- graphics/shotwell/Makefile | 3 ++- graphics/viewnior/Makefile | 5 +++-- 57 files changed, 172 insertions(+), 141 deletions(-) diff --git a/astro/stellarium/Makefile b/astro/stellarium/Makefile index 0c6f2d01d26..8795be8326d 100644 --- a/astro/stellarium/Makefile +++ b/astro/stellarium/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.35 2015/01/21 16:46:26 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.36 2015/03/27 08:11:24 ajacoutot Exp $ COMMENT= free open source planetarium DISTNAME= stellarium-0.13.2 +REVISION= 0 CATEGORIES= astro x11 @@ -24,7 +25,7 @@ MODULES= devel/cmake \ # used to download more stars definitions RUN_DEPENDS= net/curl \ devel/desktop-file-utils \ - x11/gtk+2,-guic + x11/gtk+3,-guic CONFIGURE_STYLE=cmake CONFIGURE_ENV= HOME=${WRKDIR} diff --git a/cad/geda-gaf/Makefile b/cad/geda-gaf/Makefile index 7f41623e164..1e10b86ad07 100644 --- a/cad/geda-gaf/Makefile +++ b/cad/geda-gaf/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.16 2015/01/22 17:47:50 naddy Exp $ +# $OpenBSD: Makefile,v 1.17 2015/03/27 08:11:24 ajacoutot Exp $ COMMENT = suite of tools for electronic design automation DISTNAME = geda-gaf-1.6.0 @@ -6,7 +6,7 @@ CATEGORIES = cad HOMEPAGE = http://geda.seul.org MAINTAINER = Edd Barrett -REVISION = 6 +REVISION = 7 SHARED_LIBS = geda 0.0 # 38.0 @@ -38,7 +38,7 @@ BUILD_DEPENDS = misc/shared-mime-info \ RUN_DEPENDS = misc/shared-mime-info \ devel/desktop-file-utils \ - x11/gtk+2,-guic + x11/gtk+3,-guic USE_GMAKE = Yes CONFIGURE_STYLE = gnu diff --git a/cad/gerbv/Makefile b/cad/gerbv/Makefile index 3db4965cd3b..535c343ab9d 100644 --- a/cad/gerbv/Makefile +++ b/cad/gerbv/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.25 2015/03/16 18:07:37 naddy Exp $ +# $OpenBSD: Makefile,v 1.26 2015/03/27 08:11:24 ajacoutot Exp $ COMMENT= viewer for Gerber (RS-274X) files DISTNAME= gerbv-2.5.0 CATEGORIES= cad graphics -REVISION= 5 +REVISION= 6 HOMEPAGE= http://gerbv.gpleda.org/ @@ -28,7 +28,7 @@ BUILD_DEPENDS= shells/bash LIB_DEPENDS= x11/gtk+2 RUN_DEPENDS= devel/desktop-file-utils \ - x11/gtk+2,-guic + x11/gtk+3,-guic CONFIGURE_STYLE= gnu CONFIGURE_ARGS= --disable-update-desktop-database diff --git a/cad/gtkwave/Makefile b/cad/gtkwave/Makefile index 4deabf02b02..528d9c4cd2b 100644 --- a/cad/gtkwave/Makefile +++ b/cad/gtkwave/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.18 2015/03/15 10:03:37 jasper Exp $ +# $OpenBSD: Makefile,v 1.19 2015/03/27 08:11:24 ajacoutot Exp $ COMMENT= GTK+-based electronic waveform viewer DISTNAME= gtkwave-3.3.64 CATEGORIES= cad +REVISION= 0 HOMEPAGE= http://gtkwave.sourceforge.net/ @@ -23,7 +24,7 @@ MODULES= devel/gettext BUILD_DEPENDS= devel/gperf RUN_DEPENDS= devel/desktop-file-utils \ misc/shared-mime-info \ - x11/gtk+2,-guic + x11/gtk+3,-guic LIB_DEPENDS= archivers/bzip2 \ archivers/xz \ x11/gtk+2 diff --git a/cad/kicad/Makefile b/cad/kicad/Makefile index 54e3bbf5c7f..f7ea835efce 100644 --- a/cad/kicad/Makefile +++ b/cad/kicad/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.23 2014/11/04 14:58:39 dcoppa Exp $ +# $OpenBSD: Makefile,v 1.24 2015/03/27 08:11:25 ajacoutot Exp $ COMMENT-main= schematic and PCB editing software COMMENT-docs= documentation for the kicad library of components @@ -10,8 +10,8 @@ PKGNAME= kicad-${V:S/-//g} PKGNAME-main= kicad-${V:S/-//g} PKGNAME-docs= kicad-docs-${V:S/-//g} -REVISION-main= 4 -REVISION-docs= 0 +REVISION-main= 5 +REVISION-docs= 1 CATEGORIES= cad @@ -40,7 +40,7 @@ BUILD_DEPENDS = devel/boost RUN_DEPENDS-main= cad/kicad-library \ devel/desktop-file-utils \ misc/shared-mime-info \ - x11/gtk+2,-guic + x11/gtk+3,-guic LIB_DEPENDS= x11/wxWidgets diff --git a/cad/pcb/Makefile b/cad/pcb/Makefile index 74205d70ded..dfa1e9b78d3 100644 --- a/cad/pcb/Makefile +++ b/cad/pcb/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.30 2014/03/17 23:21:26 sthen Exp $ +# $OpenBSD: Makefile,v 1.31 2015/03/27 08:11:25 ajacoutot Exp $ COMMENT= printed circuit board layout tool DISTNAME= pcb-20110918 CATEGORIES= cad -REVISION= 4 +REVISION= 5 HOMEPAGE= http://pcb.gpleda.org/ @@ -23,7 +23,7 @@ RUN_DEPENDS= devel/m4 \ devel/desktop-file-utils \ graphics/ImageMagick \ misc/shared-mime-info \ - x11/gtk+2,-guic \ + x11/gtk+3,-guic \ ${MODTK_RUN_DEPENDS} BUILD_DEPENDS= ${MODTK_BUILD_DEPENDS} \ diff --git a/databases/gq/Makefile b/databases/gq/Makefile index 296468585ec..0dc8f95b2cb 100644 --- a/databases/gq/Makefile +++ b/databases/gq/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.56 2014/07/09 17:43:52 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.57 2015/03/27 08:11:25 ajacoutot Exp $ COMMENT= GTK-based LDAP client DISTNAME= gq-1.3.4 -REVISION= 9 +REVISION= 10 CATEGORIES= databases sysutils diff --git a/databases/luma/Makefile b/databases/luma/Makefile index 08f72684765..1ca8ffde39f 100644 --- a/databases/luma/Makefile +++ b/databases/luma/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.10 2013/03/11 02:52:05 espie Exp $ +# $OpenBSD: Makefile,v 1.11 2015/03/27 08:11:25 ajacoutot Exp $ SHARED_ONLY= Yes @@ -6,6 +6,7 @@ COMMENT= Qt-based LDAP browser and utility MODPY_EGG_VERSION=3.0.7 DISTNAME= luma-${MODPY_EGG_VERSION} +REVISION= 0 CATEGORIES= databases x11 @@ -19,7 +20,7 @@ MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=luma/} MODULES= lang/python RUN_DEPENDS= x11/py-qt4 \ devel/desktop-file-utils \ - x11/gtk+2,-guic \ + x11/gtk+3,-guic \ databases/py-ldap NO_TEST= Yes diff --git a/databases/sqliteman/Makefile b/databases/sqliteman/Makefile index 12ecddb54e4..bcc1470cece 100644 --- a/databases/sqliteman/Makefile +++ b/databases/sqliteman/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.19 2013/11/10 22:28:59 sthen Exp $ +# $OpenBSD: Makefile,v 1.20 2015/03/27 08:11:26 ajacoutot Exp $ COMMENT = gui for sqlite CATEGORIES = databases x11 DISTNAME = sqliteman-1.2.2 +REVISION = 0 MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=sqliteman/} HOMEPAGE = http://sourceforge.net/projects/sqliteman/ @@ -21,7 +22,7 @@ LIB_DEPENDS = x11/qt4 \ editors/qscintilla RUN_DEPENDS = devel/desktop-file-utils \ - x11/gtk+2,-guic + x11/gtk+3,-guic NO_TEST = Yes diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile index 0312fb86e50..6d64a82371d 100644 --- a/editors/abiword/Makefile +++ b/editors/abiword/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.99 2015/03/16 21:45:18 landry Exp $ +# $OpenBSD: Makefile,v 1.100 2015/03/27 08:11:26 ajacoutot Exp $ BROKEN-alpha= gr_RenderInfo.cpp:426:1: internal compiler error: Segmentation fault @@ -8,6 +8,7 @@ COMMENT= free cross-platform WYSIWYG word processor VERSION= 3.0.1 DISTNAME= abiword-${VERSION} +REVISION= 0 MAJORVER= ${VERSION:C/..$//} SUBST_VARS= MAJORVER @@ -57,7 +58,7 @@ BUILD_DEPENDS= devel/gobject-introspection BUILD_DEPENDS +=devel/boost RUN_DEPENDS= devel/desktop-file-utils \ - x11/gtk+2,-guic + x11/gtk+3,-guic LIB_DEPENDS= devel/fribidi \ converters/wv \ diff --git a/editors/calligra/Makefile b/editors/calligra/Makefile index bf0bf328aad..0be1610067d 100644 --- a/editors/calligra/Makefile +++ b/editors/calligra/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.6 2015/01/15 18:13:52 dcoppa Exp $ +# $OpenBSD: Makefile,v 1.7 2015/03/27 08:11:26 ajacoutot Exp $ COMMENT = K Desktop Environment, office suite HOMEPAGE = http://www.calligra-suite.org/ DISTNAME = calligra-2.8.7 CATEGORIES = editors +REVISION = 0 DIST_SUBDIR = kde MASTER_SITES = ${MASTER_SITE_KDE:=stable/${DISTNAME}/} @@ -120,7 +121,7 @@ RUN_DEPENDS = databases/mariadb \ devel/desktop-file-utils \ misc/shared-mime-info \ productivity/librcps \ - x11/gtk+2,-guic + x11/gtk+3,-guic LIB_DEPENDS = databases/freetds \ databases/libpqxx>=3,<5 \ diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile index 0b30dc53cad..33c7d75dd1f 100644 --- a/editors/emacs/Makefile +++ b/editors/emacs/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.50 2015/01/02 14:26:12 sthen Exp $ +# $OpenBSD: Makefile,v 1.51 2015/03/27 08:11:26 ajacoutot Exp $ COMMENT= GNU editor: extensible, customizable, self-documenting VERSION= 24.4 -REVISION= 0 +REVISION= 1 DISTNAME= emacs-${VERSION} CATEGORIES= editors @@ -62,7 +62,7 @@ LIB_DEPENDS+= x11/dbus \ graphics/ImageMagick RUN_DEPENDS+= devel/desktop-file-utils \ devel/xdg-utils \ - x11/gtk+2,-guic + x11/gtk+3,-guic . if ${FLAVOR} == "athena" CONFIGURE_ARGS+= --with-x-toolkit=athena LIB_DEPENDS+= x11/Xaw3d diff --git a/editors/focuswriter/Makefile b/editors/focuswriter/Makefile index 7f3f7499648..dbb479e118a 100644 --- a/editors/focuswriter/Makefile +++ b/editors/focuswriter/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.4 2013/06/26 18:52:03 landry Exp $ +# $OpenBSD: Makefile,v 1.5 2015/03/27 08:11:26 ajacoutot Exp $ COMMENT = simple, distraction-free writing environment DISTNAME = focuswriter-1.4.4 CATEGORIES = editors EXTRACT_SUFX = -src.tar.bz2 +REVISION = 0 HOMEPAGE = http://gottcode.org/focuswriter/ @@ -15,7 +16,7 @@ PERMIT_PACKAGE_CDROM = Yes MODULES += devel/gettext MODULES += x11/qt4 -RUN_DEPENDS += devel/desktop-file-utils x11/gtk+2,-guic +RUN_DEPENDS += devel/desktop-file-utils x11/gtk+3,-guic LIB_DEPENDS += archivers/libzip textproc/enchant WANTLIB += ICE SM X11 Xext Xi Xinerama Xrender fontconfig freetype WANTLIB += QtNetwork enchant glib-2.0 gmodule-2.0 z diff --git a/editors/kile-kde4/Makefile b/editors/kile-kde4/Makefile index 11cb070bbb9..649faf3a460 100644 --- a/editors/kile-kde4/Makefile +++ b/editors/kile-kde4/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.2 2014/07/11 10:36:27 espie Exp $ +# $OpenBSD: Makefile,v 1.3 2015/03/27 08:11:26 ajacoutot Exp $ CATEGORIES = editors COMMENT = user-friendly TeX/LaTex editor for KDE HOMEPAGE = http://kile.sourceforge.net/ DISTNAME = kile-2.1.3 -REVISION = 0 +REVISION = 1 EXTRACT_SUFX = .tar.bz2 MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=kile/} @@ -27,7 +27,7 @@ MODULES = x11/kde4 \ RUN_DEPENDS = devel/desktop-file-utils \ misc/shared-mime-info \ print/texlive/base \ - x11/gtk+2,-guic \ + x11/gtk+3,-guic \ ${MODKDE4_DEP_DIR}/kate .include diff --git a/editors/kile/Makefile b/editors/kile/Makefile index 77d5432d916..29669d05e31 100644 --- a/editors/kile/Makefile +++ b/editors/kile/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.28 2014/07/09 12:42:30 zhuk Exp $ +# $OpenBSD: Makefile,v 1.29 2015/03/27 08:11:26 ajacoutot Exp $ COMMENT= integrated LaTeX environment for KDE DISTNAME= kile-2.0 -REVISION= 8 +REVISION= 9 CATEGORIES= editors x11/kde HOMEPAGE= http://kile.sourceforge.net/ @@ -27,7 +27,7 @@ WANTLIB += ${KDE}/kutils ${KDE}/kwalletclient ${KDE}/vcard RUN_DEPENDS= x11/kde/graphics3 \ print/texlive/base \ devel/desktop-file-utils \ - x11/gtk+2,-guic + x11/gtk+3,-guic LIB_DEPENDS= x11/kde/libs3 diff --git a/editors/kxmleditor/Makefile b/editors/kxmleditor/Makefile index c7b565ac519..11f2dc9e4d3 100644 --- a/editors/kxmleditor/Makefile +++ b/editors/kxmleditor/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.43 2015/01/21 06:13:48 bentley Exp $ +# $OpenBSD: Makefile,v 1.44 2015/03/27 08:11:26 ajacoutot Exp $ SHARED_ONLY= Yes COMMENT= XML editor for KDE DISTNAME= kxmleditor-1.1.3 -REVISION= 12 +REVISION= 13 CATEGORIES= editors x11 x11/kde SHARED_LIBS= kxmleditorpart 2.0 @@ -25,7 +25,7 @@ WANTLIB += ${KDE}/kwalletclient MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=kxmleditor/} -RUN_DEPENDS= x11/gtk+2,-guic +RUN_DEPENDS= x11/gtk+3,-guic LIB_DEPENDS= x11/kde/libs3 MODULES= x11/kde devel/gettext diff --git a/editors/leafpad/Makefile b/editors/leafpad/Makefile index d313ed73a50..33f9335bb07 100755 --- a/editors/leafpad/Makefile +++ b/editors/leafpad/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.38 2013/03/11 11:02:50 espie Exp $ +# $OpenBSD: Makefile,v 1.39 2015/03/27 08:11:27 ajacoutot Exp $ COMMENT= simple GTK+ text editor DISTNAME= leafpad-0.8.18.1 -REVISION= 2 +REVISION= 3 CATEGORIES= editors x11 HOMEPAGE= http://tarot.freeshell.org/leafpad/ @@ -26,7 +26,7 @@ MODULES= devel/gettext \ LIB_DEPENDS= x11/gtk+2 RUN_DEPENDS= devel/desktop-file-utils \ - x11/gtk+2,-guic + x11/gtk+3,-guic USE_GMAKE= Yes diff --git a/editors/libreoffice/Makefile b/editors/libreoffice/Makefile index bdb5c6dee53..9702483c4f6 100644 --- a/editors/libreoffice/Makefile +++ b/editors/libreoffice/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.124 2015/03/20 22:47:41 naddy Exp $ +# $OpenBSD: Makefile,v 1.125 2015/03/27 08:11:27 ajacoutot Exp $ ONLY_FOR_ARCHS= amd64 i386 @@ -18,7 +18,7 @@ PKGNAME-java= libreoffice-java-${VERSION} CATEGORIES= editors productivity DPB_PROPERTIES= parallel tag:kde3 -REVISION-main= 0 +REVISION-main= 1 REVISION-kde= 0 REVISION-java= 0 EPOCH= 0 @@ -223,7 +223,7 @@ RUN_DEPENDS-main= devel/desktop-file-utils \ misc/shared-mime-info \ security/nss \ textproc/clucene \ - x11/gtk+2,-guic + x11/gtk+3,-guic MODULES+= x11/qt3 RUN_DEPENDS-kde= editors/libreoffice diff --git a/editors/subtitleeditor/Makefile b/editors/subtitleeditor/Makefile index 518f1aabd87..9bea3be0af8 100644 --- a/editors/subtitleeditor/Makefile +++ b/editors/subtitleeditor/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.36 2014/09/04 07:46:07 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.37 2015/03/27 08:11:27 ajacoutot Exp $ ONLY_FOR_ARCHS= ${GCC4_ARCHS} @@ -8,6 +8,7 @@ COMMENT= GTK+2 subtitles editor V= 0.41.1 DISTNAME= subtitleeditor-${V} +REVISION= 0 CATEGORIES= graphics editors @@ -45,7 +46,7 @@ RUN_DEPENDS= multimedia/gstreamer-0.10/plugins-good \ multimedia/gstreamer-0.10/plugins-ffmpeg \ devel/iso-codes \ devel/desktop-file-utils \ - x11/gtk+2,-guic + x11/gtk+3,-guic MODULES= devel/gettext \ textproc/intltool diff --git a/editors/tiled/Makefile b/editors/tiled/Makefile index 3b639996112..00a33ba8a0c 100644 --- a/editors/tiled/Makefile +++ b/editors/tiled/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.3 2014/04/28 09:48:54 bentley Exp $ +# $OpenBSD: Makefile,v 1.4 2015/03/27 08:11:27 ajacoutot Exp $ COMMENT = tile map editor V = 0.9.1 DISTNAME = tiled-qt-${V} PKGNAME = tiled-${V} +REVISION = 0 SHARED_LIBS += tiled 0.0 # 1.0 @@ -21,7 +22,7 @@ WANTLIB += c fontconfig freetype m pthread stdc++ z MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=tiled/} RUN_DEPENDS = devel/desktop-file-utils \ - x11/gtk+2,-guic + x11/gtk+3,-guic MODULES = x11/qt4 MAKE_FLAGS = CC="${CC}" \ diff --git a/education/verbiste/Makefile b/education/verbiste/Makefile index 14a259595e6..449d59cba5a 100644 --- a/education/verbiste/Makefile +++ b/education/verbiste/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.25 2014/04/15 19:00:01 naddy Exp $ +# $OpenBSD: Makefile,v 1.26 2015/03/27 08:11:27 ajacoutot Exp $ COMMENT= French and Italian conjugation system @@ -6,6 +6,7 @@ DISTNAME= verbiste-0.1.41 SHARED_LIBS= verbiste-0.1 5.0 # .0.0 CATEGORIES= education HOMEPAGE= http://sarrazip.com/dev/verbiste.html +REVISION= 0 MAINTAINER= Christian Weisgerber @@ -19,7 +20,7 @@ MODULES= devel/gettext BUILD_DEPENDS= textproc/p5-XML-Parser LIB_DEPENDS= x11/gtk+2 \ textproc/libxml -RUN_DEPENDS= x11/gtk+2,-guic +RUN_DEPENDS= x11/gtk+3,-guic WANTLIB= X11 Xcomposite Xcursor Xdamage Xext Xfixes Xi Xinerama \ Xrandr Xrender atk-1.0 c cairo expat ffi fontconfig \ diff --git a/emulators/fs-uae/Makefile b/emulators/fs-uae/Makefile index 2cc0cd6b6a4..3d73d2aec36 100644 --- a/emulators/fs-uae/Makefile +++ b/emulators/fs-uae/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.15 2014/03/15 13:04:15 edd Exp $ +# $OpenBSD: Makefile,v 1.16 2015/03/27 08:11:27 ajacoutot Exp $ BROKEN-powerpc = error: invalid 'asm': invalid %k value BROKEN-alpha = error: invalid 'asm': invalid %xn code @@ -9,6 +9,7 @@ V = 2.4.0 MODPY_EGG_VERSION = ${V} DISTNAME = fs-uae-$V CATEGORIES = emulators +REVISION = 0 HOMEPAGE = http://fengestad.no/fs-uae/ MAINTAINER = Edd Barrett @@ -27,7 +28,7 @@ LIB_DEPENDS = devel/sdl \ audio/openal \ devel/glib2 RUN_DEPENDS = devel/desktop-file-utils \ - x11/gtk+2,-guic + x11/gtk+3,-guic USE_GMAKE = Yes diff --git a/emulators/gnusim8085/Makefile b/emulators/gnusim8085/Makefile index db53c4df335..cc1cdd39856 100644 --- a/emulators/gnusim8085/Makefile +++ b/emulators/gnusim8085/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.2 2013/03/11 11:06:04 espie Exp $ +# $OpenBSD: Makefile,v 1.3 2015/03/27 08:11:27 ajacoutot Exp $ COMMENT = graphical 8085 simulator, assembler, and debugger V = 1.3.7 DISTNAME = gnusim8085-${V} +REVISION = 0 CATEGORIES = emulators devel @@ -23,7 +24,7 @@ MASTER_SITES = http://launchpad.net/gnusim8085/trunk/${V}/+download/ MODULES = devel/gettext RUN_DEPENDS = devel/desktop-file-utils \ - x11/gtk+2,-guic + x11/gtk+3,-guic LIB_DEPENDS = x11/gtksourceview CONFIGURE_STYLE = gnu diff --git a/emulators/snes9x/Makefile b/emulators/snes9x/Makefile index b5768fffa81..c7ee41fdd16 100644 --- a/emulators/snes9x/Makefile +++ b/emulators/snes9x/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.28 2013/11/25 14:16:22 sthen Exp $ +# $OpenBSD: Makefile,v 1.29 2015/03/27 08:11:27 ajacoutot Exp $ COMMENT = emulates the Super Nintendo Entertainment System @@ -6,7 +6,7 @@ DISTNAME = snes9x-1.52-src PKGNAME = ${DISTNAME:S/-src//} CATEGORIES = emulators games -REVISION = 6 +REVISION = 7 HOMEPAGE = http://www.snes9x.com/ @@ -26,7 +26,7 @@ MASTER_SITES = https://sites.google.com/site/bearoso/snes9x/ EXTRACT_SUFX = .tar.bz2 RUN_DEPENDS = devel/desktop-file-utils \ - x11/gtk+2,-guic + x11/gtk+3,-guic LIB_DEPENDS = devel/libglade2 \ devel/sdl \ graphics/png \ diff --git a/emulators/vbam/Makefile b/emulators/vbam/Makefile index 0e85353b7a8..b4be0b11485 100644 --- a/emulators/vbam/Makefile +++ b/emulators/vbam/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.13 2014/08/19 05:53:59 landry Exp $ +# $OpenBSD: Makefile,v 1.14 2015/03/27 08:11:27 ajacoutot Exp $ COMMENT = emulator for Nintendo Game Boy (Color/Advance) BROKEN-alpha = ICE or OOM on hq_implementation.cpp @@ -6,7 +6,7 @@ BROKEN-hppa = ICE or OOM on src/filters/hq/c/hq_base.h:421 DISTNAME = vbam-1.8.0.1054-src PKGNAME = ${DISTNAME:S/-src//} -REVISION = 6 +REVISION = 7 CATEGORIES = emulators @@ -32,7 +32,7 @@ MODULES = devel/cmake \ devel/gettext RUN_DEPENDS = devel/desktop-file-utils \ - x11/gtk+2,-guic + x11/gtk+3,-guic LIB_DEPENDS = devel/sdl \ x11/gtkglextmm diff --git a/geo/geocode-glib/Makefile b/geo/geocode-glib/Makefile index 37e5259cddf..7722a859411 100644 --- a/geo/geocode-glib/Makefile +++ b/geo/geocode-glib/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.10 2014/10/05 13:07:49 jasper Exp $ +# $OpenBSD: Makefile,v 1.11 2015/03/27 08:11:27 ajacoutot Exp $ COMMENT= convenience library for the geocoding GNOME_VERSION= 3.14.0 GNOME_PROJECT= geocode-glib +REVISION= 0 SHARED_LIBS += geocode-glib 0.0 # 0.0 diff --git a/geo/gpx-viewer/Makefile b/geo/gpx-viewer/Makefile index c897a6a4e03..6f05fd57207 100644 --- a/geo/gpx-viewer/Makefile +++ b/geo/gpx-viewer/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.31 2015/02/10 10:17:45 landry Exp $ +# $OpenBSD: Makefile,v 1.32 2015/03/27 08:11:27 ajacoutot Exp $ COMMENT = gpx file viewer VERSION = 0.4.0 DISTNAME = gpx-viewer-${VERSION} +REVISION = 0 CATEGORIES = geo x11 @@ -28,7 +29,7 @@ LIB_DEPENDS = geo/libchamplain>=0.12.0 \ x11/gnome/gdl RUN_DEPENDS = devel/desktop-file-utils \ misc/shared-mime-info \ - x11/gtk+2,-guic + x11/gtk+3,-guic FAKE_FLAGS= desktopdir=${PREFIX}/share/applications diff --git a/geo/merkaartor/Makefile b/geo/merkaartor/Makefile index 60ebc89cbd7..fc518ed1111 100644 --- a/geo/merkaartor/Makefile +++ b/geo/merkaartor/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.17 2013/03/11 11:07:42 espie Exp $ +# $OpenBSD: Makefile,v 1.18 2015/03/27 08:11:27 ajacoutot Exp $ COMMENT = OpenStreetMap editor DISTNAME = merkaartor-0.18.1 EXTRACT_SUFX = .tar.bz2 SHARED_ONLY = Yes +REVISION = 0 CATEGORIES = geo x11 @@ -19,7 +20,7 @@ MASTER_SITES = http://merkaartor.be/attachments/download/301/ NO_TEST = Yes MODULES = devel/gettext x11/qt4 RUN_DEPENDS = devel/desktop-file-utils \ - x11/gtk+2,-guic + x11/gtk+3,-guic LIB_DEPENDS = devel/proj geo/gdal diff --git a/geo/osm2go/Makefile b/geo/osm2go/Makefile index d8898dbf738..706f2c85fd0 100644 --- a/geo/osm2go/Makefile +++ b/geo/osm2go/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.18 2013/10/26 08:02:57 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.19 2015/03/27 08:11:27 ajacoutot Exp $ COMMENT = Openstreetmap editor for handheld devices VERSION = 0.8.3 DISTNAME = osm2go_${VERSION}-maemo1 PKGNAME = osm2go-${VERSION} -REVISION = 1 +REVISION = 2 WRKDIST = ${WRKDIR}/osm2go-${VERSION} CATEGORIES = geo x11 @@ -28,7 +28,7 @@ LIB_DEPENDS = x11/gnome/libgnome \ graphics/goocanvas RUN_DEPENDS = devel/desktop-file-utils \ - x11/gtk+2,-guic + x11/gtk+3,-guic NO_TEST = Yes diff --git a/geo/viking/Makefile b/geo/viking/Makefile index 22494d42f9f..73dd0344cd6 100644 --- a/geo/viking/Makefile +++ b/geo/viking/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.24 2014/07/09 17:43:52 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.25 2015/03/27 08:11:28 ajacoutot Exp $ COMMENT = GPS track manager DISTNAME = viking-1.5.1 -REVISION = 0 +REVISION = 1 CATEGORIES = geo x11 diff --git a/graphics/aqsis/Makefile b/graphics/aqsis/Makefile index d54296d0291..7e53ab405f3 100644 --- a/graphics/aqsis/Makefile +++ b/graphics/aqsis/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.24 2013/06/23 11:30:33 dcoppa Exp $ +# $OpenBSD: Makefile,v 1.25 2015/03/27 08:11:28 ajacoutot Exp $ ONLY_FOR_ARCHS= ${GCC4_ARCHS} @@ -8,7 +8,7 @@ COMMENT= photorealistic 3D rendering solution V= 1.8.2 DISTNAME= aqsis-${V} -REVISION= 0 +REVISION= 1 CATEGORIES= graphics SO_VERSION= 1.0 # 1.6 @@ -34,7 +34,7 @@ MODULES= devel/cmake RUN_DEPENDS= devel/desktop-file-utils \ misc/shared-mime-info \ - x11/gtk+2,-guic + x11/gtk+3,-guic BUILD_DEPENDS= textproc/libxslt \ devel/bison LIB_DEPENDS= devel/boost \ diff --git a/graphics/birdfont/Makefile b/graphics/birdfont/Makefile index 996ea1fe946..baefb33f467 100644 --- a/graphics/birdfont/Makefile +++ b/graphics/birdfont/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.21 2015/03/26 21:29:27 bcallah Exp $ +# $OpenBSD: Makefile,v 1.22 2015/03/27 08:11:28 ajacoutot Exp $ COMMENT = free font editor for TTF, EOT, and SVG fonts DISTNAME = birdfont-2.4.0 EXTRACT_SUFX = .tar.xz CATEGORIES = graphics print +REVISION = 0 # Both libs must have the same SO number! # See scripts/bavala.py (or patches/patch-scripts_bavala_py) @@ -41,7 +42,7 @@ LIB_DEPENDS = devel/libgee \ RUN_DEPENDS = devel/desktop-file-utils \ misc/shared-mime-info \ - x11/gtk+2,-guic + x11/gtk+3,-guic CONFIGURE_STYLE = simple diff --git a/graphics/comix/Makefile b/graphics/comix/Makefile index 9b2a571f3b7..d76dc796d24 100644 --- a/graphics/comix/Makefile +++ b/graphics/comix/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.37 2015/03/26 12:14:15 sthen Exp $ +# $OpenBSD: Makefile,v 1.38 2015/03/27 08:11:28 ajacoutot Exp $ COMMENT= gtk2 comic book viewer DISTNAME= comix-4.0.4 -REVISION= 3 +REVISION= 4 CATEGORIES= graphics @@ -27,7 +27,7 @@ RUN_DEPENDS= graphics/py-Pillow \ x11/py-gtk2 \ misc/shared-mime-info \ devel/desktop-file-utils \ - x11/gtk+2,-guic + x11/gtk+3,-guic NO_TEST= Yes diff --git a/graphics/darktable/Makefile b/graphics/darktable/Makefile index 29f1afe3e27..14b70747a28 100644 --- a/graphics/darktable/Makefile +++ b/graphics/darktable/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.45 2015/02/16 22:57:08 naddy Exp $ +# $OpenBSD: Makefile,v 1.46 2015/03/27 08:11:28 ajacoutot Exp $ # requires SSE ONLY_FOR_ARCHS= i386 amd64 @@ -15,7 +15,7 @@ COMMENT= virtual lighttable and darkroom for photographers DISTNAME= darktable-1.2.3 PORTROACH= limitw:1,even EXTRACT_SUFX= .tar.xz -REVISION= 4 +REVISION= 5 SHARED_ONLY= Yes @@ -47,7 +47,7 @@ MODULES= devel/cmake \ BUILD_DEPENDS= sysutils/coreutils RUN_DEPENDS= devel/desktop-file-utils \ x11/gtk-engines2 \ - x11/gtk+2,-guic + x11/gtk+3,-guic LIB_DEPENDS= devel/json-glib \ devel/libsoup \ devel/sdl \ diff --git a/graphics/dia/Makefile b/graphics/dia/Makefile index 43c0a5f0684..ab14e69c130 100644 --- a/graphics/dia/Makefile +++ b/graphics/dia/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.105 2014/09/05 17:39:03 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.106 2015/03/27 08:11:28 ajacoutot Exp $ SHARED_ONLY= Yes @@ -6,6 +6,7 @@ COMMENT= technical diagrams drawing tool GNOME_PROJECT= dia GNOME_VERSION= 0.97.3 +REVISION= 0 CATEGORIES= graphics diff --git a/graphics/digikam-kde4/Makefile b/graphics/digikam-kde4/Makefile index cb55244bf36..e66721ad386 100644 --- a/graphics/digikam-kde4/Makefile +++ b/graphics/digikam-kde4/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.9 2014/11/02 08:01:32 zhuk Exp $ +# $OpenBSD: Makefile,v 1.10 2015/03/27 08:11:28 ajacoutot Exp $ COMMENT-face = Qt/C++ wrapper around LibFace COMMENT-geomap = KIPI interface library for Marble @@ -21,8 +21,13 @@ PKGNAME-kipi = kipi-plugins-${VERSION} PKGNAME-main = ${PKGNAME} PKGNAME-mediawiki = libmediawiki-1.0.0 PKGNAME-vkontakte = libkvkontakte-1.0.0 +REVISION-face = 0 +REVISION-kipi = 0 +REVISION-main = 0 +REVISION-mediawiki = 0 +REVISION-vkontakte = 0 -REVISION-geomap = 0 +REVISION-geomap = 1 EXTRACT_SUFX = .tar.bz2 @@ -131,14 +136,14 @@ RUN_DEPENDS-kipi = ${MODGETTEXT_RUN_DEPENDS} \ ${MODKDE4_RUN_DEPENDS} \ devel/desktop-file-utils \ misc/shared-desktop-ontologies \ - x11/gtk+2,-guic + x11/gtk+3,-guic RUN_DEPENDS-main = ${MODGETTEXT_RUN_DEPENDS} \ ${MODKDE4_RUN_DEPENDS} \ devel/desktop-file-utils \ databases/mariadb,-server \ misc/shared-desktop-ontologies \ - x11/gtk+2,-guic + x11/gtk+3,-guic RUN_DEPENDS-vkontakte = ${MODKDE4_RUN_DEPENDS} diff --git a/graphics/digikam/Makefile b/graphics/digikam/Makefile index f143ac10a9d..5ccc5353735 100644 --- a/graphics/digikam/Makefile +++ b/graphics/digikam/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.46 2015/02/16 22:57:08 naddy Exp $ +# $OpenBSD: Makefile,v 1.47 2015/03/27 08:11:28 ajacoutot Exp $ COMMENT = digital image kde application CATEGORIES = graphics x11 x11/kde V = 0.9.6 DISTNAME = digikam-$V -REVISION = 13 +REVISION = 14 PKGSPEC = digikam-<1 SHARED_LIBS += digikam 3.0 # .0.0 @@ -15,7 +15,7 @@ DISTFILES = ${DISTNAME}.tar.bz2 SHARED_ONLY = Yes RUN_DEPENDS = devel/desktop-file-utils \ - x11/gtk+2,-guic + x11/gtk+3,-guic LIB_DEPENDS = x11/kde/libs3 \ graphics/libgphoto2>=2.5 \ diff --git a/graphics/djview4/Makefile b/graphics/djview4/Makefile index d8f1323a1a5..7ce1b94ce6d 100644 --- a/graphics/djview4/Makefile +++ b/graphics/djview4/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.21 2014/11/25 13:37:19 schwarze Exp $ +# $OpenBSD: Makefile,v 1.22 2015/03/27 08:11:28 ajacoutot Exp $ COMMENT= portable DjVu viewer and browser plugin DISTNAME= djview-4.9 -REVISION= 0 +REVISION= 1 PKGNAME= ${DISTNAME:S/djview/djview4/} CATEGORIES= graphics print @@ -24,7 +24,7 @@ MODULES= x11/qt4 LIB_DEPENDS= graphics/djvulibre RUN_DEPENDS= devel/desktop-file-utils \ - x11/gtk+2,-guic + x11/gtk+3,-guic USE_GMAKE= Yes USE_GROFF = Yes diff --git a/graphics/djvulibre/Makefile b/graphics/djvulibre/Makefile index 0f7c38b7a4e..3a9e77c1998 100644 --- a/graphics/djvulibre/Makefile +++ b/graphics/djvulibre/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.32 2015/03/16 18:07:46 naddy Exp $ +# $OpenBSD: Makefile,v 1.33 2015/03/27 08:11:28 ajacoutot Exp $ COMMENT= view, decode and encode DjVu files DISTNAME= djvulibre-3.5.25.3 -REVISION= 1 +REVISION= 2 SHARED_LIBS= djvulibre 25.0 # 25.0 CATEGORIES= graphics print @@ -21,7 +21,7 @@ WANTLIB= c m jpeg pthread stdc++ tiff z LIB_DEPENDS= graphics/jpeg \ graphics/tiff -RUN_DEPENDS+= x11/gtk+2,-guic +RUN_DEPENDS+= x11/gtk+3,-guic BUILD_DEPENDS+= x11/gnome/librsvg diff --git a/graphics/dvdrip/Makefile b/graphics/dvdrip/Makefile index d2a10a6d2ff..d43913c2c89 100644 --- a/graphics/dvdrip/Makefile +++ b/graphics/dvdrip/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.17 2015/01/22 20:26:43 naddy Exp $ +# $OpenBSD: Makefile,v 1.18 2015/03/27 08:11:28 ajacoutot Exp $ COMMENT= full featured DVD copy program VERSION= 0.98.11 -REVISION= 0 +REVISION= 1 DISTNAME= dvdrip-${VERSION} CATEGORIES= graphics audio multimedia perl5 @@ -26,7 +26,7 @@ RUN_DEPENDS= graphics/ImageMagick \ x11/p5-Gtk2-Ex-FormFactory \ multimedia/ogmtools \ multimedia/lsdvd>=0.15 \ - x11/gtk+2,-guic + x11/gtk+3,-guic BUILD_DEPENDS= devel/p5-Event-ExecFlow \ net/p5-Event-RPC \ x11/p5-Gtk2-Ex-FormFactory diff --git a/graphics/evince/Makefile b/graphics/evince/Makefile index 5273dc2841e..1a84bcb13a6 100644 --- a/graphics/evince/Makefile +++ b/graphics/evince/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.124 2015/03/15 10:05:19 jasper Exp $ +# $OpenBSD: Makefile,v 1.125 2015/03/27 08:11:28 ajacoutot Exp $ SHARED_ONLY= Yes @@ -6,6 +6,7 @@ COMMENT= GNOME document viewer GNOME_PROJECT= evince GNOME_VERSION= 3.14.2 +REVISION= 0 MAJ_V= 3.0 SUBST_VARS= MAJ_V diff --git a/graphics/fyre/Makefile b/graphics/fyre/Makefile index 64ceba5f3b9..94368de17d7 100644 --- a/graphics/fyre/Makefile +++ b/graphics/fyre/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.24 2013/04/05 08:02:36 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.25 2015/03/27 08:11:28 ajacoutot Exp $ COMMENT= tool for producing computational artwork DISTNAME= fyre-1.0.1 -REVISION= 14 +REVISION= 15 CATEGORIES= graphics HOMEPAGE= http://fyre.navi.cx/ @@ -26,7 +26,7 @@ LIB_DEPENDS= devel/libglade2 \ graphics/openexr RUN_DEPENDS= devel/desktop-file-utils \ misc/shared-mime-info \ - x11/gtk+2,-guic + x11/gtk+3,-guic USE_GMAKE= Yes diff --git a/graphics/gimp/stable/Makefile b/graphics/gimp/stable/Makefile index 3e4d3ae536c..3551ffac3d7 100644 --- a/graphics/gimp/stable/Makefile +++ b/graphics/gimp/stable/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.100 2014/10/18 14:27:11 giovanni Exp $ +# $OpenBSD: Makefile,v 1.101 2015/03/27 08:11:28 ajacoutot Exp $ COMMENT= GNU Image Manipulation Program SHARED_ONLY= Yes DISTNAME= gimp-2.8.14 +REVISION= 0 SHARED_LIBS+= gimp-2.0 272.0 # 800.0 SHARED_LIBS+= gimpbase-2.0 272.0 # 800.0 @@ -31,7 +32,7 @@ EXTRACT_SUFX= .tar.bz2 BUILD_DEPENDS= textproc/libxslt \ x11/py-gtk2 RUN_DEPENDS= devel/desktop-file-utils \ - x11/gtk+2,-guic \ + x11/gtk+3,-guic \ x11/py-gtk2 LIB_DEPENDS= x11/gtk+2 \ graphics/aalib \ diff --git a/graphics/gpicview/Makefile b/graphics/gpicview/Makefile index 71860581be8..8ef3b8373c9 100644 --- a/graphics/gpicview/Makefile +++ b/graphics/gpicview/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.21 2013/10/24 20:48:07 naddy Exp $ +# $OpenBSD: Makefile,v 1.22 2015/03/27 08:11:28 ajacoutot Exp $ COMMENT = simple and fast image viewer for X11 DISTNAME = gpicview-0.2.4 +REVISION = 0 CATEGORIES = graphics x11 @@ -25,7 +26,7 @@ MODULES = devel/gettext \ LIB_DEPENDS = x11/gtk+2 RUN_DEPENDS = devel/desktop-file-utils \ - x11/gtk+2,-guic + x11/gtk+3,-guic USE_GMAKE = yes diff --git a/graphics/gthumb/Makefile b/graphics/gthumb/Makefile index 9cfa5c08c71..49f7a7ee064 100644 --- a/graphics/gthumb/Makefile +++ b/graphics/gthumb/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.86 2014/05/19 08:04:11 jasper Exp $ +# $OpenBSD: Makefile,v 1.87 2015/03/27 08:11:28 ajacoutot Exp $ SHARED_ONLY= Yes @@ -6,6 +6,7 @@ COMMENT= image viewer and browser for GNOME GNOME_PROJECT= gthumb GNOME_VERSION= 3.2.8 +REVISION= 0 API_V= ${GNOME_VERSION:R} SUBST_VARS= API_V diff --git a/graphics/gwenview/Makefile b/graphics/gwenview/Makefile index 80e91772f8b..3c8391272e2 100644 --- a/graphics/gwenview/Makefile +++ b/graphics/gwenview/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.63 2013/12/24 20:56:21 zhuk Exp $ +# $OpenBSD: Makefile,v 1.64 2015/03/27 08:11:28 ajacoutot Exp $ COMMENT= image viewer for KDE DISTNAME= gwenview-1.4.2 PKGSPEC= gwenview-<4 -REVISION = 17 +REVISION = 18 SHARED_LIBS += gwenviewcore 5.0 # .1.0 CATEGORIES= graphics x11 x11/kde @@ -26,7 +26,7 @@ WANTLIB += ${KDE}/kmediaplayer ${KDE}/kutils ${KDE}/kwalletclient WANTLIB += ${KDE}/kipi RUN_DEPENDS= devel/desktop-file-utils \ - x11/gtk+2,-guic + x11/gtk+3,-guic LIB_DEPENDS= x11/kde/libs3 \ graphics/libkipi \ diff --git a/graphics/hugin/Makefile b/graphics/hugin/Makefile index 18ff7ce0523..42905b07220 100644 --- a/graphics/hugin/Makefile +++ b/graphics/hugin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.42 2014/11/07 10:40:05 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.43 2015/03/27 08:11:28 ajacoutot Exp $ BROKEN-hppa = run dep on enblend-enfuse which will not build on hppa @@ -7,7 +7,7 @@ SHARED_ONLY = Yes COMMENT = panorama image stitcher DISTNAME = hugin-2013.0.0 -REVISION = 0 +REVISION = 1 EXTRACT_SUFX = .tar.bz2 # not needed for releases, but makes RCs/betas easier to work with @@ -52,7 +52,7 @@ RUN_DEPENDS = devel/desktop-file-utils \ graphics/enblend-enfuse \ graphics/p5-Image-ExifTool \ misc/shared-mime-info \ - x11/gtk+2,-guic \ + x11/gtk+3,-guic \ devel/gmake # yes, really a RUN_DEPENDS RUN_DEPENDS += x11/py-wxPython # required for launching python scripts diff --git a/graphics/inkscape/Makefile b/graphics/inkscape/Makefile index 9c261dab099..865d18049c9 100644 --- a/graphics/inkscape/Makefile +++ b/graphics/inkscape/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.41 2015/03/24 18:45:11 landry Exp $ +# $OpenBSD: Makefile,v 1.42 2015/03/27 08:11:28 ajacoutot Exp $ COMMENT= SVG vector drawing application DISTNAME= inkscape-0.91 CATEGORIES= graphics +REVISION= 0 MASTER_SITES = https://inkscape.org/en/gallery/item/3854/ HOMEPAGE= http://www.inkscape.org/ @@ -52,7 +53,7 @@ LIB_DEPENDS= devel/boehm-gc \ x11/gtk2mm>=2.24.4 RUN_DEPENDS= devel/desktop-file-utils \ textproc/py-lxml \ - x11/gtk+2,-guic + x11/gtk+3,-guic USE_GMAKE= Yes CONFIGURE_STYLE= gnu diff --git a/graphics/kimdaba/Makefile b/graphics/kimdaba/Makefile index a9422db7e58..f41df7bfb44 100644 --- a/graphics/kimdaba/Makefile +++ b/graphics/kimdaba/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.32 2013/12/22 19:24:34 zhuk Exp $ +# $OpenBSD: Makefile,v 1.33 2015/03/27 08:11:28 ajacoutot Exp $ COMMENT= kde image database CATEGORIES= graphics x11 x11/kde DISTNAME= kphotoalbum-3.0 -REVISION = 14 +REVISION = 15 EXTRACT_SUFX= .tar.bz2 HOMEPAGE= http://www.kphotoalbum.org/ MASTER_SITES= ${HOMEPAGE}data/download/ @@ -21,7 +21,7 @@ LIB_DEPENDS= x11/kde/libs3 \ RUN_DEPENDS= databases/qt3-sqlite3-plugin \ devel/desktop-file-utils \ - x11/gtk+2,-guic + x11/gtk+3,-guic SHARED_ONLY=Yes MODKDE_VERSION= 3.5.3 diff --git a/graphics/libkdcraw/Makefile b/graphics/libkdcraw/Makefile index 0a27f771c2a..684a5735450 100644 --- a/graphics/libkdcraw/Makefile +++ b/graphics/libkdcraw/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.20 2013/12/13 09:38:49 zhuk Exp $ +# $OpenBSD: Makefile,v 1.21 2015/03/27 08:11:28 ajacoutot Exp $ COMMENT-main = grab raw data from digital cameras COMMENT-icons = icons for libkdcraw @@ -8,8 +8,8 @@ V = 0.1.9 DISTNAME = libkdcraw-${V} PKGNAME-main = ${PKGNAME} PKGNAME-icons = libkdcraw-icons-${V} -REVISION-main = 9 -REVISION-icons =1 +REVISION-main = 10 +REVISION-icons =2 PKGSPEC-main = libkdcraw-<0.2.0 @@ -41,7 +41,7 @@ LIB_DEPENDS-icons = RUN_DEPENDS-main = ${RUN_DEPENDS} \ graphics/dcraw \ STEM-*|kde4-libkdcraw-icons-*:${BUILD_PKGPATH},-icons -RUN_DEPENDS-icons = x11/gtk+2,-guic +RUN_DEPENDS-icons = x11/gtk+3,-guic WANTLIB-main = ${WANTLIB} WANTLIB-main += GL ICE SM X11 Xcursor Xdamage Xext Xfixes Xft Xi Xinerama diff --git a/graphics/libkipi/Makefile b/graphics/libkipi/Makefile index 8d19cef5ab7..7916fca3d6c 100644 --- a/graphics/libkipi/Makefile +++ b/graphics/libkipi/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.34 2013/12/25 15:38:08 zhuk Exp $ +# $OpenBSD: Makefile,v 1.35 2015/03/27 08:11:28 ajacoutot Exp $ COMMENT-main = KDE image plugins API COMMENT-icons = icons for libkipi @@ -8,8 +8,8 @@ DISTNAME = libkipi-$V PKGNAME-main = ${PKGNAME} PKGNAME-icons = libkipi-icons-$V PKGSPEC-main = libkipi-<1 -REVISION-main = 10 -REVISION-icons = 4 +REVISION-main = 11 +REVISION-icons = 5 SHARED_LIBS += kipi 1.4 # .2.0 @@ -24,7 +24,7 @@ LIB_DEPENDS-icons = RUN_DEPENDS-main = ${RUN_DEPENDS} \ STEM-*|kde4-libkipi-icons-*:${BUILD_PKGPATH},-icons -RUN_DEPENDS-icons = x11/gtk+2,-guic +RUN_DEPENDS-icons = x11/gtk+3,-guic WANTLIB = GL ICE SM X11 Xcursor Xdamage Xext Xfixes Xft Xi Xinerama WANTLIB += Xmu Xrandr Xrender Xt Xxf86vm art_lgpl_2 drm expat fam diff --git a/graphics/pdfmod/Makefile b/graphics/pdfmod/Makefile index 9d44ad84670..12f948f4667 100755 --- a/graphics/pdfmod/Makefile +++ b/graphics/pdfmod/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.16 2014/07/23 09:01:24 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.17 2015/03/27 08:11:29 ajacoutot Exp $ COMMENT= simple application for modifying PDF documents GNOME_PROJECT= pdfmod GNOME_VERSION= 0.9.1 -REVISION= 4 +REVISION= 5 CATEGORIES= graphics print diff --git a/graphics/pinta/Makefile b/graphics/pinta/Makefile index 09f9893da98..3f25baa2e0f 100644 --- a/graphics/pinta/Makefile +++ b/graphics/pinta/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2015/03/26 19:58:08 sthen Exp $ +# $OpenBSD: Makefile,v 1.3 2015/03/27 08:11:29 ajacoutot Exp $ BROKEN-i386 = unreliable build, frequently hangs after compiling translations @@ -6,6 +6,7 @@ V = 1.6 COMMENT = open source drawing/editing program modeled after Paint.NET DISTNAME = pinta-${V} CATEGORIES = graphics x11 +REVISION = 0 HOMEPAGE = http://pinta-project.com/ MAINTAINER = Brian Callahan @@ -25,7 +26,7 @@ BUILD_DEPENDS = devel/mono-addins \ RUN_DEPENDS = devel/mono-addins \ devel/desktop-file-utils \ - x11/gtk+2,-guic \ + x11/gtk+3,-guic \ x11/mono-gtk2 CONFIGURE_STYLE = gnu diff --git a/graphics/rawtherapee/Makefile b/graphics/rawtherapee/Makefile index 62385c9eea4..3d3be198642 100644 --- a/graphics/rawtherapee/Makefile +++ b/graphics/rawtherapee/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.9 2014/11/07 10:40:05 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.10 2015/03/27 08:11:29 ajacoutot Exp $ COMMENT = RAW image processing application DISTNAME = rawtherapee-4.1 +REVISION = 0 CATEGORIES = graphics @@ -28,7 +29,7 @@ EXTRACT_SUFX = .tar.xz MODULES = devel/cmake \ devel/gettext RUN_DEPENDS = devel/desktop-file-utils \ - x11/gtk+2,-guic + x11/gtk+3,-guic LIB_DEPENDS = audio/libcanberra,-gtk \ devel/libsigc++-2 \ diff --git a/graphics/scratch/Makefile b/graphics/scratch/Makefile index ca657a0c569..80403db27e0 100644 --- a/graphics/scratch/Makefile +++ b/graphics/scratch/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.8 2013/11/12 20:12:02 stu Exp $ +# $OpenBSD: Makefile,v 1.9 2015/03/27 08:11:29 ajacoutot Exp $ COMMENT = visual programming environment and toolkit DISTNAME = ${PKGNAME}.src PKGNAME = scratch-1.4.0.7 -REVISION = 0 +REVISION = 1 CATEGORIES = graphics HOMEPAGE = http://scratch.mit.edu/ MAINTAINER = Stuart Cassoff @@ -27,7 +27,7 @@ RUN_DEPENDS = lang/squeak/vm \ devel/desktop-file-utils \ devel/xdg-utils \ misc/shared-mime-info \ - x11/gtk+2,-guic + x11/gtk+3,-guic LIB_DEPENDS = devel/pango SEPARATE_BUILD = Yes diff --git a/graphics/shotwell/Makefile b/graphics/shotwell/Makefile index a74bdd7ded7..f9bbc96fb3e 100644 --- a/graphics/shotwell/Makefile +++ b/graphics/shotwell/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.47 2015/03/24 08:03:55 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.48 2015/03/27 08:11:29 ajacoutot Exp $ COMMENT = digital photo organizer GNOME_VERSION = 0.22.0 GNOME_PROJECT = shotwell +REVISION = 0 CATEGORIES = graphics diff --git a/graphics/viewnior/Makefile b/graphics/viewnior/Makefile index c3a48391a3c..c53a23d1c40 100644 --- a/graphics/viewnior/Makefile +++ b/graphics/viewnior/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.5 2014/03/19 14:39:41 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.6 2015/03/27 08:11:29 ajacoutot Exp $ COMMENT= fast and simple image viewer DISTNAME= viewnior-1.4 +REVISION= 0 CATEGORIES= graphics x11 @@ -29,7 +30,7 @@ LIB_DEPENDS= graphics/exiv2 \ x11/gtk+2 RUN_DEPENDS= devel/desktop-file-utils \ - x11/gtk+2,-guic + x11/gtk+3,-guic # locate images using mimetype BUILD_DEPENDS +=misc/shared-mime-info