From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 47BC31382C5 for ; Mon, 1 Jun 2020 11:31:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F2F04E0924; Mon, 1 Jun 2020 11:31:40 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6B09CE0924 for ; Mon, 1 Jun 2020 11:31:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E545D34F1AF for ; Mon, 1 Jun 2020 11:31:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 303031C8 for ; Mon, 1 Jun 2020 11:31:37 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1590997104.3e21bba505baa8a94aec6aa4ec96d5f237633d34.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: media-video/kikoplay/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-video/kikoplay/Manifest media-video/kikoplay/kikoplay-0.7.0.ebuild X-VCS-Directories: media-video/kikoplay/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 3e21bba505baa8a94aec6aa4ec96d5f237633d34 X-VCS-Branch: master Date: Mon, 1 Jun 2020 11:31:37 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f0f86178-ed5e-4678-b853-473181680c20 X-Archives-Hash: 94608a188664b561614eccd2f5b98a44 commit: 3e21bba505baa8a94aec6aa4ec96d5f237633d34 Author: Huang Rui gmail com> AuthorDate: Mon Jun 1 07:38:24 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Mon Jun 1 07:38:24 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3e21bba5 media-video/kikoplay: bump to new version 0.7.0 Patch have been merged to upstream Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Huang Rui gmail.com> media-video/kikoplay/Manifest | 1 + media-video/kikoplay/kikoplay-0.7.0.ebuild | 60 ++++++++++++++++++++++++++++++ 2 files changed, 61 insertions(+) diff --git a/media-video/kikoplay/Manifest b/media-video/kikoplay/Manifest index 9870b22..7a36694 100644 --- a/media-video/kikoplay/Manifest +++ b/media-video/kikoplay/Manifest @@ -1 +1,2 @@ DIST kikoplay-0.6.2.tar.gz 7520940 BLAKE2B 4015463b137a7605107a87db86d56658ef5e563374f67cc42f401d71ef2b72be10c9b817b90cb294674c9ee4a285fd908521be7b01fa37df879214c3c37c54a2 SHA512 c436da509b89d3ecb0e86cb195cb058fbe594e643959f24a91792b69ce2649ef5186116bc4b3e01b14bcb7286d30303276d48d4f0b2db45d6fbf385e370b8db5 +DIST kikoplay-0.7.0.tar.gz 6267802 BLAKE2B 9615d4c11958aea182ee1bc737d1cdb140b3f5f1b8f6bb835184092dce9c0181a16608b74acf49d33055ea9f86a77458520e91642fd561cc916abc448ff77ed6 SHA512 03c51be6ec9aa77a26bf4d15b05aa4658c8ff0f840e78965e9836c0bf818f78784e413e5545fdeb105243b3c72b7844f365e8a33d9d50cb7c1675980213b645e diff --git a/media-video/kikoplay/kikoplay-0.7.0.ebuild b/media-video/kikoplay/kikoplay-0.7.0.ebuild new file mode 100644 index 0000000..05c327c --- /dev/null +++ b/media-video/kikoplay/kikoplay-0.7.0.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 +}