summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Andrews <candrews@integralblue.com>2017-06-06 12:23:33 -0400
committerMichał Górny <mgorny@gentoo.org>2017-06-17 21:38:44 +0200
commit4dc7071ad1c35e489e57cff37a7fe49d031acefa (patch)
treea5d28705fc225cac75a74bb081b0f429743d1a01 /media-plugins/kodi-vfs-sacd
parentsys-auth/sssd: ~ia64 keyworded, bug #540540 (diff)
downloadgentoo-4dc7071ad1c35e489e57cff37a7fe49d031acefa.tar.gz
gentoo-4dc7071ad1c35e489e57cff37a7fe49d031acefa.tar.bz2
gentoo-4dc7071ad1c35e489e57cff37a7fe49d031acefa.zip
media-plugins/kodi-vfs-sacd: SACD VFS addon for Kodi
Adds support for playing SACD to Kodi. Closes: https://github.com/gentoo/gentoo/pull/4874 Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'media-plugins/kodi-vfs-sacd')
-rw-r--r--media-plugins/kodi-vfs-sacd/kodi-vfs-sacd-9999.ebuild33
-rw-r--r--media-plugins/kodi-vfs-sacd/metadata.xml16
2 files changed, 49 insertions, 0 deletions
diff --git a/media-plugins/kodi-vfs-sacd/kodi-vfs-sacd-9999.ebuild b/media-plugins/kodi-vfs-sacd/kodi-vfs-sacd-9999.ebuild
new file mode 100644
index 000000000000..fee0c8378923
--- /dev/null
+++ b/media-plugins/kodi-vfs-sacd/kodi-vfs-sacd-9999.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils kodi-addon
+
+DESCRIPTION="SACD VFS addon for Kodi"
+HOMEPAGE="https://github.com/notspiff/vfs.sacd"
+SRC_URI=""
+
+case ${PV} in
+9999)
+ SRC_URI=""
+ EGIT_REPO_URI="git://github.com/notspiff/vfs.sacd.git"
+ inherit git-r3
+ ;;
+*)
+ KEYWORDS="~amd64 ~x86"
+ SRC_URI="https://github.com/notspiff/vfs.sacd/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+ S="${WORKDIR}/vfs.sacd-${PV}"
+ ;;
+esac
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+ =dev-libs/libplatform-2*
+ =media-libs/kodi-platform-9999
+ =media-tv/kodi-9999
+ "
diff --git a/media-plugins/kodi-vfs-sacd/metadata.xml b/media-plugins/kodi-vfs-sacd/metadata.xml
new file mode 100644
index 000000000000..a524e95a8842
--- /dev/null
+++ b/media-plugins/kodi-vfs-sacd/metadata.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>candrews@integralblue.com</email>
+ <name>Craig Andrews</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+ <longdescription>SACD VFS addon for Kodi</longdescription>
+ <upstream>
+ <remote-id type="github">notspiff/vfs.sacd</remote-id>
+ </upstream>
+</pkgmetadata>