--- amarok-1.3.1-r1.ebuild.orig 2005-09-09 01:35:46.000000000 +0200 +++ amarok-1.3.1-r1.ebuild 2005-09-10 00:45:11.835629400 +0200 @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="~amd64 ~ppc -sparc ~x86" IUSE="arts flac gstreamer kde mp3 mysql noamazon opengl postgres xine xmms -visualization vorbis musicbrainz" +visualization vorbis musicbrainz helix" # kde: enables compilation of the konqueror sidebar plugin S=${WORKDIR}/${MY_P} @@ -32,6 +32,7 @@ postgres? ( dev-db/postgresql ) opengl? ( virtual/opengl ) xmms? ( >=media-sound/xmms-1.2 ) + helix? ( media-video/helixplayer ) visualization? ( media-libs/libsdl >=media-plugins/libvisual-plugins-0.2 )" @@ -76,6 +77,7 @@ $(use_enable mysql) $(use_enable postgres postgresql) $(use_with opengl) $(use_with xmms) $(use_with visualization libvisual) + $(use_with helix) $(use_enable !noamazon amazon)" kde_src_compile @@ -96,5 +98,11 @@ einfo "gstreamer engine." einfo "If you want to use alsa output, consider moving to xine engine instead." fi + + if use helix; then + einfo "Be sure to properly configure the helix engine in amarok." + einfo "The base directory for the 'core', 'plugin' and 'codecs' subdirectories is:" + einfo "/opt/HelixPlayer" + fi }