update shotwell to 0.23.2
Approved by: rene (mentor)
This commit is contained in:
parent
144f9ca7e4
commit
e62549c6fa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=417615
3 changed files with 13 additions and 5 deletions
|
@ -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 \
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue