Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 412035 | Differences between
and this patch

Collapse All | Expand All

(-)sdl-mixer-1.2.12.ebuild.orig (-1 / +15 lines)
Lines 13-19 Link Here
13
LICENSE="ZLIB"
13
LICENSE="ZLIB"
14
SLOT="0"
14
SLOT="0"
15
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
15
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
16
IUSE="flac fluidsynth mad midi mikmod modplug mp3 playtools static-libs timidity vorbis +wav"
16
IUSE="flac fluidsynth mad midi mikmod modplug mp3 playtools static-libs +timidity vorbis +wav"
17
REQUIRED_USE="midi? ( || ( timidity fluidsynth ) )"
17
REQUIRED_USE="midi? ( || ( timidity fluidsynth ) )"
18
18
19
DEPEND=">=media-libs/libsdl-1.2.10
19
DEPEND=">=media-libs/libsdl-1.2.10
Lines 63-65 Link Here
63
			|| die "la removal failed"
63
			|| die "la removal failed"
64
	fi
64
	fi
65
}
65
}
66
67
pkg_postinst() {
68
	if use fluidsynth; then
69
		ewarn "FluidSynth support requires you to set the SDL_SOUNDFONTS"
70
		ewarn "environment variable to the location of a SoundFont file"
71
		ewarn "unless the game or application happens to do this for you."
72
73
		if use timidity; then
74
			ewarn "Failing to do so will result in Timidity being used instead."
75
		else
76
			ewarn "Failing to do so will result in silence!"
77
		fi
78
	fi
79
}

Return to bug 412035