Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/xine-lib: ChangeLog xine-lib-1.2.1.ebuild
Date: Wed, 29 Feb 2012 01:13:06
Message-Id: 20120229011255.B416C2004B@flycatcher.gentoo.org
1 aballier 12/02/29 01:12:55
2
3 Modified: ChangeLog xine-lib-1.2.1.ebuild
4 Log:
5 add upstream patch to fix build with ffmpeg git
6
7 (Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.668 media-libs/xine-lib/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/xine-lib/ChangeLog?rev=1.668&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/xine-lib/ChangeLog?rev=1.668&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/xine-lib/ChangeLog?r1=1.667&r2=1.668
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/xine-lib/ChangeLog,v
19 retrieving revision 1.667
20 retrieving revision 1.668
21 diff -u -r1.667 -r1.668
22 --- ChangeLog 28 Feb 2012 22:20:23 -0000 1.667
23 +++ ChangeLog 29 Feb 2012 01:12:55 -0000 1.668
24 @@ -1,6 +1,10 @@
25 # ChangeLog for media-libs/xine-lib
26 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/ChangeLog,v 1.667 2012/02/28 22:20:23 ranger Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/ChangeLog,v 1.668 2012/02/29 01:12:55 aballier Exp $
29 +
30 + 28 Feb 2012; Alexis Ballier <aballier@g.o> xine-lib-1.2.1.ebuild,
31 + +files/xine-lib-1.2.1-ffmpeg-git.patch:
32 + add upstream patch to fix build with ffmpeg git
33
34 28 Feb 2012; Brent Baude <ranger@g.o> xine-lib-1.2.1.ebuild:
35 Marking xine-lib-1.2.1 ppc for bug 405659
36
37
38
39 1.5 media-libs/xine-lib/xine-lib-1.2.1.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/xine-lib/xine-lib-1.2.1.ebuild?rev=1.5&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/xine-lib/xine-lib-1.2.1.ebuild?rev=1.5&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/xine-lib/xine-lib-1.2.1.ebuild?r1=1.4&r2=1.5
44
45 Index: xine-lib-1.2.1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/media-libs/xine-lib/xine-lib-1.2.1.ebuild,v
48 retrieving revision 1.4
49 retrieving revision 1.5
50 diff -u -r1.4 -r1.5
51 --- xine-lib-1.2.1.ebuild 28 Feb 2012 22:20:23 -0000 1.4
52 +++ xine-lib-1.2.1.ebuild 29 Feb 2012 01:12:55 -0000 1.5
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2012 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/xine-lib-1.2.1.ebuild,v 1.4 2012/02/28 22:20:23 ranger Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/xine-lib-1.2.1.ebuild,v 1.5 2012/02/29 01:12:55 aballier Exp $
58
59 EAPI=4
60
61 @@ -14,7 +14,7 @@
62 SRC_URI="mirror://sourceforge/xine/${P}.tar.xz"
63 fi
64
65 -inherit libtool multilib ${_live_inherits}
66 +inherit eutils libtool multilib ${_live_inherits}
67
68 DESCRIPTION="Core libraries for Xine movie player"
69 HOMEPAGE="http://xine.sourceforge.net/"
70 @@ -113,6 +113,7 @@
71 xinerama? ( X )"
72
73 src_prepare() {
74 + epatch "${FILESDIR}/${P}-ffmpeg-git.patch"
75 sed -i -e '/define VDR_ABS_FIFO_DIR/s|".*"|"/var/vdr/xine"|' src/vdr/input_vdr.c || die
76
77 if [[ ${PV} == *9999* ]]; then