public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Craig Andrews" <candrews@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-inputstream-adaptive/
Date: Sat, 15 Jun 2019 21:42:41 +0000 (UTC)	[thread overview]
Message-ID: <1560634956.24fcc4baf7a5a6adb6a2607c39fef17c9578f4b7.candrews@gentoo> (raw)

commit:     24fcc4baf7a5a6adb6a2607c39fef17c9578f4b7
Author:     Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 15 21:41:04 2019 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Sat Jun 15 21:42:36 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24fcc4ba

media-plugins/kodi-inputstream-adaptive: 2.3.22 version bump

Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>

 media-plugins/kodi-inputstream-adaptive/Manifest   |  1 +
 .../kodi-inputstream-adaptive-2.3.22.ebuild        | 38 ++++++++++++++++++++++
 2 files changed, 39 insertions(+)

diff --git a/media-plugins/kodi-inputstream-adaptive/Manifest b/media-plugins/kodi-inputstream-adaptive/Manifest
index d2aa0938b5a..b661e751c32 100644
--- a/media-plugins/kodi-inputstream-adaptive/Manifest
+++ b/media-plugins/kodi-inputstream-adaptive/Manifest
@@ -8,3 +8,4 @@ DIST kodi-inputstream-adaptive-2.3.18.tar.gz 709886 BLAKE2B 5b96786aead7f51172f3
 DIST kodi-inputstream-adaptive-2.3.19.tar.gz 712487 BLAKE2B df01185d734a3dd9f241e91fa392dd7696a37a34575715e46eb503fad82ffd5ceb1ded38531a8fa1a4055edcdd84a1b284fa3c7daf1b12106f7b6be390e87598 SHA512 a76c4a472fd4ecd756eb2936ebf0d1f49dad348747d40c80771bdaafb999bd6e9e32ca333d1d16fef3837e46ed60bef47ff68dccafcd4166e57e240a1d7b255c
 DIST kodi-inputstream-adaptive-2.3.20.tar.gz 712611 BLAKE2B 7771fd15e230e76cd9786348b86a0a561afbe250f7d78e2418f1fc189e52b46ee249316770fdd9aea7fb16c73df6f9579c73510e658a29aaa53c5c02c04bee9a SHA512 5a5bc68d6f10187d2ac8d7a0e196a6615b75642ffdae67efac16d7aa718a42c13df3f3485029876eff42fca415039549ead60db381477de9df2bde5fc7f34718
 DIST kodi-inputstream-adaptive-2.3.21.tar.gz 712611 BLAKE2B 129622e050d8881b2921d7cd730453ecd697d3041b7d4d1fed3449734a9923effe9f5e53dc6a72901b57b953df391908d9f7adbe5fe054320ea2b14b56719ed9 SHA512 a5f059e08c5002c42ec1a6ff2ceceecbcc4f9943d4dd4a7c87097ad58eed7827240bd6c2e4acd414ce6fd3326a2ef8d85372e245bea712d45148dc5328ff83a4
+DIST kodi-inputstream-adaptive-2.3.22.tar.gz 711950 BLAKE2B 5a3bf2df9492707f586b52d9ca556eafda69c7167e6bee17b3de749fbfc1b59c215550b5eb9f47c92b77641a29c88d9dfdea9359bde1968ffaf089b93a4ac5f1 SHA512 6dd73776b2962a6432202738d167ea3169cdbdd470672066bed39d12366cc33a28dd2809edb9ceb9255022d6076b1c3dd31828f60fee8e2d2dceffc0d58a6d6f

diff --git a/media-plugins/kodi-inputstream-adaptive/kodi-inputstream-adaptive-2.3.22.ebuild b/media-plugins/kodi-inputstream-adaptive/kodi-inputstream-adaptive-2.3.22.ebuild
new file mode 100644
index 00000000000..03910514796
--- /dev/null
+++ b/media-plugins/kodi-inputstream-adaptive/kodi-inputstream-adaptive-2.3.22.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils kodi-addon
+
+DESCRIPTION="Kodi's Adaptive inputstream addon"
+HOMEPAGE="https://github.com/peak3d/inputstream.adaptive.git"
+SRC_URI=""
+
+case ${PV} in
+9999)
+	SRC_URI=""
+	EGIT_REPO_URI="https://github.com/peak3d/inputstream.adaptive.git"
+	inherit git-r3
+	;;
+*)
+	KEYWORDS="~amd64 ~x86"
+	CODENAME="Leia"
+	SRC_URI="https://github.com/peak3d/inputstream.adaptive/archive/${PV}-${CODENAME}.tar.gz -> ${P}.tar.gz"
+	S="${WORKDIR}/inputstream.adaptive-${PV}-${CODENAME}"
+	;;
+esac
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+	dev-libs/expat
+	=media-tv/kodi-18*
+	=media-libs/kodi-platform-18*
+	=dev-libs/libplatform-2*
+	"
+RDEPEND="
+	${DEPEND}
+	"


             reply	other threads:[~2019-06-15 21:42 UTC|newest]

Thread overview: 65+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-15 21:42 Craig Andrews [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-09-14 18:15 [gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-inputstream-adaptive/ Craig Andrews
2021-09-14 18:15 Craig Andrews
2021-08-07  0:48 Craig Andrews
2021-07-19  2:00 Craig Andrews
2021-07-18 17:07 Craig Andrews
2021-07-17 21:56 Craig Andrews
2021-07-13 14:18 Craig Andrews
2021-06-21 19:14 Craig Andrews
2021-06-21 19:14 Craig Andrews
2021-05-22  1:33 Craig Andrews
2021-05-22  1:33 Craig Andrews
2021-05-18  2:37 Craig Andrews
2021-05-18  2:37 Craig Andrews
2021-04-22 13:23 Craig Andrews
2021-04-22 13:05 Craig Andrews
2021-04-12 13:34 Craig Andrews
2021-04-08 13:04 Craig Andrews
2021-04-08 13:04 Craig Andrews
2021-03-28 20:19 Craig Andrews
2021-03-28 20:19 Craig Andrews
2021-02-10 21:35 Craig Andrews
2021-02-10 21:35 Craig Andrews
2020-11-23 14:31 Craig Andrews
2020-11-23 14:31 Craig Andrews
2020-11-01  0:47 Craig Andrews
2020-10-31 20:27 Craig Andrews
2020-10-26 13:10 Craig Andrews
2020-08-13 20:50 Craig Andrews
2020-05-19  2:56 Craig Andrews
2020-04-09 14:18 Craig Andrews
2020-04-09 14:18 Craig Andrews
2020-02-26 14:14 Craig Andrews
2020-01-06 22:08 Craig Andrews
2019-09-03  1:28 Craig Andrews
2019-09-03  1:28 Craig Andrews
2019-09-03  1:28 Craig Andrews
2019-08-28  0:15 Craig Andrews
2019-06-09  2:06 Craig Andrews
2019-06-07 15:17 Craig Andrews
2019-05-29 17:23 Craig Andrews
2019-05-11 15:19 Craig Andrews
2019-04-16 23:37 Craig Andrews
2019-03-25 17:18 Craig Andrews
2019-02-11 21:25 Craig Andrews
2019-02-11  2:46 Craig Andrews
2019-01-22 14:36 Craig Andrews
2019-01-22 14:36 Craig Andrews
2018-11-29 15:13 Craig Andrews
2018-11-20 14:18 Craig Andrews
2018-11-18  3:07 Craig Andrews
2018-11-15 15:15 Craig Andrews
2018-11-12  5:03 Craig Andrews
2018-11-06 16:02 Craig Andrews
2018-09-04 14:07 Craig Andrews
2018-09-04 14:07 Craig Andrews
2018-04-06 18:33 Craig Andrews
2018-04-06 18:33 Craig Andrews
2018-02-13  4:08 Craig Andrews
2018-02-13  4:08 Craig Andrews
2018-02-11  2:45 Craig Andrews
2018-02-11  2:45 Craig Andrews
2017-07-30 10:10 Michał Górny
2017-02-01 22:16 David Seifert
2017-01-24 21:16 David Seifert

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1560634956.24fcc4baf7a5a6adb6a2607c39fef17c9578f4b7.candrews@gentoo \
    --to=candrews@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox