app-misc/opentrack: sync live ebuild

Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
This commit is contained in:
Viorel Munteanu
2026-02-08 12:01:24 +02:00
parent 537d65ec9f
commit 1f11c8c5f9

View File

@@ -14,21 +14,15 @@ if [[ ${PV} == 9999 ]] ; then
inherit git-r3
EGIT_REPO_URI="https://github.com/opentrack/opentrack.git"
else
SRC_URI="https://github.com/opentrack/opentrack/archive/refs/tags/${P}.tar.gz"
SRC_URI="https://github.com/opentrack/opentrack/archive/${P}.tar.gz"
KEYWORDS="~amd64"
S="${WORKDIR}/opentrack-${P}"
fi
SRC_URI="
${SRC_URI}
https://github.com/xioTechnologies/Fusion/archive/refs/tags/v${FUSION_PV}.tar.gz -> Fusion-${FUSION_PV}.tar.gz
"
SRC_URI+=" https://github.com/xioTechnologies/Fusion/archive/v${FUSION_PV}.tar.gz -> Fusion-${FUSION_PV}.tar.gz"
LICENSE="ISC MIT"
SLOT="0"
IUSE="neuralnet opencv openmp wine"
REQUIRED_USE="neuralnet? ( openmp opencv )"
DEPEND="
@@ -60,7 +54,7 @@ src_prepare() {
}
src_unpack() {
if [[ "${PV}" == 9999 ]]; then
if [[ ${PV} == 9999 ]]; then
git-r3_src_unpack
else
unpack ${P}.tar.xz