Gentoo Archives: gentoo-commits

From: "Romain Perier (mrpouet)" <mrpouet@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/libgphoto2: ChangeLog libgphoto2-2.4.7.ebuild
Date: Mon, 31 Aug 2009 07:35:03
Message-Id: E1Mi6Ek-0004O9-Pu@stork.gentoo.org
1 mrpouet 09/08/31 12:43:54
2
3 Modified: ChangeLog libgphoto2-2.4.7.ebuild
4 Log:
5 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
6 (Portage version: 2.2_rc40/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.155 media-libs/libgphoto2/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libgphoto2/ChangeLog?rev=1.155&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libgphoto2/ChangeLog?rev=1.155&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libgphoto2/ChangeLog?r1=1.154&r2=1.155
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-libs/libgphoto2/ChangeLog,v
18 retrieving revision 1.154
19 retrieving revision 1.155
20 diff -u -r1.154 -r1.155
21 --- ChangeLog 30 Aug 2009 19:33:48 -0000 1.154
22 +++ ChangeLog 31 Aug 2009 12:43:54 -0000 1.155
23 @@ -1,6 +1,14 @@
24 # ChangeLog for media-libs/libgphoto2
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libgphoto2/ChangeLog,v 1.154 2009/08/30 19:33:48 klausman Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libgphoto2/ChangeLog,v 1.155 2009/08/31 12:43:54 mrpouet Exp $
28 +
29 + 31 Aug 2009; Romain Perier <mrpouet@g.o>
30 + libgphoto2-2.4.7.ebuild:
31 + Fix bug #283282, replace $(use_with exif libexif) by $(use_with exif
32 + libexif auto) which assigns a value to --with-libexif (yes as default) and
33 + force the configure to autodetect libexif using pkg-config module instead
34 + of considere this value as $prefix, problem due to ugly GP_CHECK_LIBRARY
35 + m4 macro
36
37 30 Aug 2009; Tobias Klausmann <klausman@g.o>
38 libgphoto2-2.4.6.ebuild:
39
40
41
42 1.2 media-libs/libgphoto2/libgphoto2-2.4.7.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libgphoto2/libgphoto2-2.4.7.ebuild?rev=1.2&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libgphoto2/libgphoto2-2.4.7.ebuild?rev=1.2&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libgphoto2/libgphoto2-2.4.7.ebuild?r1=1.1&r2=1.2
47
48 Index: libgphoto2-2.4.7.ebuild
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/media-libs/libgphoto2/libgphoto2-2.4.7.ebuild,v
51 retrieving revision 1.1
52 retrieving revision 1.2
53 diff -u -r1.1 -r1.2
54 --- libgphoto2-2.4.7.ebuild 30 Aug 2009 14:58:33 -0000 1.1
55 +++ libgphoto2-2.4.7.ebuild 31 Aug 2009 12:43:54 -0000 1.2
56 @@ -1,6 +1,6 @@
57 # Copyright 1999-2009 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libgphoto2/libgphoto2-2.4.7.ebuild,v 1.1 2009/08/30 14:58:33 mrpouet Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libgphoto2/libgphoto2-2.4.7.ebuild,v 1.2 2009/08/31 12:43:54 mrpouet Exp $
61
62 # TODO
63 # 1. Track upstream bug --disable-docs does not work.
64 @@ -107,7 +107,7 @@
65 $(use_with bonjour) \
66 $(use_with hal) \
67 $(use_enable nls) \
68 - $(use_with exif libexif) \
69 + $(use_with exif libexif auto) \
70 --with-drivers=${cameras} \
71 --with-doc-dir=/usr/share/doc/${PF} \
72 --with-html-dir=/usr/share/doc/${PF}/html \