2012-03-09 13:33:57 +01:00
|
|
|
# $NetBSD: Makefile,v 1.67 2012/03/09 12:34:09 wiz Exp $
|
2002-11-02 05:09:34 +01:00
|
|
|
#
|
|
|
|
|
2010-11-28 14:04:09 +01:00
|
|
|
DISTNAME= eog-2.32.1
|
2012-03-09 13:33:57 +01:00
|
|
|
PKGREVISION= 7
|
2003-12-18 15:18:16 +01:00
|
|
|
CATEGORIES= graphics gnome
|
2010-11-28 14:04:09 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/eog/2.32/}
|
2003-12-18 15:18:16 +01:00
|
|
|
EXTRACT_SUFX= .tar.bz2
|
2002-11-02 05:09:34 +01:00
|
|
|
|
2006-03-04 22:28:51 +01:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2003-12-18 15:18:16 +01:00
|
|
|
HOMEPAGE= http://www.gnome.org/
|
|
|
|
COMMENT= Eye of GNOME: an image viewing and cataloging program
|
2009-05-18 11:51:07 +02:00
|
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
|
2008-06-12 04:14:13 +02:00
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
|
2002-11-02 05:09:34 +01:00
|
|
|
GNU_CONFIGURE= YES
|
2006-07-05 07:37:39 +02:00
|
|
|
USE_TOOLS+= gmake intltool msgfmt pkg-config
|
2002-12-01 14:49:38 +01:00
|
|
|
USE_PKGLOCALEDIR= YES
|
2009-03-19 19:39:14 +01:00
|
|
|
USE_LIBTOOL= yes
|
2002-11-02 05:09:34 +01:00
|
|
|
|
2007-09-21 15:03:25 +02:00
|
|
|
GCONF_SCHEMAS= eog.schemas
|
2003-02-14 22:11:26 +01:00
|
|
|
|
2009-04-07 12:33:41 +02:00
|
|
|
# XXX Python plugins do more harm than good for now
|
|
|
|
#.include "../../lang/python/application.mk"
|
|
|
|
#.include "../../x11/py-gtk2/buildlink3.mk"
|
2007-09-21 15:03:25 +02:00
|
|
|
.include "../../devel/GConf/schemas.mk"
|
2009-01-14 16:19:38 +01:00
|
|
|
BUILDLINK_API_DEPENDS.glib2+= glib2>=2.15.3
|
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)
2004-09-21 19:09:32 +02:00
|
|
|
.include "../../devel/glib2/buildlink3.mk"
|
2004-02-11 05:58:15 +01:00
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
2010-07-06 17:32:17 +02:00
|
|
|
#.include "../../devel/eel/buildlink3.mk"
|
2008-10-25 02:23:03 +02:00
|
|
|
.include "../../devel/exempi/buildlink3.mk"
|
Update to 2.9.0:
Version 2.9.0
-------------
- Support for bug-buddy auto version completion (Christoffer Olsen)
- Some critical bug fixes (James Henstridge, Jens)
- Preferences help (Vinay M R)
- Removing of eel dependency (Paolo Borelli)
- Show/hide image info view
- Translation Updates:
Adam Weinberger (en_CA), Alexander Shopov (bg), David Lodge (en_GB),
Dwayne Bailey (nso), Francisco Javier F. Serrador (es), Hendrik Richter
(de), Kjartan Maraas (nb), Laurent Dhima (sq), Martin Willemoes Hansen
(da), Miloslav Trmac (cs), Mohammad DAMT (id),
2005-03-22 17:28:37 +01:00
|
|
|
.include "../../devel/pango/buildlink3.mk"
|
2007-11-03 17:22:56 +01:00
|
|
|
BUILDLINK_API_DEPENDS.gnome-icon-theme+= gnome-icon-theme>=2.20.0
|
|
|
|
.include "../../graphics/gnome-icon-theme/buildlink3.mk"
|
2007-04-11 20:09:46 +02:00
|
|
|
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
|
2010-12-23 12:44:24 +01:00
|
|
|
.include "../../mk/jpeg.buildlink3.mk"
|
Update to 2.12.1:
Version 2.12.1
--------------
- Several bug fixes from Lucas Rocha: fixes a crash reading broken
SVG files, fixes a crash when opening a symlink to an image,
and properly updates the status bar on opening.
- Translation Updaes: Vladimir Petkov (bg), Mahay Alam Khan (bn),
Miloslav Trmac (cs), Iñaki Larrañaga Murgoitio (eu), Ignacio
Casal Quinteiro (gl), Alessio Frusciante (it), Christian Rose (sv),
Clytie Siddall (vi)
Version 2.12.0
--------------
- Images opened with the sidebar enabled are now shown at 100% zoom
with a correct window size. Bug #315189. (Ryan Lortie)
- Fixed a crashing bug while using arrow keys to navigate a
directory. Bug #311086. (Lucas Rocha)
- Translation Updates: Vladimir Petkov (bg), Jordi Mallach (ca),
Miloslav Trmac (cs), Rhys Jones (cy), Hendrik Richter (de),
Kostas Papadimas (el), Stéphane Raimbault (fr), Gil Osher (he),
Gabor Kelemen (hu), Mohammad DAMT (id), Young-Ho Cha (ko),
Erdal Ronahi (ku), Žygimantas Beručka (lt), Michiel Sikkes (nl),
Guilherme de S. Pastore (pt_BR), Duarte Loreto (pt), Mugurel
Tudor (ro), Leonid Kanter (ru), Laurent Dhima (sq), Baris
Cicek (tr), Maxim Dziumanenko (uk), Clytie Siddall (vi),
Woodman Tuen (zh_TW)
Version 2.11.92
--------------
- Threading bug fix from Ross Burton.
- New Ukraininian translation of the manual.
- Translation Updates:
Vladimir Petkov (bg), Jordi Mallach (ca), Miloslav Trmac (cs),
Kostas Papadimas (el), Gabor Kelemen (hu), Žygimantas Beručka (lt),
Guilherme de S. Pastore (pt_BR), Duarte Loreto (pt) , Mugurel
Tudor (ro), Leonid Kanter (ru), Laurent Dhima (sq), Maxim
Dziumanenko (uk), Woodman Tuen (zh_TW)
Version 2.11.90
---------------
- Bug fixes for dual-screen/multi-monitor display.
(Davyd Madeley)
- ICC color profile support, requires the Little CMS library
available at http://www.littlecms.com/ (Ross Burton)
- The thumbnail list of images is now updated dynamically
based on filesystem changes. (Philip Van Hoof)
- Printing and print preview bugs have been fixed. (Philip Van Hoof)
- Many small bug fixes and UI changes.
- Translation Updates:
Abdulaziz Al-Arfaj (ar), Vladimir Petkov (bg), Jordi Mallach (ca),
Miloslav Trmac (cs), Martin Willemoes Hansen (da), Hendrik Richter
(de), Nikos Charonitakis (el), Adam Weinberger (en_CA), David Lodge
(en_GB), Francisco Javier F. Serrador (es), Priit Laes (et), Iñaki
Larrañaga Murgoitio (eu), Meelad Zakaria (fa), Ilkka Tuohela
(fi), Benoît Dejean (fr), Ignacio Casal Quinteiro (gl), Ankit
Patel (gu), Rajesh Ranjan (hi), Gabor Kelemen (hu), Mohammad DAMT
(id), Alessio Frusciante (it), Takeshi AIHANA (ja), Changwoo Ryu
(ko), Žygimantas Beručka (lt), Terance Edward Sola (nb), Pawan
Chitrakar (ne), Michiel Sikkes (nl), Åsmund Skjæveland (nn),
Terance Edward Sola (no), Zuza Software Foundation (nso), Bartosz
Kosiorek (pl), Guilherme de S. Pastore (pt_BR), Duarte Loreto
(pt), Mugurel Tudor (ro), Leonid Kanter (ru), Steve Murphy (rw),
Ivan Noris (sk), Laurent Dhima (sq), Игор Несторовић
(sr), Christian Rose (sv), (tamil), Theppitak Karoonboonyanan (th),
A. Alphan Bayazit (tr), Gheyret T.Kenji (ug), Maxim Dziumanenko
(uk), Clytie Siddall (vi), Canonical Ltd (xh), Funda Wang (zh_CN),
Woodman Tuen (zh_TW), Zuza Software Foundation (zu)
Version 2.11.0
--------------
- The status bar code has been reworked (Paolo Borelli)
- Preferences and Help dialogs now launch centered on the
parent window. (Paolo Borelli)
- Some small fixes to the zoom UI (Paolo Borelli)
- Color picker button has been rewritten to use new Gtk API
(Paolo Borelli)
- More UI fixes (Paolo Borelli, Dennis Cranston, Murali K.)
- Many bug fixes (Kjartan Maraas, Behdad Esfahbod)
- Portable to the Microsoft Windows platform (Tor Lillqvist)
- Translation Updates:
Vladimir Petkov (bg), Martin Willemoes Hansen (da),
Francisco Javier F. Serrador (es), Ivar Smolin (et),
Ilkka Tuohela (fi), Ignacio Casal Quinteiro (gl),
Terance Edward Sola (nb), Michiel Sikkes (nl),
Terance Edward Sola (no), Ivan Noris (sk),
Theppitak Karoonboonyanan (th), Gheyret T.Kenji (ug),
Funda Wang (zh_CN), Woodman Tuen (zh_TW)
2005-10-14 23:52:14 +02:00
|
|
|
.include "../../graphics/lcms/buildlink3.mk"
|
2009-01-14 16:19:38 +01:00
|
|
|
BUILDLINK_API_DEPENDS.libexif+= libexif>=0.6.12
|
2004-02-11 05:58:15 +01:00
|
|
|
.include "../../graphics/libexif/buildlink3.mk"
|
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)
2004-09-21 19:09:32 +02:00
|
|
|
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
2007-11-03 17:22:56 +01:00
|
|
|
BUILDLINK_API_DEPENDS.shared-mime-info+= shared-mime-info>=0.20
|
|
|
|
.include "../../databases/shared-mime-info/buildlink3.mk"
|
2009-01-14 16:19:38 +01:00
|
|
|
BUILDLINK_API_DEPENDS.dbus-glib+= dbus-glib>=0.71
|
|
|
|
.include "../../sysutils/dbus-glib/buildlink3.mk"
|
Update to 2.16.0.1:
Version 2.16.0.1
----------------
- Fix infinite loop on canvas destruction (Sven Herzberg) [#350569]
Version 2.16.0
---------------
- Updated translations: Raivis Dejus (lv), Duarte Loreto (pt),
Žygimantas Beručka (lt), Robert-André Mauchin (fr),
Theppitak Karoonboonyanan (th), Gabor Kelemen (hu),
Chao-Hsiung Liao (zh_HK, zh_TW), Jovan Naumovski (mk),
Nikos Charonitakis (el), Inaki Larranaga (eu), Abel Cheung (zh_HK, zh_TW),
Danilo Šegan (sr, sr@Latn.po), Runa Bhattacharjee (bn_IN)
Version 2.15.92
---------------
- .desktop file small fix (Lucas Rocha) [#343052]
- Fix error when loading images with ':' in their filenames
from command line (Felix Riemman) [#305129].
- Fix critical warnings when opening remote
images (Lucas Rocha) [#350557]
- Make transparency color preferences work on full screen
mode (Felix Riemman) [#346680]
- Updated translations: Wouter Bolsterlee (nl), Baris Cicek (tr),
Ilkka Tuohela (fi), Jovan Naumovski (mk), Priit Laes (et),
Guntupalli Karunakar (dz), Francisco Javier F. Serrador (es),
Maxim Dziumanenko (uk), Ani Peter (ml), Hendrik Richter (de),
Vladimer Sichinava (ka), Ahmad Riza H Nst (id), Clytie Siddall (vi),
Ankit Patel (gu), Gabor Kelemen (hu), Daniel Nylander (sv),
Leonid Kanter (ru), Satoru Satoh (ja), Artur Flinta (pl),
Funda Wang (zh_CN), Alexander Shopov (bg), Matic Žgur (sl).
Version 2.15.91
---------------
- Small fixes on error dialog (Lucas Rocha)
- Fix memory leak on image transformation (Felix Riemman) [349434]
- Fix typo on UI message (Lucas Rocha) [349361]
- Panning around the image with arrows on fullscreen mode
(Lucas Rocha) [347174]
- Updated translations: Hendrik Richter (de), Francisco Javier F.
Serrador (es), Christophe Merlet (fr), Maxim Dziumanenko (uk),
Jovan Naumovski (mk), Bastien Nocera (en_GB), Theppitak
Karoonboonyanan (th), Ankit Patel (gu), Jakub Friedl (cs)
Version 2.15.90
---------------
- Avoid losing EXIF data when saving changed jpeg images (Felix Riemman)
[#309219]
- Use middle mouse drag to scroll image (Wouter Bolsterlee) [#335689].
- Make transparent color selection work (Felix Riemman) [#347600].
- Fix crash when switching images with mouse wheel (Callum McKenzie) [#340827].
- Updated translations: Mahay Alam Khan (bn_IN), Jordi Mallach (ca), Jakub
Friedl (cs), Kostas Papadimas (el), Christophe Merlet (RedFox) (fr), Satoru
SATOH (ja), Daniel Nylander (sv).
Version 2.15.4
---------------
- Several code cleanups (Felix Riemman) [#321267, #321267]
- Updated FSF address (Francisco Javier F. Serrador).
- Updated translations: Ales Nyakhaychyk (be), Vladimir Petkov (bg), Mahay
Alam Khan (bn_IN), Mahay Alam Khan (bn), Lukas Novotny (cs), Martin Willemoes
Hansen (da), Hendrik Richter (de), Mindu Dorji (dz), Alan Horkan (en_GB),
Francisco Javier F. Serrador (es), Priit Laes (et), Iñaki Larrañaga
Murgoitio (eu), Ilkka Tuohela (fi), Benoît Dejean (fr), Ankit Patel (gu),
Mohammad DAMT (id), Changwoo Ryu (ko), Fanomezana Rajaonarisoa (mg), Sanlig
Badral (mn), Mahesh Subedi (ne), A S Alam (pa), Licio Fernando Nascimento da
Fonseca (pt_BR), Leonid Kanter (ru), Felix (ta), Theppitak
Karoonboonyanan (th), Gheyret T.Kenji (ug), Woodman Tuen (zh_HK), Woodman
Tuen (zh_TW)
Version 2.15.3
---------------
- Properly sort image filenames containing numbers (Felix Riemann) [#340957]
- Thumbnailing fixes (Felix Riemann) [#342817]
- Fix printing for images with alpha channel (Jan Kümmel) [#322057]
- Updated translations: Ignacio Casal Quinteiro (gl), Ankit Patel (gu),
Theppitak Karoonboonyanan (th), Clytie Siddall (vi), Inaki Larrañaga (eu),
Pema Geyleg (dz), Francisco Javier F. Serrador (es)
Version 2.15.2
---------------
- Small code cleanups (Lucas Rocha)
- About dialog update (Claudio Saavedra) [#342103]
- Respect desktop saving lockdown (Lucas Rocha) [#341862]
- Avoid rezooming caused by progress bar (Lucas Rocha) [#327424]
- Partial fix for crash on slideshow/fullscreen
cancel (Claudio Saavedra) [#320206]
Version 2.15.1
---------------
- gnome-doc-utils migration (Lucas Rocha)
- Use the directory of the currently viewed file as
initial location of file chooser (Lucas Rocha) [#335653]
- Image navigation keyboard shortcuts review for desktop
coherence: Alt-Left for previous image, Alt-Right for
next, Alt-Home for first, Alt-End for last (Jaap Haitsma)
- GOption migration (Michael Plump)
- Small UI fixes (Lucas Rocha) [#339315, #335109]
- Duplex printing off by default (Lucas Rocha) [#334016]
- Fix crash when saving files on directories that EOG
is watching (Lucas Rocha) [#336050]
- Use of po/LINGUAS file (Michiel Sikkes)
- Updated translations: Baris Cicek (tr), Gora Mohanty (or),
Tommi Vainikainen (dz), Priit Laes (et),
Vincent van Adrighem (nl), Lukas Novotny (cs),
Clytie Siddall (vi), Kjartan Maraas (no),
Ankit Patel (gu).
2006-09-15 17:21:06 +02:00
|
|
|
.include "../../textproc/gnome-doc-utils/buildlink3.mk"
|
2007-11-29 21:37:26 +01:00
|
|
|
.include "../../mk/omf-scrollkeeper.mk"
|
Update to 2.14.0:
Version 2.14.0
---------------
- Fixes crasher when opening images with strange extensions
(Ryan Lortie) [#333551]
- Quit EOG when not able to load images (Lucas Rocha)
- Fix window positioning behavior (Lucas Rocha)
- Updated translations: Alexander Shopov (bg), Mugurel Tudor (ro),
Rajesh Ranjan (hi), Luca Ferretti (it), Ole Laursen (da),
Gabor Kelemen (hu), Daniel Nylander (sv), Elnaz Sarbar (fa),
Farzaneh Sarafraz (fa), Miloslav Trmac (cs), Benoît Dejean (fr).
Version 2.13.92
---------------
- Disable all debug messages by default (Lucas Rocha) [#331362]
- Fix 64-bit pointer truncation (Pascal Hofstee, Alexander
Nedotsukov) [#331971]
- Correct handling of zoom precision with mouse wheel
(Felix Riemann) [#310833]
- Build system fixes (Sylvain Bertrand) [#330708]
- Define a minimum window size (Lucas Rocha) [#327065]
- Mouse scroll wheel now makes image switching on collection
pane (Lucas Rocha) [#331645]
- Fixes crash when removing images from a directory with images
that EOG is watching (Lucas Rocha)
- Updated translations: Žygimantas Beručka (lt), Kostas Papadimas (el),
Satoru Satoh (ja), Inaki Larrañaga (eu), Artur Flinta (pl),
Rhys Jones (cy), Leonid Kanter (ru), Alessio Frusciante (it),
Maxim Dziumanenko (uk)
Version 2.13.91
---------------
- Remove critical warnings on save dialogs (Lucas Rocha) [#327170]
- Use current locale for images on NIS filesystem (Takao Fujiwara) [320289]
- Updated translations: Laurent Dhima (sq), Hendrik Richter (de),
Lukas Novotny (cs), Alexander Sigachov (ru)
Version 2.13.90
---------------
- Normal viewing of images from SMB shares (#326104)
Patch from Felix Riemann.
- .desktop file fixes (#328033)
- Updated translations: Theppitak Karoonboonyanan (th), Ankit Patel (gu),
Adam Weinberger (en_CA), Slobodan D. Sredojevic (sr, sr@Latn),
Priit Laes (et), Clytie Siddall (vi), Kjartan Maraas (no, nb),
Josep Puigdemont i Casamajó (ca), Francisco Javier F. Serrador (es),
Chao-Hsiung Liao (zh_TW, zh_HK), Funda Wang (zh_CN), Duarte Loreto (pt),
Evandro Fernandez Giovanini (pt_BR)
Version 2.13.5
--------------
- Plural string fixes (#327106)
- Updated translations: Clytie Siddall (vi), Ankit Patel (gu),
Gabor Kelemen (hu), Ivar Smolin (et), Takeshi Aihana (ja),
Kjartan Maraas (no, nb), Chao-Hsiung Liao (zh_TW, zh_HK),
Francisco Javier F. Serrador (es), Slobodan D. Sredojevic (sr, sr@Latn),
Ignacio Casal Quinteiro (gl), Ilkka Tuohela (fi)
Version 2.13.4
--------------
- Disable xscreensaver on fullscreen mode (#326369)
- Correctly refresh image section for very small images (#317641).
Patch from Felix Riemann.
- New delete confirmation dialog (#322884). Patch from
Jaap Haitsma.
- Several code cleanups. Patches from Felix Riemann.
- Resize window according to the image dimensions (#323204)
- Add BackSpace accel for previous image action (#324088)
- Fix GTK+ dependency version. (#324149)
- Updated translations: Alan Horkan (en_GB), Clytie Siddall (vi),
Ilkka Tuohela (fi), Abel Cheung (zh_TW, zh_HK), Josep Puigdemont
i Casamajó (ca), Žygimantas Beručka (lt), Vincent van Adrighem (nl),
Kjartan Maraas (no, nb), Ignacio Casal Quinteiro (gl), Theppitak
Karoonboonyanan (th), Ankit Patel (gu), Alexander Shopov (bg),
Adam Weinberger (en_CA)
Version 2.13.3
--------------
- Added Return accelerator for Next Image and Shift+Return
and Shift+SpaceBar accelerators for Previous Image. (#322593)
Patch from Jaap A. Haitsma <jaap@haitsma.org>
- Use one single function when changing single selection
instead of six too similar ones. (#321395) Patch from
Claudio Saavedra <csaavedra@alumnos.utalca.cl>)
- Icon now shown in about dialog. (#321665) Patch from
Vincent Noel <vincent.noel@gmail.com>.
- Image information pane is disabled by default. (#313672)
- Other assorted bug fixes and code cleanups.
- Updated translations:
Ankit Patel (gu), Alessio Frusciante (it), Miloslav Trmac (cs),
Åsmund Skjæveland (nn), Francisco Javier F. Serrador (es),
Alexander Shopov (bg), Žygimantas Beručka (lt),Ales Nyakhaychyk (be),
Takeshi AIHANA (ja), Adam Weinberger (en_CA), Funda Wang (zh_CN),
Priit Laes (et), Ignacio Casal Quinteiro (gl), Kjartan Maraas (nb, no),
Guilherme de S. Pastore (pt_BR), Theppitak Karoonboonyanan (th).
Version 2.13.2
--------------
- UI redesign. Fixes bugs #148643 and #320542. (Lucas Rocha)
* Removed 'New Window' and 'Open Folder' from 'File' menu;
* Removed 'New Window' and 'Open' items from toolbar;
* Moved rotation toolbar items to the right edge;
* Added Next/Previous button to toolbar for easy navigation
through image collection;
* Added 'Go' menu with Next/Previous/First/Last Image items;
* Status shows the position of image within a collection,
not the number the selected images;
* Added 'Image Collection' item to 'View' menu to Show/Hide
image collection pane;
* Accelerators: Ctrl+PageDown and spacebar switches to the next
image, Ctrl+PageUp switches to the previous image, Ctrl+Home
switches to the first image, Ctrl+End switches to the last image,
F9 shows/hides image collection pane, F5 starts slideshow.
- Fix crash when setting window icon. Fixes bug #320245.
(Claudio Saavedra)
- Removed confirmation dialog when removing an image. Fixes
bug #309046. (Lucas Rocha)
- Option to use an image as the desktop wallpaper. Fixes bug
#140768. (Nirmal Kumar, Lucas Rocha)
- Page Up and Page Down scroll images up and down. Fixes bug
#152364. (Lucas rocha)
- Several code cleanups. (Lucas Rocha, Paolo Borelli)
- Correct keys that cancel Fullscreen and Slideshow. (Lucas
Rocha)
- On single and collection view, default focus on
image. Fixes bug #169836. (Lucas Rocha)
- Make it possible to use '=' or '+' for zooming in. Fixes
bug #320367. (Lucas Rocha)
- Added accelerators from numerical keypad for zooming in
and out. Fixes bug #315183. (Felix Riemann)
- Make scrollbar buttons work in thumbnails pane. Fixes
bug #124653. (Juan Carlos Inostroza)
- More coherent fullscreen/slide show behavior. Fixes
bug #317392. (Lucas Rocha)
- Window icon is a thumbnail of the image. Fixed bug
#311720. (Lucas Rocha)
- Use intuitive gnome-icon-theme icon for image viewer
instead of EOG icon. Fixes bug #167087. (Lucas Rocha)
- Fix width of the information pane that was too small.
Fixes bug #313674. (Ed Catmur)
Version 2.13.1
--------------
- Update window title when saving in another location.
Fixes bug #318318. (Lucas Rocha)
- Asks to overwrite target file instead of source when 'Saving
as'. Fixes bug #162627. (Lucas Rocha)
- Don't crash when removing images from a collection.
Fixes bug #313003. (Lucas Rocha)
- No "Open in new window" option on save action. Fixes bug #318734.
(Lucas Rocha)
- Add image/svg+xml to the list of supported file types.
Closes bug #314566. (Lucas Rocha)
- Fix RGBA->RGB conversion when saving PNG images to JPEG.
Fixes bug #314742. (Felix Riemann)
- Update "recent files" when viewing images. Fixes bug #316004.
(Lucas Rocha)
- Ctrl+I keybinding to show/hide Image Properties bar.
Fixes bug #307188. (Lucas Rocha)
- Fix crash when trying to view an image from recent list that
doesn't exist anymore. Fixes bug #312448. (Lucas Rocha)
- Change X development libraries checking in build system
to work on every platform. Fixes bug #317828. (Christophe Belle)
- Fix crash when adding new non-image files to a directory eog
watches and when trying to view a PNG image with a JPEG extension.
Fixes bugs #316808 and #311925. (Callum McKenzie)
- Translation Updates: Ivan Noris (sk)
2006-03-30 23:27:56 +02:00
|
|
|
.include "../../x11/gnome-desktop/buildlink3.mk"
|
2009-01-14 16:19:38 +01:00
|
|
|
BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.11.6
|
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)
2004-09-21 19:09:32 +02:00
|
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
2002-11-02 05:09:34 +01:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|