diff options
author | cmt <cmt@FreeBSD.org> | 2016-06-27 04:31:46 +0800 |
---|---|---|
committer | cmt <cmt@FreeBSD.org> | 2016-06-27 04:31:46 +0800 |
commit | 3b9ce8c24c4d1c5b043b3be4cfc6ae7f963c1443 (patch) | |
tree | 6a2a75d8f42e8ef97bd2abaca3442d781f7d0c98 | |
parent | 26ecf8a8a19ded99ca6082e27486ca90543ce405 (diff) | |
download | freebsd-ports-gnome-3b9ce8c24c4d1c5b043b3be4cfc6ae7f963c1443.tar.gz freebsd-ports-gnome-3b9ce8c24c4d1c5b043b3be4cfc6ae7f963c1443.tar.zst freebsd-ports-gnome-3b9ce8c24c4d1c5b043b3be4cfc6ae7f963c1443.zip |
update shotwell to 0.23.2
Approved by: rene (mentor)
-rw-r--r-- | graphics/shotwell/Makefile | 11 | ||||
-rw-r--r-- | graphics/shotwell/distinfo | 6 | ||||
-rw-r--r-- | graphics/shotwell/pkg-plist | 1 |
3 files changed, 13 insertions, 5 deletions
diff --git a/graphics/shotwell/Makefile b/graphics/shotwell/Makefile index 540aa44d1045..eaac87cc8c0a 100644 --- a/graphics/shotwell/Makefile +++ b/graphics/shotwell/Makefile @@ -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/dbus-glib \ 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 \ diff --git a/graphics/shotwell/distinfo b/graphics/shotwell/distinfo index 4fa71a42d973..9ff17dbf2a2c 100644 --- a/graphics/shotwell/distinfo +++ b/graphics/shotwell/distinfo @@ -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 diff --git a/graphics/shotwell/pkg-plist b/graphics/shotwell/pkg-plist index c959e454f295..cf88fd14657b 100644 --- a/graphics/shotwell/pkg-plist +++ b/graphics/shotwell/pkg-plist @@ -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 |