From 00f3b17575dbc5be0814e5f7df7389a320ba13d6 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Mon, 21 Sep 2020 22:22:02 +0200 Subject: media-libs/akode: Add missing IUSE metadata, Copyright - Sort IUSE, DEPENDs - local mycmakeargs Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Andreas Sturmlechner --- media-libs/akode/akode-9999.ebuild | 23 +++++++++++++---------- media-libs/akode/metadata.xml | 3 +++ 2 files changed, 16 insertions(+), 10 deletions(-) (limited to 'media-libs') diff --git a/media-libs/akode/akode-9999.ebuild b/media-libs/akode/akode-9999.ebuild index e88bd2bb..0bd2f9bb 100644 --- a/media-libs/akode/akode-9999.ebuild +++ b/media-libs/akode/akode-9999.ebuild @@ -1,36 +1,39 @@ +# 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="dependencies" TRINITY_MODULE_NAME="akode" - inherit trinity-base-2 -DESCRIPTION="A simple framework to decode the most common audio formats." +DESCRIPTION="Simple framework to decode the most common audio formats" HOMEPAGE="https://trinitydesktop.org/" + LICENSE="|| ( GPL-2 GPL-3 )" SLOT="0" +IUSE="alsa flac jack +libsamplerate mp3 mpc oss pulseaudio sndfile speex vorbis" -IUSE="alsa pulseaudio oss jack +libsamplerate mpc mp3 sndfile vorbis flac speex" - -DEPEND="alsa? ( media-libs/alsa-lib ) +DEPEND=" + alsa? ( media-libs/alsa-lib ) + flac? ( media-libs/flac ) jack? ( virtual/jack ) - pulseaudio? ( media-sound/pulseaudio ) libsamplerate? ( media-libs/libsamplerate ) mp3? ( media-libs/libmad ) - speex? ( media-libs/speex ) - flac? ( media-libs/flac ) mpc? ( dev-libs/mpc ) + pulseaudio? ( media-sound/pulseaudio ) + sndfile? ( media-libs/libsndfile ) + speex? ( media-libs/speex ) vorbis? ( media-libs/libvorbis ) - sndfile? ( media-libs/libsndfile )" +" RDEPEND="${DEPEND}" # The FFMPEG plugin needs some porting, # to work with recent FFMPEG. So it is disabled for now. src_configure() { - mycmakeargs=( + local mycmakeargs=( -DWITH_FFMPEG_DECODER=OFF -DWITH_SUN_SINK=OFF -DWITH_LIBLTDL=OFF diff --git a/media-libs/akode/metadata.xml b/media-libs/akode/metadata.xml index 7a38bb90..c5685173 100644 --- a/media-libs/akode/metadata.xml +++ b/media-libs/akode/metadata.xml @@ -2,4 +2,7 @@ + + Add support for multiprecision complex arithmetic through dev-libs/mpc + -- cgit v1.2.1