diff options
author | Daniel Gryniewicz <dang@gentoo.org> | 2007-08-29 02:52:44 +0000 |
---|---|---|
committer | Daniel Gryniewicz <dang@gentoo.org> | 2007-08-29 02:52:44 +0000 |
commit | 91862c5725e418db58f7219088969e77e83e2322 (patch) | |
tree | 1e25cf3d7915e294116d9686032ecf0eeccf353b /media-gfx | |
parent | version bump from upstream (diff) | |
download | gentoo-2-91862c5725e418db58f7219088969e77e83e2322.tar.gz gentoo-2-91862c5725e418db58f7219088969e77e83e2322.tar.bz2 gentoo-2-91862c5725e418db58f7219088969e77e83e2322.zip |
Bump to 2.10.6
* 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.
* Rename tool breaks if template = "%f1%e"
* Should delete the thumbnails of deleted files
* Check for invalid unicode in embedded comments.
* Invalid free when selecting Print in the menu.
* Theme uses the wrong captions in the thumbnails.
* The default import folder was not properly set to the correct XDG
"PICTURES" folder. Fixed.
* Symlink/vfs problem (Ubuntu bug 109579).
* Preload more thumbnails into memory in browser mode.
* Sort by Exif DateTime broken in list mode.
* Fixed Ctrl+H (show/hide hidden files) function.
* Add/fix a busy cursor when loading folders and preloading the
selected image.
* Preview area always shows last selected image.
* Names with '#' character break rotation.
* gThumb deletes pictures on failed import.
(Portage version: 2.1.3.7)
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/gthumb/ChangeLog | 30 | ||||
-rw-r--r-- | media-gfx/gthumb/files/digest-gthumb-2.10.6 | 3 | ||||
-rw-r--r-- | media-gfx/gthumb/gthumb-2.10.6.ebuild | 47 |
3 files changed, 79 insertions, 1 deletions
diff --git a/media-gfx/gthumb/ChangeLog b/media-gfx/gthumb/ChangeLog index 57c8274903fd..2037fa55b11b 100644 --- a/media-gfx/gthumb/ChangeLog +++ b/media-gfx/gthumb/ChangeLog @@ -1,6 +1,34 @@ # ChangeLog for media-gfx/gthumb # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gthumb/ChangeLog,v 1.71 2007/08/07 13:52:54 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gthumb/ChangeLog,v 1.72 2007/08/29 02:52:44 dang Exp $ + +*gthumb-2.10.6 (29 Aug 2007) + + 29 Aug 2007; Daniel Gryniewicz <dang@gentoo.org> +gthumb-2.10.6.ebuild: + Bump to 2.10.6 + * 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. + * Rename tool breaks if template = "%f1%e" + * Should delete the thumbnails of deleted files + * Check for invalid unicode in embedded comments. + * Invalid free when selecting Print in the menu. + * Theme uses the wrong captions in the thumbnails. + * The default import folder was not properly set to the correct XDG + "PICTURES" folder. Fixed. + * Symlink/vfs problem (Ubuntu bug 109579). + * Preload more thumbnails into memory in browser mode. + * Sort by Exif DateTime broken in list mode. + * Fixed Ctrl+H (show/hide hidden files) function. + * Add/fix a busy cursor when loading folders and preloading the + selected image. + * Preview area always shows last selected image. + * Names with '#' character break rotation. + * gThumb deletes pictures on failed import. 07 Aug 2007; Gilles Dartiguelongue <eva@gentoo.org> gthumb-2.10.5.ebuild: * remove jpeg use, it seems it is not optional any more diff --git a/media-gfx/gthumb/files/digest-gthumb-2.10.6 b/media-gfx/gthumb/files/digest-gthumb-2.10.6 new file mode 100644 index 000000000000..5a27cbd78800 --- /dev/null +++ b/media-gfx/gthumb/files/digest-gthumb-2.10.6 @@ -0,0 +1,3 @@ +MD5 6a52800a3adc55a705c9f7f38de9182a gthumb-2.10.6.tar.bz2 2206799 +RMD160 7c0ded28577689437e5025a21ed869715e61386f gthumb-2.10.6.tar.bz2 2206799 +SHA256 ccd148421d8815a827202fd484b21f6e915414e5895ffd887dfa7e6d8b7dea72 gthumb-2.10.6.tar.bz2 2206799 diff --git a/media-gfx/gthumb/gthumb-2.10.6.ebuild b/media-gfx/gthumb/gthumb-2.10.6.ebuild new file mode 100644 index 000000000000..1e830f3c2642 --- /dev/null +++ b/media-gfx/gthumb/gthumb-2.10.6.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gthumb/gthumb-2.10.6.ebuild,v 1.1 2007/08/29 02:52:44 dang Exp $ + +inherit eutils gnome2 + +DESCRIPTION="Image viewer and browser for Gnome" +HOMEPAGE="http://gthumb.sourceforge.net/" +LICENSE="GPL-2" + +IUSE="exif gphoto2 jpeg tiff" +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86" + +# FIXME +# missing: libopenraw-0.0.2, libiptcdata-0.2.1 +# what is gtkunique ??? + +RDEPEND=">=dev-libs/glib-2.6 + >=x11-libs/gtk+-2.10 + >=dev-libs/libxml2-2.4 + >=gnome-base/libgnome-2.6 + >=gnome-base/libgnomeui-2.6 + >=gnome-base/libgnomecanvas-2.6 + >=gnome-base/gnome-vfs-2.6 + >=gnome-base/libglade-2.4 + exif? ( >=media-libs/libexif-0.6.13 ) + gphoto2? ( >=media-libs/libgphoto2-2.1.3 ) + >=gnome-base/libbonobo-2.6 + >=gnome-base/libbonoboui-2.6 + >=gnome-base/gconf-2.6 + media-libs/jpeg + tiff? ( media-libs/tiff )" + +DEPEND="${RDEPEND} + >=dev-util/pkgconfig-0.9.0 + app-text/scrollkeeper + >=dev-util/intltool-0.29 + app-text/gnome-doc-utils" + +DOCS="AUTHORS COPYING ChangeLog INSTALL NEWS README" + +pkg_setup() { + G2CONF="$(use_enable exif) \ + $(use_enable gphoto2) \ + $(use_enable tiff)" +} |