View | Details | Raw Unified
Collapse All | Expand All

(-) /usr/portage/media-sound/alsaplayer/alsaplayer-0.99.76-r1.ebuild (-1 / +3 lines)
 Lines 4-10    Link Here 
inherit eutils
inherit eutils
IUSE="nas nls esd opengl doc oss gtk ogg vorbis alsa jack mikmod flac xosd"
IUSE="audiofile nas nls esd opengl doc oss gtk ogg vorbis alsa jack mikmod flac xosd"
DESCRIPTION="Media player primarily utilising ALSA"
DESCRIPTION="Media player primarily utilising ALSA"
HOMEPAGE="http://www.alsaplayer.org/"
HOMEPAGE="http://www.alsaplayer.org/"
 Lines 16-21    Link Here 
RDEPEND=">=dev-libs/glib-1.2.10
RDEPEND=">=dev-libs/glib-1.2.10
	media-libs/libsndfile
	media-libs/libsndfile
	audiofile? ( media-libs/audiofile )
	esd? ( media-sound/esound )
	esd? ( media-sound/esound )
	gtk? ( =x11-libs/gtk+-1* )
	gtk? ( =x11-libs/gtk+-1* )
	nas? ( media-libs/nas )
	nas? ( media-libs/nas )
 Lines 55-60    Link Here 
	fi
	fi
	econf \
	econf \
		$(use_enable audiofile) \
		$(use_enable oss) \
		$(use_enable oss) \
		$(use_enable nas) \
		$(use_enable nas) \
		$(use_enable opengl) \
		$(use_enable opengl) \