Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/libgphoto2: ChangeLog libgphoto2-2.4.4.ebuild libgphoto2-2.4.1-r1.ebuild libgphoto2-2.4.2.ebuild
Date: Sun, 05 Apr 2009 12:50:36
Message-Id: E1LqRnv-0004xb-W3@stork.gentoo.org
1 eva 09/04/05 12:50:27
2
3 Modified: ChangeLog libgphoto2-2.4.4.ebuild
4 Removed: libgphoto2-2.4.1-r1.ebuild libgphoto2-2.4.2.ebuild
5 Log:
6 Honor exif USE flag, bug #259196. Remove old revisions.
7 (Portage version: 2.2_rc28/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.146 media-libs/libgphoto2/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libgphoto2/ChangeLog?rev=1.146&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libgphoto2/ChangeLog?rev=1.146&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libgphoto2/ChangeLog?r1=1.145&r2=1.146
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/libgphoto2/ChangeLog,v
19 retrieving revision 1.145
20 retrieving revision 1.146
21 diff -u -r1.145 -r1.146
22 --- ChangeLog 16 Feb 2009 14:22:15 -0000 1.145
23 +++ ChangeLog 5 Apr 2009 12:50:27 -0000 1.146
24 @@ -1,6 +1,12 @@
25 # ChangeLog for media-libs/libgphoto2
26 # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libgphoto2/ChangeLog,v 1.145 2009/02/16 14:22:15 ranger Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libgphoto2/ChangeLog,v 1.146 2009/04/05 12:50:27 eva Exp $
29 +
30 + 05 Apr 2009; Gilles Dartiguelongue <eva@g.o>
31 + -files/libgphoto2-2.4.0-as-needed.patch,
32 + -files/libgphoto2-2.4.0-udev-rules-fix4.diff, -libgphoto2-2.4.1-r1.ebuild,
33 + -libgphoto2-2.4.2.ebuild, libgphoto2-2.4.4.ebuild:
34 + Honor exif USE flag, bug #259196. Remove old revisions.
35
36 16 Feb 2009; Brent Baude <ranger@g.o> libgphoto2-2.4.3.ebuild:
37 Marking libgphoto2-2.4.3 ppc for bug 255825
38
39
40
41 1.2 media-libs/libgphoto2/libgphoto2-2.4.4.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libgphoto2/libgphoto2-2.4.4.ebuild?rev=1.2&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libgphoto2/libgphoto2-2.4.4.ebuild?rev=1.2&content-type=text/plain
45 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libgphoto2/libgphoto2-2.4.4.ebuild?r1=1.1&r2=1.2
46
47 Index: libgphoto2-2.4.4.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/media-libs/libgphoto2/libgphoto2-2.4.4.ebuild,v
50 retrieving revision 1.1
51 retrieving revision 1.2
52 diff -u -r1.1 -r1.2
53 --- libgphoto2-2.4.4.ebuild 31 Jan 2009 16:10:17 -0000 1.1
54 +++ libgphoto2-2.4.4.ebuild 5 Apr 2009 12:50:27 -0000 1.2
55 @@ -1,6 +1,6 @@
56 # Copyright 1999-2009 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libgphoto2/libgphoto2-2.4.4.ebuild,v 1.1 2009/01/31 16:10:17 eva Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libgphoto2/libgphoto2-2.4.4.ebuild,v 1.2 2009/04/05 12:50:27 eva Exp $
60
61 # TODO
62 # 1. Track upstream bug --disable-docs does not work.
63 @@ -113,24 +113,19 @@
64 [ "${cameras}" != "all" ] && \
65 ewarn "Upstream will not support you if you do not compile all camera drivers first"
66
67 - local myconf
68 -
69 - use exif \
70 - && myconf="${myconf} --with-libexif=/usr" \
71 - || myconf="${myconf} --with-libexif=no"
72
73 econf \
74 - ${myconf} \
75 --disable-docs \
76 --disable-gp2ddb \
77 $(use_enable bonjour) \
78 $(use_enable hal) \
79 $(use_enable nls) \
80 + $(use_with exif libexif) \
81 --with-drivers=${cameras} \
82 --with-doc-dir=/usr/share/doc/${PF} \
83 --with-html-dir=/usr/share/doc/${PF}/html \
84 --with-hotplug-doc-dir=/usr/share/doc/${PF}/hotplug \
85 - --with-rpmbuild=/bin/true \
86 + --with-rpmbuild=$(type -P true) \
87 udevscriptdir=/$(get_libdir)/udev
88
89 # FIXME: gtk-doc is currently broken