- update to eog-3.6.2

This commit is contained in:
jasper 2012-11-13 08:40:55 +00:00
parent 051b961835
commit f71885ecc3
3 changed files with 4 additions and 32 deletions

View File

@ -1,10 +1,9 @@
# $OpenBSD: Makefile,v 1.90 2012/11/09 20:56:12 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.91 2012/11/13 08:40:55 jasper Exp $
COMMENT= Eye of GNOME, image viewing and cataloging program
GNOME_PROJECT= eog
GNOME_VERSION= 3.6.1
REVISION= 0
GNOME_VERSION= 3.6.2
CATEGORIES= graphics

View File

@ -1,2 +1,2 @@
SHA256 (gnome/eog-3.6.1.tar.xz) = RELsYbDFCSxobM0TA4NZ61DkjuSRdqWIuOoEBywZvVc=
SIZE (gnome/eog-3.6.1.tar.xz) = 3615592
SHA256 (gnome/eog-3.6.2.tar.xz) = WHnyahH6fNL6QDjlxR0x5JWUVr5PulcNzeie0Nlm/9o=
SIZE (gnome/eog-3.6.2.tar.xz) = 3615284

View File

@ -1,27 +0,0 @@
$OpenBSD: patch-src_Makefile_in,v 1.2 2012/11/09 20:56:12 ajacoutot Exp $
From e48ca60f44fef3e61b11d1d75cd3569b3b622212 Mon Sep 17 00:00:00 2001
From: Felix Riemann <friemann@gnome.org>
Date: Fri, 09 Nov 2012 20:41:12 +0000
Subject: Remove unneeded export-symbols-regex libtool parameter
--- src/Makefile.in.orig Sun Oct 14 18:52:05 2012
+++ src/Makefile.in Fri Nov 9 21:47:57 2012
@@ -514,7 +514,7 @@ libeog_la_CPPFLAGS = \
libeog_la_CFLAGS = $(EOG_CFLAGS) $(WARN_CFLAGS) $(am__append_5)
libeog_la_LIBADD = $(EOG_LIBS) $(LIBM) $(am__append_6)
-libeog_la_LDFLAGS = -export-dynamic -no-undefined -export-symbols-regex "^[[^_]].*"
+libeog_la_LDFLAGS = -export-dynamic -no-undefined
eog_SOURCES = main.c
eog_CFLAGS = \
-I$(top_srcdir)/cut-n-paste/toolbar-editor \
@@ -533,7 +533,7 @@ eog_LDADD = \
$(jpeg_LIB) \
$(INTROSPECTION_LIBS)
-eog_LDFLAGS = -export-dynamic -no-undefined -export-symbols-regex "^[[^_]].*"
+eog_LDFLAGS = -export-dynamic -no-undefined
BUILT_SOURCES = \
eog-enum-types.c \
eog-enum-types.h \