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-plugins/vdr-softdevice: ChangeLog vdr-softdevice-0.5.0.20080922.ebuild
Date: Sat, 18 Oct 2008 09:51:55
Message-Id: E1Kr8TP-0007Bj-RL@stork.gentoo.org
1 aballier 08/10/18 09:51:51
2
3 Modified: ChangeLog vdr-softdevice-0.5.0.20080922.ebuild
4 Log:
5 fix build with latest ffmpeg, bug #242070
6 (Portage version: 2.2_rc12/cvs/Linux 2.6.26.6 x86_64)
7
8 Revision Changes Path
9 1.58 media-plugins/vdr-softdevice/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-softdevice/ChangeLog?rev=1.58&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-softdevice/ChangeLog?rev=1.58&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-softdevice/ChangeLog?r1=1.57&r2=1.58
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-softdevice/ChangeLog,v
18 retrieving revision 1.57
19 retrieving revision 1.58
20 diff -u -r1.57 -r1.58
21 --- ChangeLog 23 Sep 2008 08:45:16 -0000 1.57
22 +++ ChangeLog 18 Oct 2008 09:51:51 -0000 1.58
23 @@ -1,6 +1,11 @@
24 # ChangeLog for media-plugins/vdr-softdevice
25 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-softdevice/ChangeLog,v 1.57 2008/09/23 08:45:16 zzam Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-softdevice/ChangeLog,v 1.58 2008/10/18 09:51:51 aballier Exp $
28 +
29 + 18 Oct 2008; Alexis Ballier <aballier@g.o>
30 + +files/vdr-softdevice-0.5.0.20080922-offsett.patch,
31 + vdr-softdevice-0.5.0.20080922.ebuild:
32 + fix build with latest ffmpeg, bug #242070
33
34 *vdr-softdevice-0.5.0.20080922 (23 Sep 2008)
35
36
37
38
39 1.2 media-plugins/vdr-softdevice/vdr-softdevice-0.5.0.20080922.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-softdevice/vdr-softdevice-0.5.0.20080922.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-softdevice/vdr-softdevice-0.5.0.20080922.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-softdevice/vdr-softdevice-0.5.0.20080922.ebuild?r1=1.1&r2=1.2
44
45 Index: vdr-softdevice-0.5.0.20080922.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-softdevice/vdr-softdevice-0.5.0.20080922.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- vdr-softdevice-0.5.0.20080922.ebuild 23 Sep 2008 08:45:16 -0000 1.1
52 +++ vdr-softdevice-0.5.0.20080922.ebuild 18 Oct 2008 09:51:51 -0000 1.2
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2008 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-softdevice/vdr-softdevice-0.5.0.20080922.ebuild,v 1.1 2008/09/23 08:45:16 zzam Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-softdevice/vdr-softdevice-0.5.0.20080922.ebuild,v 1.2 2008/10/18 09:51:51 aballier Exp $
58
59 inherit eutils vdr-plugin versionator
60
61 @@ -48,7 +48,8 @@
62 # Remove this once default-linux/amd64/2006.1 is deprecated
63 DEPEND="${DEPEND} amd64? ( >=sys-apps/portage-2.1.2 )"
64
65 -PATCHES=("${FILESDIR}/patches-0.4.0/shm-fullscreen-parameter.diff")
66 +PATCHES=("${FILESDIR}/patches-0.4.0/shm-fullscreen-parameter.diff"
67 + "${FILESDIR}/${P}-offsett.patch" )
68
69 pkg_setup() {
70 vdr-plugin_pkg_setup