Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Mar 2003 11:58:05 +0100 (CET)
From:      Pav Lucistnik <pav@oook.cz>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/49069: enable EXIF functionality in gThumb2 (patch)
Message-ID:  <200303101058.h2AAw5Cc019654@pav.hide.vol.cz>

next in thread | raw e-mail | index | archive | help

>Number:         49069
>Category:       ports
>Synopsis:       enable EXIF functionality in gThumb2 (patch)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 10 03:00:27 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Pav Lucistnik
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
>Environment:
System: FreeBSD pav.hide.vol.cz 4.7-STABLE FreeBSD 4.7-STABLE #0: Wed Feb 5 13:04:05 CET 2003 root@pav.hide.vol.cz:/usr/obj/usr/src/sys/PAV i386


	
>Description:
gThumb2, image viewer for GNOME2 environment, have optional ability
to read EXIF data from images. This is done using libexif library.

Because gThumb2 depend on at least 0.5.8 version of libexif,
you must commit PR ports/48886 first.

No reply from:	maintainer (verbophobe@hotmail.com) 7 days

>How-To-Repeat:
	
>Fix:
--- Makefile	Wed Mar  5 09:12:46 2003
+++ Makefile.exif	Fri Mar  7 08:21:16 2003
@@ -31,10 +31,16 @@
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
 		LDFLAGS="-L${LOCALBASE}/lib"
 
+.include <bsd.port.pre.mk>
+
+.if defined(WITH_EXIF) || exists(${LOCALBASE}/lib/libexif.so.8)
+LIB_DEPENDS+=	exif.8:${PORTSDIR}/graphics/libexif
+.endif
+
 MAN1=		gthumb.1
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
 		 s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200303101058.h2AAw5Cc019654>