update to gthumb-3.4.3

This commit is contained in:
jasper 2016-04-25 16:01:36 +00:00
parent 5eb9bf6211
commit 255daf47a9
3 changed files with 10 additions and 11 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.95 2016/03/18 23:12:17 naddy Exp $
# $OpenBSD: Makefile,v 1.96 2016/04/25 16:01:36 jasper Exp $
COMMENT= image viewer and browser for GNOME
GNOME_PROJECT= gthumb
GNOME_VERSION= 3.4.2
GNOME_VERSION= 3.4.3
API_V= ${GNOME_VERSION:R}
SUBST_VARS= API_V
@ -25,10 +25,9 @@ WANTLIB += graphite2 gstreamer-1.0 gstvideo-1.0 gthread-2.0 gtk-3
WANTLIB += harfbuzz jpeg json-glib-1.0 m pango-1.0 pangocairo-1.0
WANTLIB += pangoft2-1.0 pcre pixman-1 png pthread pthread-stubs
WANTLIB += rsvg-2 secret-1 soup-2.4 stdc++ tiff lcms2 raw
WANTLIB += webkit2gtk-4.0 webp xcb xcb-render xcb-shm z
WANTLIB += webkit2gtk-4.0 webp xcb xcb-render xcb-shm z iconv intl
MODULES= devel/dconf \
devel/gettext \
x11/gnome
BUILD_DEPENDS += multimedia/gstreamer1/plugins-base

View File

@ -1,2 +1,2 @@
SHA256 (gthumb-3.4.2.tar.xz) = w0Qjv5ozvCh+joGpF/4p0ZVuUwinGR6G9Ib2bHFgfPo=
SIZE (gthumb-3.4.2.tar.xz) = 3416352
SHA256 (gthumb-3.4.3.tar.xz) = wQ/RLzv+oxw5DHTo4I+G8W4hWfvWyAbaoCVCPg3tgl0=
SIZE (gthumb-3.4.3.tar.xz) = 3418088

View File

@ -1,12 +1,12 @@
$OpenBSD: patch-configure,v 1.3 2015/10/08 09:41:10 jasper Exp $
$OpenBSD: patch-configure,v 1.4 2016/04/25 16:01:36 jasper Exp $
Don't reset CFLAGS/LDFLAGS, which are needed to pass -L/usr/local/lib as
otherwise -ljpeg/-ltiff cannot be found.
Effectively reverts patch from https://bugzilla.gnome.org/show_bug.cgi?id=747982
--- configure.orig Thu Oct 8 11:18:35 2015
+++ configure Thu Oct 8 11:19:20 2015
@@ -20824,8 +20824,6 @@ fi
--- configure.orig Mon Apr 11 21:22:38 2016
+++ configure Mon Apr 25 17:47:40 2016
@@ -20815,8 +20815,6 @@ fi
if test "x$enable_jpeg" = "xyes"; then
SAVE_CFLAGS="$CFLAGS"
SAVE_LDFLAGS="$LDFLAGS"
@ -15,7 +15,7 @@ Effectively reverts patch from https://bugzilla.gnome.org/show_bug.cgi?id=747982
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for jpeg_destroy_decompress in -ljpeg" >&5
$as_echo_n "checking for jpeg_destroy_decompress in -ljpeg... " >&6; }
if ${ac_cv_lib_jpeg_jpeg_destroy_decompress+:} false; then :
@@ -20981,8 +20979,6 @@ fi
@@ -20972,8 +20970,6 @@ fi
if test x$enable_tiff = xyes ; then
SAVE_CFLAGS="$CFLAGS"
SAVE_LDFLAGS="$LDFLAGS"