summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2009-10-26 17:05:59 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2009-10-26 17:05:59 +0000
commit489e8f0d565219f327fe17a5df1db1e9dea193bd (patch)
tree9201debcb2861756672d97179f3eab520b79ed09 /media-libs/libsdl
parentx11-base/x11-drm removed from tree, dropping the mask (diff)
downloadgentoo-2-489e8f0d565219f327fe17a5df1db1e9dea193bd.tar.gz
gentoo-2-489e8f0d565219f327fe17a5df1db1e9dea193bd.tar.bz2
gentoo-2-489e8f0d565219f327fe17a5df1db1e9dea193bd.zip
esd is deprecated as well
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'media-libs/libsdl')
-rw-r--r--media-libs/libsdl/ChangeLog5
-rw-r--r--media-libs/libsdl/libsdl-1.2.14.ebuild7
2 files changed, 7 insertions, 5 deletions
diff --git a/media-libs/libsdl/ChangeLog b/media-libs/libsdl/ChangeLog
index de997e58a6bb..089914d1b306 100644
--- a/media-libs/libsdl/ChangeLog
+++ b/media-libs/libsdl/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/libsdl
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/ChangeLog,v 1.162 2009/10/22 16:28:06 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/ChangeLog,v 1.163 2009/10/26 17:05:59 mr_bones_ Exp $
+
+ 26 Oct 2009; Michael Sterrett <mr_bones_@gentoo.org> libsdl-1.2.14.ebuild:
+ esd is deprecated as well
22 Oct 2009; Michael Sterrett <mr_bones_@gentoo.org> libsdl-1.2.14.ebuild:
arts is deprecated
diff --git a/media-libs/libsdl/libsdl-1.2.14.ebuild b/media-libs/libsdl/libsdl-1.2.14.ebuild
index 5d7792611650..320cf6997f1e 100644
--- a/media-libs/libsdl/libsdl-1.2.14.ebuild
+++ b/media-libs/libsdl/libsdl-1.2.14.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $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 $
+# $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 $
EAPI=2
inherit flag-o-matic toolchain-funcs eutils libtool
@@ -16,11 +16,10 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-
# if you disable the audio, video, joystick use flags or turn on the custom-cflags use flag
# in USE and something breaks, you pick up the pieces. Be prepared for
# bug reports to be marked INVALID.
-IUSE="oss alsa esd nas X dga xv xinerama fbcon directfb ggi svga aalib opengl libcaca +audio +video +joystick custom-cflags pulseaudio"
+IUSE="oss alsa nas X dga xv xinerama fbcon directfb ggi svga aalib opengl libcaca +audio +video +joystick custom-cflags pulseaudio"
RDEPEND="audio? ( >=media-libs/audiofile-0.1.9 )
alsa? ( media-libs/alsa-lib )
- esd? ( >=media-sound/esound-0.2.19 )
nas? (
media-libs/nas
x11-libs/libXt
@@ -105,6 +104,7 @@ src_configure() {
econf \
--disable-rpath \
--disable-arts \
+ --disable-esd \
--enable-events \
--enable-cdrom \
--enable-threads \
@@ -113,7 +113,6 @@ src_configure() {
--enable-cpuinfo \
$(use_enable oss) \
$(use_enable alsa) \
- $(use_enable esd) \
$(use_enable pulseaudio) \
$(use_enable nas) \
$(use_enable X video-x11) \