Gentoo Archives: gentoo-commits

From: "Arun Raghavan (ford_prefect)" <ford_prefect@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/gupnp-av: ChangeLog gupnp-av-0.6.1.ebuild
Date: Fri, 01 Oct 2010 16:13:46
Message-Id: 20101001161330.A632B20051@flycatcher.gentoo.org
1 ford_prefect 10/10/01 16:13:30
2
3 Modified: ChangeLog
4 Added: gupnp-av-0.6.1.ebuild
5 Log:
6 Bump to 0.6.1. Stable release - adds some fixes and documentation updates over 0.5.7. DLNA media support moved to media-libs/gupnp-dlna.
7
8 (Portage version: 2.2_rc88/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.9 net-libs/gupnp-av/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gupnp-av/ChangeLog?rev=1.9&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gupnp-av/ChangeLog?rev=1.9&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gupnp-av/ChangeLog?r1=1.8&r2=1.9
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-libs/gupnp-av/ChangeLog,v
20 retrieving revision 1.8
21 retrieving revision 1.9
22 diff -u -r1.8 -r1.9
23 --- ChangeLog 21 Jul 2010 10:52:55 -0000 1.8
24 +++ ChangeLog 1 Oct 2010 16:13:30 -0000 1.9
25 @@ -1,6 +1,13 @@
26 # ChangeLog for net-libs/gupnp-av
27 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-libs/gupnp-av/ChangeLog,v 1.8 2010/07/21 10:52:55 ford_prefect Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-libs/gupnp-av/ChangeLog,v 1.9 2010/10/01 16:13:30 ford_prefect Exp $
30 +
31 +*gupnp-av-0.6.1 (01 Oct 2010)
32 +
33 + 01 Oct 2010; Arun Raghavan <ford_prefect@g.o>
34 + +gupnp-av-0.6.1.ebuild:
35 + Bump to 0.6.1. Stable release - adds some fixes and documentation updates
36 + over 0.5.7. DLNA media support moved to media-libs/gupnp-dlna.
37
38 21 Jul 2010; Arun Raghavan <ford_prefect@g.o>
39 -gupnp-av-0.5.1.ebuild:
40
41
42
43 1.1 net-libs/gupnp-av/gupnp-av-0.6.1.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gupnp-av/gupnp-av-0.6.1.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gupnp-av/gupnp-av-0.6.1.ebuild?rev=1.1&content-type=text/plain
47
48 Index: gupnp-av-0.6.1.ebuild
49 ===================================================================
50 # Copyright 1999-2010 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/net-libs/gupnp-av/gupnp-av-0.6.1.ebuild,v 1.1 2010/10/01 16:13:30 ford_prefect Exp $
53
54 EAPI=2
55
56 DESCRIPTION="a small utility library that aims to ease the handling UPnP A/V profiles."
57 HOMEPAGE="http://gupnp.org/"
58 SRC_URI="http://gupnp.org/sites/all/files/sources/${P}.tar.gz"
59
60 LICENSE="LGPL-2"
61 SLOT="0"
62 KEYWORDS="~amd64 ~ppc ~x86"
63 IUSE="+introspection"
64
65 RDEPEND=">=dev-libs/glib-2.16:2
66 >=net-libs/gupnp-0.13[introspection?]"
67 DEPEND="${RDEPEND}
68 dev-util/pkgconfig"
69
70 src_configure() {
71 econf \
72 $(use_enable introspection) \
73 --disable-dependency-tracking \
74 --disable-gtk-doc \
75 --disable-gtk-doc-html \
76 --disable-gtk-doc-pdf
77 }
78
79 src_install() {
80 emake DESTDIR="${D}" install || die
81 dodoc AUTHORS ChangeLog NEWS README
82 }