diff options
author | pav <pav@FreeBSD.org> | 2007-05-27 23:25:47 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-05-27 23:25:47 +0800 |
commit | b5bfb32288db5fbaa78ee04311022c4e9783ca1e (patch) | |
tree | 78d6bd162f9585be5f343e861311219e8b5eac70 /graphics | |
parent | 427c098d00a0a1f08c407fb2485d7b42b0bef73f (diff) | |
download | freebsd-ports-gnome-b5bfb32288db5fbaa78ee04311022c4e9783ca1e.tar.gz freebsd-ports-gnome-b5bfb32288db5fbaa78ee04311022c4e9783ca1e.tar.zst freebsd-ports-gnome-b5bfb32288db5fbaa78ee04311022c4e9783ca1e.zip |
- Chase libexif update
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/eog/Makefile | 6 | ||||
-rw-r--r-- | graphics/f-spot/Makefile | 4 | ||||
-rw-r--r-- | graphics/gimageview/Makefile | 2 | ||||
-rw-r--r-- | graphics/gimp-app-devel/Makefile | 4 | ||||
-rw-r--r-- | graphics/gimp-app/Makefile | 4 | ||||
-rw-r--r-- | graphics/gimpshop/Makefile | 2 | ||||
-rw-r--r-- | graphics/gthumb/Makefile | 3 | ||||
-rw-r--r-- | graphics/ida/Makefile | 4 | ||||
-rw-r--r-- | graphics/libkexif/Makefile | 4 | ||||
-rw-r--r-- | graphics/pornview/Makefile | 4 | ||||
-rw-r--r-- | graphics/ufraw/Makefile | 2 |
11 files changed, 20 insertions, 19 deletions
diff --git a/graphics/eog/Makefile b/graphics/eog/Makefile index 9f623d7843a0..1ee205af7379 100644 --- a/graphics/eog/Makefile +++ b/graphics/eog/Makefile @@ -8,7 +8,7 @@ PORTNAME= eog PORTVERSION= 2.18.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -34,9 +34,9 @@ GCONF_SCHEMAS= eog.schemas .include <bsd.port.pre.mk> -.if !defined(WITHOUT_EXIF) || (exists(${LOCALBASE}/lib/libexif.so.13) || \ +.if !defined(WITHOUT_EXIF) || (exists(${LOCALBASE}/lib/libexif.so.12) || \ defined(WITH_EXIF)) -LIB_DEPENDS+= exif.13:${PORTSDIR}/graphics/libexif +LIB_DEPENDS+= exif.12:${PORTSDIR}/graphics/libexif .endif post-install: diff --git a/graphics/f-spot/Makefile b/graphics/f-spot/Makefile index b7595d9828ac..a05f5a6a1a9c 100644 --- a/graphics/f-spot/Makefile +++ b/graphics/f-spot/Makefile @@ -8,7 +8,7 @@ PORTNAME= f-spot PORTVERSION= 0.3.5 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= graphics gnome MASTER_SITES= ${MASTER_SITE_GNOME} @@ -18,7 +18,7 @@ MAINTAINER= bsd-sharp-list@forge.novell.com COMMENT= Personal photo management to the GNOME desktop LIB_DEPENDS= lcms.1:${PORTSDIR}/graphics/lcms \ - exif.13:${PORTSDIR}/graphics/libexif \ + exif.12:${PORTSDIR}/graphics/libexif \ gphoto2.2:${PORTSDIR}/graphics/libgphoto2 RUN_DEPENDS= dbus-daemon:${PORTSDIR}/devel/dbus diff --git a/graphics/gimageview/Makefile b/graphics/gimageview/Makefile index e3b86c6eaafe..6ecc67201a10 100644 --- a/graphics/gimageview/Makefile +++ b/graphics/gimageview/Makefile @@ -40,7 +40,7 @@ WITH_IMLIB= yes CONFIGURE_ARGS+= --disable-gdk-pixbuf .endif -.if exists(${LOCALBASE}/lib/libexif.so.13) +.if exists(${LOCALBASE}/lib/libexif.so.12) EXTRA_PATCHES+= ${FILESDIR}/extra-patch-src-exit_view.c .endif diff --git a/graphics/gimp-app-devel/Makefile b/graphics/gimp-app-devel/Makefile index 42b5e46239a3..2df88ca63d3d 100644 --- a/graphics/gimp-app-devel/Makefile +++ b/graphics/gimp-app-devel/Makefile @@ -8,7 +8,7 @@ PORTNAME= gimp-app PORTVERSION= 2.3.16 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH?= 1 CATEGORIES?= graphics gnome MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \ @@ -24,7 +24,7 @@ DISTNAME= gimp-${PORTVERSION} MAINTAINER= gnome@FreeBSD.org COMMENT= A GNU Image Manipulation Program development version -LIB_DEPENDS= exif.13:${PORTSDIR}/graphics/libexif \ +LIB_DEPENDS= exif.12:${PORTSDIR}/graphics/libexif \ wmf.2:${PORTSDIR}/graphics/libwmf \ poppler-glib.1:${PORTSDIR}/graphics/poppler-gtk \ aa.1:${PORTSDIR}/graphics/aalib \ diff --git a/graphics/gimp-app/Makefile b/graphics/gimp-app/Makefile index 0408f6958ee6..d6df318b94a1 100644 --- a/graphics/gimp-app/Makefile +++ b/graphics/gimp-app/Makefile @@ -7,7 +7,7 @@ PORTNAME= gimp-app PORTVERSION= 2.2.14 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= graphics gnome MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \ @@ -25,7 +25,7 @@ COMMENT= A GNU Image Manipulation Program LIB_DEPENDS= wmf.2:${PORTSDIR}/graphics/libwmf \ aa.1:${PORTSDIR}/graphics/aalib \ - exif.13:${PORTSDIR}/graphics/libexif \ + exif.12:${PORTSDIR}/graphics/libexif \ mng.1:${PORTSDIR}/graphics/libmng \ png.5:${PORTSDIR}/graphics/png \ jpeg.9:${PORTSDIR}/graphics/jpeg \ diff --git a/graphics/gimpshop/Makefile b/graphics/gimpshop/Makefile index 645db4373924..e6294e693ee4 100644 --- a/graphics/gimpshop/Makefile +++ b/graphics/gimpshop/Makefile @@ -7,7 +7,7 @@ PORTNAME= gimpshop PORTVERSION= 2.2.11 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics gnome MASTER_SITES= http://www.plasticbugs.com/blogimg/ \ http://freebsd.powered.net/distfiles/ diff --git a/graphics/gthumb/Makefile b/graphics/gthumb/Makefile index 9ce1372367ca..50758d93bdf9 100644 --- a/graphics/gthumb/Makefile +++ b/graphics/gthumb/Makefile @@ -7,6 +7,7 @@ PORTNAME= gthumb PORTVERSION= 2.10.3 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.10 @@ -15,7 +16,7 @@ DIST_SUBDIR= gnome2 MAINTAINER= pav@FreeBSD.org COMMENT= An image viewer and browser for the GNOME 2 environment -LIB_DEPENDS= exif.13:${PORTSDIR}/graphics/libexif +LIB_DEPENDS= exif.12:${PORTSDIR}/graphics/libexif USE_BZIP2= yes USE_XLIB= yes diff --git a/graphics/ida/Makefile b/graphics/ida/Makefile index 958fd12ed093..a4d8434ca390 100644 --- a/graphics/ida/Makefile +++ b/graphics/ida/Makefile @@ -7,7 +7,7 @@ PORTNAME= ida PORTVERSION= 0.21 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MASTER_SITES= http://dl.bytesex.org/releases/fbida/ DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -19,7 +19,7 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff \ ungif.5:${PORTSDIR}/graphics/libungif \ - exif.13:${PORTSDIR}/graphics/libexif + exif.12:${PORTSDIR}/graphics/libexif USE_GMAKE= yes USE_X_PREFIX= yes diff --git a/graphics/libkexif/Makefile b/graphics/libkexif/Makefile index 404c59758677..54bec8f1bbed 100644 --- a/graphics/libkexif/Makefile +++ b/graphics/libkexif/Makefile @@ -6,7 +6,7 @@ PORTNAME= libkexif PORTVERSION= 0.2.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= kipi @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= kipi MAINTAINER= ale@FreeBSD.org COMMENT= Library for manipulating EXIF information embedded in images -LIB_DEPENDS= exif.13:${PORTSDIR}/graphics/libexif +LIB_DEPENDS= exif.12:${PORTSDIR}/graphics/libexif USE_BZIP2= yes USE_KDELIBS_VER=3 diff --git a/graphics/pornview/Makefile b/graphics/pornview/Makefile index cd9a821345fd..33570b909b5a 100644 --- a/graphics/pornview/Makefile +++ b/graphics/pornview/Makefile @@ -7,7 +7,7 @@ PORTNAME= pornview PORTVERSION= 0.2.0.p.1 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -16,7 +16,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.p./pre/} MAINTAINER= dinoex@FreeBSD.org COMMENT= PornView is an image viewer/manager -LIB_DEPENDS= exif.13:${PORTSDIR}/graphics/libexif +LIB_DEPENDS= exif.12:${PORTSDIR}/graphics/libexif USE_XLIB= yes USE_GNOME= gdkpixbuf gnomehack gnomeprefix diff --git a/graphics/ufraw/Makefile b/graphics/ufraw/Makefile index a07c907b5758..7c0e18db0fc2 100644 --- a/graphics/ufraw/Makefile +++ b/graphics/ufraw/Makefile @@ -7,7 +7,7 @@ PORTNAME= ufraw PORTVERSION= 0.11 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics gnome MASTER_SITES= SF |