aboutsummaryrefslogtreecommitdiff
path: root/graphics/qiv
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-10-13 22:28:25 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-10-13 22:28:25 +0000
commitdd8f2a29b2f6a3c10336dbeabef3a67c371a244d (patch)
treed24f492369ad4aea4d810a7381ac7de678c936ce /graphics/qiv
parent83a3bf03fc19869350ee7f54f5ed454ad3d1c332 (diff)
downloadports-dd8f2a29b2f6a3c10336dbeabef3a67c371a244d.tar.gz
ports-dd8f2a29b2f6a3c10336dbeabef3a67c371a244d.zip
- Update to 2.2.2
- Pass maintainership to submitter PR: 139541 Submitted by: Rob Farmer <rfarmer@predatorlabs.net>
Notes
Notes: svn path=/head/; revision=242794
Diffstat (limited to 'graphics/qiv')
-rw-r--r--graphics/qiv/Makefile23
-rw-r--r--graphics/qiv/distinfo6
-rw-r--r--graphics/qiv/pkg-descr4
3 files changed, 15 insertions, 18 deletions
diff --git a/graphics/qiv/Makefile b/graphics/qiv/Makefile
index 56914ddb08c6..2136e270bfb4 100644
--- a/graphics/qiv/Makefile
+++ b/graphics/qiv/Makefile
@@ -7,42 +7,39 @@
#
PORTNAME= qiv
-PORTVERSION= 2.1.p12
-PORTREVISION= 3
+PORTVERSION= 2.2.2
CATEGORIES= graphics
-MASTER_SITES= http://www.klografx.net/qiv/download/
-DISTNAME= ${PORTNAME}-${PORTVERSION:C/.p12/-pre12/}
+MASTER_SITES= http://spiegl.de/qiv/download/
EXTRACT_SUFX= .tgz
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Small, fast GDK/Imlib image viewer
+MAINTAINER= rfarmer@predatorlabs.net
+COMMENT= Small, fast GDK/Imlib2 image viewer
OPTIONS= XINERAMA "use multiple monitors" off
USE_GMAKE= yes
-USE_GNOME= imlib
+USE_GNOME= gtk20
+LIB_DEPENDS= Imlib2.5:${PORTSDIR}/graphics/imlib2 \
+ exif.12:${PORTSDIR}/graphics/libexif
MAN1= qiv.1
PLIST_FILES= bin/qiv
-USE_XORG+= x11 xinerama
+USE_XORG+= x11
.include <bsd.port.pre.mk>
pre-configure:
.if ! defined(WITH_XINERAMA)
-.else
@${REINPLACE_CMD} 's|GTD.*=|#|' ${WRKSRC}/Makefile
+.else
+USE_XORG+= xinerama
.endif
do-configure:
- @${REINPLACE_CMD} 's|/usr/bin|${PREFIX}/bin|g' \
- ${WRKSRC}/qiv.1
@${REINPLACE_CMD} 's|/usr/local|${PREFIX}|; \
s|gcc|${CC}|; \
s|-O2|${CFLAGS}|; \
s|libs-gdk`|libs-gdk` ${LDFLAGS}|;' \
${WRKSRC}/Makefile
- @${REINPLACE_CMD} 's|\|GDK_WA_WMCLASS||' \
- ${WRKSRC}/image.c
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/qiv ${PREFIX}/bin/
diff --git a/graphics/qiv/distinfo b/graphics/qiv/distinfo
index 2ade6202cf2b..c75fd1eb3349 100644
--- a/graphics/qiv/distinfo
+++ b/graphics/qiv/distinfo
@@ -1,3 +1,3 @@
-MD5 (qiv-2.1-pre12.tgz) = 80ba1e2da5115a3cc3a6f7e19cb620d8
-SHA256 (qiv-2.1-pre12.tgz) = d54edb92ca91567e2a12b536acc14500efdbccc38718efba99cadaa161a1e70c
-SIZE (qiv-2.1-pre12.tgz) = 94059
+MD5 (qiv-2.2.2.tgz) = e413105c915322eeea6e582d9b9b4f2f
+SHA256 (qiv-2.2.2.tgz) = c32c8cc2a00ca5acde0116833e7c776545687a12266d15617f7bdc8b1bda2def
+SIZE (qiv-2.2.2.tgz) = 99044
diff --git a/graphics/qiv/pkg-descr b/graphics/qiv/pkg-descr
index 81966ccfa18d..3f13e8b04fc9 100644
--- a/graphics/qiv/pkg-descr
+++ b/graphics/qiv/pkg-descr
@@ -1,6 +1,6 @@
-Quick Image Viewer (qiv) is a very small and pretty fast GDK/Imlib image
+Quick Image Viewer (qiv) is a very small and pretty fast GDK/Imlib2 image
viewer. It has such nifty features as: zoom, maxpect, scaledown,
screensaver, flip, delete, brightness / contrast / gamma correction, and
can also be used to set your X11 background. All from a commandline.
-WWW: http://www.klografx.net/qiv/
+WWW: http://spiegl.de/qiv/