public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Rui Huang" <vowstar@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-video/kikoplay/
Date: Tue, 12 May 2020 04:24:47 +0000 (UTC)	[thread overview]
Message-ID: <1589257397.3eae09bfc39353cd7eeb501f7515cd6d65437730.vowstar@gentoo> (raw)

commit:     3eae09bfc39353cd7eeb501f7515cd6d65437730
Author:     Huang Rui <vowstar <AT> gmail <DOT> com>
AuthorDate: Tue May 12 04:23:17 2020 +0000
Commit:     Rui Huang <vowstar <AT> gmail <DOT> com>
CommitDate: Tue May 12 04:23:17 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3eae09bf

media-video/kikoplay: bump version to 0.6.2

Add video preview function

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Huang Rui <vowstar <AT> gmail.com>

 media-video/kikoplay/Manifest              |  1 +
 media-video/kikoplay/kikoplay-0.6.2.ebuild | 60 ++++++++++++++++++++++++++++++
 2 files changed, 61 insertions(+)

diff --git a/media-video/kikoplay/Manifest b/media-video/kikoplay/Manifest
index c9500fe..b146193 100644
--- a/media-video/kikoplay/Manifest
+++ b/media-video/kikoplay/Manifest
@@ -1 +1,2 @@
 DIST kikoplay-0.6.1.tar.gz 7528741 BLAKE2B 92ec99bc64661688509fe1ec951e90a28cbdd9c06999ba8574d23ffec4628e7ad4e2ac60c955009beb2ea9023e9d18faa35ae9f0b9f63d5a098aa4ad15315bd5 SHA512 4e304c5f1b0592ce5eb4b22745e73f4a9446843002cb8f050433be33137c660ef41b71c7a80055bff86f21381bad5b1be2088b621feb6e86e6575ecf6acc16ed
+DIST kikoplay-0.6.2.tar.gz 7520940 BLAKE2B 4015463b137a7605107a87db86d56658ef5e563374f67cc42f401d71ef2b72be10c9b817b90cb294674c9ee4a285fd908521be7b01fa37df879214c3c37c54a2 SHA512 c436da509b89d3ecb0e86cb195cb058fbe594e643959f24a91792b69ce2649ef5186116bc4b3e01b14bcb7286d30303276d48d4f0b2db45d6fbf385e370b8db5

diff --git a/media-video/kikoplay/kikoplay-0.6.2.ebuild b/media-video/kikoplay/kikoplay-0.6.2.ebuild
new file mode 100644
index 0000000..05c327c
--- /dev/null
+++ b/media-video/kikoplay/kikoplay-0.6.2.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+GIT_PN="KikoPlay"
+
+inherit qmake-utils xdg
+
+DESCRIPTION="KikoPlay is a full-featured danmu player"
+HOMEPAGE="
+	https://kikoplay.fun
+	https://github.com/Protostars/KikoPlay
+"
+
+if [[ "${PV}" == "9999" ]] ; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/Protostars/${GIT_PN}.git"
+else
+	SRC_URI="https://github.com/Protostars/${GIT_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64 ~arm ~m68k ~mips ~ppc ~ppc64 ~s390 ~x86"
+	S="${WORKDIR}/${GIT_PN}-${PV}"
+fi
+
+LICENSE="GPL-3"
+SLOT="0"
+
+# Please unmask dev-lang/lua:5.3 in /etc/portage/package.unmask/lua
+# Waiting for dev-lang/lua:5.3 unmasked in ::gentoo
+# With out dev-lang/lua:5.3, this package can't work
+# See also: https://github.com/gentoo/guru/issues/9
+RDEPEND="
+	dev-lang/lua:5.3
+	dev-libs/qhttpengine:5
+	dev-qt/qtconcurrent:5
+	dev-qt/qtcore:5
+	dev-qt/qtgui:5
+	dev-qt/qtnetwork:5
+	dev-qt/qtsql:5
+	dev-qt/qtwidgets:5
+	media-video/mpv[libmpv,-luajit]
+	net-misc/aria2
+"
+
+DEPEND="
+	${RDEPEND}
+"
+
+BDEPEND="
+	virtual/pkgconfig
+"
+
+src_configure() {
+	eqmake5 PREFIX="${D}"/usr
+}
+
+src_install() {
+	# Can't use default, set INSTALL_ROOT
+	emake INSTALL_ROOT="${D}" install
+}


             reply	other threads:[~2020-05-12  4:24 UTC|newest]

Thread overview: 41+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-12  4:24 Rui Huang [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-11 13:33 [gentoo-commits] repo/proj/guru:dev commit in: media-video/kikoplay/ Takuya Wakazono
2024-09-11 13:33 Takuya Wakazono
2023-07-26 12:08 Rui Huang
2022-05-02 17:34 Arthur Zamarin
2022-02-14 16:14 Rui Huang
2022-02-14 16:14 Rui Huang
2021-07-14  6:42 Rui Huang
2021-07-14  6:42 Rui Huang
2021-07-14  6:42 Rui Huang
2021-05-17 17:50 Rui Huang
2021-04-05  2:41 Rui Huang
2021-04-05  2:41 Rui Huang
2021-04-05  2:05 Rui Huang
2021-04-05  2:05 Rui Huang
2020-12-30 10:18 Rui Huang
2020-12-30 10:18 Rui Huang
2020-12-28  8:09 Rui Huang
2020-12-28  8:09 Rui Huang
2020-12-04 19:37 Rui Huang
2020-12-04 19:37 Rui Huang
2020-10-20  7:25 Rui Huang
2020-10-20  7:25 Rui Huang
2020-07-08  2:47 Rui Huang
2020-06-01  9:22 Rui Huang
2020-06-01  7:40 Rui Huang
2020-06-01  7:40 Rui Huang
2020-05-13 17:16 Rui Huang
2020-05-12  4:24 Rui Huang
2020-04-27  7:46 Rui Huang
2020-04-27  7:46 Rui Huang
2020-04-27  7:46 Rui Huang
2020-04-27  7:46 Rui Huang
2020-04-27  7:02 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-04-27  6:54 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-04-26 22:39 Alessandro Barbieri
2020-04-25  7:58 Alessandro Barbieri
2020-04-19 19:26 Rui Huang
2020-04-19 19:26 Rui Huang
2020-04-17 20:15 Rui Huang
2020-04-17 20:15 Rui Huang
2020-04-17 19:47 Rui Huang

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=1589257397.3eae09bfc39353cd7eeb501f7515cd6d65437730.vowstar@gentoo \
    --to=vowstar@gmail.com \
    --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