summaryrefslogtreecommitdiff
path: root/graphics/gthumb
AgeCommit message (Collapse)AuthorFilesLines
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
2008-01-18update to 2.10.8drochner3-22/+6
fixes some bugs, in particular a threading problem patched in pkgsrc approved by Min Sik Kim
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@
2007-12-17update to 2.10.7drochner3-9/+17
changes: -bugfixes -french manual added
2007-09-25Fix comment (GConf2 -> GConf).hira1-2/+2
2007-09-21Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves.wiz1-6/+6
Bump PKGREVISION.
2007-09-19Use gnome-vfs instead of gnome-vfs2.wiz1-2/+3
2007-09-03update to 2.10.6drochner3-7/+17
changes: * Added shift+x keybinding to always perform zoom to fit * Added a shift-w keybinding to force a fit width action * Faster browsing of remote locations * Keep the ui responsive when loading and saving remote images and when creating video thumbnails * Much faster loading of exif DataTime tags. This provides faster folder loading in the sort-by-DateTime mode -bugfixes
2007-07-17update to 2.10.5drochner3-6/+21
changes: -bugfixes -Deleted unused functions -When generating a new thumbnail, scale the image only if the original size is larger than the requested size.
2007-06-15update to 2.10.3drochner2-7/+6
changes: -bugfixes -translation updates
2007-06-05opencdk shlib major changed; bump ABI depends and PKGREVISIONs ofwiz1-1/+2
affected packages.
2007-04-11update to 2.10.2drochner4-35/+38
This moves this pkg to the new stable gnome branch, too much to list here.
2007-03-21Bump PKGREVISION for gnome-keyring ABI bump.wiz1-1/+2
2006-12-15Mechanically replace all includes of buildlink3.mk of the followingjoerg1-3/+3
packages with the modular Xorg equivalent. Those are falling back to the old location by default, so this commmit doesn't change dependencies. graphics/xpm ==> x11/libXpm fonts/Xft2 ==> x11/libXft x11/Xfixes ==> x11/libXfixes x11/xcursor ==> x11/libXcursor x11/Xrender ==> x11/libXrender x11/Xrandr ==> libXrandr
2006-12-15update to 2.8.1drochner4-71/+43
new major release - too much to list here
2006-09-16Bump revisions due to gnome-vfs2 update: dbus-glib is now a dependency.jmmv1-2/+2
This fixes problems when some installed packages are outdated. Per wiz@'s request. Grrr, I really hate this kind of change.
2006-08-11gmake is needed to build, from Gilles Dauphin per PR pkg/34177drochner1-2/+2
(this is not Solaris specific, it happened to me too on i386/current)
2006-07-05Sweep pkgsrc and convert packages that included intltool/buildlink3.mkjlam1-3/+2
to use instead "USE_TOOLS+=intltool". Remove now unused intltool/buildlink3.mk
2006-06-21Needs msgfmt.joerg1-2/+2
2006-04-17Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.wiz1-2/+2
2006-04-17Strip ${PKGLOCALEDIR} from PLISTs of packages that already obeyjlam1-50/+50
PKGLOCALEDIR and which install their locale files directly under ${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries. From now on, pkgsrc/mk/plist/plist-locale.awk will automatically handle transforming the PLIST to refer to the correct locale directory.
2006-04-06Over 1200 files touched but no revisions bumped :)reed1-2/+2
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
2006-03-21Bump PKGREVISION for all packages that had broken INSTALL/DEINSTALLjlam1-2/+2
scripts prior to revision 1.43 of bsd.pkginstall.mk.
2006-03-11Add patch-aa to fix build problem.wiz1-1/+2
2006-03-06Belatedly bump PKGREVISION for all libtasn1 dependencies, sincewiz1-1/+2
libtasn1 had a shlib major bump. Also update dependencies in bl3.mk files. Addresses PR 32998 by Robert Elz.
2006-02-27Update gthumb to 2.6.9.minskim7-73/+13
Changes: Fixed bug #326879 - gthumb-2.6.8: fix compilation against libexif-0.6.13 Fixed bug #318828: Exif Orientation Tag Incorrectly Updated. Fixed bug #305165: gthumb crash resize. Fixed bug #321124: Confusing handling of --disable-schemas-install Fixed bug #320947: Create Web Album Tool doesn't generate HTML pages with International characters Fixed bug #321274: Incorrect log2 definition/detection Fixed bug #317623: [PATCH] Enter a directory or a catalog with the ENTER key. Fixed bug #317628: [PATCH] Zoom in/out with CTRL + scrollwheel Fixed bug #317056: gthumb Cygwin build fixes. Fixed bug #316952: [PATCH] bind DELETE key to move a folder to trash in directory list.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz1-2/+2
of the shlib major bump. PKGREVISION++ for the dependencies.
2006-01-13Make build against libexif-0.6.13.wiz5-5/+63