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.0.ebuild
Date: Wed, 03 Oct 2007 21:46:26
Message-Id: E1IdBtu-0000SG-5A@stork.gentoo.org
1 eva 07/10/03 21:37:02
2
3 Modified: ChangeLog
4 Added: gphoto2-2.4.0.ebuild
5 Log:
6 bump to 2.4.0
7 (Portage version: 2.1.3.11)
8
9 Revision Changes Path
10 1.55 media-gfx/gphoto2/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gphoto2/ChangeLog?rev=1.55&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gphoto2/ChangeLog?rev=1.55&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gphoto2/ChangeLog?r1=1.54&r2=1.55
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-gfx/gphoto2/ChangeLog,v
19 retrieving revision 1.54
20 retrieving revision 1.55
21 diff -u -r1.54 -r1.55
22 --- ChangeLog 30 Aug 2007 12:41:15 -0000 1.54
23 +++ ChangeLog 3 Oct 2007 21:37:01 -0000 1.55
24 @@ -1,6 +1,11 @@
25 # ChangeLog for media-gfx/gphoto2
26 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gphoto2/ChangeLog,v 1.54 2007/08/30 12:41:15 phreak Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gphoto2/ChangeLog,v 1.55 2007/10/03 21:37:01 eva Exp $
29 +
30 +*gphoto2-2.4.0 (03 Oct 2007)
31 +
32 + 03 Oct 2007; Gilles Dartiguelongue <eva@g.o> +gphoto2-2.4.0.ebuild:
33 + bump to 2.4.0
34
35 30 Aug 2007; Christian Heim <phreak@g.o> metadata.xml:
36 Removing liquidx from metadata due to his retirement (see #171155 for
37
38
39
40 1.1 media-gfx/gphoto2/gphoto2-2.4.0.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gphoto2/gphoto2-2.4.0.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gphoto2/gphoto2-2.4.0.ebuild?rev=1.1&content-type=text/plain
44
45 Index: gphoto2-2.4.0.ebuild
46 ===================================================================
47 # Copyright 1999-2007 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/media-gfx/gphoto2/gphoto2-2.4.0.ebuild,v 1.1 2007/10/03 21:37:01 eva Exp $
50
51 DESCRIPTION="free, redistributable digital camera software application"
52 HOMEPAGE="http://www.gphoto.org/"
53 SRC_URI="mirror://sourceforge/gphoto/${P}.tar.gz"
54
55 LICENSE="GPL-2"
56 SLOT="0"
57 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
58 IUSE="nls exif readline ncurses aalib"
59
60 # jpeg useflag -> exif support
61 # aalib -> needs libjpeg
62 RDEPEND=">=dev-libs/libusb-0.1.8
63 dev-libs/popt
64 >=media-libs/libgphoto2-2.3.1
65 ncurses? ( dev-libs/cdk )
66 aalib? ( media-libs/aalib
67 media-libs/jpeg )
68 exif? ( media-libs/libexif )
69 readline? ( sys-libs/readline )"
70 DEPEND="${RDEPEND}
71 dev-util/pkgconfig"
72
73 src_compile() {
74 econf \
75 $(use_enable nls) \
76 $(use_with ncurses cdk) \
77 $(use_with aalib) \
78 $(use_with aalib jpeg) \
79 $(use_with exif) \
80 $(use_with readline) || die "econf failed"
81 emake || die "compilation failed"
82 }
83
84 src_install() {
85 einstall \
86 gphotodocdir="${D}"/usr/share/doc/${PF} \
87 HTML_DIR="${D}"/usr/share/doc/${PF}/sgml \
88 || die "installation failed"
89
90 dodoc ChangeLog NEWS* README AUTHORS COPYING
91 rm -rf "${D}"/usr/share/doc/${PF}/sgml/gphoto2
92 }
93
94
95
96 --
97 gentoo-commits@g.o mailing list