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-video/pitivi: ChangeLog pitivi-0.11.1.ebuild
Date: Sat, 01 Dec 2007 16:57:57
Message-Id: E1IyVf4-0004wo-Ng@stork.gentoo.org
1 hanno 07/12/01 16:57:50
2
3 Modified: ChangeLog
4 Added: pitivi-0.11.1.ebuild
5 Log:
6 pitivi bump
7 (Portage version: 2.1.4_rc4)
8
9 Revision Changes Path
10 1.10 media-video/pitivi/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/pitivi/ChangeLog?rev=1.10&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/pitivi/ChangeLog?rev=1.10&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/pitivi/ChangeLog?r1=1.9&r2=1.10
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-video/pitivi/ChangeLog,v
19 retrieving revision 1.9
20 retrieving revision 1.10
21 diff -u -r1.9 -r1.10
22 --- ChangeLog 19 Oct 2007 00:30:58 -0000 1.9
23 +++ ChangeLog 1 Dec 2007 16:57:50 -0000 1.10
24 @@ -1,6 +1,11 @@
25 # ChangeLog for media-video/pitivi
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-video/pitivi/ChangeLog,v 1.9 2007/10/19 00:30:58 hanno Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-video/pitivi/ChangeLog,v 1.10 2007/12/01 16:57:50 hanno Exp $
29 +
30 +*pitivi-0.11.1 (01 Dec 2007)
31 +
32 + 01 Dec 2007; Hanno Boeck <hanno@g.o> +pitivi-0.11.1.ebuild:
33 + Version bump.
34
35 *pitivi-0.11.0 (19 Oct 2007)
36
37
38
39
40 1.1 media-video/pitivi/pitivi-0.11.1.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/pitivi/pitivi-0.11.1.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/pitivi/pitivi-0.11.1.ebuild?rev=1.1&content-type=text/plain
44
45 Index: pitivi-0.11.1.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-video/pitivi/pitivi-0.11.1.ebuild,v 1.1 2007/12/01 16:57:50 hanno Exp $
50
51 inherit gnome2
52
53 DESCRIPTION="A non-linear video editor using the GStreamer multimedia framework"
54 HOMEPAGE="http://www.pitivi.org"
55 SRC_URI="mirror://gnome/sources/${PN}/0.11/${P}.tar.bz2"
56
57 LICENSE="LGPL-2.1"
58 SLOT="0"
59 KEYWORDS="~x86 ~amd64"
60 IUSE=""
61
62 DEPEND=">=media-libs/gstreamer-0.10.4
63 >=dev-lang/python-2.3.0
64 >=dev-python/pygtk-2.8.0
65 >=dev-python/gnome-python-2.12.0
66 >=dev-python/gst-python-0.10.0
67 >=media-libs/gnonlin-0.10.7
68 net-zope/zopeinterface
69 dev-python/setuptools"
70 RDEPEND="${DEPEND}
71 >=media-libs/gst-plugins-base-0.10.0
72 >=media-libs/gst-plugins-good-0.10.0
73 >=media-plugins/gst-plugins-ffmpeg-0.10.0
74 >=media-plugins/gst-plugins-xvideo-0.10.0
75 >=media-plugins/gst-plugins-libpng-0.10.0"
76
77 DOCS="AUTHORS ChangeLog NEWS RELEASE"
78
79 src_compile() {
80 addpredict $(unset HOME; echo ~)/.gconf
81 addpredict $(unset HOME; echo ~)/.gconfd
82 addpredict $(unset HOME; echo ~)/.gstreamer-0.10
83 gnome2_src_compile
84 }
85
86
87
88 --
89 gentoo-commits@g.o mailing list