View | Details | Raw Unified
Collapse All | Expand All

(-) DirectFB-0.9.22.ebuild (-2 / +5 lines)
 Lines 14-20    Link Here 
LICENSE="LGPL-2.1"
LICENSE="LGPL-2.1"
SLOT="0"
SLOT="0"
KEYWORDS="alpha amd64 hppa ia64 -mips ppc -sparc x86"
KEYWORDS="alpha amd64 hppa ia64 -mips ppc -sparc x86"
IUSE="debug fbcon fusion gif jpeg mmx mpeg png sdl sse static sysfs truetype"
IUSE="debug fbcon fusion gif jpeg mmx mpeg png sdl sse static sysfs truetype
zlib"
DEPEND="sdl? ( media-libs/libsdl )
DEPEND="sdl? ( media-libs/libsdl )
	gif? ( media-libs/giflib )
	gif? ( media-libs/giflib )
 Lines 22-28    Link Here 
	jpeg? ( media-libs/jpeg )
	jpeg? ( media-libs/jpeg )
	mpeg? ( media-libs/libmpeg3 )
	mpeg? ( media-libs/libmpeg3 )
	sysfs? ( sys-fs/sysfsutils )
	sysfs? ( sys-fs/sysfsutils )
	truetype? ( >=media-libs/freetype-2.0.1 )"
	truetype? ( >=media-libs/freetype-2.0.1 )
	zlib? ( sys-libs/zlib )"
pkg_setup() {
pkg_setup() {
	if [[ -z ${VIDEO_CARDS} ]] ; then
	if [[ -z ${VIDEO_CARDS} ]] ; then
 Lines 96-101    Link Here 
		$(use_enable debug) \
		$(use_enable debug) \
		$(use_enable static) \
		$(use_enable static) \
		$(use_enable sysfs) \
		$(use_enable sysfs) \
		$(use_enable zlib) \
		${sdlconf} \
		${sdlconf} \
		--with-gfxdrivers="${vidcards}" \
		--with-gfxdrivers="${vidcards}" \
		--with-inputdrivers="${inputdrivers}" \
		--with-inputdrivers="${inputdrivers}" \