diff options
author | Romain Perier <mrpouet@gentoo.org> | 2009-08-31 12:43:54 +0000 |
---|---|---|
committer | Romain Perier <mrpouet@gentoo.org> | 2009-08-31 12:43:54 +0000 |
commit | 9fd407cc8cfefa30824c30c7155dd6025a4936af (patch) | |
tree | c8b652e4d7bcc9dcdc1e2083798801522ed4c0da /media-libs/libgphoto2 | |
parent | Adjust ACPI checks in ebuild. Per bug #254513. (diff) | |
download | gentoo-2-9fd407cc8cfefa30824c30c7155dd6025a4936af.tar.gz gentoo-2-9fd407cc8cfefa30824c30c7155dd6025a4936af.tar.bz2 gentoo-2-9fd407cc8cfefa30824c30c7155dd6025a4936af.zip |
Fix bug #283282, replace $(use_with exif libexif) by $(use_with exif libexif auto) which assigns a value to --with-libexif (yes as default) and force the configure to autodetect libexif using pkg-config module instead of considere this value as $prefix, problem due to ugly GP_CHECK_LIBRARY m4 macro
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/libgphoto2')
-rw-r--r-- | media-libs/libgphoto2/ChangeLog | 10 | ||||
-rw-r--r-- | media-libs/libgphoto2/libgphoto2-2.4.7.ebuild | 4 |
2 files changed, 11 insertions, 3 deletions
diff --git a/media-libs/libgphoto2/ChangeLog b/media-libs/libgphoto2/ChangeLog index 1f3751ebc982..c0cc7a6227c7 100644 --- a/media-libs/libgphoto2/ChangeLog +++ b/media-libs/libgphoto2/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for media-libs/libgphoto2 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libgphoto2/ChangeLog,v 1.154 2009/08/30 19:33:48 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libgphoto2/ChangeLog,v 1.155 2009/08/31 12:43:54 mrpouet Exp $ + + 31 Aug 2009; Romain Perier <mrpouet@gentoo.org> + libgphoto2-2.4.7.ebuild: + Fix bug #283282, replace $(use_with exif libexif) by $(use_with exif + libexif auto) which assigns a value to --with-libexif (yes as default) and + force the configure to autodetect libexif using pkg-config module instead + of considere this value as $prefix, problem due to ugly GP_CHECK_LIBRARY + m4 macro 30 Aug 2009; Tobias Klausmann <klausman@gentoo.org> libgphoto2-2.4.6.ebuild: diff --git a/media-libs/libgphoto2/libgphoto2-2.4.7.ebuild b/media-libs/libgphoto2/libgphoto2-2.4.7.ebuild index 5aefe21fdd3c..f58ab3c57a3e 100644 --- a/media-libs/libgphoto2/libgphoto2-2.4.7.ebuild +++ b/media-libs/libgphoto2/libgphoto2-2.4.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libgphoto2/libgphoto2-2.4.7.ebuild,v 1.1 2009/08/30 14:58:33 mrpouet Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libgphoto2/libgphoto2-2.4.7.ebuild,v 1.2 2009/08/31 12:43:54 mrpouet Exp $ # TODO # 1. Track upstream bug --disable-docs does not work. @@ -107,7 +107,7 @@ src_configure() { $(use_with bonjour) \ $(use_with hal) \ $(use_enable nls) \ - $(use_with exif libexif) \ + $(use_with exif libexif auto) \ --with-drivers=${cameras} \ --with-doc-dir=/usr/share/doc/${PF} \ --with-html-dir=/usr/share/doc/${PF}/html \ |