Gentoo Archives: gentoo-commits

From: "Samuli Suominen (drac)" <drac@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/gst-python: ChangeLog gst-python-0.10.12.ebuild gst-python-0.10.10.ebuild
Date: Sun, 29 Jun 2008 19:07:11
Message-Id: E1KD2Er-0005GC-OP@stork.gentoo.org
1 drac 08/06/29 19:07:05
2
3 Modified: ChangeLog
4 Added: gst-python-0.10.12.ebuild
5 Removed: gst-python-0.10.10.ebuild
6 Log:
7 Version bump.
8 (Portage version: 2.2_rc1/cvs/Linux 2.6.26-rc3 x86_64)
9
10 Revision Changes Path
11 1.39 dev-python/gst-python/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gst-python/ChangeLog?rev=1.39&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gst-python/ChangeLog?rev=1.39&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gst-python/ChangeLog?r1=1.38&r2=1.39
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/gst-python/ChangeLog,v
20 retrieving revision 1.38
21 retrieving revision 1.39
22 diff -u -r1.38 -r1.39
23 --- ChangeLog 29 May 2008 16:14:52 -0000 1.38
24 +++ ChangeLog 29 Jun 2008 19:07:05 -0000 1.39
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-python/gst-python
27 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gst-python/ChangeLog,v 1.38 2008/05/29 16:14:52 hawking Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/gst-python/ChangeLog,v 1.39 2008/06/29 19:07:05 drac Exp $
30 +
31 +*gst-python-0.10.12 (29 Jun 2008)
32 +
33 + 29 Jun 2008; Samuli Suominen <drac@g.o> -gst-python-0.10.10.ebuild,
34 + +gst-python-0.10.12.ebuild:
35 + Version bump.
36
37 29 May 2008; Ali Polatel <hawking@g.o> gst-python-0.10.9.ebuild,
38 gst-python-0.10.10.ebuild:
39
40
41
42 1.1 dev-python/gst-python/gst-python-0.10.12.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gst-python/gst-python-0.10.12.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gst-python/gst-python-0.10.12.ebuild?rev=1.1&content-type=text/plain
46
47 Index: gst-python-0.10.12.ebuild
48 ===================================================================
49 # Copyright 1999-2008 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-python/gst-python/gst-python-0.10.12.ebuild,v 1.1 2008/06/29 19:07:05 drac Exp $
52
53 NEED_PYTHON=2.4
54
55 inherit autotools eutils multilib python
56
57 DESCRIPTION="A Python Interface to GStreamer"
58 HOMEPAGE="http://gstreamer.freedesktop.org"
59 SRC_URI="http://gstreamer.freedesktop.org/src/${PN}/${P}.tar.bz2"
60
61 LICENSE="LGPL-2"
62 SLOT="0.10"
63 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
64 IUSE="examples"
65
66 RDEPEND=">=dev-python/pygtk-2.6.3
67 >=dev-libs/glib-2.8
68 >=x11-libs/gtk+-2.6
69 >=dev-python/pygobject-2.11.2
70 >=media-libs/gstreamer-0.10.12
71 >=media-libs/gst-plugins-base-0.10.12
72 dev-libs/libxml2"
73 DEPEND="${RDEPEND}
74 dev-util/pkgconfig"
75
76 src_unpack() {
77 unpack ${A}
78 cd "${S}"
79 epatch "${FILESDIR}"/${PN}-0.10.9-lazy.patch
80
81 rm -f py-compile || die "rm failed."
82 ln -s $(type -P true) py-compile || die "ln failed."
83
84 AT_M4DIR="common/m4" eautoreconf
85 }
86
87 src_install() {
88 emake DESTDIR="${D}" install || die "emake install failed."
89 dodoc AUTHORS ChangeLog NEWS README TODO
90
91 if use examples; then
92 docinto examples
93 dodoc examples/*
94 fi
95 }
96
97 pkg_postinst() {
98 python_version
99 python_mod_compile /usr/$(get_libdir)/python${PYVER}/site-packages/pygst.py
100 python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages/gst-0.10
101 }
102
103 pkg_postrm() {
104 python_mod_cleanup
105 }
106
107
108
109 --
110 gentoo-commits@l.g.o mailing list