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.8.0. This version correspon...
details: https://anonhg.NetBSD.org/pkgsrc/rev/a8f3d5fa5a62
branches: trunk
changeset: 480897:a8f3d5fa5a62
user: jmmv <jmmv%pkgsrc.org@localhost>
date: Tue Sep 21 17:09:32 2004 +0000
description:
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:
graphics/eog2/Makefile | 18 +++++++++---------
graphics/eog2/PLIST | 22 +++++++++-------------
graphics/eog2/distinfo | 6 +++---
3 files changed, 21 insertions(+), 25 deletions(-)
diffs (137 lines):
diff -r f1580500ca6c -r a8f3d5fa5a62 graphics/eog2/Makefile
--- a/graphics/eog2/Makefile Tue Sep 21 17:09:11 2004 +0000
+++ b/graphics/eog2/Makefile Tue Sep 21 17:09:32 2004 +0000
@@ -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@localhost
@@ -24,19 +24,19 @@
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"
diff -r f1580500ca6c -r a8f3d5fa5a62 graphics/eog2/PLIST
--- a/graphics/eog2/PLIST Tue Sep 21 17:09:11 2004 +0000
+++ b/graphics/eog2/PLIST Tue Sep 21 17:09:32 2004 +0000
@@ -1,17 +1,9 @@
-@comment $NetBSD: PLIST,v 1.8 2004/05/15 13:59:15 jmmv Exp $
+@comment $NetBSD: PLIST,v 1.9 2004/09/21 17:09:32 jmmv Exp $
bin/eog
-lib/bonobo/servers/GNOME_EOG.server
-lib/bonobo/servers/GNOME_EOG_Collection.server
-libexec/eog-collection-view
-libexec/eog-image-viewer
share/applications/eog.desktop
share/eog/glade/eog.glade
-share/eog/gpi-dialog.glade
share/gconf/schemas/eog.schemas
-share/gnome-2.0/ui/eog-collection-view-ui.xml
-share/gnome-2.0/ui/eog-image-view-ctrl-ui.xml
-share/gnome-2.0/ui/eog-image-view-ui.xml
-share/gnome-2.0/ui/eog-shell-ui.xml
+share/gnome-2.0/ui/eog-gtk-ui.xml
share/gnome/help/eog/C/eog.xml
share/gnome/help/eog/C/figures/eog_start_window.png
share/gnome/help/eog/C/legal.xml
@@ -45,7 +37,6 @@
share/gnome/help/eog/zh_TW/eog.xml
share/gnome/help/eog/zh_TW/figures/eog_start_window.png
share/gnome/help/eog/zh_TW/legal.xml
-share/idl/Eog.idl
${PKGLOCALEDIR}/locale/af/LC_MESSAGES/eog.mo
${PKGLOCALEDIR}/locale/am/LC_MESSAGES/eog.mo
${PKGLOCALEDIR}/locale/ar/LC_MESSAGES/eog.mo
@@ -53,6 +44,7 @@
${PKGLOCALEDIR}/locale/be/LC_MESSAGES/eog.mo
${PKGLOCALEDIR}/locale/bg/LC_MESSAGES/eog.mo
${PKGLOCALEDIR}/locale/bn/LC_MESSAGES/eog.mo
+${PKGLOCALEDIR}/locale/bs/LC_MESSAGES/eog.mo
${PKGLOCALEDIR}/locale/ca/LC_MESSAGES/eog.mo
${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/eog.mo
${PKGLOCALEDIR}/locale/cy/LC_MESSAGES/eog.mo
@@ -86,9 +78,12 @@
${PKGLOCALEDIR}/locale/ml/LC_MESSAGES/eog.mo
${PKGLOCALEDIR}/locale/mn/LC_MESSAGES/eog.mo
${PKGLOCALEDIR}/locale/ms/LC_MESSAGES/eog.mo
+${PKGLOCALEDIR}/locale/nb/LC_MESSAGES/eog.mo
+${PKGLOCALEDIR}/locale/ne/LC_MESSAGES/eog.mo
${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/eog.mo
${PKGLOCALEDIR}/locale/nn/LC_MESSAGES/eog.mo
${PKGLOCALEDIR}/locale/no/LC_MESSAGES/eog.mo
+${PKGLOCALEDIR}/locale/or/LC_MESSAGES/eog.mo
${PKGLOCALEDIR}/locale/pa/LC_MESSAGES/eog.mo
${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/eog.mo
${PKGLOCALEDIR}/locale/pt/LC_MESSAGES/eog.mo
@@ -103,6 +98,7 @@
${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/eog.mo
${PKGLOCALEDIR}/locale/ta/LC_MESSAGES/eog.mo
${PKGLOCALEDIR}/locale/th/LC_MESSAGES/eog.mo
+${PKGLOCALEDIR}/locale/tk/LC_MESSAGES/eog.mo
${PKGLOCALEDIR}/locale/tr/LC_MESSAGES/eog.mo
${PKGLOCALEDIR}/locale/uk/LC_MESSAGES/eog.mo
${PKGLOCALEDIR}/locale/vi/LC_MESSAGES/eog.mo
@@ -125,6 +121,8 @@
share/pixmaps/eog/orient-horizontal.png
share/pixmaps/eog/orient-vertical.png
share/pixmaps/eog/right-down.png
+share/pixmaps/eog/stock-flip-horizontal-16.png
+share/pixmaps/eog/stock-flip-vertical-16.png
share/pixmaps/eog/stock-rotate-180-16.png
share/pixmaps/eog/stock-rotate-270-16.png
share/pixmaps/eog/stock-rotate-90-16.png
@@ -133,7 +131,6 @@
@comment in xdg-dirs: @dirrm share/pixmaps
@dirrm share/omf/eog
@comment in scrollkeeper: @dirrm share/omf
-@comment in ORBit2: @dirrm share/idl
@dirrm share/gnome/help/eog/zh_TW/figures
@dirrm share/gnome/help/eog/zh_TW
@dirrm share/gnome/help/eog/zh_CN/figures
@@ -163,4 +160,3 @@
@dirrm share/eog/glade
@dirrm share/eog
@comment in xdg-dirs: @dirrm share/applications
-@comment in libbonobo: @dirrm lib/bonobo/servers
diff -r f1580500ca6c -r a8f3d5fa5a62 graphics/eog2/distinfo
--- a/graphics/eog2/distinfo Tue Sep 21 17:09:11 2004 +0000
+++ b/graphics/eog2/distinfo Tue Sep 21 17:09:32 2004 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2004/05/15 13:59:15 jmmv Exp $
+$NetBSD: distinfo,v 1.10 2004/09/21 17:09:32 jmmv Exp $
-SHA1 (eog-2.6.1.tar.bz2) = 5c645f78f240cf984a1f06c8db390ba442785d16
-Size (eog-2.6.1.tar.bz2) = 863021 bytes
+SHA1 (eog-2.8.0.tar.bz2) = bbcfcfcbccb8db6ba4d620819b3d99c3c3e64bee
+Size (eog-2.8.0.tar.bz2) = 805859 bytes
SHA1 (patch-aa) = b28deb8fdf3b876e0812f2fdaf4db3b98aa99a1b
SHA1 (patch-ab) = d59b28e78e66406c624968d72cece1ca60a68684
Home |
Main Index |
Thread Index |
Old Index