mpv-plugin/kdialog-open-files - 20221016 (mva)

Search

Package Information

Description:
Use KDialog to add files to playlist, subtitles to playing video or open URLs
Homepage:
https://gist.github.com/ntasos/d1d846abd7d25e4e83a78d22ee067a22
License:
Unlicense

Ebuild Details

Version EAPI Keywords Slot
20221016 8 ~amd64
View Raw Ebuild
# Copyright 2026 mva
# Distributed under the terms of the Public Domain or CC0 License

EAPI=8

USE_MPV="rdepend"
MPV_REQ_USE="lua"
inherit mpv-plugin

HASH="d1d846abd7d25e4e83a78d22ee067a22"
COMMIT="b23b20e830bba024836f8b09412000658edee95c"
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"

RDEPEND="
	kde-apps/kdialog
	x11-misc/xdotool
"

MPV_PLUGIN_FILES=( ${PN}.lua )

Dependencies

RDEPEND

	kde-apps/kdialog
	x11-misc/xdotool

Manifest for 20221016

Type File Size Source URLs
DIST kdialog-open-files-20221016.tar.gz 1762 bytes https://gist.github.com/ntasos/d1d846abd7d25e4e83a78d22ee067a22/archive/b23b20e830bba024836f8b09412000658edee95c.tar.gz