Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/xine-lib: xine-lib-1.1.17.ebuild
Date: Wed, 02 Dec 2009 16:55:40
Message-Id: E1NFsUM-0000H1-5W@stork.gentoo.org
1 ssuominen 09/12/02 16:55:38
2
3 Modified: xine-lib-1.1.17.ebuild
4 Log:
5 Missing src_prepare
6 (Portage version: 2.2_rc54/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 media-libs/xine-lib/xine-lib-1.1.17.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/xine-lib/xine-lib-1.1.17.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/xine-lib/xine-lib-1.1.17.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/xine-lib/xine-lib-1.1.17.ebuild?r1=1.1&r2=1.2
14
15 Index: xine-lib-1.1.17.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-libs/xine-lib/xine-lib-1.1.17.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- xine-lib-1.1.17.ebuild 2 Dec 2009 12:28:32 -0000 1.1
22 +++ xine-lib-1.1.17.ebuild 2 Dec 2009 16:55:38 -0000 1.2
23 @@ -1,9 +1,9 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/xine-lib-1.1.17.ebuild,v 1.1 2009/12/02 12:28:32 ssuominen Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/xine-lib-1.1.17.ebuild,v 1.2 2009/12/02 16:55:38 ssuominen Exp $
28
29 EAPI=2
30 -inherit flag-o-matic toolchain-funcs multilib
31 +inherit eutils flag-o-matic toolchain-funcs multilib
32
33 # This should normally be empty string, unless a release has a suffix.
34 if [[ "${P/_pre/}" != "${P}" ]]; then
35 @@ -84,6 +84,10 @@
36 sys-devel/libtool
37 nls? ( sys-devel/gettext )"
38
39 +src_prepare() {
40 + epatch "${DISTDIR}"/${PN}-1.1.15-textrel-fix.patch
41 +}
42 +
43 src_configure() {
44 #prevent quicktime crashing
45 append-flags -frename-registers -ffunction-sections