Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 128944
Collapse All | Expand All

(-)libsdl-1.2.9-r1.ebuild (-2 / +4 lines)
Lines 2-8 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.9-r1.ebuild,v 1.11 2006/03/29 01:12:04 agriffis Exp $
3
# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.9-r1.ebuild,v 1.11 2006/03/29 01:12:04 agriffis Exp $
4
4
5
inherit flag-o-matic toolchain-funcs eutils
5
inherit flag-o-matic toolchain-funcs eutils libtool
6
6
7
DESCRIPTION="Simple Direct Media Layer"
7
DESCRIPTION="Simple Direct Media Layer"
8
HOMEPAGE="http://www.libsdl.org/"
8
HOMEPAGE="http://www.libsdl.org/"
Lines 10-16 Link Here
10
10
11
LICENSE="LGPL-2"
11
LICENSE="LGPL-2"
12
SLOT="0"
12
SLOT="0"
13
KEYWORDS="~alpha ~amd64 ~arm ~hppa ia64 ~mips ~ppc ppc-macos ~ppc64 ~sh ~sparc ~x86"
13
KEYWORDS="~alpha ~amd64 ~arm ~hppa ia64 ~mips ~ppc ppc-macos ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
14
# WARNING:
14
# WARNING:
15
# if you have the noaudio, novideo, nojoystick, or noflagstrip use flags
15
# if you have the noaudio, novideo, nojoystick, or noflagstrip use flags
16
# in USE and something breaks, you pick up the pieces.  Be prepared for
16
# in USE and something breaks, you pick up the pieces.  Be prepared for
Lines 18-23 Link Here
18
IUSE="oss alsa esd arts nas X dga xv xinerama fbcon directfb ggi svga aalib opengl libcaca noaudio novideo nojoystick noflagstrip"
18
IUSE="oss alsa esd arts nas X dga xv xinerama fbcon directfb ggi svga aalib opengl libcaca noaudio novideo nojoystick noflagstrip"
19
19
20
RDEPEND="!noaudio? ( >=media-libs/audiofile-0.1.9 )
20
RDEPEND="!noaudio? ( >=media-libs/audiofile-0.1.9 )
21
	!nojoystick? ( !<dev-libs/libusb-0.1.12 )
21
	alsa? ( media-libs/alsa-lib )
22
	alsa? ( media-libs/alsa-lib )
22
	esd? ( >=media-sound/esound-0.2.19 )
23
	esd? ( >=media-sound/esound-0.2.19 )
23
	arts? ( kde-base/arts )
24
	arts? ( kde-base/arts )
Lines 93-98 Link Here
93
	epatch "${FILESDIR}"/${P}-endian-cvs-updates.patch
94
	epatch "${FILESDIR}"/${P}-endian-cvs-updates.patch
94
95
95
	./autogen.sh || die "autogen failed"
96
	./autogen.sh || die "autogen failed"
97
	elibtoolize
96
	epunt_cxx
98
	epunt_cxx
97
}
99
}
98
100

Return to bug 128944