Bug fixes #208 and #207 #227

Merged
SlavekB merged 2 commits from other/tdemultimedia into master 2 years ago

@ -1,11 +1,12 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 2020 The Trinity Desktop Project
# Copyright 2020-2021 The Trinity Desktop Project
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
TRINITY_MODULE_NAME="tdemultimedia"
TRINITY_SUBMODULE="arts mpeglib mpeglib_artsplug"
TRINITY_SUBMODULE="arts mpeglib"
TSM_EXTRACT_ALSO="akode_artsplugin audiofile_artsplugin mpeglib_artsplug xine_artsplugin"
inherit trinity-meta-2
DESCRIPTION="The aRts pipeline builder and other tools"

@ -1,5 +1,5 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 2020 The Trinity Desktop Project
# Copyright 2020-2021 The Trinity Desktop Project
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
@ -15,7 +15,7 @@ if [[ ${PV} != *9999* ]] ; then
fi
IUSE="cdparanoia flac"
DEPEND="
DEPEND="~trinity-base/kscd-${PV}
cdparanoia? ( media-sound/cdparanoia )
flac? ( media-libs/flac )"
RDEPEND="${DEPEND}"

Loading…
Cancel
Save