Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/gnonlin: gnonlin-1.2.1.ebuild ChangeLog
Date: Sat, 31 May 2014 13:43:44
Message-Id: 20140531134340.892072004E@flycatcher.gentoo.org
1 pacho 14/05/31 13:43:40
2
3 Modified: ChangeLog
4 Added: gnonlin-1.2.1.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
9
10 Revision Changes Path
11 1.23 media-libs/gnonlin/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gnonlin/ChangeLog?rev=1.23&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gnonlin/ChangeLog?rev=1.23&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gnonlin/ChangeLog?r1=1.22&r2=1.23
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-libs/gnonlin/ChangeLog,v
20 retrieving revision 1.22
21 retrieving revision 1.23
22 diff -u -r1.22 -r1.23
23 --- ChangeLog 6 Apr 2014 11:49:52 -0000 1.22
24 +++ ChangeLog 31 May 2014 13:43:40 -0000 1.23
25 @@ -1,6 +1,11 @@
26 # ChangeLog for media-libs/gnonlin
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gnonlin/ChangeLog,v 1.22 2014/04/06 11:49:52 eva Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-libs/gnonlin/ChangeLog,v 1.23 2014/05/31 13:43:40 pacho Exp $
30 +
31 +*gnonlin-1.2.1 (31 May 2014)
32 +
33 + 31 May 2014; Pacho Ramos <pacho@g.o> +gnonlin-1.2.1.ebuild:
34 + Version bump
35
36 *gnonlin-1.2.0 (06 Apr 2014)
37
38 @@ -106,4 +111,3 @@
39 07 Apr 2006; Zaheer Abbas Merali <zaheerm@g.o> +metadata.xml,
40 +gnonlin-0.10.1.ebuild:
41 Initial import
42 -
43
44
45
46 1.1 media-libs/gnonlin/gnonlin-1.2.1.ebuild
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gnonlin/gnonlin-1.2.1.ebuild?rev=1.1&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gnonlin/gnonlin-1.2.1.ebuild?rev=1.1&content-type=text/plain
50
51 Index: gnonlin-1.2.1.ebuild
52 ===================================================================
53 # Copyright 1999-2014 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 # $Header: /var/cvsroot/gentoo-x86/media-libs/gnonlin/gnonlin-1.2.1.ebuild,v 1.1 2014/05/31 13:43:40 pacho Exp $
56
57 EAPI="5"
58 inherit gst-plugins10
59
60 DESCRIPTION="Gnonlin is a set of GStreamer elements to ease the creation of non-linear multimedia editors."
61 HOMEPAGE="http://gnonlin.sourceforge.net"
62
63 LICENSE="LGPL-2"
64 SLOT="1.0"
65 KEYWORDS="~amd64 ~x86"
66 IUSE="test"
67
68 RDEPEND="
69 >=dev-libs/glib-2.34:2
70 >=media-libs/gstreamer-1.2:1.0
71 >=media-libs/gst-plugins-base-1.2:1.0
72 "
73 DEPEND="${RDEPEND}
74 virtual/pkgconfig
75 >=dev-util/gtk-doc-am-1.13
76 test? (
77 dev-libs/check
78 >=media-libs/gst-plugins-good-1.2:1.0 )
79 " # videomixer
80
81 src_configure() {
82 econf --disable-gtk-doc
83 }
84
85 src_compile() {
86 default
87 }
88
89 src_install() {
90 default
91 prune_libtool_files --all
92 }