mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 13:03:31 -04:00
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@gmail.com>
This commit is contained in:
@@ -1 +1,2 @@
|
|||||||
DIST kikoplay-0.6.0.tar.gz 7497254 BLAKE2B a23106151782477194d15712e9458171a0bc1dd53f8b6c8dbed12663be1c2c76204674c23eba61f2b8828be7acbd10449f51c766ab57be86cf21844591430b18 SHA512 9d8801f7c9b091f097d1edf9496a389718e81399a8d380d7763c1d12eafd1d4ce444e4df22a0e4a6c8eebbc7f1176e58a3cbac6bea60e87ccd44a5890927bf21
|
DIST kikoplay-0.6.0.tar.gz 7497254 BLAKE2B a23106151782477194d15712e9458171a0bc1dd53f8b6c8dbed12663be1c2c76204674c23eba61f2b8828be7acbd10449f51c766ab57be86cf21844591430b18 SHA512 9d8801f7c9b091f097d1edf9496a389718e81399a8d380d7763c1d12eafd1d4ce444e4df22a0e4a6c8eebbc7f1176e58a3cbac6bea60e87ccd44a5890927bf21
|
||||||
|
DIST kikoplay-0.6.1.tar.gz 7528741 BLAKE2B 92ec99bc64661688509fe1ec951e90a28cbdd9c06999ba8574d23ffec4628e7ad4e2ac60c955009beb2ea9023e9d18faa35ae9f0b9f63d5a098aa4ad15315bd5 SHA512 4e304c5f1b0592ce5eb4b22745e73f4a9446843002cb8f050433be33137c660ef41b71c7a80055bff86f21381bad5b1be2088b621feb6e86e6575ecf6acc16ed
|
||||||
|
|||||||
56
media-video/kikoplay/kikoplay-0.6.1.ebuild
Normal file
56
media-video/kikoplay/kikoplay-0.6.1.ebuild
Normal file
@@ -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
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user