diff options
author | Alastair Tse <liquidx@gentoo.org> | 2005-06-24 16:16:39 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2005-06-24 16:16:39 +0000 |
commit | 3040c8fe7ee7cb34d8abdf6fde6d7c56382bb60c (patch) | |
tree | 07901175723b0e6fcc894f9be043f1f634892fc4 /media-gfx/gtkam | |
parent | fowners root:portage in src_install doesn't work. Use chgrp in pkg_postinst (diff) | |
download | gentoo-2-3040c8fe7ee7cb34d8abdf6fde6d7c56382bb60c.tar.gz gentoo-2-3040c8fe7ee7cb34d8abdf6fde6d7c56382bb60c.tar.bz2 gentoo-2-3040c8fe7ee7cb34d8abdf6fde6d7c56382bb60c.zip |
updated dep version and replaced USE jpeg with USE exif
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'media-gfx/gtkam')
-rw-r--r-- | media-gfx/gtkam/ChangeLog | 5 | ||||
-rw-r--r-- | media-gfx/gtkam/gtkam-0.1.12.ebuild | 10 |
2 files changed, 9 insertions, 6 deletions
diff --git a/media-gfx/gtkam/ChangeLog b/media-gfx/gtkam/ChangeLog index 3770a804e484..fa552e1dcb3b 100644 --- a/media-gfx/gtkam/ChangeLog +++ b/media-gfx/gtkam/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-gfx/gtkam # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gtkam/ChangeLog,v 1.23 2005/06/24 15:15:54 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gtkam/ChangeLog,v 1.24 2005/06/24 16:16:39 liquidx Exp $ + + 24 Jun 2005; Alastair Tse <liquidx@gentoo.org> gtkam-0.1.12.ebuild: + updated dep version and replaced USE jpeg with USE exif *gtkam-0.1.12 (24 Jun 2005) diff --git a/media-gfx/gtkam/gtkam-0.1.12.ebuild b/media-gfx/gtkam/gtkam-0.1.12.ebuild index 1eb060e10a35..74458610c278 100644 --- a/media-gfx/gtkam/gtkam-0.1.12.ebuild +++ b/media-gfx/gtkam/gtkam-0.1.12.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gtkam/gtkam-0.1.12.ebuild,v 1.1 2005/06/24 15:15:54 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gtkam/gtkam-0.1.12.ebuild,v 1.2 2005/06/24 16:16:39 liquidx Exp $ inherit eutils gnome2 -IUSE="jpeg nls" +IUSE="exif nls" DESCRIPTION="A frontend for gPhoto 2" HOMEPAGE="http://gphoto.org/proj/gtkam" @@ -15,8 +15,8 @@ LICENSE="GPL-2" KEYWORDS="~x86 ~ppc ~amd64" RDEPEND=">=x11-libs/gtk+-2 - >=media-libs/libgphoto2-2.1.4 - jpeg? ( media-libs/libexif-gtk + >=media-libs/libgphoto2-2.1.6 + exif? ( media-libs/libexif-gtk media-libs/libexif )" # commenting per bug #36684 #gnome? ( >=gnome-base/libbonobo-2 @@ -39,7 +39,7 @@ src_compile() { myconf="--with-rpmbuild=/bin/false --without-gimp" - use jpeg \ + use exif \ && myconf="${myconf} --with-exif" \ || myconf="${myconf} --without-exif" |