mpv-plugin/mpv-youtube-upnext: add 20220922

Signed-off-by: Nicola Smaniotto <smaniotto.nicola@gmail.com>
This commit is contained in:
Nicola Smaniotto
2022-09-26 11:58:25 +02:00
parent 7009f47f78
commit ad8fc1a08d
2 changed files with 24 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST mpv-youtube-upnext-20210620.tar.gz 380815 BLAKE2B 32871d77a2464b74016920c054752737b4368f3dc7c8cc02474b2a574e5d2b14468ff5b1d2dce7d91124e45d4f1f136cea6bd0c76202e6ef6a61eb77617ac374 SHA512 ed59fa9c81812fcb1816548b0486bc036a8c6f82fb05b71370836e22c8e9284ad0a16225a57d7e5a56517f864ad2a6b7cbe2a7a1803a130234d89bebf85f01f1
DIST mpv-youtube-upnext-20220922.tar.gz 381139 BLAKE2B 9eaad2d8aa423274a88aaab15aa1ead4ec24909f157bb270fd6a79908d213462fae3402ca632e4ad735fab47516ca1c4a092610ce9132a1e13fda9e00d735b8a SHA512 c8cf876493fafddd2754e6cd85571eb6ef44f36e8285cd90bf3ea1b040e9a9fc357bd024a78053932770f9502197db2300d6c6081db91a8630c730d05487161f

View File

@@ -0,0 +1,23 @@
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
USE_MPV="rdepend"
MPV_REQ_USE="lua"
inherit mpv-plugin
COMMIT="753157433c10720fc6d95bd22319223447513abe"
MY_P="${PN}-${COMMIT}"
DESCRIPTION="A userscript that allows you to play \"up next\"/recommended youtube videos"
HOMEPAGE="https://github.com/cvzi/mpv-youtube-upnext"
SRC_URI="https://github.com/cvzi/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
KEYWORDS="~amd64"
S="${WORKDIR}/${MY_P}"
MPV_PLUGIN_FILES=( youtube-upnext.lua )