--- app-emulation/fuse/fuse-0.10.0.2-r3.ebuild 2009-12-22 04:38:32.000000000 +0000 +++ app-emulation/fuse/fuse-1.0.0.1.ebuild 2011-01-22 08:43:27.000000000 +0000 @@ -9,12 +9,12 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" -IUSE="alsa ao fbcon gpm gtk joystick libsamplerate memlimit sdl svga X xml" +IUSE="alsa ao fbcon gpm gtk joystick memlimit png sdl svga X xml" # This build is heavily use dependent. Fuse user interface use flags are, in # order of precedence: gtk, sdl, X, svga and fbcon. X version of fuse will # be built if no valid user interface flag is chosen. -RDEPEND=">=app-emulation/libspectrum-0.5 +RDEPEND=">=app-emulation/libspectrum-1.0.0 gtk? ( >=x11-libs/gtk+-2 alsa? ( media-libs/alsa-lib ) !alsa? ( ao? ( media-libs/libao ) ) @@ -43,8 +43,7 @@ !alsa? ( ao? ( media-libs/libao ) ) joystick? ( media-libs/libjsw ) ) ) ) ) ) >=dev-libs/glib-2 - media-libs/libpng - libsamplerate? ( >=media-libs/libsamplerate-0.1.0 ) + png? ( media-libs/libpng ) xml? ( dev-libs/libxml2 )" DEPEND="${RDEPEND} dev-lang/perl @@ -70,10 +69,10 @@ $(use_with gpm) \ $(use_with alsa) \ $(use_with ao libao) \ - $(use_with libsamplerate) \ $(use_with joystick) \ $(use_enable joystick ui-joystick) \ $(use_with xml libxml2) \ + $(use_with png ) \ $(use_enable memlimit smallmem) \ || die "econf failed!" emake || die "emake failed!"