pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/eog2 Update to 2.4.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ed06510f90b9
branches:  trunk
changeset: 464775:ed06510f90b9
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Mon Dec 15 00:00:25 2003 +0000

description:
Update to 2.4.1

Changes:

  - Better filename -> UTF-8 translation - #122671, #117838 (Jens,
    Hidetoshi Tajima)
  - configure switch to disable libexif support
  - Added X-GNOME-DocPath to .desktop file
  - Fixed crash on shutdown
  - Fixed crash when libexif is not available
  - Fixed duplicate size entries in info view
  - Update image infos on modification
  - Translation Updates.

And more... review Changelog to see a full list of changes.

diffstat:

 graphics/eog2/Makefile         |   8 ++++----
 graphics/eog2/distinfo         |   8 ++++----
 graphics/eog2/patches/patch-aa |  12 ++++++------
 3 files changed, 14 insertions(+), 14 deletions(-)

diffs (58 lines):

diff -r 4b26429af5ed -r ed06510f90b9 graphics/eog2/Makefile
--- a/graphics/eog2/Makefile    Sun Dec 14 23:56:58 2003 +0000
+++ b/graphics/eog2/Makefile    Mon Dec 15 00:00:25 2003 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.16 2003/12/13 00:45:23 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2003/12/15 00:00:25 xtraeme Exp $
 #
 
-DISTNAME=              eog-2.3.4
-PKGREVISION=           2
+DISTNAME=              eog-2.4.1
 CATEGORIES=            graphics gnome
-MASTER_SITES=          ${MASTER_SITE_GNOME:=sources/eog/2.3/}
+MASTER_SITES=          ${MASTER_SITE_GNOME:=sources/eog/2.4/}
 EXTRACT_SUFX=          .tar.bz2
 
 MAINTAINER=            tech-pkg%NetBSD.org@localhost
@@ -25,6 +24,7 @@
 .include "../../textproc/scrollkeeper/omf.mk"
 .include "../../print/libgnomeprint/buildlink2.mk"
 .include "../../print/libgnomeprintui/buildlink2.mk"
+.include "../../devel/libbonobo/buildlink2.mk"
 .include "../../sysutils/gnome-vfs2/buildlink2.mk"
 .include "../../devel/gettext-lib/buildlink2.mk"
 .include "../../devel/GConf2/schemas.mk"
diff -r 4b26429af5ed -r ed06510f90b9 graphics/eog2/distinfo
--- a/graphics/eog2/distinfo    Sun Dec 14 23:56:58 2003 +0000
+++ b/graphics/eog2/distinfo    Mon Dec 15 00:00:25 2003 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2003/07/25 16:59:25 drochner Exp $
+$NetBSD: distinfo,v 1.6 2003/12/15 00:00:25 xtraeme Exp $
 
-SHA1 (eog-2.3.4.tar.bz2) = 2b0ae0a172cb255f9701a21bc206d2661076ce23
-Size (eog-2.3.4.tar.bz2) = 660519 bytes
-SHA1 (patch-aa) = 652b3c9489bdaffd3fbcdd90dcb759fdd79e73b8
+SHA1 (eog-2.4.1.tar.bz2) = 6d38684c85620c101cf1c99ed54eb558d252e59f
+Size (eog-2.4.1.tar.bz2) = 696930 bytes
+SHA1 (patch-aa) = b28deb8fdf3b876e0812f2fdaf4db3b98aa99a1b
diff -r 4b26429af5ed -r ed06510f90b9 graphics/eog2/patches/patch-aa
--- a/graphics/eog2/patches/patch-aa    Sun Dec 14 23:56:58 2003 +0000
+++ b/graphics/eog2/patches/patch-aa    Mon Dec 15 00:00:25 2003 +0000
@@ -1,10 +1,10 @@
-$NetBSD: patch-aa,v 1.2 2003/02/18 20:52:07 jmmv Exp $
+$NetBSD: patch-aa,v 1.3 2003/12/15 00:00:25 xtraeme Exp $
 
---- Makefile.in.orig   2003-01-28 09:35:03.000000000 +0100
-+++ Makefile.in
-@@ -133,7 +133,7 @@ Graphics_DATA = $(Graphics_in_files:.des
- Gladedir = $(datadir)/eog/glade
- Glade_DATA = eog.glade
+--- Makefile.in.orig   2003-12-02 05:21:47.000000000 +0000
++++ Makefile.in        2003-12-02 05:22:04.000000000 +0000
+@@ -127,7 +127,7 @@
+ gladedir = $(datadir)/eog/glade
+ glade_DATA = eog.glade
  
 -schemasdir = $(sysconfdir)/gconf/schemas
 +schemasdir = $(datadir)/gconf/schemas



Home | Main Index | Thread Index | Old Index