mpv-plugin/*: fix variable order

Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
Signed-off-by: Julien Roy <julien@jroy.ca>
This commit is contained in:
Lucio Sauer
2024-05-13 22:35:15 +02:00
committed by Julien Roy
parent 89d3f759c5
commit 4ef78cbd30
9 changed files with 18 additions and 25 deletions

View File

@@ -11,9 +11,10 @@ MY_PN="mpv-scripts"
DESCRIPTION="Gives mpv the capability to copy and paste while being smart and customizable"
HOMEPAGE="https://github.com/Eisa01/mpv-scripts"
SRC_URI="https://github.com/Eisa01/${MY_PN}/archive/refs/tags/2.2.1.tar.gz -> Eisa01-${MY_PN}-2.2.1.tar.gz"
S="${WORKDIR}/${MY_PN}-2.2.1/scripts"
LICENSE="BSD-2"
KEYWORDS="~amd64"
@@ -24,6 +25,4 @@ RDEPEND="
)
"
S="${WORKDIR}/${MY_PN}-2.2.1/scripts"
MPV_PLUGIN_FILES=( ${PN}.lua )

View File

@@ -13,9 +13,10 @@ MY_P="${PN}-${COMMIT}"
DESCRIPTION="Use KDialog to add files to playlist, subtitles to playing video or open URLs"
HOMEPAGE="https://gist.github.com/ntasos/d1d846abd7d25e4e83a78d22ee067a22"
SRC_URI="https://gist.github.com/ntasos/${HASH}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${HASH}-${COMMIT}"
LICENSE="Unlicense"
KEYWORDS="~amd64"
@@ -24,6 +25,4 @@ RDEPEND="
x11-misc/xdotool
"
S="${WORKDIR}/${HASH}-${COMMIT}"
MPV_PLUGIN_FILES=( ${PN}.lua )

View File

@@ -12,9 +12,10 @@ 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"
S="${WORKDIR}/${MY_P}"
LICENSE="MIT"
KEYWORDS="~amd64"
@@ -22,6 +23,4 @@ RDEPEND="
media-video/subliminal
"
S="${WORKDIR}/${MY_P}"
MPV_PLUGIN_FILES=( autosub.lua )

View File

@@ -11,6 +11,8 @@ DESCRIPTION="Set the display refresh rate that best approximates the content fps
HOMEPAGE="https://gitlab.com/smaniottonicola/mpv-kscreen-doctor"
SRC_URI="https://gitlab.com/smaniottonicola/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-v${PV}"
LICENSE="Unlicense"
SLOT="0"
KEYWORDS="~amd64"
@@ -20,6 +22,4 @@ DEPEND="
"
RDEPEND="${DEPEND}"
S="${WORKDIR}/${PN}-v${PV}"
MPV_PLUGIN_FILES=( ${PN}.lua )

View File

@@ -11,6 +11,8 @@ DESCRIPTION="Set the display refresh rate that best approximates the content fps
HOMEPAGE="https://gitlab.com/smaniottonicola/mpv-kscreen-doctor"
SRC_URI="https://gitlab.com/smaniottonicola/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.bz2 -> ${P}.tar.bz2"
S="${WORKDIR}/${PN}-v${PV}"
LICENSE="Unlicense"
SLOT="0"
KEYWORDS="~amd64"
@@ -20,6 +22,4 @@ DEPEND="
"
RDEPEND="${DEPEND}"
S="${WORKDIR}/${PN}-v${PV}"
MPV_PLUGIN_FILES=( ${PN}.lua )

View File

@@ -11,9 +11,10 @@ MY_PV="r${PV//./_}"
DESCRIPTION="Automatically invoke the xrandr to set the parameters for the display output"
HOMEPAGE="https://gitlab.com/lvml/mpv-plugin-xrandr"
SRC_URI="https://gitlab.com/lvml/mpv-plugin-xrandr/-/archive/tags/${MY_PV}/mpv-plugin-xrandr-tags-${MY_PV}.tar.bz2 -> ${P}.tar.bz2"
S="${WORKDIR}/${PN}-tags-${MY_PV}"
LICENSE="GPL-2"
KEYWORDS="~amd64"
@@ -21,6 +22,4 @@ RDEPEND="
x11-apps/xrandr
"
S="${WORKDIR}/${PN}-tags-${MY_PV}"
MPV_PLUGIN_FILES=( xrandr.lua )

View File

@@ -12,12 +12,11 @@ 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"
S="${WORKDIR}/${MY_P}"
LICENSE="MIT"
KEYWORDS="~amd64"
S="${WORKDIR}/${MY_P}"
MPV_PLUGIN_FILES=( youtube-upnext.lua )

View File

@@ -12,12 +12,11 @@ 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"
S="${WORKDIR}/${MY_P}"
LICENSE="MIT"
KEYWORDS="~amd64"
S="${WORKDIR}/${MY_P}"
MPV_PLUGIN_FILES=( youtube-upnext.lua )

View File

@@ -12,12 +12,11 @@ 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"
S="${WORKDIR}/${MY_P}"
LICENSE="MIT"
KEYWORDS="~amd64"
S="${WORKDIR}/${MY_P}"
MPV_PLUGIN_FILES=( youtube-upnext.lua )