media-plugins/geonkick: add 2.10.2
This commit is contained in:
parent
3561464407
commit
541ee609b1
@ -1 +1 @@
|
||||
DIST geonkick-2.9.1.tar.gz 57368565 BLAKE2B 5864d24e273de85c6fb3fd85f5883f7ef2884d3520ff2c8412717a35066f72a3693ff74cd84e11dfb86cbb8c782d5232f8430c1f074a9de5c752e5b623305f92 SHA512 9d72588405da30b8968ee5a23274593b08bdc21c4a7df73dcd75231d67e9e92706fbfd3f26d6ba7352ec7323ca01ec9cd40619fab8cf7a3d78263a45f75eb9ff
|
||||
DIST geonkick-2.10.2.tar.gz 2140151 BLAKE2B 435e9cabfe203b58442018ec6c1024a015f6a3a682ec2551e1c7bc4e25c8b5cf124e1507f65009b6bb1ad096839ed819ce19d98fe4af7dc18eb636d6910cfc75 SHA512 076aa889b7209d094ca5b6cfd05a9cadea87f3ab4e166414eef11ad53767b05f61da4115cd4fa97bb99300331b7866d96a02e6d46164bda968777e017d724eec
|
||||
|
@ -1,24 +1,23 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit cmake xdg
|
||||
|
||||
if [[ ${PV} != *9999* ]]; then
|
||||
SRC_URI="https://github.com/free-sm/geonkick/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="~amd64"
|
||||
else
|
||||
if [[ ${PV} == 9999 ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/free-sm/geonkick.git"
|
||||
EGIT_REPO_URI="https://github.com/Geonkick-Synthesizer/geonkick.git"
|
||||
else
|
||||
SRC_URI="https://github.com/Geonkick-Synthesizer/geonkick/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="~amd64"
|
||||
fi
|
||||
|
||||
DESCRIPTION="A free software percussion synthesizer"
|
||||
HOMEPAGE="https://github.com/free-sm/geonkick"
|
||||
HOMEPAGE="https://geonkick.org/"
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
IUSE="+standalone +lv2 +vst3"
|
||||
REQUIRED_USE="vst3? ( lv2 )"
|
||||
IUSE="+standalone +lv2"
|
||||
|
||||
DEPEND="
|
||||
dev-libs/rapidjson
|
||||
@ -34,7 +33,6 @@ src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DGKICK_STANDALONE=$(usex standalone "ON" "OFF")
|
||||
-DGKICK_PLUGIN=$(usex lv2 "ON" "OFF")
|
||||
-DGKICK_VST3=$(usex vst3 "ON" "OFF")
|
||||
)
|
||||
cmake_src_configure
|
||||
}
|
@ -1,24 +1,23 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit cmake xdg
|
||||
|
||||
if [[ ${PV} != *9999* ]]; then
|
||||
SRC_URI="https://github.com/free-sm/geonkick/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="~amd64"
|
||||
else
|
||||
if [[ ${PV} == 9999 ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/free-sm/geonkick.git"
|
||||
EGIT_REPO_URI="https://github.com/Geonkick-Synthesizer/geonkick.git"
|
||||
else
|
||||
SRC_URI="https://github.com/Geonkick-Synthesizer/geonkick/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="~amd64"
|
||||
fi
|
||||
|
||||
DESCRIPTION="A free software percussion synthesizer"
|
||||
HOMEPAGE="https://github.com/free-sm/geonkick"
|
||||
HOMEPAGE="https://geonkick.org/"
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
IUSE="+standalone +lv2 +vst3"
|
||||
REQUIRED_USE="vst3? ( lv2 )"
|
||||
IUSE="+standalone +lv2"
|
||||
|
||||
DEPEND="
|
||||
dev-libs/rapidjson
|
||||
@ -34,7 +33,6 @@ src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DGKICK_STANDALONE=$(usex standalone "ON" "OFF")
|
||||
-DGKICK_PLUGIN=$(usex lv2 "ON" "OFF")
|
||||
-DGKICK_VST3=$(usex vst3 "ON" "OFF")
|
||||
)
|
||||
cmake_src_configure
|
||||
}
|
||||
|
@ -8,9 +8,8 @@
|
||||
<use>
|
||||
<flag name="standalone">Build standalone application</flag>
|
||||
<flag name="lv2">Build LV2 plug-in</flag>
|
||||
<flag name="vst3">Build VST3 plug-in</flag>
|
||||
</use>
|
||||
<upstream>
|
||||
<remote-id type="github">free-sm/geonkick</remote-id>
|
||||
<remote-id type="github">Geonkick-Synthesizer/geonkick</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
|
Loading…
Reference in New Issue
Block a user