trinity-base/tdemultimedia-arts: Copyright, sort IUSE/DEPENDs

- Fix MissingPackageRevision by using ~ instead of =
- local mycmakeargs
- No newline at end of file

Package-Manager: Portage-3.0.11, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
pull/184/head
Andreas Sturmlechner 3 years ago
parent 04649a0aa6
commit ffa1136dab

@ -1,28 +1,31 @@
# 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_NAME="tdemultimedia"
TRINITY_MODULE_NAME="tdemultimedia"
inherit trinity-meta-2
DESCRIPTION="The aRts pipeline builder and other tools"
KEYWORDS="~amd64 ~x86"
IUSE="alsa akode audiofile mpeg vorbis xine"
KEYWORDS="~amd64 ~x86"
IUSE="akode alsa audiofile mpeg vorbis xine"
DEPEND="~trinity-base/arts-${PV}
DEPEND="
~trinity-base/arts-${PV}
akode? ( ~media-libs/akode-${PV} )
alsa? ( media-libs/alsa-lib )
akode? ( =media-libs/akode-${PV} )
audiofile? ( media-libs/audiofile )
vorbis? ( media-libs/libvorbis )
xine? ( media-libs/xine-lib )
vorbis? ( media-libs/libvorbis )"
RDEPEND=" ${DEPEND}"
"
RDEPEND="${DEPEND}"
TSM_EXTRACT_ALSO="mpeglib/ audiofile_artsplugin/ mpeglib_artsplug/"
src_configure() {
mycmakeargs=(
local mycmakeargs=(
-DWITH_ALSA="$(usex alsa)"
-DWITH_ARTS_AKODE="$(usex akode)"
-DWITH_ARTS_AUDIOFILE="$(usex audiofile)"
@ -33,4 +36,4 @@ src_configure() {
)
trinity-meta-2_src_configure
}
}

@ -1,3 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 2020 The Trinity Desktop Project
# Distributed under the terms of the GNU General Public License v2

Loading…
Cancel
Save