summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2009-10-22 16:28:06 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2009-10-22 16:28:06 +0000
commit5293bcf30652d6c508842f28cee864b9680f02d6 (patch)
tree9948f6d5a9df408ff3461b7b596c75c43ede0339 /media-libs/libsdl
parentAdd sh-sources to p.mask for removal in 30 days (diff)
downloadgentoo-2-5293bcf30652d6c508842f28cee864b9680f02d6.tar.gz
gentoo-2-5293bcf30652d6c508842f28cee864b9680f02d6.tar.bz2
gentoo-2-5293bcf30652d6c508842f28cee864b9680f02d6.zip
arts is deprecated
(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 0d3dbe7af038..de997e58a6bb 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.161 2009/10/21 07:21:46 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/ChangeLog,v 1.162 2009/10/22 16:28:06 mr_bones_ Exp $
+
+ 22 Oct 2009; Michael Sterrett <mr_bones_@gentoo.org> libsdl-1.2.14.ebuild:
+ arts is deprecated
*libsdl-1.2.14 (21 Oct 2009)
diff --git a/media-libs/libsdl/libsdl-1.2.14.ebuild b/media-libs/libsdl/libsdl-1.2.14.ebuild
index 2a06da7cdf63..5d7792611650 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.1 2009/10/21 07:21:46 vapier Exp $
+# $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 $
EAPI=2
inherit flag-o-matic toolchain-funcs eutils libtool
@@ -16,12 +16,11 @@ 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 arts nas X dga xv xinerama fbcon directfb ggi svga aalib opengl libcaca +audio +video +joystick custom-cflags pulseaudio"
+IUSE="oss alsa esd 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 )
- arts? ( kde-base/arts )
nas? (
media-libs/nas
x11-libs/libXt
@@ -105,6 +104,7 @@ src_configure() {
econf \
--disable-rpath \
+ --disable-arts \
--enable-events \
--enable-cdrom \
--enable-threads \
@@ -115,7 +115,6 @@ src_configure() {
$(use_enable alsa) \
$(use_enable esd) \
$(use_enable pulseaudio) \
- $(use_enable arts) \
$(use_enable nas) \
$(use_enable X video-x11) \
$(use_enable dga) \