Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/libsdl: ChangeLog libsdl-1.2.14.ebuild
Date: Mon, 26 Oct 2009 17:06:02
Message-Id: E1N2T15-0008Fc-Uq@stork.gentoo.org
1 mr_bones_ 09/10/26 17:05:59
2
3 Modified: ChangeLog libsdl-1.2.14.ebuild
4 Log:
5 esd is deprecated as well
6 (Portage version: 2.1.6.13/cvs/Linux i686)
7
8 Revision Changes Path
9 1.163 media-libs/libsdl/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsdl/ChangeLog?rev=1.163&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsdl/ChangeLog?rev=1.163&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsdl/ChangeLog?r1=1.162&r2=1.163
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-libs/libsdl/ChangeLog,v
18 retrieving revision 1.162
19 retrieving revision 1.163
20 diff -u -r1.162 -r1.163
21 --- ChangeLog 22 Oct 2009 16:28:06 -0000 1.162
22 +++ ChangeLog 26 Oct 2009 17:05:59 -0000 1.163
23 @@ -1,6 +1,9 @@
24 # ChangeLog for media-libs/libsdl
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/ChangeLog,v 1.162 2009/10/22 16:28:06 mr_bones_ Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/ChangeLog,v 1.163 2009/10/26 17:05:59 mr_bones_ Exp $
28 +
29 + 26 Oct 2009; Michael Sterrett <mr_bones_@g.o> libsdl-1.2.14.ebuild:
30 + esd is deprecated as well
31
32 22 Oct 2009; Michael Sterrett <mr_bones_@g.o> libsdl-1.2.14.ebuild:
33 arts is deprecated
34
35
36
37 1.3 media-libs/libsdl/libsdl-1.2.14.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsdl/libsdl-1.2.14.ebuild?rev=1.3&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsdl/libsdl-1.2.14.ebuild?rev=1.3&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsdl/libsdl-1.2.14.ebuild?r1=1.2&r2=1.3
42
43 Index: libsdl-1.2.14.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.14.ebuild,v
46 retrieving revision 1.2
47 retrieving revision 1.3
48 diff -u -r1.2 -r1.3
49 --- libsdl-1.2.14.ebuild 22 Oct 2009 16:28:06 -0000 1.2
50 +++ libsdl-1.2.14.ebuild 26 Oct 2009 17:05:59 -0000 1.3
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2009 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.14.ebuild,v 1.2 2009/10/22 16:28:06 mr_bones_ Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.14.ebuild,v 1.3 2009/10/26 17:05:59 mr_bones_ Exp $
56
57 EAPI=2
58 inherit flag-o-matic toolchain-funcs eutils libtool
59 @@ -16,11 +16,10 @@
60 # if you disable the audio, video, joystick use flags or turn on the custom-cflags use flag
61 # in USE and something breaks, you pick up the pieces. Be prepared for
62 # bug reports to be marked INVALID.
63 -IUSE="oss alsa esd nas X dga xv xinerama fbcon directfb ggi svga aalib opengl libcaca +audio +video +joystick custom-cflags pulseaudio"
64 +IUSE="oss alsa nas X dga xv xinerama fbcon directfb ggi svga aalib opengl libcaca +audio +video +joystick custom-cflags pulseaudio"
65
66 RDEPEND="audio? ( >=media-libs/audiofile-0.1.9 )
67 alsa? ( media-libs/alsa-lib )
68 - esd? ( >=media-sound/esound-0.2.19 )
69 nas? (
70 media-libs/nas
71 x11-libs/libXt
72 @@ -105,6 +104,7 @@
73 econf \
74 --disable-rpath \
75 --disable-arts \
76 + --disable-esd \
77 --enable-events \
78 --enable-cdrom \
79 --enable-threads \
80 @@ -113,7 +113,6 @@
81 --enable-cpuinfo \
82 $(use_enable oss) \
83 $(use_enable alsa) \
84 - $(use_enable esd) \
85 $(use_enable pulseaudio) \
86 $(use_enable nas) \
87 $(use_enable X video-x11) \