summaryrefslogtreecommitdiff
path: root/graphics/gthumb
AgeCommit message (Collapse)AuthorFilesLines
2015-04-25Recursive revbump following MesaLib update, categories g through n.tnn1-2/+2
2014-06-07Bump PKGREVISION for exiv2 shlib major bumpwiz1-2/+2
2014-05-05Recursive revbump from x11/pixmanryoon1-2/+2
Fix PR pkg/48777
2013-10-10Recursive revbump from pango-1.36.0ryoon1-2/+2
2013-09-02Revbump after cairo updateadam1-2/+2
2013-06-06Bump PKGREVISION for libXft changes for NetBSD native X support onwiz1-2/+2
NetBSD 6, requested by tron.
2013-06-04Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:tron1-2/+2
Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed.
2013-06-03Bump freetype2 and fontconfig dependencies to current pkgsrc versions,wiz1-2/+2
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.wiz1-2/+2
2013-01-26Revbump after graphics/jpeg and textproc/icuadam1-2/+2
2012-10-08Revbump after updating graphics/pangoadam1-2/+2
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" packagetron1-2/+2
requested by Thomas Klausner.
2012-09-15recursive bump from libffi shlib major bumpobache1-2/+2
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
2012-09-07Revbump after updating graphics/cairoadam1-1/+2
2012-08-10update to 2.14.4drochner4-14/+91
changes: -bugfixes -translation updates
2012-06-14Recursive PKGREVISION bump for libxml2 buildlink addition.sbd1-2/+2
2012-03-03Recursive bump for pcre-8.30* (shlib major change)wiz1-2/+2
2012-02-06Revbump forwiz1-1/+2
a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
2012-02-03update to 2.14.2drochner3-15/+14
changes: -bugfixes -translation update
2011-12-17update to 2.14.1drochner4-118/+180
this switches to the new 2.14 release branch -- many new features and UI improvements
2011-11-23Needs bison.joerg1-2/+2
2011-11-17update to 2.12.4drochner3-8/+50
changes: translation updates
2011-11-01Recursive bump for graphics/freetype2 buildlink addition.sbd1-2/+2
2011-10-19Recursive Bump from exiv2 shlib major bump.obache1-2/+2
2011-04-28Remove patch-aa that was removed from distinfo.wiz1-42/+0
2011-04-22recursive bump from gettext-lib shlib bump.obache1-1/+2
2011-04-14update to 2.12.3drochner2-8/+6
changes: -bugfixes -translation updates
2011-01-13png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.wiz1-2/+2
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-12-04Revbumpadam1-2/+2
2010-12-04* Fix building on Mac OS Xadam7-0/+650
* Fix building with Exiv2 0.21
2010-12-04* Fix buildling on Mac OS Xadam2-16/+26
* Fix buildiing with Exiv2 0.21
2010-12-03update to 2.12.1drochner4-113/+639
This is a new major release, too many changes to list here. pkgsrc notes: -users need to enable each liitle piece of functionality (even "basic image viewing") in the "Extensions" dialog before the program is usable -there are more extensions which are not built because they need additional dependencies (eg slideshow effects, movie player, web services, CD burning); for now I've included as much as needed to match the functionality of the previous version (building extensions as seperate pkgs would be preferrable)
2010-11-15PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnomeabs1-2/+2
2010-09-14Bump dependency on pixman to 0.18.4 because cairo-1.10 needs thatwiz1-2/+2
version, and bump all depends. Per discussion on pkgsrc-changes.
2010-06-13Bump PKGREVISION for libpng shlib name change.wiz1-1/+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-05-17update to 2.10.12drochner4-18/+48
changes: bugfixes
2010-01-18Second try at jpeg-8 recursive PKGREVISION bump.wiz1-2/+2
2009-12-15Recursive bump for libltdljoerg1-2/+2
2009-10-29PKGREVISION bump pkgs which are affected by the libgnome changedrochner1-2/+2
to leave out esound
2009-08-26bump revision because of graphics/jpeg updatesno1-2/+2
2009-07-30drop libgnomeprint(ui) dependencies which are not needed anymore,drochner1-3/+2
bump PKGREVISION
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-06-14Remove @dirrm entries from PLISTsjoerg1-31/+1
2009-04-07update to 2.10.11drochner3-8/+18
changes: -bugfixes -translation updates
2008-11-07Update to 2.10.10:wiz3-7/+8
version 2.10.10 --------------- New features and user visible changes: * Added ability to hide video and audio files, using the gconf key /apps/gthumb/browser/show_only_images. Bugs fixed: * #552453: gthumb 2.10.9 contains COPYING for GPL v3 * #546383: gthumb 2.10.9 fails to link Patch by Götz Waschk. * Do not exclude xcf images from the file list. New or updated application translations: * Romanian (Mihai Varzaru) * Thai (Manatsawin Hanmongkolchai) * Turkish (M. Emin Akşehirli)
2008-08-26update to 2.10.9drochner3-8/+8
changes: -fix build with libgphoto2 2.4.2 -more bugfixes -translation updates
2008-06-20Add DESTDIR support.joerg1-1/+3
2008-03-06Recursive PKGREVISION bump for gnutls-2.2.2 update with shlib major bump.wiz1-1/+2