summaryrefslogtreecommitdiff
path: root/graphics/eog2/Makefile
diff options
context:
space:
mode:
authorjmmv <jmmv>2004-09-21 17:09:32 +0000
committerjmmv <jmmv>2004-09-21 17:09:32 +0000
commit8aad09d1ae49bb55c8fea3b757ca2bbf2f70e5ff (patch)
tree1417004994cdb5cdf774769ad8223f01dc2c6d26 /graphics/eog2/Makefile
parentdbd18b6a0bb5c5bee1267cec1f9207a801d80dce (diff)
downloadpkgsrc-8aad09d1ae49bb55c8fea3b757ca2bbf2f70e5ff.tar.gz
Update to 2.8.0. This version corresponds to GNOME 2.8.0.
Version 2.8.0 ------------- - Bug fixes - Translation Updates: Adam Weinberger (en_CA), Alexander Shopov (bg), Arafat Medini (ar), Baris Cicek (tr), Changwoo Ryu (ko), Christian Rose (sv), Christophe Merlet (fr), Dafydd Harries (cy), Danilo Šegan (sr), David Lodge (en_GB), Estêvão Samuel Procópio (pt_BR), Francisco Javier F. Serrador (es), Gora Mohanty (or), Ilkka Tuohela (fi), Iñaki Larrañaga (eu), Jayaradha (ta), Jordi Mallach (ca), Kjartan Maraas (nb, no), Kostas Papadimas (el), Laszlo Dvornik (hu), Laurent Dhima (sq), Leonid Kanter (ru), Martin Willemoes Hansen (da), Miloslav Trmac (cs), Mugurel Tudor (ro), Peteris Krisjanis (lv), Roozbeh Pournader (fa), Takeshi AIHANA (ja), Vincent van Adrighem (nl), Åsmund Skjæveland (nn) Version 2.7.1 ------------- - eog.desktop fix (Ray Strode) - About icon added (Mason Kidd) - Removed bonob dependencies - Compile with new libexif (Grzegorz Golawski) - Multiple string translation fixes - Multiple bug fixes (slideshow, crasher) - Translation Updates: Adam Weinberger (en_CA), Alexander Shopov (bg), Ankit Patel (gu), Artur Flinta (pl), Changwoo Ryu (ko), Christian Rose (bs, or), Danilo Šegan (sr), David Lodge (en_GB), Duarte Loreto (pt), Francisco Javier F. Serrador (es), Funda Wang (zh_CN), Gareth Owen (en_GB), Gora Mohanty (or), Guntupalli Karunakar (hi), Gustavo Maciel Dias Vieira (pt_BR), Hasbullah Bin Pit (ms), Jens Finke (de), Kjartan Maraas (nb, no), Laszlo Dvornik (hu), Laurent Dhima (sq), Martin Willemoes Hansen (da), Maxim Dziumanenko (uk), Miloslav Trmac (cs), Takeshi AIHANA (ja), Telsa Gwynne (cy), Tommi Vainikainen (fi), Vincent van Adrighem (nl), Åsmund Skjæveland (nn), Žygimantas Beručka (lt) Version 2.7.0 ------------- - Kicked bonobo components. Eog is a monolithic program again. - Display image info for single and collection view. - Better metadata reader - Speed improvements - Use new GtkUIManager - New icons for flipping transformations - "Save As" function in collection view - "Delete" function - Translation Updates: Adam Weinberger (en_CA), Alexander Shopov (bg), Alexander Winston (en_CA), Christian Rose (tk), Christophe Merlet (fr), Est Samuel Proc io (pt_BR), Francisco Javier F. Serrador (es), Gareth Owen (en_GB), Gil Osher (he), Gustavo Maciel Dias Vieira (pt_BR), Jens Finke (de), Laurent Dhima (sq), Miloslav Trmac (cs), Pablo Saratxaga (wa), Pawan Chitrakar (ne), Vincent van Adrighem (nl)
Diffstat (limited to 'graphics/eog2/Makefile')
-rw-r--r--graphics/eog2/Makefile18
1 files changed, 9 insertions, 9 deletions
diff --git a/graphics/eog2/Makefile b/graphics/eog2/Makefile
index 5a073ff1ba7..35000a1fafa 100644
--- a/graphics/eog2/Makefile
+++ b/graphics/eog2/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.32 2004/07/16 15:58:31 xtraeme Exp $
+# $NetBSD: Makefile,v 1.33 2004/09/21 17:09:32 jmmv Exp $
#
-DISTNAME= eog-2.6.1
+DISTNAME= eog-2.8.0
CATEGORIES= graphics gnome
-MASTER_SITES= ${MASTER_SITE_GNOME:=sources/eog/2.6/}
+MASTER_SITES= ${MASTER_SITE_GNOME:=sources/eog/2.8/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= tech-pkg@NetBSD.org
@@ -24,19 +24,19 @@ GCONF2_SCHEMAS= eog.schemas
BUILDLINK_DEPENDS.libart2+= libart2>=2.3.16
.include "../../devel/GConf2/schemas.mk"
-.include "../../devel/eel2/buildlink3.mk"
+.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
-.include "../../devel/libbonobo/buildlink3.mk"
-.include "../../devel/libbonoboui/buildlink3.mk"
+.include "../../devel/eel2/buildlink3.mk"
+.include "../../devel/libglade2/buildlink3.mk"
.include "../../devel/libgnomeui/buildlink3.mk"
.include "../../devel/pkgconfig/buildlink3.mk"
.include "../../devel/popt/buildlink3.mk"
.include "../../graphics/jpeg/buildlink3.mk"
+.include "../../graphics/libart2/buildlink3.mk"
.include "../../graphics/libexif/buildlink3.mk"
-.include "../../graphics/png/buildlink3.mk"
+.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../sysutils/gnome-vfs2/buildlink3.mk"
-.include "../../print/libgnomeprintui/buildlink3.mk"
-.include "../../print/libgnomeprint/buildlink3.mk"
.include "../../textproc/intltool/buildlink3.mk"
.include "../../textproc/scrollkeeper/omf.mk"
+.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"