summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Andrews <candrews@gentoo.org>2018-11-15 13:48:35 -0500
committerCraig Andrews <candrews@gentoo.org>2018-11-15 13:51:28 -0500
commitba742f2b33c183e86b9deb48206b2a31b66b209d (patch)
tree2d8567959fc1f722b696dd86089c76d9e766b4a5 /media-plugins/kodi-audiodecoder-modplug/kodi-audiodecoder-modplug-1.1.0-r1.ebuild
parentmedia-libs/libomxil-bellagio: Remove (diff)
downloadgentoo-ba742f2b33c183e86b9deb48206b2a31b66b209d.tar.gz
gentoo-ba742f2b33c183e86b9deb48206b2a31b66b209d.tar.bz2
gentoo-ba742f2b33c183e86b9deb48206b2a31b66b209d.zip
media-plugins/kodi-audiodecoder-modplug: 1.1.0 is only for Kodi 17
Closes: https://bugs.gentoo.org/show_bug.cgi?id=671206 Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Craig Andrews <candrews@gentoo.org>
Diffstat (limited to 'media-plugins/kodi-audiodecoder-modplug/kodi-audiodecoder-modplug-1.1.0-r1.ebuild')
-rw-r--r--media-plugins/kodi-audiodecoder-modplug/kodi-audiodecoder-modplug-1.1.0-r1.ebuild37
1 files changed, 37 insertions, 0 deletions
diff --git a/media-plugins/kodi-audiodecoder-modplug/kodi-audiodecoder-modplug-1.1.0-r1.ebuild b/media-plugins/kodi-audiodecoder-modplug/kodi-audiodecoder-modplug-1.1.0-r1.ebuild
new file mode 100644
index 000000000000..eee4b14ab81d
--- /dev/null
+++ b/media-plugins/kodi-audiodecoder-modplug/kodi-audiodecoder-modplug-1.1.0-r1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils kodi-addon
+
+DESCRIPTION="Modplug decoder addon for Kodi"
+HOMEPAGE="https://github.com/notspiff/audiodecoder.modplug"
+SRC_URI=""
+
+case ${PV} in
+9999)
+ SRC_URI=""
+ EGIT_REPO_URI="https://github.com/notspiff/audiodecoder.modplug.git"
+ inherit git-r3
+ ;;
+*)
+ KEYWORDS="~amd64 ~x86"
+ SRC_URI="https://github.com/notspiff/audiodecoder.modplug/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+ S="${WORKDIR}/audiodecoder.modplug-${PV}"
+ ;;
+esac
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+ =media-tv/kodi-17*
+ =media-libs/kodi-platform-17*
+ media-libs/libmodplug
+ "
+
+RDEPEND="
+ ${DEPEND}
+ "