summaryrefslogtreecommitdiff
path: root/mpv-plugin
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-03-08 19:21:11 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-03-08 19:21:11 +0000
commit1b4c3ac22e46909a186accaedf796a2cb5a95bce (patch)
tree1910f4a7dd146373ce6ecf07b47fba258719f076 /mpv-plugin
parent347da451c3dbda069bfbfafea33476334d6dd1c2 (diff)
downloadbaldeagleos-repo-1b4c3ac22e46909a186accaedf796a2cb5a95bce.tar.gz
baldeagleos-repo-1b4c3ac22e46909a186accaedf796a2cb5a95bce.tar.xz
baldeagleos-repo-1b4c3ac22e46909a186accaedf796a2cb5a95bce.zip
Adding metadata
Diffstat (limited to 'mpv-plugin')
-rw-r--r--mpv-plugin/mdmenu/Manifest1
-rw-r--r--mpv-plugin/mdmenu/mdmenu-20250307.ebuild39
-rw-r--r--mpv-plugin/mfpbar/Manifest1
-rw-r--r--mpv-plugin/mfpbar/mfpbar-20250307.ebuild29
-rw-r--r--mpv-plugin/thumbfast/Manifest1
-rw-r--r--mpv-plugin/thumbfast/thumbfast-2025.02.04.ebuild35
6 files changed, 106 insertions, 0 deletions
diff --git a/mpv-plugin/mdmenu/Manifest b/mpv-plugin/mdmenu/Manifest
index 7370c507aea6..652aa6714618 100644
--- a/mpv-plugin/mdmenu/Manifest
+++ b/mpv-plugin/mdmenu/Manifest
@@ -1 +1,2 @@
DIST mdmenu-20240215.tar.gz 21585 BLAKE2B 1b67b59a74a494d1c8e43533dd95a72008c59191a9d41a9f7b9cbd4da6db8b5e457be0ed6bcc4d9c82769f302ef2bf65065909ffba6905c6d6ae5b6ec6347c7e SHA512 2c37d64136f1c5c19537ab675215616fe24708d3f988ae0c539add3f0d94f73f76b1ec7b0c7cb8f258ddc45c4bb15967500cc72eee42247a9c1d6f6ce4fd1779
+DIST mdmenu-20250307.tar.gz 22701 BLAKE2B cb776ef5daa414631c4e7a11ccb76fd6e231f2d7d8fe895d78290e1ec22e49f17ca5e634a223dec52d743d15605432a1125824ff1842eb7d99dfb6983768dcd8 SHA512 2fe536b81d2a33ecfc3226ed5cc01b32852e401332e2a03c11e31d492d05c243fc0ceec2322ead81be1a9132650711c851a630c1e763a1e63e754e170386199a
diff --git a/mpv-plugin/mdmenu/mdmenu-20250307.ebuild b/mpv-plugin/mdmenu/mdmenu-20250307.ebuild
new file mode 100644
index 000000000000..c793f4326bdd
--- /dev/null
+++ b/mpv-plugin/mdmenu/mdmenu-20250307.ebuild
@@ -0,0 +1,39 @@
+# Copyright 2024-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit mpv-plugin
+
+DESCRIPTION="dmenu based selection menu for chapters, tracks, playlist etc"
+HOMEPAGE="https://codeberg.org/NRK/mpv-toolbox"
+
+SRC_URI="https://codeberg.org/NRK/mpv-toolbox/archive/${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/mpv-toolbox/${PN}"
+
+LICENSE="GPL-3+"
+KEYWORDS="~amd64"
+IUSE="custom-cmd"
+
+RDEPEND="
+ >=media-video/mpv-0.36.0[lua]
+ !custom-cmd? ( x11-misc/dmenu )
+"
+
+MPV_PLUGIN_FILES=( mdmenu.lua )
+DOCS=( mdmenu.conf README.md )
+
+pkg_postinst() {
+ mpv-plugin_pkg_postinst
+
+ einfo "mdmenu does not set any keybindings by default."
+ einfo "Customize ~~/input.conf according to the documentation "
+ einfo "in order to set custom bindings."
+
+ if use custom-cmd ; then
+ ewarn "mdmenu has been installed without dmenu."
+ ewarn "You will need to set \`cmd\` in ~~/script-opts/mdmenu.conf "
+ ewarn "to a dmenu-compatible application for mdmenu to work."
+ ewarn "Please refer to the documentation for more info."
+ fi
+}
diff --git a/mpv-plugin/mfpbar/Manifest b/mpv-plugin/mfpbar/Manifest
index 0ce03dd64075..01586a62525e 100644
--- a/mpv-plugin/mfpbar/Manifest
+++ b/mpv-plugin/mfpbar/Manifest
@@ -1 +1,2 @@
DIST mfpbar-20240215.tar.gz 21585 BLAKE2B 1b67b59a74a494d1c8e43533dd95a72008c59191a9d41a9f7b9cbd4da6db8b5e457be0ed6bcc4d9c82769f302ef2bf65065909ffba6905c6d6ae5b6ec6347c7e SHA512 2c37d64136f1c5c19537ab675215616fe24708d3f988ae0c539add3f0d94f73f76b1ec7b0c7cb8f258ddc45c4bb15967500cc72eee42247a9c1d6f6ce4fd1779
+DIST mfpbar-20250307.tar.gz 22701 BLAKE2B cb776ef5daa414631c4e7a11ccb76fd6e231f2d7d8fe895d78290e1ec22e49f17ca5e634a223dec52d743d15605432a1125824ff1842eb7d99dfb6983768dcd8 SHA512 2fe536b81d2a33ecfc3226ed5cc01b32852e401332e2a03c11e31d492d05c243fc0ceec2322ead81be1a9132650711c851a630c1e763a1e63e754e170386199a
diff --git a/mpv-plugin/mfpbar/mfpbar-20250307.ebuild b/mpv-plugin/mfpbar/mfpbar-20250307.ebuild
new file mode 100644
index 000000000000..0c104b40a4ef
--- /dev/null
+++ b/mpv-plugin/mfpbar/mfpbar-20250307.ebuild
@@ -0,0 +1,29 @@
+# Copyright 2024-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit mpv-plugin optfeature
+
+RDEPEND=">=media-video/mpv-0.33.0[lua]"
+
+DESCRIPTION="A minimalistic progressbar and osc replacement"
+HOMEPAGE="https://codeberg.org/NRK/mpv-toolbox"
+
+SRC_URI="https://codeberg.org/NRK/mpv-toolbox/archive/${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/mpv-toolbox/${PN}"
+
+LICENSE="GPL-3+"
+KEYWORDS="~amd64"
+
+MPV_PLUGIN_FILES=( mfpbar.lua )
+DOCS=( mfpbar.conf README.md )
+
+pkg_postinst() {
+ mpv-plugin_pkg_postinst
+
+ einfo "mfpbar requires disabling the default osc."
+ einfo "put 'osc=no' in your 'mpv.conf' in order to do so."
+
+ optfeature "thumbnail support" mpv-plugin/thumbfast
+}
diff --git a/mpv-plugin/thumbfast/Manifest b/mpv-plugin/thumbfast/Manifest
index ec5520fdb89f..e9d392295539 100644
--- a/mpv-plugin/thumbfast/Manifest
+++ b/mpv-plugin/thumbfast/Manifest
@@ -1 +1,2 @@
DIST thumbfast-2023.12.08.tar.gz 16515 BLAKE2B 94a8d75315b77b3290fb6e90a44d6ff7970e663ecbdadf29acff6c1282e6834afb1dd079967dadee26c81cc6ae181df9ff0e815c662e11a70fe29a1f6b11cdc7 SHA512 af69b8bd90d6acbd8aeeb7821998684239047efb2f1147149d1cfc824e763e459dc88364d5903f0228e2f3e1b372ced0df6c8b6c07bfd12b05937f2a889a851e
+DIST thumbfast-2025.02.04.tar.gz 16643 BLAKE2B 20d564cbc64cc5d1a151912419a42a34204198db0bb9014524597ae2af86f99b780fb5b5504ce417625306242407cb288013c0c0c91909609860dae5db09eb2e SHA512 27ee40dd2a41faa3426cf2f3704feb6cf89962142e84d04747dac1211d4ecd24e8b06d4cb78d549ff44c27134accd011030f1d89c75539fbe3c06def52564c99
diff --git a/mpv-plugin/thumbfast/thumbfast-2025.02.04.ebuild b/mpv-plugin/thumbfast/thumbfast-2025.02.04.ebuild
new file mode 100644
index 000000000000..1c4cec315e1c
--- /dev/null
+++ b/mpv-plugin/thumbfast/thumbfast-2025.02.04.ebuild
@@ -0,0 +1,35 @@
+# Copyright 2024-2025 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="9deb0733c4e36938cf90e42ddfb7a19a8b2f4641"
+DESCRIPTION="High-performance on-the-fly thumbnailer script for mpv."
+HOMEPAGE="https://github.com/po5/thumbfast"
+SRC_URI="https://github.com/po5/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${PN}-${COMMIT}"
+
+LICENSE="MPL-2.0"
+KEYWORDS="~amd64"
+
+RDEPEND="app-shells/bash"
+
+MPV_PLUGIN_FILES=(
+ thumbfast.lua
+)
+
+DOCS=(
+ thumbfast.conf
+ README.md
+)
+
+pkg_postinst() {
+ mpv-plugin_pkg_postinst
+ einfo "thumbfast requires using a supported ui (such as mpv-plugin/mfpbar)."
+ # TODO(NRK): add a useflag for the vanilla-osc fork??
+ # https://github.com/po5/thumbfast/blob/vanilla-osc/player/lua/osc.lua
+}