Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Jul 2014 07:50:12 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r363017 - head/graphics/shotwell
Message-ID:  <201407270750.s6R7oCug046883@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Sun Jul 27 07:50:11 2014
New Revision: 363017
URL: http://svnweb.freebsd.org/changeset/ports/363017
QAT: https://qat.redports.org/buildarchive/r363017/

Log:
  graphics/shotwell: Upgrade from version 0.18.0 => 0.18.1
  
  This fixes a flickering issue.  While here, remove an unneeded dependency
  and, if appropriate, strip libraries before they are installed.
  
  PR:		191887
  Submitted by:	maintainer (cmt)

Modified:
  head/graphics/shotwell/Makefile
  head/graphics/shotwell/distinfo

Modified: head/graphics/shotwell/Makefile
==============================================================================
--- head/graphics/shotwell/Makefile	Sun Jul 27 07:30:26 2014	(r363016)
+++ head/graphics/shotwell/Makefile	Sun Jul 27 07:50:11 2014	(r363017)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	shotwell
-PORTVERSION=	0.18.0
-PORTREVISION=	1
+PORTVERSION=	0.18.1
 CATEGORIES=	graphics gnome
 MASTER_SITES=	GNOME/sources/shotwell/${PORTVERSION:R}
 
@@ -27,7 +26,7 @@ LIB_DEPENDS=	libdbus-glib-1.so:${PORTSDI
 		librest-0.7.so:${PORTSDIR}/devel/librest
 
 USES=		shebangfix gettext desktop-file-utils gmake pkgconfig tar:xz
-USE_GNOME=	gnomehier gconf2 gtk20 gnomedocutils librsvg2
+USE_GNOME=	dconf gnomehier gtk30 gnomedocutils
 USE_SQLITE=	3
 USE_GSTREAMER1=	yes
 HAS_CONFIGURE=	yes
@@ -67,6 +66,14 @@ post-configure:
 		-e 's|\.get_child\("share")\.get_child\("shotwell")|${SHOTWELL_DATADIR}|' \
 		${WRKSRC}/src/AppDirs.vala
 
+post-install:
+	@${STRIP_CMD} ${STAGEDIR}${LOCALBASE}/bin/shotwell \
+		${STAGEDIR}${LOCALBASE}/lib/shotwell/plugins/builtin/shotwell-transitions.so \
+		${STAGEDIR}${LOCALBASE}/lib/shotwell/plugins/builtin/shotwell-publishing.so \
+		${STAGEDIR}${LOCALBASE}/lib/shotwell/plugins/builtin/shotwell-data-imports.so \
+		${STAGEDIR}${LOCALBASE}/lib/shotwell/plugins/builtin/shotwell-publishing-extras.so \
+		${STAGEDIR}${LOCALBASE}/libexec/shotwell/shotwell-video-thumbnailer
+
 .include <bsd.port.pre.mk>
 
 # attempt at a DATADIR safe port

Modified: head/graphics/shotwell/distinfo
==============================================================================
--- head/graphics/shotwell/distinfo	Sun Jul 27 07:30:26 2014	(r363016)
+++ head/graphics/shotwell/distinfo	Sun Jul 27 07:50:11 2014	(r363017)
@@ -1,2 +1,2 @@
-SHA256 (shotwell-0.18.0.tar.xz) = 6717b73cb243918ae71d251fddae27d0967a1d26727b43beefc40d3782fe0033
-SIZE (shotwell-0.18.0.tar.xz) = 1727216
+SHA256 (shotwell-0.18.1.tar.xz) = af1e1a682a7d293b04970b81f2c25c267f5dd9b2cd7b1ebc84eb0bb45c123317
+SIZE (shotwell-0.18.1.tar.xz) = 1727276



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