Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/pitivi: pitivi-0.13.1.ebuild ChangeLog
Date: Sun, 31 May 2009 10:27:06
Message-Id: E1MAiFq-0000I0-Mv@stork.gentoo.org
1 eva 09/05/31 10:27:02
2
3 Modified: ChangeLog
4 Added: pitivi-0.13.1.ebuild
5 Log:
6 Bump to 0.13.1.
7 (Portage version: 2.2_rc33/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.17 media-video/pitivi/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/pitivi/ChangeLog?rev=1.17&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/pitivi/ChangeLog?rev=1.17&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/pitivi/ChangeLog?r1=1.16&r2=1.17
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-video/pitivi/ChangeLog,v
19 retrieving revision 1.16
20 retrieving revision 1.17
21 diff -u -r1.16 -r1.17
22 --- ChangeLog 3 May 2009 17:36:25 -0000 1.16
23 +++ ChangeLog 31 May 2009 10:27:02 -0000 1.17
24 @@ -1,6 +1,11 @@
25 # ChangeLog for media-video/pitivi
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-video/pitivi/ChangeLog,v 1.16 2009/05/03 17:36:25 eva Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-video/pitivi/ChangeLog,v 1.17 2009/05/31 10:27:02 eva Exp $
29 +
30 +*pitivi-0.13.1 (31 May 2009)
31 +
32 + 31 May 2009; Gilles Dartiguelongue <eva@g.o> +pitivi-0.13.1.ebuild:
33 + Bump to 0.13.1.
34
35 03 May 2009; Gilles Dartiguelongue <eva@g.o> -pitivi-0.10.3.ebuild,
36 -pitivi-0.11.1.ebuild, pitivi-0.11.3.ebuild:
37
38
39
40 1.1 media-video/pitivi/pitivi-0.13.1.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/pitivi/pitivi-0.13.1.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/pitivi/pitivi-0.13.1.ebuild?rev=1.1&content-type=text/plain
44
45 Index: pitivi-0.13.1.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-video/pitivi/pitivi-0.13.1.ebuild,v 1.1 2009/05/31 10:27:02 eva Exp $
50
51 EAPI="2"
52 GCONF_DEBUG="no"
53
54 inherit gnome2 python eutils
55
56 DESCRIPTION="A non-linear video editor using the GStreamer multimedia framework"
57 HOMEPAGE="http://www.pitivi.org"
58
59 LICENSE="LGPL-2.1"
60 SLOT="0"
61 KEYWORDS="~amd64 ~x86"
62 IUSE=""
63
64 RDEPEND=">=dev-lang/python-2.5
65 >=dev-python/pygtk-2.12
66 dev-python/dbus-python
67 >=dev-python/gconf-python-2.12
68 dev-python/pycairo
69 dev-python/pygoocanvas
70 net-zope/zopeinterface
71
72 >=media-libs/gstreamer-0.10.23
73 >=dev-python/gst-python-0.10.15
74 >=media-libs/gnonlin-0.10.10.3
75 >=media-libs/gst-plugins-base-0.10.0
76 >=media-libs/gst-plugins-good-0.10.0
77 >=media-plugins/gst-plugins-ffmpeg-0.10.0
78 >=media-plugins/gst-plugins-xvideo-0.10.0
79 >=media-plugins/gst-plugins-libpng-0.10.0"
80 DEPEND="${RDEPEND}
81 dev-python/setuptools
82 >=dev-util/intltool-0.35.5"
83
84 DOCS="AUTHORS ChangeLog NEWS RELEASE"
85
86 src_prepare() {
87 gnome2_src_prepare
88
89 # disable pyc compiling
90 mv py-compile py-compile.orig
91 ln -s $(type -P true) py-compile
92 }
93
94 src_configure() {
95 addpredict $(unset HOME; echo ~)/.gconf
96 addpredict $(unset HOME; echo ~)/.gconfd
97 addpredict $(unset HOME; echo ~)/.gstreamer-0.10
98
99 gnome2_src_configure
100 }
101
102 src_test() {
103 export XDG_CONFIG_HOME="${WORKDIR}/.config"
104 export XDG_DATA_HOME="${WORKDIR}/.local"
105 emake check || die "tests failed"
106 }
107
108 pkg_postinst() {
109 gnome2_pkg_postinst
110 python_mod_optimize "/usr/$(get_libdir)/${PN}/python/${PN}"
111 }
112
113 pkg_postrm() {
114 gnome2_pkg_postrm
115 python_mod_cleanup "/usr/$(get_libdir)/${PN}/python/${PN}"
116 }