Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Jun 2016 20:31:46 +0000 (UTC)
From:      Christoph Moench-Tegeder <cmt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r417615 - head/graphics/shotwell
Message-ID:  <201606262031.u5QKVkDE050567@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cmt
Date: Sun Jun 26 20:31:46 2016
New Revision: 417615
URL: https://svnweb.freebsd.org/changeset/ports/417615

Log:
  update shotwell to 0.23.2
  
  Approved by:	rene (mentor)

Modified:
  head/graphics/shotwell/Makefile
  head/graphics/shotwell/distinfo
  head/graphics/shotwell/pkg-plist

Modified: head/graphics/shotwell/Makefile
==============================================================================
--- head/graphics/shotwell/Makefile	Sun Jun 26 20:28:34 2016	(r417614)
+++ head/graphics/shotwell/Makefile	Sun Jun 26 20:31:46 2016	(r417615)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	shotwell
-PORTVERSION=	0.23.1
+PORTVERSION=	0.23.2
 CATEGORIES=	graphics gnome
 MASTER_SITES=	GNOME/sources/shotwell/${PORTVERSION:R}
 
@@ -15,7 +15,10 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 BUILD_DEPENDS=	vala>=0.20.1:lang/vala \
 		bash:shells/bash
 LIB_DEPENDS=	libdbus-glib-1.so:devel/dbus-glib \
+		libexiv2.so:graphics/exiv2 \
 		libgee-0.8.so:devel/libgee \
+		libgstreamer-1.0.so:multimedia/gstreamer1 \
+		liblcms2.so:graphics/lcms2 \
 		libjson-glib-1.0.so:devel/json-glib \
 		libsoup-2.4.so:devel/libsoup \
 		libgexiv2.so:graphics/gexiv2 \
@@ -27,13 +30,16 @@ LIB_DEPENDS=	libdbus-glib-1.so:devel/dbu
 		librest-0.7.so:devel/librest
 
 USES=		shebangfix gettext desktop-file-utils gmake pkgconfig sqlite tar:xz
-USE_GNOME=	dconf gtk30 gnomedocutils
+USE_GNOME=	cairo dconf gtk30 gnomedocutils
 USE_GSTREAMER1=	yes
+USE_LDCONFIG=	yes
+USE_XORG=	x11
 HAS_CONFIGURE=	yes
 CONFIGURE_ARGS=	--prefix=${PREFIX} --disable-icon-update
 CONFIGURE_ENV+=	--define=NO_CAMERA
 INSTALLS_ICONS=	yes
 PORTSCOUT=	limitw:1,even
+MAKE_JOBS_UNSAFE=	yes
 
 OPTIONS_DEFINE=	OPENMP
 OPTIONS_DEFAULT=
@@ -65,6 +71,7 @@ post-configure:
 
 post-install:
 	@${STRIP_CMD} ${STAGEDIR}${LOCALBASE}/bin/shotwell \
+		${STAGEDIR}${LOCALBASE}/lib/libshotwell-plugin-common.so \
 		${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 \

Modified: head/graphics/shotwell/distinfo
==============================================================================
--- head/graphics/shotwell/distinfo	Sun Jun 26 20:28:34 2016	(r417614)
+++ head/graphics/shotwell/distinfo	Sun Jun 26 20:31:46 2016	(r417615)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1465411671
-SHA256 (shotwell-0.23.1.tar.xz) = e24d33ff19f1902fa9595ef73288784f6332bfa99d40171efe60ab2ac68d358a
-SIZE (shotwell-0.23.1.tar.xz) = 1963512
+TIMESTAMP = 1466958836
+SHA256 (shotwell-0.23.2.tar.xz) = d52caae4e3204f2f78e2eb828d955848ea6fef5c91d3ac6e9eb0b185c0490b39
+SIZE (shotwell-0.23.2.tar.xz) = 2073932

Modified: head/graphics/shotwell/pkg-plist
==============================================================================
--- head/graphics/shotwell/pkg-plist	Sun Jun 26 20:28:34 2016	(r417614)
+++ head/graphics/shotwell/pkg-plist	Sun Jun 26 20:31:46 2016	(r417615)
@@ -1,4 +1,5 @@
 bin/shotwell
+lib/libshotwell-plugin-common.so
 lib/shotwell/plugins/builtin/f-spot-24.png
 lib/shotwell/plugins/builtin/facebook.png
 lib/shotwell/plugins/builtin/facebook_publishing_options_pane.glade



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