From 948d557b4a61dc14722668b6b11a4cf3cee07b01 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 13 Sep 2019 17:56:30 +0100 Subject: gentoo resync : 13.09.2019 --- .../kodi-audiodecoder-stsound-2.0.1.ebuild | 35 ++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 media-plugins/kodi-audiodecoder-stsound/kodi-audiodecoder-stsound-2.0.1.ebuild (limited to 'media-plugins/kodi-audiodecoder-stsound/kodi-audiodecoder-stsound-2.0.1.ebuild') diff --git a/media-plugins/kodi-audiodecoder-stsound/kodi-audiodecoder-stsound-2.0.1.ebuild b/media-plugins/kodi-audiodecoder-stsound/kodi-audiodecoder-stsound-2.0.1.ebuild new file mode 100644 index 000000000000..4ac3f0a881e7 --- /dev/null +++ b/media-plugins/kodi-audiodecoder-stsound/kodi-audiodecoder-stsound-2.0.1.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit cmake-utils kodi-addon + +DESCRIPTION="SPC decoder addon for Kodi" +HOMEPAGE="https://github.com/notspiff/audiodecoder.stsound" +SRC_URI="" + +case ${PV} in +9999) + SRC_URI="" + EGIT_REPO_URI="https://github.com/notspiff/audiodecoder.stsound.git" + inherit git-r3 + ;; +*) + CODENAME="Leia" + KEYWORDS="~amd64 ~x86" + SRC_URI="https://github.com/notspiff/audiodecoder.stsound/archive/${PV}-${CODENAME}.tar.gz -> ${P}.tar.gz" + S="${WORKDIR}/audiodecoder.stsound-${PV}-${CODENAME}" + ;; +esac + +LICENSE="GPL-2" +SLOT="0" +IUSE="" + +DEPEND=" + =media-tv/kodi-18* + " +RDEPEND=" + ${DEPEND} + " -- cgit v1.2.3