diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-11-11 06:59:44 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-11-11 06:59:44 +0000 |
commit | cc81aef995d2a1203579f2eb4696b189a6c55fcd (patch) | |
tree | bfa0a0238837874371319e7e2f31d45f1516dd2c /media-libs | |
parent | Switch to KV_DIR and use KV_OUT_DIR for the O build parameter. Versions 8.0.8... (diff) | |
download | gentoo-2-cc81aef995d2a1203579f2eb4696b189a6c55fcd.tar.gz gentoo-2-cc81aef995d2a1203579f2eb4696b189a6c55fcd.tar.bz2 gentoo-2-cc81aef995d2a1203579f2eb4696b189a6c55fcd.zip |
esd and arts are deprecated
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/allegro/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/allegro/allegro-4.2.2-r1.ebuild | 10 |
2 files changed, 9 insertions, 7 deletions
diff --git a/media-libs/allegro/ChangeLog b/media-libs/allegro/ChangeLog index 924c035b87ef..96ca0a00f057 100644 --- a/media-libs/allegro/ChangeLog +++ b/media-libs/allegro/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/allegro # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/allegro/ChangeLog,v 1.86 2009/10/28 00:12:05 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/allegro/ChangeLog,v 1.87 2009/11/11 06:59:44 mr_bones_ Exp $ + + 11 Nov 2009; Michael Sterrett <mr_bones_@gentoo.org> + allegro-4.2.2-r1.ebuild: + esd and arts are deprecated 28 Oct 2009; Mike Frysinger <vapier@gentoo.org> allegro-4.2.2-r1.ebuild: Use newer autoconf cache style to set ldconfig. diff --git a/media-libs/allegro/allegro-4.2.2-r1.ebuild b/media-libs/allegro/allegro-4.2.2-r1.ebuild index a5fe0de52625..6458d6aa8c34 100644 --- a/media-libs/allegro/allegro-4.2.2-r1.ebuild +++ b/media-libs/allegro/allegro-4.2.2-r1.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/allegro/allegro-4.2.2-r1.ebuild,v 1.10 2009/10/28 00:12:05 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/allegro/allegro-4.2.2-r1.ebuild,v 1.11 2009/11/11 06:59:44 mr_bones_ Exp $ EAPI=2 inherit autotools multilib eutils @@ -12,11 +12,9 @@ SRC_URI="mirror://sourceforge/alleg/${P}.tar.gz" LICENSE="Allegro" SLOT="0" KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86" -IUSE="X alsa arts esd fbcon jack oss svga vga" +IUSE="X alsa fbcon jack oss svga vga" RDEPEND="alsa? ( media-libs/alsa-lib ) - esd? ( media-sound/esound ) - arts? ( kde-base/arts ) X? ( x11-libs/libX11 x11-libs/libXcursor @@ -55,12 +53,12 @@ src_configure() { --disable-asm \ --disable-mmx \ --disable-sse \ + --disable-esddigi \ + --disable-artsdigi \ $(use_enable oss ossdigi) \ $(use_enable oss ossmidi) \ $(use_enable alsa alsadigi) \ $(use_enable alsa alsamidi) \ - $(use_enable esd esddigi) \ - $(use_enable arts artsdigi) \ $(use_with X x) \ $(use_enable X xwin-shm) \ $(use_enable X xwin-vidmode) \ |