Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/libsdl: ChangeLog libsdl-1.2.13.ebuild libsdl-1.2.11-r2.ebuild
Date: Sun, 20 Apr 2008 08:51:35
Message-Id: E1JnVGm-0001iM-5H@stork.gentoo.org
1 vapier 08/04/20 08:51:32
2
3 Modified: ChangeLog libsdl-1.2.13.ebuild
4 libsdl-1.2.11-r2.ebuild
5 Log:
6 Add fix from upstream for the cld issue on x86 #217097 by Peter Alfredsen.
7 (Portage version: 2.2_pre5)
8
9 Revision Changes Path
10 1.141 media-libs/libsdl/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsdl/ChangeLog?rev=1.141&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsdl/ChangeLog?rev=1.141&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsdl/ChangeLog?r1=1.140&r2=1.141
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/libsdl/ChangeLog,v
19 retrieving revision 1.140
20 retrieving revision 1.141
21 diff -u -r1.140 -r1.141
22 --- ChangeLog 27 Feb 2008 10:20:07 -0000 1.140
23 +++ ChangeLog 20 Apr 2008 08:51:31 -0000 1.141
24 @@ -1,6 +1,11 @@
25 # ChangeLog for media-libs/libsdl
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/ChangeLog,v 1.140 2008/02/27 10:20:07 vapier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/ChangeLog,v 1.141 2008/04/20 08:51:31 vapier Exp $
29 +
30 + 20 Apr 2008; Mike Frysinger <vapier@g.o>
31 + +files/libsdl-1.2.13-cld.patch, libsdl-1.2.11-r2.ebuild,
32 + libsdl-1.2.13.ebuild:
33 + Add fix from upstream for the cld issue on x86 #217097 by Peter Alfredsen.
34
35 27 Feb 2008; Mike Frysinger <vapier@g.o>
36 +files/libsdl-1.2.13-libcaca-new-api.patch, libsdl-1.2.13.ebuild:
37
38
39
40 1.4 media-libs/libsdl/libsdl-1.2.13.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsdl/libsdl-1.2.13.ebuild?rev=1.4&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsdl/libsdl-1.2.13.ebuild?rev=1.4&content-type=text/plain
44 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsdl/libsdl-1.2.13.ebuild?r1=1.3&r2=1.4
45
46 Index: libsdl-1.2.13.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.13.ebuild,v
49 retrieving revision 1.3
50 retrieving revision 1.4
51 diff -u -r1.3 -r1.4
52 --- libsdl-1.2.13.ebuild 27 Feb 2008 10:20:07 -0000 1.3
53 +++ libsdl-1.2.13.ebuild 20 Apr 2008 08:51:31 -0000 1.4
54 @@ -1,6 +1,6 @@
55 # Copyright 1999-2008 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.13.ebuild,v 1.3 2008/02/27 10:20:07 vapier Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.13.ebuild,v 1.4 2008/04/20 08:51:31 vapier Exp $
59
60 inherit flag-o-matic toolchain-funcs eutils libtool autotools
61
62 @@ -77,6 +77,7 @@
63 epatch "${FILESDIR}"/${PN}-1.2.11-sdl-config.patch
64 epatch "${FILESDIR}"/${PN}-1.2.11-xinerama-head-0.patch #145917
65 epatch "${FILESDIR}"/${P}-pulseaudio.patch #198147
66 + epatch "${FILESDIR}"/${P}-cld.patch #217097
67
68 ./autogen.sh
69 elibtoolize
70
71
72
73 1.13 media-libs/libsdl/libsdl-1.2.11-r2.ebuild
74
75 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsdl/libsdl-1.2.11-r2.ebuild?rev=1.13&view=markup
76 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsdl/libsdl-1.2.11-r2.ebuild?rev=1.13&content-type=text/plain
77 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsdl/libsdl-1.2.11-r2.ebuild?r1=1.12&r2=1.13
78
79 Index: libsdl-1.2.11-r2.ebuild
80 ===================================================================
81 RCS file: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.11-r2.ebuild,v
82 retrieving revision 1.12
83 retrieving revision 1.13
84 diff -u -r1.12 -r1.13
85 --- libsdl-1.2.11-r2.ebuild 30 Dec 2007 00:25:20 -0000 1.12
86 +++ libsdl-1.2.11-r2.ebuild 20 Apr 2008 08:51:31 -0000 1.13
87 @@ -1,6 +1,6 @@
88 -# Copyright 1999-2007 Gentoo Foundation
89 +# Copyright 1999-2008 Gentoo Foundation
90 # Distributed under the terms of the GNU General Public License v2
91 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.11-r2.ebuild,v 1.12 2007/12/30 00:25:20 vapier Exp $
92 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.11-r2.ebuild,v 1.13 2008/04/20 08:51:31 vapier Exp $
93
94 inherit flag-o-matic toolchain-funcs eutils libtool
95
96 @@ -80,6 +80,7 @@
97 epatch "${FILESDIR}"/${P}-fbcon-page-header.patch #159923 #169388
98 epatch "${FILESDIR}"/${P}-yasm-checks.patch #163053
99 epatch "${FILESDIR}"/${P}-cdrom-correct-free-func.patch #169477
100 + epatch "${FILESDIR}"/${PN}-1.2.13-cld.patch #217097
101
102 # add yasm-compatible defines to nasm code (hopefully we
103 # can get this killed soonish)
104
105
106
107 --
108 gentoo-commits@l.g.o mailing list