diff --git a/trinity-apps/amarok/amarok-9999.ebuild b/trinity-apps/amarok/amarok-9999.ebuild index 103517b0..de326228 100644 --- a/trinity-apps/amarok/amarok-9999.ebuild +++ b/trinity-apps/amarok/amarok-9999.ebuild @@ -1,7 +1,9 @@ +# Copyright 1999-2020 Gentoo Authors # Copyright 2020 The Trinity Desktop Project # Distributed under the terms of the GNU General Public License v2 EAPI="7" + TRINITY_MODULE_TYPE="applications" TRINITY_EXTRAGEAR_PACKAGING="yes" @@ -13,15 +15,14 @@ TRINITY_LANGS="af ar az be bg bn br ca cs cy da de el en_GB eo es ss sv ta tg th tr uk uz uz@cyrillic zh_CN zh_TW" TRINITY_DOC_LANGS="da de es et fr it nl pl pt pt_BR ru sv" - inherit trinity-base-2 -DESCRIPTION="Advanced music player for TDE." +DESCRIPTION="Advanced music player for TDE" HOMEPAGE="https://trinitydesktop.org/" -LICENSE="|| ( GPL-2 GPL-3 )" need-trinity +LICENSE="|| ( GPL-2 GPL-3 )" SLOT="${TRINITY_VER}" # Notes about the ebuild: @@ -38,30 +39,30 @@ SLOT="${TRINITY_VER}" # # - Otherwise the ebuild should offer all what can be done with CMake at the moment. -IUSE+=" konqsidebar +xine ipod riokarma ifp njb mtp mp4 - inotify visualization amazon mysql postgres opengl akode" +IUSE="akode amazon ifp inotify ipod konqsidebar mp4 mtp mysql njb +opengl postgres riokarma visualization +xine" REQUIRED_USE="|| ( xine akode )" DEPEND+=" + dev-db/sqlite dev-lang/ruby:* media-libs/taglib - dev-db/sqlite - xine? ( + + Enable support for common audio formats via media-libs/akode + Enable support for downloading covers from amazon.com + Enable support for iRiver devices access through media-libs/libifp + Enable konqueror sidebar plugin + Enable support for NJB (Creative) devices access through media-libs/libnjb + Enable support for Rio Karma devices via media-libs/libkarma + Support visualization plugins through media-libs/libvisual +