summaryrefslogtreecommitdiff
path: root/graphics/eog
AgeCommit message (Collapse)AuthorFilesLines
2012-10-06Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-10-02Mass recursive bump after the dependence fix of the "cairo" packagetron2-4/+4
requested by Thomas Klausner.
2012-09-15recursive bump from libffi shlib major bumpobache2-4/+4
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
2012-09-07Revbump after updating graphics/cairoadam2-4/+4
2012-07-15Recursive bump for startup-notification* dependency change, requestedwiz1-2/+2
by Obache.
2012-06-14Recursive PKGREVISION bump for libxml2 buildlink addition.sbd2-4/+4
2012-05-07Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)dholland1-2/+2
It turns out there were a lot of these.
2012-03-09Bump PKGREVISION for python default version change to 2.7.wiz1-2/+2
py-* not affected, since it built different versions depending on the setting already.
2012-03-03Recursive bump for pcre-8.30* (shlib major change)wiz2-4/+4
2012-02-06Revbump forwiz2-4/+4
a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
2011-11-26Recursive bump for devel/exempi buildlink addition.sbd1-2/+2
2011-11-01Recursive bump for graphics/freetype2 buildlink addition.sbd2-4/+4
2011-04-22recursive bump from gettext-lib shlib bump.obache2-4/+4
2011-01-13png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.wiz2-3/+4
2010-12-23Mechanically replace references to graphics/jpeg with the suitabledsainty1-2/+2
alternative from mk/jpeg.buildlink3.mk This allows selection of an alternative jpeg library (namely the x86 MMX, SSE, SSE2 accelerated libjpeg-turbo) via JPEG_DEFAULT=libjpeg-turbo, and follows the current standard model for alternatives (fam, motif, fuse etc). The mechanical edits were applied via the following script: #!/bin/sh for d in */*; do [ -d "$d" ] || continue for i in "$d/"Makefile* "$d/"*.mk; do case "$i" in *.orig|*"*"*) continue;; esac out="$d/x" sed -e 's;graphics/jpeg/buildlink3\.mk;mk/jpeg.buildlink3.mk;g' \ -e 's;BUILDLINK_PREFIX\.jpeg;JPEGBASE;g' \ < "$i" > "$out" if cmp -s "$i" "$out"; then rm -f "$out" else echo "Edited $i" mv -f "$i" "$i.orig" && mv "$out" "$i" fi done done
2010-11-28update to 2.32.1drochner3-9/+9
This switches to the gnome-2.32 release branch.
2010-11-15PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnomeabs2-4/+4
2010-09-14Bump dependency on pixman to 0.18.4 because cairo-1.10 needs thatwiz2-2/+4
version, and bump all depends. Per discussion on pkgsrc-changes.
2010-07-26add onedrochner1-0/+15
2010-07-06update to 2.30.2drochner3-23/+26
This switches to the gnome-2.30 release branch.
2010-06-13Bump PKGREVISION for libpng shlib name change.wiz1-2/+2
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
2010-01-18Second try at jpeg-8 recursive PKGREVISION bump.wiz1-1/+2
2010-01-15update to 2.28.2drochner3-7/+8
changes: -minor build system fix -translation updates (this belongs to gnome-2.28.2 which didn't make it before the pkgsrc freeze)
2009-10-21update to 2.28.1drochner3-14/+16
This switches to the gnome-2.28 release branch.
2009-08-26bump revision because of graphics/jpeg updatesno1-1/+2
2009-07-22Remove USE_DIRS from pkgsrc.wiz1-2/+1
Shared directories can now be created independently by the pacakges needing them and will be removed automatically by pkg_delete when empty. Packages needing empty directories can use the @pkgdir command in PLIST. Discussed and ok'd in thread starting at http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
2009-07-09update to 2.26.3drochner2-6/+6
changes: -bugfixes -translation updates
2009-06-14Remove @dirrm entries from PLISTsjoerg1-87/+1
2009-05-19Update to 2.26.2:wiz2-6/+6
Version 2.26.2 -------------- * UI tweaking (Claudio Saavedra) * Code improvements / fixes (Felix Riemann, Claudio Saavedra) Bug fixes: #579212, JPEG file causes memory corruption (Claudio Saavedra) #580600, eog crashes on drag&drop a directory from places menu (Felix Riemann) New and updated translations: - Jorge González [es] - Ivar Smolin [et] - Funda Wang, Deng Xiyue [zh_CN] New and updated manual translations: - Fotis Tsamis [el]
2009-05-19Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENTwiz1-2/+1
block). Uncomment some commented out LICENSE lines while here.
2009-05-18Update to 2.26.1. Set LICENSE to gnu-gpl-v2.wiz3-7/+16
Version 2.26.1 -------------- * UI improvements (Gabor Kelemen) * Code improvements / fixes (Josselin Mouette, Felix Riemann) Bug fixes: #575772, Move to Trash button has no accelerator (Gabor Kelemen) #576558, Crashes when trying to save write protected file (Josselin Mouette) New and updated translations: - Osama Khalid [ar] - Amitakhya Phukan [as] - Thanos Lefteris, Simos Xenitellis [el] - Jorge González [es] - Claude Paroz [fr] - Shankar Prasad [kn] - Miloš Popović [sr.po, sr@latin] New and updated manual translations: - Felix Riemann [de] - Marios Zindilis [el] - Claude Paroz [fr]
2009-04-07add a comment section telling how Python plugin support can bedrochner1-1/+4
enabled (but leave it off because it is not useful yet)
2009-03-22Remove msgfmtstrip scripts and targets using them, now that thewiz2-27/+1
infrastructure supports this properly (thanks joerg!).
2009-03-19use libtooldrochner1-1/+2
2009-03-16Update eog to 2.26.0.jmcneill5-25/+58
Version 2.26.0 -------------- New and updated translations: - Runa Bhattacharjee [bn_IN] - Kenneth Nielsen, Ask H. Larsen [da] - Suso Baleato, Ignacio Casal Quinteiro [gl] - Yaron Shahrabani [he] - Rajesh Ranjan [hi] - Žygimantas Beručka, Gintautas Miliauskas [lt] - Rajesh Ranjan [mai] - Ani Peter [ml] - Sandeep Shedmake [mr] - Manoj Kumar Giri [or] - Duarte Loreto [pt] - Nickolay V. Shmyrev [ru] - I. Felix [ta] - Krishna Babu K, Krishnababu K [te] New and updated manual translations: - Kenneth Nielsen [da] - Philip Withnall [en_GB] - Milo Casagrande [it] - Łukasz Jernaś [pl] Version 2.25.92 --------------- * Code improvements / fixes (Christian Persch, Claudio Saavedra) * Typo fixes in UI / docs (Milo Casagrande, Łukasz Jernaś) Bug fixes: #550086, Rotate image counterclockwise shortcut (Felix Riemann) #558086, simplify drag targets handling (Christian Persch) #572410, eog crashed with SIGSEGV in g_closure_invoke() (Claudio Saavedra) #572723, Misspelled word in a window (Milo Casagrande) #572889, Possible typo (Łukasz Jernaś) New and updated translations: - Jordi Mas, David Planella [ca] - Petr Kovar, Adrian Gunis [cs] - Marios Zindilis, Simos Xenitellis [el] - David Lodge, Philip Withnall [en_GB] - Ivar Smolin [et] - Claude Paroz [fr] - Sweta Kothari [gu] - Milo Casagrande [it] - Shankar Prasad [kn] - Changwoo Ryu [ko] - Manoj Kumar Giri [or] - Adi Roiban, Jani Monoses [ro] New and updated manual translations: - Joan Duran [ca] - Jorge Gonzalez [es] - Daniel Nylander [sv] Version 2.25.91 --------------- * Additional workaround for CVE-2008-5978 (Morten Welinder) Bug fixes: #569228, eog: untrusted python modules search path (Morten Welinder) New and updated translations: - Ihar Hrachyshka [be@latin] - Alexander Shopov [bg] - Kenneth Nielsen [da] - Christian Kirbach [de] - Iñaki Larrañaga Murgoitio [eu] - Gabor Kelemen [hu] - Takeshi AIHANA [ja] - Kjartan Maraas [nb] - Wouter Bolsterlee [nl] - Tomasz Dominikowski [pl] - Duarte Loreto [pt] - Adi Roiban, Jani Monoses [ro] - Daniel Nylander [sv] - Theppitak Karoonboonyanan [th] - Clytie Siddall [vi] New and updated manual translations: - Ask. H. Larsen [da] - Daniel Nylander [sv] Version 2.25.90 --------------- * Support for deleting files that can't be trashed (Claudio Saavedra) * Build system improvements / fixes (Luis Medinas, Felix Riemann) * Code improvements / fixes (Christian Persch, Joaquim Rocha) Bug fixes: #441637, Patch to delete file when Trash isn't found (Claudio Saavedra) #568410, eog 2.25.5 build fails (Felix Riemann) #568882, don't rely on gtk implementation details (Christian Persch) #569657, Eog needs update on data/eog.pc.in (Luis Medinas) #569855, Unref on thumbnail manipulator functions (Joaquim Rocha) New and updated translations: - Jordi Mas, Gil Forcada [ca] - Andre Klapper [de] - Jorge González [es] - Ilkka Tuohela [fi] - Changwoo Ryu [ko] - Krix Apolinário, Og Maciel, Henrique P. Machado, César Veiga [pt_BR] - Chao-Hsiung Liao [zh_HK] - Chao-Hsiung Liao [zh_TW] New and updated manual translations: - Andre Klapper [de] Version 2.25.5 -------------- * Code improvements / fixes (Felix Riemann) * Drop libgnome dependency (Felix Riemann) Bug fixes: #559500, drop libgnome dependency (Felix Riemann) #557662, Cannot build doc without exif enabled. (Arun Raghavan) #566104, Reverse Left/Right arrows action in RTL mode (Khaled Hosny) #566190, scroll buttons of the icons navigation window are reversed for RTL locales (Yair Hershkovitz) New and updated translations: - Gil Forcada, Jordi Mas [ca] - Marios Zindilis [el] - Jorge Gonzalez, Jorge González [es] - Kjartan Maraas [nb] - Nurali, Nurali Abdurahmonov [uz] Version 2.25.4 -------------- * Code improvements / fixes (Felix Riemann) * Python bindings improvements (Felix Riemann) Bug fixes: #566367, no weekday calculation in exif date display (Felix Riemann) New and updated translations: - Ivar Smolin [et] - Gabor Kelemen [hu] - Kjartan Maraas [nb] New and updated manual translations: - Jorge Gonzalez [es] Versio 2.25.3 -------------- * Build system improvements (Daniel Macks, Felix Riemann) * Code improvements / fixes (Claudio Saavedra, Friedrich Oslage, Tom Parker) * Fetch tooltip data asynchronously (Claudio Saavedra) * UI enhancements (Bob Mauchin, Robin Sonefors) Bug fixes: #514352, HIG says "Page Setup" not "Page Setup..." (Bob Mauchin) #555480, Add a delete button (Robin Sonefors) #558442, eog should load image tooltips data asynchronously (Claudio Saavedra) #560070, Sub-optimal -I flag ordering (Daniel Macks) #560073, Poor linking against convenience libs (Daniel Macks, Felix Riemann) #563570, GNOME Goal: Clean up GLib and GTK+ includes (Claudio Saavedra) #564290, eog_image_load doesn't correctly clear errors on read issues (Tom Parker) #564526, eog SIGBUS on sparc (Friedrich Oslage) New and updated translations: - Jorge González [es] - Mark Krapivner, Yair Hershkovitz [he] - Daniel Nylander [sv] Version 2.25.2 -------------- * Build system fixes / improvements (Felix Riemann, Kjartan Maraas) * Workarounds to make remote images work again (Felix Riemann) * Fix broken keyboard keys (Frederic Peters) * String improvements (Luca Ferretti) * Code improvements (Felix Riemann) Bug fixes: - #559579, Don't use "wallpaper" term deprecated by GDP style guide (Luca Ferretti) - #560065, Build failure: local variable-name collides with system-header symbol (Felix Riemann) - #560068, Insufficient check for libz (Felix Riemann) - #560336, need to update the eggtreemultidnd.[ch] copy from libegg (Felix Riemann) - #560396, can't open menu with keyboard when no image is shown (Frederic Peters) - #562119, eog doesn't open remote images (Felix Riemann) New and updated translations: - Jorge González [es] Version 2.25.1 -------------- * Improvements to the JPEG metadata reader (Felix Riemann) * Fix progress reporting when images only need copying during "Save As" (Felix Riemann) * Fix some critical warnings (Claudio Saavedra, Vincent Untz) * Do not open some images at 98% or 99% (Felix Riemann) * Install metadata related headers properly (Pierre-Luc Beaudoin) * Avoid possible markup "injection attack" (Martin Olsson) * Copy non-local images locally when setting them as wallpaper (Claudio Saavedra) * Allow DnD without an enabled collection (Claudio Saavedra) * Use less deprecated APIs (Felix Riemann, Diego Escalante Urrelo) * Code & Docs cleanups + improvements Bug fixes: - #553232, copy remote wallpapers locally (Claudio Saavedra) - #476709, I need to drag & drop images from eog's simple viewer (Claudio Saavedra) - #530447, Eye of GNOME opens images resized at 98% or 99% zoom (Felix Riemann) - #555940, eog is vulnerable to pango injection attack :-) (Martin Olsson) - #555942, Not all public EXIF API headers are installed (Pierre-Luc Beaudoin) - #556086, Use gtk_show_uri instead of gnome_help (Diego Escalante Urrelo) - #555916, drop libglade dependency; use GtkBuilder (Felix Riemann) - #556029, Drop gnome-desktop dependency (Felix Riemann) New and updated translations: - OsamaKhalid [ar] - Alexander Shopov [bg] - Adrian Guniš [cs] - Pierros Papadeas [el] - Takeshi AIHANA [ja] - Jovan Naumovski [mk] - Wouter Bolsterlee [nl] - Vladimir Melo [pt_BR] - Laurent Dhima [sq] - Daniel Nylander [sv] - Maxim Dziumanenko [uk] New and updated manual translations: - Osama K [ar] - Mario Blättermann [de] - Sira Nokyoongtong [th]
2009-01-14Update to 2.24.3.1. Sync list of dependencies with eog's configurewiz2-16/+12
script. Version 2.24.3.1 ---------------- * Re-roll 2.24.3 tarball using gtk-doc 1.11 to avoid build errors due to using a too recent version in the original release (bug #567578).
2009-01-13Update to 2.24.3:wiz2-7/+6
Version 2.24.3 -------------- * Memory leaks fixes (Felix Riemann) * Compilation fixes (Daniel Macks) * Code fixes (Tom Parker, Friedrich Oslage, Felix Riemann) * Documentation improvements (Felix Riemann) Bug fixes: #560070, Sub-optimal -I flag ordering (Daniel Macks) #560073, Poor linking against convenience libs (Daniel Macks) #564290, eog_image_load doesn't correctly clear errors on read issues (Tom Parker) #564526, eog SIGBUS on sparc (Friedrich Oslage) New and updated translations: - Ivar Smolin [et]
2008-12-15calculate the weekday displayed in metadata in a portable way,drochner3-2/+16
so that it shows the correct one on NetBSD bump PKGREVISION
2008-12-02Update to 2.24.2:wiz2-6/+6
Version 2.24.2 -------------- * Fix warnings when dbus disabled (Felix Riemann) * Code fixes (Felix Riemann) * Fix compilation under Mac OS X (Felix Riemann) * Fix broken keyboard keys (Frederic Peters) Bug fixes: #560065, Build failure: local variable-name collides with system-header symbol (Felix Riemann) #560336, need to update the eggtreemultidnd.[ch] copy from libegg (Felix Riemann) #560396, can't open menu with keyboard when no image is shown (Frederic Peters) New and updated translations: - Ivar Smolin [et] - Maxim Dziumanenko [uk]
2008-10-25Update to 2.24.1. Add XMP support using exempi.wiz3-7/+25
Version 2.24.1 -------------- * Improvements to the JPEG metadata reader (Felix Riemann) * Fix progress reporting when images only need copying during "Save As" (Felix Riemann) * Fix some critical warnings (Claudio Saavedra, Vincent Untz) * Do not open some images at 98% or 99% (Felix Riemann) * Install metadata related headers properly (Pierre-Luc Beaudoin) * Avoid possible markup "injection attack" (Martin Olsson) * Docs improvements. Bug fixes: #530447, Eye of GNOME opens images resized at 98% or 99% zoom (Felix Riemann) #555940, eog is vulnerable to pango injection attack :-) (Martin Olsson) #555942, Not all public EXIF API headers are installed (Pierre-Luc Beaudoin) New and updated translations: - Alexander Shopov [bg] - Adrian Guniš [cs] - Pierros Papadeas [el] - Takeshi AIHANA [ja] - Changwoo Ryu [ko] - Jovan Naumovski [mk] - Wouter Bolsterlee [nl] - Vladimir Melo [pt_BR] - Laurent Dhima [sq] - Daniel Nylander [sv] New and updated manual translations: - Osama K, OsamaKhalid [ar] - Mario Blättermann [de] - Sira Nokyoongtong, Theppitak Karoonboonyanan [th]
2008-10-16update to 2.24.0drochner3-11/+92
This switches to the gnome-2.24 release branch.
2008-07-15update to 2.22.3drochner3-26/+6
changes: -bugfixes -translation update
2008-06-12Add DESTDIR support.joerg1-1/+3
2008-05-29update to 2.22.2drochner2-6/+6
changes: -bugfixes -translation updates
2008-04-15update to 2.22.1drochner4-33/+41
This switches to the gnome-2.22 release branch.
2008-03-06Recursive PKGREVISION bump for gnutls-2.2.2 update with shlib major bump.wiz1-2/+2
2008-01-18Per the process outlined in revbump(1), perform a recursive revbumptnn1-1/+2
on packages that are affected by the switch from the openssl 0.9.7 branch to the 0.9.8 branch. ok jlam@
2008-01-11update to 2.20.4drochner2-6/+6
changes: -ninor fixes and cleanup -translation updates
2007-11-29update to 2.20.3drochner4-14/+16
changes: -Plugin API additions and fixes -Misc cleanups and fixed memory leaks -bugfixes -translation updates
2007-11-03update to 2.20.2drochner5-30/+91
This switches to the new gnome-2.20 branch.