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
Date: Thu, 10 Jan 2008 08:02:24
Message-Id: E1JCsMn-0005QM-Qu@stork.gentoo.org
1 vapier 08/01/10 08:02:21
2
3 Modified: ChangeLog libsdl-1.2.13.ebuild
4 Log:
5 Add support for USE=pulseaudio and fixing it in the process #198147 by jon R-B / Eugene Zagidullin.
6 (Portage version: 2.1.4_rc14)
7
8 Revision Changes Path
9 1.139 media-libs/libsdl/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsdl/ChangeLog?rev=1.139&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsdl/ChangeLog?rev=1.139&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsdl/ChangeLog?r1=1.138&r2=1.139
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-libs/libsdl/ChangeLog,v
18 retrieving revision 1.138
19 retrieving revision 1.139
20 diff -u -r1.138 -r1.139
21 --- ChangeLog 31 Dec 2007 15:52:00 -0000 1.138
22 +++ ChangeLog 10 Jan 2008 08:02:21 -0000 1.139
23 @@ -1,6 +1,11 @@
24 # ChangeLog for media-libs/libsdl
25 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/ChangeLog,v 1.138 2007/12/31 15:52:00 vapier Exp $
27 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/ChangeLog,v 1.139 2008/01/10 08:02:21 vapier Exp $
29 +
30 + 10 Jan 2008; Mike Frysinger <vapier@g.o>
31 + +files/libsdl-1.2.13-pulseaudio.patch, libsdl-1.2.13.ebuild:
32 + Add support for USE=pulseaudio and fixing it in the process #198147 by jon
33 + R-B / Eugene Zagidullin.
34
35 *libsdl-1.2.13 (31 Dec 2007)
36
37
38
39
40 1.2 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.2&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsdl/libsdl-1.2.13.ebuild?rev=1.2&content-type=text/plain
44 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsdl/libsdl-1.2.13.ebuild?r1=1.1&r2=1.2
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.1
50 retrieving revision 1.2
51 diff -u -r1.1 -r1.2
52 --- libsdl-1.2.13.ebuild 31 Dec 2007 15:52:00 -0000 1.1
53 +++ libsdl-1.2.13.ebuild 10 Jan 2008 08:02:21 -0000 1.2
54 @@ -1,6 +1,6 @@
55 -# Copyright 1999-2007 Gentoo Foundation
56 +# Copyright 1999-2008 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.13.ebuild,v 1.1 2007/12/31 15:52:00 vapier Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.13.ebuild,v 1.2 2008/01/10 08:02:21 vapier Exp $
60
61 inherit flag-o-matic toolchain-funcs eutils libtool
62
63 @@ -15,7 +15,7 @@
64 # if you have the noaudio, novideo, nojoystick, or custom-cflags use flags
65 # in USE and something breaks, you pick up the pieces. Be prepared for
66 # bug reports to be marked INVALID.
67 -IUSE="oss alsa esd arts nas X dga xv xinerama fbcon directfb ggi svga aalib opengl libcaca noaudio novideo nojoystick custom-cflags"
68 +IUSE="oss alsa esd arts nas X dga xv xinerama fbcon directfb ggi svga aalib opengl libcaca noaudio novideo nojoystick custom-cflags pulseaudio"
69
70 RDEPEND="!noaudio? ( >=media-libs/audiofile-0.1.9 )
71 alsa? ( media-libs/alsa-lib )
72 @@ -38,7 +38,8 @@
73 svga? ( >=media-libs/svgalib-1.4.2 )
74 aalib? ( media-libs/aalib )
75 libcaca? ( >=media-libs/libcaca-0.9-r1 )
76 - opengl? ( virtual/opengl virtual/glu )"
77 + opengl? ( virtual/opengl virtual/glu )
78 + pulseaudio? ( media-sound/pulseaudio )"
79 DEPEND="${RDEPEND}
80 nas? (
81 x11-proto/xextproto
82 @@ -75,6 +76,7 @@
83 epatch "${FILESDIR}"/${PN}-1.2.11-libcaca-new-api.patch #40224
84 epatch "${FILESDIR}"/${PN}-1.2.11-sdl-config.patch
85 epatch "${FILESDIR}"/${PN}-1.2.11-xinerama-head-0.patch #145917
86 + epatch "${FILESDIR}"/${P}-pulseaudio.patch #198147
87
88 ./autogen.sh || die "autogen failed"
89 elibtoolize
90 @@ -120,6 +122,7 @@
91 $(use_enable oss) \
92 $(use_enable alsa) \
93 $(use_enable esd) \
94 + $(use_enable pulseaudio) \
95 $(use_enable arts) \
96 $(use_enable nas) \
97 $(use_enable X video-x11) \
98
99
100
101 --
102 gentoo-commits@l.g.o mailing list