diff --git a/media-plugins/geonkick/Manifest b/media-plugins/geonkick/Manifest
index 142a2bb..725a818 100644
--- a/media-plugins/geonkick/Manifest
+++ b/media-plugins/geonkick/Manifest
@@ -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
diff --git a/media-plugins/geonkick/geonkick-2.9.1.ebuild b/media-plugins/geonkick/geonkick-2.10.2.ebuild
similarity index 58%
rename from media-plugins/geonkick/geonkick-2.9.1.ebuild
rename to media-plugins/geonkick/geonkick-2.10.2.ebuild
index 8b6054f..a031cef 100644
--- a/media-plugins/geonkick/geonkick-2.9.1.ebuild
+++ b/media-plugins/geonkick/geonkick-2.10.2.ebuild
@@ -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
}
diff --git a/media-plugins/geonkick/geonkick-9999.ebuild b/media-plugins/geonkick/geonkick-9999.ebuild
index 8b6054f..a031cef 100644
--- a/media-plugins/geonkick/geonkick-9999.ebuild
+++ b/media-plugins/geonkick/geonkick-9999.ebuild
@@ -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
}
diff --git a/media-plugins/geonkick/metadata.xml b/media-plugins/geonkick/metadata.xml
index 125e664..f92cc38 100644
--- a/media-plugins/geonkick/metadata.xml
+++ b/media-plugins/geonkick/metadata.xml
@@ -8,9 +8,8 @@
- free-sm/geonkick
+ Geonkick-Synthesizer/geonkick