mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 13:03:31 -04:00
mpv-plugin/mpv-autosub: initial import
Signed-off-by: Nicola Smaniotto <smaniotto.nicola@gmail.com>
This commit is contained in:
1
mpv-plugin/mpv-autosub/Manifest
Normal file
1
mpv-plugin/mpv-autosub/Manifest
Normal file
@@ -0,0 +1 @@
|
|||||||
|
DIST mpv-autosub-20210629.tar.gz 5080 BLAKE2B cfedb100e9d95626b85b6e60579512121130ef0443e5d00bef86418779a37dfaac2c964083e4395017e46ca2199b8b769e794ed96f30342be9c7c4b04a122b18 SHA512 ae3da7ed624a40acef543aaa38b2220e71db1608eac965f38aeec17d552e86dda6f7b13b8018b0383ecced0acc26f3cea44efa4e750728310b9f27638f2d7045
|
||||||
8
mpv-plugin/mpv-autosub/metadata.xml
Normal file
8
mpv-plugin/mpv-autosub/metadata.xml
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE pkgmetadata SYSTEM 'https://www.gentoo.org/dtd/metadata.dtd'>
|
||||||
|
<pkgmetadata>
|
||||||
|
<maintainer type="person">
|
||||||
|
<email>smaniotto.nicola@gmail.com</email>
|
||||||
|
<name>Nicola Smaniotto</name>
|
||||||
|
</maintainer>
|
||||||
|
</pkgmetadata>
|
||||||
27
mpv-plugin/mpv-autosub/mpv-autosub-20210629.ebuild
Normal file
27
mpv-plugin/mpv-autosub/mpv-autosub-20210629.ebuild
Normal file
@@ -0,0 +1,27 @@
|
|||||||
|
# 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="35115355bd339681f97d067538356c29e5b14afa"
|
||||||
|
MY_P="${PN}-${COMMIT}"
|
||||||
|
|
||||||
|
DESCRIPTION="Fully automatic subtitle downloading for the MPV media player"
|
||||||
|
HOMEPAGE="https://github.com/davidde/mpv-autosub"
|
||||||
|
|
||||||
|
SRC_URI="https://github.com/davidde/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
|
||||||
|
|
||||||
|
LICENSE="MIT"
|
||||||
|
KEYWORDS="~amd64"
|
||||||
|
|
||||||
|
RDEPEND="
|
||||||
|
media-video/subliminal
|
||||||
|
"
|
||||||
|
|
||||||
|
S="${WORKDIR}/${MY_P}"
|
||||||
|
|
||||||
|
MPV_PLUGIN_FILES=( autosub.lua )
|
||||||
Reference in New Issue
Block a user