1
0

media-plugins/geonkick: add 2.10.2

This commit is contained in:
Ryan Fox 2023-10-28 16:34:28 -07:00
parent 3561464407
commit 541ee609b1
Signed by: flewkey
GPG Key ID: 94F56ADFD848851E
4 changed files with 18 additions and 23 deletions

View File

@ -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

View File

@ -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
}

View File

@ -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
}

View File

@ -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>