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: xine-lib-1.1.15-r1.ebuild ChangeLog
Date: Mon, 06 Oct 2008 22:03:05
Message-Id: E1KmyAQ-00017Z-RO@stork.gentoo.org
1 aballier 08/10/06 22:03:02
2
3 Modified: xine-lib-1.1.15-r1.ebuild ChangeLog
4 Log:
5 add upstream patch to fix build against ffmpeg trunk
6 (Portage version: 2.2_rc11/cvs/Linux 2.6.26.5 x86_64)
7
8 Revision Changes Path
9 1.10 media-libs/xine-lib/xine-lib-1.1.15-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/xine-lib/xine-lib-1.1.15-r1.ebuild?rev=1.10&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/xine-lib/xine-lib-1.1.15-r1.ebuild?rev=1.10&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/xine-lib/xine-lib-1.1.15-r1.ebuild?r1=1.9&r2=1.10
14
15 Index: xine-lib-1.1.15-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-libs/xine-lib/xine-lib-1.1.15-r1.ebuild,v
18 retrieving revision 1.9
19 retrieving revision 1.10
20 diff -u -r1.9 -r1.10
21 --- xine-lib-1.1.15-r1.ebuild 28 Sep 2008 15:12:47 -0000 1.9
22 +++ xine-lib-1.1.15-r1.ebuild 6 Oct 2008 22:03:02 -0000 1.10
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 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.15-r1.ebuild,v 1.9 2008/09/28 15:12:47 armin76 Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/xine-lib-1.1.15-r1.ebuild,v 1.10 2008/10/06 22:03:02 aballier Exp $
28
29 EAPI=1
30
31 @@ -90,6 +90,7 @@
32 cd "${S}"
33 epatch "$FILESDIR"/${P}-libmpeg2-vis.patch
34 epatch "$FILESDIR"/${P}-buffer_h_ansi.patch
35 + epatch "$FILESDIR"/${P}-ffmpeg.patch
36 }
37
38 src_compile() {
39
40
41
42 1.574 media-libs/xine-lib/ChangeLog
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/xine-lib/ChangeLog?rev=1.574&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/xine-lib/ChangeLog?rev=1.574&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/xine-lib/ChangeLog?r1=1.573&r2=1.574
47
48 Index: ChangeLog
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/media-libs/xine-lib/ChangeLog,v
51 retrieving revision 1.573
52 retrieving revision 1.574
53 diff -u -r1.573 -r1.574
54 --- ChangeLog 28 Sep 2008 15:12:47 -0000 1.573
55 +++ ChangeLog 6 Oct 2008 22:03:02 -0000 1.574
56 @@ -1,6 +1,10 @@
57 # ChangeLog for media-libs/xine-lib
58 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
59 -# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/ChangeLog,v 1.573 2008/09/28 15:12:47 armin76 Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/ChangeLog,v 1.574 2008/10/06 22:03:02 aballier Exp $
61 +
62 + 06 Oct 2008; Alexis Ballier <aballier@g.o>
63 + +files/xine-lib-1.1.15-ffmpeg.patch, xine-lib-1.1.15-r1.ebuild:
64 + add upstream patch to fix build against ffmpeg trunk
65
66 28 Sep 2008; Raúl Porcel <armin76@g.o> xine-lib-1.1.15-r1.ebuild:
67 arm stable wrt #211464