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-gfx/gphoto2: ChangeLog gphoto2-2.4.1.ebuild gphoto2-2.1.6.ebuild gphoto2-2.1.5.ebuild gphoto2-2.1.4.ebuild
Date: Sun, 30 Mar 2008 21:30:26
Message-Id: E1Jg56c-0008Gp-A9@stork.gentoo.org
1 eva 08/03/30 21:30:22
2
3 Modified: ChangeLog
4 Added: gphoto2-2.4.1.ebuild
5 Removed: gphoto2-2.1.6.ebuild gphoto2-2.1.5.ebuild
6 gphoto2-2.1.4.ebuild
7 Log:
8 bump to 2.4.1 with a fix for bug #194929. Clean up old revisions.
9 (Portage version: 2.1.4.4)
10
11 Revision Changes Path
12 1.57 media-gfx/gphoto2/ChangeLog
13
14 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gphoto2/ChangeLog?rev=1.57&view=markup
15 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gphoto2/ChangeLog?rev=1.57&content-type=text/plain
16 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gphoto2/ChangeLog?r1=1.56&r2=1.57
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/media-gfx/gphoto2/ChangeLog,v
21 retrieving revision 1.56
22 retrieving revision 1.57
23 diff -u -r1.56 -r1.57
24 --- ChangeLog 7 Oct 2007 13:13:57 -0000 1.56
25 +++ ChangeLog 30 Mar 2008 21:30:21 -0000 1.57
26 @@ -1,6 +1,12 @@
27 # ChangeLog for media-gfx/gphoto2
28 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gphoto2/ChangeLog,v 1.56 2007/10/07 13:13:57 eva Exp $
30 +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
31 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gphoto2/ChangeLog,v 1.57 2008/03/30 21:30:21 eva Exp $
32 +
33 +*gphoto2-2.4.1 (30 Mar 2008)
34 +
35 + 30 Mar 2008; Gilles Dartiguelongue <eva@g.o> -gphoto2-2.1.4.ebuild,
36 + -gphoto2-2.1.5.ebuild, -gphoto2-2.1.6.ebuild, +gphoto2-2.4.1.ebuild:
37 + bump to 2.4.1 with a fix for bug #194929. Clean up old revisions.
38
39 07 Oct 2007; Gilles Dartiguelongue <eva@g.o> gphoto2-2.4.0.ebuild:
40 raising libgphoto dependency per bug #194929
41
42
43
44 1.1 media-gfx/gphoto2/gphoto2-2.4.1.ebuild
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gphoto2/gphoto2-2.4.1.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gphoto2/gphoto2-2.4.1.ebuild?rev=1.1&content-type=text/plain
48
49 Index: gphoto2-2.4.1.ebuild
50 ===================================================================
51 # Copyright 1999-2008 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/media-gfx/gphoto2/gphoto2-2.4.1.ebuild,v 1.1 2008/03/30 21:30:21 eva Exp $
54
55 DESCRIPTION="free, redistributable digital camera software application"
56 HOMEPAGE="http://www.gphoto.org/"
57 SRC_URI="mirror://sourceforge/gphoto/${P}.tar.gz"
58
59 LICENSE="GPL-2"
60 SLOT="0"
61 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
62 IUSE="aalib exif ncurses nls readline"
63
64
65 # aalib -> needs libjpeg
66 # raise libgphoto to get a proper .pc
67 RDEPEND=">=dev-libs/libusb-0.1.8
68 dev-libs/popt
69 >=media-libs/libgphoto2-2.4.1
70 ncurses? ( dev-libs/cdk )
71 aalib? ( media-libs/aalib
72 media-libs/jpeg )
73 exif? ( media-libs/libexif )
74 readline? ( sys-libs/readline )"
75 DEPEND="${RDEPEND}
76 dev-util/pkgconfig
77 nls? ( >=sys-devel/gettext-0.14 )"
78
79 pkg_setup() {
80 if use exif && ! built_with_use exif media-libs/libgphoto2; then
81 eerror "exif support required but libgphoto2 does not have it."
82 die "rebuild media-libs/libgphoto2 with USE=\"exif\"."
83 fi
84 }
85
86 src_compile() {
87 econf \
88 $(use_with aalib) \
89 $(use_with aalib jpeg) \
90 $(use_with exif) \
91 $(use_with ncurses cdk) \
92 $(use_enable nls) \
93 $(use_with readline) || die "econf failed"
94 emake || die "compilation failed"
95 }
96
97 src_install() {
98 emake DESTDIR="${D}" \
99 gphotodocdir="${D}"/usr/share/doc/${PF} \
100 HTML_DIR="${D}"/usr/share/doc/${PF}/sgml \
101 install || die "installation failed"
102
103 dodoc ChangeLog NEWS* README AUTHORS
104 rm -rf "${D}"/usr/share/doc/${PF}/sgml/gphoto2
105 }
106
107
108
109 --
110 gentoo-commits@l.g.o mailing list