summaryrefslogtreecommitdiff
path: root/graphics/gthumb
AgeCommit message (Collapse)AuthorFilesLines
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
2006-01-13Correct libglade dependency -- package wants at least 2.4.0.wiz1-1/+2
2005-12-31Recursive PKGREVISION bump for gnutls shlib major bump.wiz1-1/+2
Bump BUILDLINK_RECOMMENDED.
2005-10-06update to 2.6.8drochner2-6/+6
changes -unlimited number of categories -bugfixes
2005-08-10Remove the abuse of buildlink that was pkg-config/buildlink3.mk. Thatjlam1-2/+2
file's sole purpose was to provide a dependency on pkg-config and set some environment variables. Instead, turn pkg-config into a "tool" in the tools framework, where the pkg-config wrapper automatically adds PKG_CONFIG_LIBDIR to the environment before invoking the real pkg-config. For all package Makefiles that included pkg-config/buildlink3.mk, remove that inclusion and replace it with USE_TOOLS+=pkg-config.
2005-07-21Change path from devel/pkgconfig to devel/pkg-config.wiz1-2/+2
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-07-04update to 2.6.6drochner2-7/+7
changes: bugfixes
2005-05-02update to 2.6.5drochner3-7/+25
changes: -Do not allow to press the import button when an import operation is already underway -The comment text is now selectable. -added translations -bugfixes
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24update to 2.6.3drochner2-6/+6
changes: bugfixes, xhtml compliance for generated albums
2005-02-24Add RMD160 digestsagc1-1/+2
2005-01-04Update to 2.6.2:jmmv2-6/+5
* Fixed bug #159492: freezes when trying to create thumbnail for a JPEG file. * Fixed bug #159672: log2() function already defined under cygwin. * Fixed bug #159661: Symlinks in the root directory are incorrectly resolved.
2004-12-28Bump PKGREVISIONs due to libtiff update.reed1-1/+2
Some BUILDLINK_RECOMMENDED bumps done also. (If I missed any, please let me know -- and let me know a good way to automate this.)
2004-11-25Update gthumb to 2.6.1.minskim4-11/+13
Changes: * Fixed bug #158682: Modified image auto-saved through confirmation dialog loses EXIF data. * Fixed bug #158253: Crash when parsing dir with UTF8(?) filenames * Fixed bug #158174: Clicking cancel while thumbnail list is still being extracted from camera crashes gthumb. * Fixed Bug #156851: Crash on startup on 64-bit architectures, and other 64-bit cleanliness issues. * Fixed bug #156933: Patch to enable resizing of Import Photos dialog. * Fixes bug #152542: Add F12 keybinding to the Revert action. * Fixes bug #157761: Cannot resize the columns in the "find duplicates" dialog of gthumb. * Enhanced usability with non-loadable images, for example xcf images.
2004-10-30Include pkgconfig/buildlin3.mk because configure uses pkg-config.minskim1-1/+2
2004-10-26Fix typo.wiz1-1/+1
2004-10-25Initial import of gthumb-2.6.0.1.minskim5-0/+258
gThumb is an image browser, viewer, orginizer, and editor for the GNOME Desktop. It is also an advanced tool to import images from a digital camera, create slide shows, and write images to CD/DVD.