commit:     dc0a9e7b5ecbcf69149eb07830fd6778d21fd5ea
Author:     Huang Rui <vowstar <AT> gmail <DOT> com>
AuthorDate: Sun Apr 19 19:23:57 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sun Apr 19 19:23:58 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=dc0a9e7b

media-video/kikoplay: bump to 0.6.1

The patches this package used have been merged to upstream.
https://github.com/Protostars/KikoPlay/pull/18
Related about this package:
https://github.com/gentoo/guru/issues/7
https://bugs.gentoo.org/671248
https://bugs.gentoo.org/65772

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.1.ebuild | 56 ++++++++++++++++++++++++++++++
 2 files changed, 57 insertions(+)

diff --git a/media-video/kikoplay/Manifest b/media-video/kikoplay/Manifest
index b7a4138..e2b9453 100644
--- a/media-video/kikoplay/Manifest
+++ b/media-video/kikoplay/Manifest
@@ -1 +1,2 @@
 DIST kikoplay-0.6.0.tar.gz 7497254 BLAKE2B 
a23106151782477194d15712e9458171a0bc1dd53f8b6c8dbed12663be1c2c76204674c23eba61f2b8828be7acbd10449f51c766ab57be86cf21844591430b18
 SHA512 
9d8801f7c9b091f097d1edf9496a389718e81399a8d380d7763c1d12eafd1d4ce444e4df22a0e4a6c8eebbc7f1176e58a3cbac6bea60e87ccd44a5890927bf21
+DIST kikoplay-0.6.1.tar.gz 7528741 BLAKE2B 
92ec99bc64661688509fe1ec951e90a28cbdd9c06999ba8574d23ffec4628e7ad4e2ac60c955009beb2ea9023e9d18faa35ae9f0b9f63d5a098aa4ad15315bd5
 SHA512 
4e304c5f1b0592ce5eb4b22745e73f4a9446843002cb8f050433be33137c660ef41b71c7a80055bff86f21381bad5b1be2088b621feb6e86e6575ecf6acc16ed

diff --git a/media-video/kikoplay/kikoplay-0.6.1.ebuild 
b/media-video/kikoplay/kikoplay-0.6.1.ebuild
new file mode 100644
index 0000000..50ad86c
--- /dev/null
+++ b/media-video/kikoplay/kikoplay-0.6.1.ebuild
@@ -0,0 +1,56 @@
+# 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 ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86"
+       S="${WORKDIR}/${GIT_PN}-${PV}"
+fi
+
+LICENSE="GPL-3"
+SLOT="0"
+
+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 via email to