mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
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)
This commit is contained in:
parent
68aaf452fe
commit
f482a3d3e8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363017
@ -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:${PORTSDIR}/devel/dbus-glib \
|
||||
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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user