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.9.ebuild
Date: Wed, 28 Nov 2007 16:26:39
Message-Id: E1IxPk9-0000N6-B9@stork.gentoo.org
1 drac 07/11/28 16:26:33
2
3 Modified: ChangeLog
4 Added: gst-python-0.10.9.ebuild
5 Log:
6 Version bump, applying a -Wl,-z,lazy patch wrt #166221.
7 (Portage version: 2.1.4_rc3)
8
9 Revision Changes Path
10 1.31 dev-python/gst-python/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gst-python/ChangeLog?rev=1.31&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gst-python/ChangeLog?rev=1.31&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gst-python/ChangeLog?r1=1.30&r2=1.31
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/gst-python/ChangeLog,v
19 retrieving revision 1.30
20 retrieving revision 1.31
21 diff -u -r1.30 -r1.31
22 --- ChangeLog 24 Nov 2007 13:58:23 -0000 1.30
23 +++ ChangeLog 28 Nov 2007 16:26:32 -0000 1.31
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-python/gst-python
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gst-python/ChangeLog,v 1.30 2007/11/24 13:58:23 drac Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/gst-python/ChangeLog,v 1.31 2007/11/28 16:26:32 drac Exp $
29 +
30 +*gst-python-0.10.9 (28 Nov 2007)
31 +
32 + 28 Nov 2007; Samuli Suominen <drac@g.o>
33 + +files/gst-python-0.10.9-lazy.patch, +gst-python-0.10.9.ebuild:
34 + Version bump, applying a -Wl,-z,lazy patch wrt #166221.
35
36 24 Nov 2007; Samuli Suominen <drac@g.o>
37 gst-python-0.10.8-r1.ebuild:
38
39
40
41 1.1 dev-python/gst-python/gst-python-0.10.9.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gst-python/gst-python-0.10.9.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/gst-python/gst-python-0.10.9.ebuild?rev=1.1&content-type=text/plain
45
46 Index: gst-python-0.10.9.ebuild
47 ===================================================================
48 # Copyright 1999-2007 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-python/gst-python/gst-python-0.10.9.ebuild,v 1.1 2007/11/28 16:26:32 drac Exp $
51
52 NEED_PYTHON=2.3
53
54 inherit autotools eutils multilib python
55
56 DESCRIPTION="A Python Interface to GStreamer"
57 HOMEPAGE="http://gstreamer.freedesktop.org"
58 SRC_URI="http://gstreamer.freedesktop.org/src/${PN}/${P}.tar.bz2"
59
60 LICENSE="LGPL-2"
61 SLOT="0.10"
62 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
63 IUSE=""
64
65 RDEPEND=">=dev-python/pygtk-2.6.3
66 >=dev-libs/glib-2.8
67 >=x11-libs/gtk+-2.6
68 >=dev-python/pygobject-2.11.2
69 >=media-libs/gstreamer-0.10.2
70 >=media-libs/gst-plugins-base-0.10.0.2
71 dev-libs/libxml2"
72 DEPEND="${RDEPEND}
73 dev-util/pkgconfig
74 doc? ( app-text/xmlto )"
75
76 src_unpack() {
77 unpack ${A}
78 cd "${S}"
79 epatch "${FILESDIR}"/${P}-lazy.patch
80 AT_M4DIR="common/m4" eautoreconf
81 }
82
83 src_install() {
84 emake DESTDIR="${D}" install || die "emake install failed."
85 dodoc AUTHORS ChangeLog NEWS README TODO
86 docinto examples
87 cp -pPR examples/* "${D}"/usr/share/doc/${PF}/examples
88 prepalldocs
89 }
90
91 pkg_postinst() {
92 python_version
93 python_mod_optimize "${ROOT}"usr/$(get_libdir)/python${PYVER}/site-packages/gst-0.10
94 }
95
96 pkg_postrm() {
97 python_mod_cleanup
98 }
99
100
101
102 --
103 gentoo-commits@g.o mailing list