Skip to content

Commit

Permalink
media-plugins/kodi-audiodecoder-sidplay: 1.2.1 version bump
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Craig Andrews <[email protected]>
  • Loading branch information
candrews committed Oct 27, 2019
1 parent 955b7ac commit 64a2acb
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 0 deletions.
1 change: 1 addition & 0 deletions media-plugins/kodi-audiodecoder-sidplay/Manifest
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
DIST kodi-audiodecoder-sidplay-1.1.3.tar.gz 10362 BLAKE2B e34853b875b8e328d06d67986609b40f31308c4e914f332420c8ce855c1d594b0bdd112689e874a663f189c722db6811ec12bfa64eb1e9b8907045776821d515 SHA512 8d3f43746328999ea817cd52e4e8f0f1454ffb1e243de4941752cfd7ea6f48848fe7d0855e7a9207934cb61e633389fed79379d3302d58c7c9e8c53784fc2adc
DIST kodi-audiodecoder-sidplay-1.2.0.tar.gz 25655 BLAKE2B c34ca8a4e411875ef83a87443b52d57d48ae1897b15415f982e2f9f3af654bf3f412704d3e58994e64ada1bf2d63c64508afa7682048ed9e81cb2dfd92f9c552 SHA512 28124b04c6fcbcc8df341c8c5b3da6ec57a106a806e70bf9278ed15c471063db4e04190d8886770f9f430d024f273cad16779caeff7de02eb7ef7db1d07dba2d
DIST kodi-audiodecoder-sidplay-1.2.1.tar.gz 25665 BLAKE2B 7b804fbe379361eb9a0f47e567655a19b0628b211b9c42e7dffc732807739104fd1af6fa4d1ec7f56ae4d52f34aa6097e43c90604be3a3dd696490dbd992200a SHA512 1ab7c39305e37cd7c6509342a6e1dae5b67b33905b4c76a175ab7505affdc9afd20b7c0ceecbd5f5e1a8efbfa03dfd067f8835a190cf201af7ae35d9448453cb
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit cmake-utils kodi-addon

DESCRIPTION="SidPlay decoder addon for Kodi"
HOMEPAGE="https://github.com/notspiff/audiodecoder.sidplay"
SRC_URI=""

case ${PV} in
9999)
SRC_URI=""
EGIT_REPO_URI="https://github.com/notspiff/audiodecoder.sidplay.git"
inherit git-r3
;;
*)
CODENAME="Leia"
KEYWORDS="~amd64 ~x86"
SRC_URI="https://github.com/notspiff/audiodecoder.sidplay/archive/${PV}-${CODENAME}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/audiodecoder.sidplay-${PV}-${CODENAME}"
;;
esac

LICENSE="GPL-2"
SLOT="0"
IUSE=""

DEPEND="
=media-tv/kodi-18*
media-libs/libsidplay:2"

RDEPEND="
${DEPEND}
"

src_prepare(){
[ -d depends ] && rm -rf depends || die
cmake-utils_src_prepare
}

0 comments on commit 64a2acb

Please sign in to comment.