summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Andrews <candrews@gentoo.org>2020-07-29 10:26:24 -0400
committerCraig Andrews <candrews@gentoo.org>2020-07-29 14:10:40 -0400
commitde4bb3a29df78f0c834dee19b8648aea8f4cfe3b (patch)
tree2ae0074f9c1e5dd901c29720d54eb7f524300970 /media-plugins/kodi-audiodecoder-nosefart
parentmedia-plugins/kodi-audiodecoder-modplug: 2.1.3 version bump (diff)
downloadgentoo-de4bb3a29df78f0c834dee19b8648aea8f4cfe3b.tar.gz
gentoo-de4bb3a29df78f0c834dee19b8648aea8f4cfe3b.tar.bz2
gentoo-de4bb3a29df78f0c834dee19b8648aea8f4cfe3b.zip
media-plugins/kodi-audiodecoder-nosefart: 2.3.0 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-nosefart')
-rw-r--r--media-plugins/kodi-audiodecoder-nosefart/Manifest1
-rw-r--r--media-plugins/kodi-audiodecoder-nosefart/kodi-audiodecoder-nosefart-2.3.0.ebuild35
-rw-r--r--media-plugins/kodi-audiodecoder-nosefart/kodi-audiodecoder-nosefart-9999.ebuild6
3 files changed, 39 insertions, 3 deletions
diff --git a/media-plugins/kodi-audiodecoder-nosefart/Manifest b/media-plugins/kodi-audiodecoder-nosefart/Manifest
index fe00665157dd..b3009bb6b2a4 100644
--- a/media-plugins/kodi-audiodecoder-nosefart/Manifest
+++ b/media-plugins/kodi-audiodecoder-nosefart/Manifest
@@ -1,3 +1,4 @@
DIST kodi-audiodecoder-nosefart-2.0.0.tar.gz 61006 BLAKE2B 8c3499b8820eb124f6532f722fae39c10880b31d58dce81a1170ae18005047b2ecdb7f9963e1a957de61beaf4a89d682580ea62e739bdc3045e0cd6402685394 SHA512 8dfcae6e81553bccb093dac2aefdbea6e405ebcf3c3505b4647a4970f46ec8aa2f45690a0fd73ff356d074c86c670ab0a60ff5a049dd1e54de3100457fbae935
DIST kodi-audiodecoder-nosefart-2.0.1.tar.gz 92746 BLAKE2B 0af1578e0f09c4dfbbbddec834522c433922deccbc7f55c4faa4b5b5a7b4fb5563daea77faf745f5f8c61f4d49f168b1e5dee37a2e7d19f2f7d4aa9d685d69ef SHA512 78abac0d6ff2458e5bd3c976d432d5029c07d738dc03f861e068407b60d5ef2f94d7870d803436e8eacd87fdbd47b274e0bdc3367201772cd05084c1ebc8a67c
DIST kodi-audiodecoder-nosefart-2.0.2.tar.gz 93194 BLAKE2B f8521331857c8a0d739f596000050869e7760b42c2611a3ef7d626c8b4d23514a53e1d5fa5b9cd88abada49791007cf74ef2ff99cf8c34e683a7fb4e2b4e9e42 SHA512 b0d7767562d3ad9305af76e436292f877cc51cad7a55c93c71af64724ae105596a0575d92db1e9e85da9cac06b968569f788ee9314539368d3f663d3b6d7ee54
+DIST kodi-audiodecoder-nosefart-2.3.0.tar.gz 99567 BLAKE2B 2dac5d61fb568a0f0685fb5066ddedf7dffc02a94575068be3c60d193cd02a985cdd4248bb0fd8afcddb1a7e2ef2627b57bb6986b759c2cc6e61d5e267398dd7 SHA512 452bd93b300c19b31d072c8474ee69f4f180f3df5929bce828c6e3186db967176cec9288d844aefc6dc15673a0029768863c52ddc05e5dfa3e6a270dd13b636e
diff --git a/media-plugins/kodi-audiodecoder-nosefart/kodi-audiodecoder-nosefart-2.3.0.ebuild b/media-plugins/kodi-audiodecoder-nosefart/kodi-audiodecoder-nosefart-2.3.0.ebuild
new file mode 100644
index 000000000000..5f75dcfd39e0
--- /dev/null
+++ b/media-plugins/kodi-audiodecoder-nosefart/kodi-audiodecoder-nosefart-2.3.0.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="Nosefart decoder addon for Kodi"
+HOMEPAGE="https://github.com/xbmc/audiodecoder.nosefart"
+SRC_URI=""
+
+case ${PV} in
+9999)
+ SRC_URI=""
+ EGIT_REPO_URI="https://github.com/xbmc/audiodecoder.nosefart"
+ inherit git-r3
+ ;;
+*)
+ CODENAME="Matrix"
+ KEYWORDS="~amd64 ~x86"
+ SRC_URI="https://github.com/xbmc/audiodecoder.nosefart/archive/${PV}-${CODENAME}.tar.gz -> ${P}.tar.gz"
+ S="${WORKDIR}/audiodecoder.nosefart-${PV}-${CODENAME}"
+ ;;
+esac
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+ =media-tv/kodi-19*
+ "
+RDEPEND="
+ ${DEPEND}
+ "
diff --git a/media-plugins/kodi-audiodecoder-nosefart/kodi-audiodecoder-nosefart-9999.ebuild b/media-plugins/kodi-audiodecoder-nosefart/kodi-audiodecoder-nosefart-9999.ebuild
index b70fdb9bf600..6cd597a58cd5 100644
--- a/media-plugins/kodi-audiodecoder-nosefart/kodi-audiodecoder-nosefart-9999.ebuild
+++ b/media-plugins/kodi-audiodecoder-nosefart/kodi-audiodecoder-nosefart-9999.ebuild
@@ -6,19 +6,19 @@ EAPI=7
inherit cmake kodi-addon
DESCRIPTION="Nosefart decoder addon for Kodi"
-HOMEPAGE="https://github.com/notspiff/audiodecoder.nosefart"
+HOMEPAGE="https://github.com/xbmc/audiodecoder.nosefart"
SRC_URI=""
case ${PV} in
9999)
SRC_URI=""
- EGIT_REPO_URI="https://github.com/notspiff/audiodecoder.nosefart"
+ EGIT_REPO_URI="https://github.com/xbmc/audiodecoder.nosefart"
inherit git-r3
;;
*)
CODENAME="Leia"
KEYWORDS="~amd64 ~x86"
- SRC_URI="https://github.com/notspiff/audiodecoder.nosefart/archive/${PV}-${CODENAME}.tar.gz -> ${P}.tar.gz"
+ SRC_URI="https://github.com/xbmc/audiodecoder.nosefart/archive/${PV}-${CODENAME}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/audiodecoder.nosefart-${PV}-${CODENAME}"
;;
esac