Gentoo Archives: gentoo-commits

From: "Hanno Boeck (hanno)" <hanno@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/gnonlin: gnonlin-0.10.13.ebuild ChangeLog
Date: Mon, 28 Sep 2009 10:10:11
Message-Id: E1MsDBI-0004Qs-T8@stork.gentoo.org
1 hanno 09/09/28 10:10:08
2
3 Modified: ChangeLog
4 Added: gnonlin-0.10.13.ebuild
5 Log:
6 gnonlin bump
7 (Portage version: 2.2_rc42/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.13 media-libs/gnonlin/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gnonlin/ChangeLog?rev=1.13&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gnonlin/ChangeLog?rev=1.13&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gnonlin/ChangeLog?r1=1.12&r2=1.13
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/gnonlin/ChangeLog,v
19 retrieving revision 1.12
20 retrieving revision 1.13
21 diff -u -r1.12 -r1.13
22 --- ChangeLog 15 Aug 2009 03:38:38 -0000 1.12
23 +++ ChangeLog 28 Sep 2009 10:10:08 -0000 1.13
24 @@ -1,6 +1,11 @@
25 # ChangeLog for media-libs/gnonlin
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gnonlin/ChangeLog,v 1.12 2009/08/15 03:38:38 tester Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/gnonlin/ChangeLog,v 1.13 2009/09/28 10:10:08 hanno Exp $
29 +
30 +*gnonlin-0.10.13 (28 Sep 2009)
31 +
32 + 28 Sep 2009; Hanno Boeck <hanno@g.o> +gnonlin-0.10.13.ebuild:
33 + Version bump.
34
35 *gnonlin-0.10.12 (15 Aug 2009)
36
37
38
39
40 1.1 media-libs/gnonlin/gnonlin-0.10.13.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gnonlin/gnonlin-0.10.13.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gnonlin/gnonlin-0.10.13.ebuild?rev=1.1&content-type=text/plain
44
45 Index: gnonlin-0.10.13.ebuild
46 ===================================================================
47 # Copyright 1999-2009 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/media-libs/gnonlin/gnonlin-0.10.13.ebuild,v 1.1 2009/09/28 10:10:08 hanno Exp $
50
51 DESCRIPTION="Gnonlin is a set of GStreamer elements to ease the creation of non-linear multimedia editors."
52 HOMEPAGE="http://gnonlin.sourceforge.net"
53 SRC_URI="http://gstreamer.freedesktop.org/src/${PN}/${P}.tar.bz2"
54
55 LICENSE="LGPL-2"
56 SLOT="0.10"
57 KEYWORDS="~amd64 ~x86"
58 IUSE=""
59
60 RDEPEND=">=media-libs/gstreamer-0.10.9
61 >=media-libs/gst-plugins-base-0.10.9"
62 DEPEND="${RDEPEND}
63 dev-util/pkgconfig"
64
65 src_install() {
66 emake DESTDIR="${D}" install || die "emake install failed."
67 dodoc AUTHORS ChangeLog NEWS README RELEASE
68 }