summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Andrews <candrews@gentoo.org>2020-07-29 10:32:08 -0400
committerCraig Andrews <candrews@gentoo.org>2020-07-29 14:10:41 -0400
commit1d484f6fd5cc98516a0d517991843b0ccc664e35 (patch)
treeb7fa473085c730d4f6ec6f2467ab4ebb202fc847 /media-plugins/kodi-audiodecoder-stsound
parentmedia-plugins/kodi-audiodecoder-snesapu: 2.1.3 version bump (diff)
downloadgentoo-1d484f6fd5cc98516a0d517991843b0ccc664e35.tar.gz
gentoo-1d484f6fd5cc98516a0d517991843b0ccc664e35.tar.bz2
gentoo-1d484f6fd5cc98516a0d517991843b0ccc664e35.zip
media-plugins/kodi-audiodecoder-stsound: 2.1.3 version bump
Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Craig Andrews <candrews@gentoo.org>
Diffstat (limited to 'media-plugins/kodi-audiodecoder-stsound')
-rw-r--r--media-plugins/kodi-audiodecoder-stsound/Manifest1
-rw-r--r--media-plugins/kodi-audiodecoder-stsound/kodi-audiodecoder-stsound-2.1.3.ebuild35
-rw-r--r--media-plugins/kodi-audiodecoder-stsound/kodi-audiodecoder-stsound-9999.ebuild8
3 files changed, 40 insertions, 4 deletions
diff --git a/media-plugins/kodi-audiodecoder-stsound/Manifest b/media-plugins/kodi-audiodecoder-stsound/Manifest
index 917b39b62fea..5fec910958fa 100644
--- a/media-plugins/kodi-audiodecoder-stsound/Manifest
+++ b/media-plugins/kodi-audiodecoder-stsound/Manifest
@@ -1,3 +1,4 @@
DIST kodi-audiodecoder-stsound-2.0.0.tar.gz 63097 BLAKE2B c797c7fad5811aaa12217cd6c4caf4167581940e25fc2684c04578e06a04e44d683e0871d6847c6cc3367ee5f5925de4e5640b9eb2b4381a713a3ba6c5860dce SHA512 2770da6d379499fc53d013163e28aeb2c1ffdbbe1cb54f2f2a4d5bac33b68d867a8de0865fe72d283f28ded1f3bd79efee7c98fb79f04ff99459d5bcf3f0f1e9
DIST kodi-audiodecoder-stsound-2.0.1.tar.gz 89746 BLAKE2B 4429890376ed67e10e5abe76d450731a0d05a5892cd8a5f66d49fdbd8f0743547fa7752c87bad11f2b2e49e1519a0fbdf457da91eb16a42554d5a60f2bafecad SHA512 133eee1892817b69ec34d7897316ab6e967e67968b72ad7d73199d36fe86f119ee015f703022fb850c2c8bef11d990bba3c0a5df5f24776d4861cbbcb6b466db
DIST kodi-audiodecoder-stsound-2.0.2.tar.gz 90362 BLAKE2B 07e99effe9fd60ae723ca61cb1a55408c5cc5458571c6e991c3acfdaf64d635ca24355c0930c79df77afe3e024735be2ec9a46a2d1611014d76364de325aae6a SHA512 6925bc4a21db7b2b997721227689c94bca3389b8c4879d4f10e754231b1be4f0e0cb163f07945624ffb6963c58b6d243b535c7f1490382a89192b50e558227c9
+DIST kodi-audiodecoder-stsound-2.1.3.tar.gz 96164 BLAKE2B b29f1b11cdcd1a275cf766cfa33d800fa0b9be440e061ba0219348509a3d8e26dd5e505f9b81080226450311fcc8a5d85fe8040b89a8bddc9b1d128618e12e94 SHA512 b14f1fc70c6a6cc749dd8c7a85c4177e49d7444518e28cf6b1a6024fb268278ba33b7321269eaba000ee2487a946e05d5e68e8614ad4df7470b1c85fb7da826b
diff --git a/media-plugins/kodi-audiodecoder-stsound/kodi-audiodecoder-stsound-2.1.3.ebuild b/media-plugins/kodi-audiodecoder-stsound/kodi-audiodecoder-stsound-2.1.3.ebuild
new file mode 100644
index 000000000000..6ebb9dad83ae
--- /dev/null
+++ b/media-plugins/kodi-audiodecoder-stsound/kodi-audiodecoder-stsound-2.1.3.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake kodi-addon
+
+DESCRIPTION="SPC decoder addon for Kodi"
+HOMEPAGE="https://github.com/xbmc/audiodecoder.stsound"
+SRC_URI=""
+
+case ${PV} in
+9999)
+ SRC_URI=""
+ EGIT_REPO_URI="https://github.com/xbmc/audiodecoder.stsound.git"
+ inherit git-r3
+ ;;
+*)
+ CODENAME="Matrix"
+ KEYWORDS="~amd64 ~x86"
+ SRC_URI="https://github.com/xbmc/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-19*
+ "
+RDEPEND="
+ ${DEPEND}
+ "
diff --git a/media-plugins/kodi-audiodecoder-stsound/kodi-audiodecoder-stsound-9999.ebuild b/media-plugins/kodi-audiodecoder-stsound/kodi-audiodecoder-stsound-9999.ebuild
index 7fe04f1dae88..c1b7d70e71ef 100644
--- a/media-plugins/kodi-audiodecoder-stsound/kodi-audiodecoder-stsound-9999.ebuild
+++ b/media-plugins/kodi-audiodecoder-stsound/kodi-audiodecoder-stsound-9999.ebuild
@@ -6,19 +6,19 @@ EAPI=7
inherit cmake kodi-addon
DESCRIPTION="SPC decoder addon for Kodi"
-HOMEPAGE="https://github.com/notspiff/audiodecoder.stsound"
+HOMEPAGE="https://github.com/xbmc/audiodecoder.stsound"
SRC_URI=""
case ${PV} in
9999)
SRC_URI=""
- EGIT_REPO_URI="https://github.com/notspiff/audiodecoder.stsound.git"
+ EGIT_REPO_URI="https://github.com/xbmc/audiodecoder.stsound.git"
inherit git-r3
;;
*)
- CODENAME="Leia"
+ CODENAME="Matrix"
KEYWORDS="~amd64 ~x86"
- SRC_URI="https://github.com/notspiff/audiodecoder.stsound/archive/${PV}-${CODENAME}.tar.gz -> ${P}.tar.gz"
+ SRC_URI="https://github.com/xbmc/audiodecoder.stsound/archive/${PV}-${CODENAME}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/audiodecoder.stsound-${PV}-${CODENAME}"
;;
esac