Install this version:
emerge -a =media-sound/sc3-plugins-9999
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =media-sound/sc3-plugins-9999
Or alternatively:
emerge --autounmask-write -a =media-sound/sc3-plugins-9999
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 9999 | 7 | ~amd64 | 0 |
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit cmake flag-o-matic
DESCRIPTION="Third party plugins for SuperCollider"
HOMEPAGE="https://github.com/supercollider/sc3-plugins"
if [[ ${PV} == *9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/supercollider/sc3-plugins.git"
KEYWORDS=""
else
SRC_URI="https://github.com/supercollider/sc3-plugins/releases/download/Version-${PV}/sc3-plugins-${PV}-Source.tar.bz2 -> ${P}.tar.bz2"
KEYWORDS="~amd64"
RESTRICT="mirror"
S="${WORKDIR}/${P}-Source"
fi
LICENSE="GPL-2"
SLOT="0"
RESTRICT="mirror"
IUSE="debug ladspa supernova"
RDEPEND="
media-sound/supercollider
"
DEPEND="${RDEPEND}
"
src_configure() {
local mycmakeargs=(
-DSC_PATH=/usr/include/SuperCollider
-DLADSPA="$(usex ladspa ON OFF)"
-DSUPERNOVA="$(usex supernova ON OFF)"
)
append-cppflags $(usex debug '' -DNDEBUG)
cmake_src_configure
}
Manage flags for this package:
euse -i <flag> -p media-sound/sc3-plugins |
euse -E <flag> -p media-sound/sc3-plugins |
euse -D <flag> -p media-sound/sc3-plugins
media-sound/supercollider
media-sound/supercollider