Gentoo Archives: gentoo-commits

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