| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 3.11.1 | 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
}
media-sound/supercollider
media-sound/supercollider
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | sc3-plugins-3.11.1.tar.bz2 | 4578476 bytes | https://github.com/supercollider/sc3-plugins/releases/download/Version-3.11.1/sc3-plugins-3.11.1-Source.tar.bz2 |