mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 05:23:01 -04:00
mpv-plugin/autosubsync-mpv: initial import
Signed-off-by: Nicola Smaniotto <smaniotto.nicola@gmail.com>
This commit is contained in:
1
mpv-plugin/autosubsync-mpv/Manifest
Normal file
1
mpv-plugin/autosubsync-mpv/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST autosubsync-mpv-20220402.tar.gz 9480 BLAKE2B 91cdbde4cef7fd3899d5e2bec649489ed9edb30f544ca333a679cca9ca7b472f5eb7075667f136f364eb4dfcd75430408da8f38d5c639bbf860e21e2db2a8f1c SHA512 f56404fe9fcdf5f77b1a4d5829741fe5737c16e88e4a07e8bea845b1f2b982345446140c3e9663ff41b0b13b953cdddb39c5bcb4203e020f7c53d9d855dc138b
|
||||
32
mpv-plugin/autosubsync-mpv/autosubsync-mpv-20220402.ebuild
Normal file
32
mpv-plugin/autosubsync-mpv/autosubsync-mpv-20220402.ebuild
Normal file
@@ -0,0 +1,32 @@
|
||||
# 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="989e73fd25800d4722b9bb1105aac65f55fec035"
|
||||
MY_P="${PN}-${COMMIT}"
|
||||
|
||||
DESCRIPTION="Automatic subtitle synchronization script for mpv media player"
|
||||
HOMEPAGE="https://github.com/joaquintorres/autosubsync-mpv/"
|
||||
|
||||
SRC_URI="https://github.com/joaquintorres/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
RDEPEND="
|
||||
media-video/ffsubsync
|
||||
" # alass is supported but not in the gentoo tree
|
||||
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
|
||||
MPV_PLUGIN_FILES=(
|
||||
autosubsync.lua
|
||||
main.lua
|
||||
menu.lua
|
||||
subtitle.lua
|
||||
)
|
||||
8
mpv-plugin/autosubsync-mpv/metadata.xml
Normal file
8
mpv-plugin/autosubsync-mpv/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>
|
||||
Reference in New Issue
Block a user