summaryrefslogtreecommitdiff
path: root/graphics/eog
AgeCommit message (Collapse)AuthorFilesLines
2015-12-05Extend PYTHON_VERSIONS_INCOMPATIBLE to 35adam1-2/+2
2015-11-03Add SHA512 digests for distfiles for graphics categoryagc1-1/+2
Problems found with existing digests: Package fotoxx distfile fotoxx-14.03.1.tar.gz ac2033f87de2c23941261f7c50160cddf872c110 [recorded] 118e98a8cc0414676b3c4d37b8df407c28a1407c [calculated] Package ploticus-examples distfile ploticus-2.00/plnode200.tar.gz 34274a03d0c41fae5690633663e3d4114b9d7a6d [recorded] da39a3ee5e6b4b0d3255bfef95601890afd80709 [calculated] Problems found locating distfiles: Package AfterShotPro: missing distfile AfterShotPro-1.1.0.30/AfterShotPro_i386.deb Package pgraf: missing distfile pgraf-20010131.tar.gz Package qvplay: missing distfile qvplay-0.95.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-04-25Recursive revbump following MesaLib update, categories g through n.tnn2-4/+4
2014-05-09Mark packages that are not ready for python-3.3 also not ready for 3.4,wiz1-2/+2
until proven otherwise.
2014-05-05Recursive revbump from x11/pixmanryoon2-4/+4
Fix PR pkg/48777
2014-01-25Mark packages as not ready for python-3.x where applicable;wiz1-2/+2
either because they themselves are not ready or because a dependency isn't. This is annotated by PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of x.y.z or PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-foo, py-bar respectively, please use the same style for other packages, and check during updates. Use versioned_dependencies.mk where applicable. Use REPLACE_PYTHON instead of handcoded alternatives, where applicable. Reorder Makefile sections into standard order, where applicable. Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default with the next commit. Whitespace cleanups and other nits corrected, where necessary.
2013-10-10Recursive revbump from pango-1.36.0ryoon2-4/+4
2013-09-02Revbump after cairo updateadam2-4/+4
2013-06-06Bump PKGREVISION for libXft changes for NetBSD native X support onwiz2-4/+4
NetBSD 6, requested by tron.
2013-06-04Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:tron2-4/+4
Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed.
2013-06-03Bump freetype2 and fontconfig dependencies to current pkgsrc versions,wiz2-4/+4
to address issues with NetBSD-6(and earlier)'s fontconfig not being new enough for pango. While doing that, also bump freetype2 dependency to current pkgsrc version. Suggested by tron in PR 47882
2013-02-16Recursive bump for png-1.6.wiz2-4/+4
2012-12-28Don't accidently pick up eog-3 as dependency.joerg1-3/+3
2012-10-08Revbump after updating graphics/pangoadam2-4/+4
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).