public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:master commit in: mpv-plugin/thumbfast/
@ 2024-02-17  2:40 Rui Huang
  0 siblings, 0 replies; 3+ messages in thread
From: Rui Huang @ 2024-02-17  2:40 UTC (permalink / raw
  To: gentoo-commits

commit:     a7429a61291d4891d6c8883ccc47dadf06f1e0c4
Author:     NRK <nrk <AT> disroot <DOT> org>
AuthorDate: Sat Feb 17 01:38:04 2024 +0000
Commit:     Rui Huang <vowstar <AT> gmail <DOT> com>
CommitDate: Sat Feb 17 02:02:31 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a7429a61

mpv-plugin/thumbfast: new package

Signed-off-by: NRK <nrk <AT> disroot.org>

 mpv-plugin/thumbfast/Manifest                    |  1 +
 mpv-plugin/thumbfast/metadata.xml                | 11 ++++++++
 mpv-plugin/thumbfast/thumbfast-2023.12.08.ebuild | 35 ++++++++++++++++++++++++
 3 files changed, 47 insertions(+)

diff --git a/mpv-plugin/thumbfast/Manifest b/mpv-plugin/thumbfast/Manifest
new file mode 100644
index 0000000000..ec5520fdb8
--- /dev/null
+++ b/mpv-plugin/thumbfast/Manifest
@@ -0,0 +1 @@
+DIST thumbfast-2023.12.08.tar.gz 16515 BLAKE2B 94a8d75315b77b3290fb6e90a44d6ff7970e663ecbdadf29acff6c1282e6834afb1dd079967dadee26c81cc6ae181df9ff0e815c662e11a70fe29a1f6b11cdc7 SHA512 af69b8bd90d6acbd8aeeb7821998684239047efb2f1147149d1cfc824e763e459dc88364d5903f0228e2f3e1b372ced0df6c8b6c07bfd12b05937f2a889a851e

diff --git a/mpv-plugin/thumbfast/metadata.xml b/mpv-plugin/thumbfast/metadata.xml
new file mode 100644
index 0000000000..4458f732dc
--- /dev/null
+++ b/mpv-plugin/thumbfast/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>nrk@disroot.org</email>
+		<name>NRK</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">po5/thumbfast</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/mpv-plugin/thumbfast/thumbfast-2023.12.08.ebuild b/mpv-plugin/thumbfast/thumbfast-2023.12.08.ebuild
new file mode 100644
index 0000000000..0868818c77
--- /dev/null
+++ b/mpv-plugin/thumbfast/thumbfast-2023.12.08.ebuild
@@ -0,0 +1,35 @@
+# Copyright 2024 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="03e93feee5a85bf7c65db953ada41b4826e9f905"
+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"
+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
+}


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: mpv-plugin/thumbfast/
@ 2024-02-17 12:11 Rui Huang
  0 siblings, 0 replies; 3+ messages in thread
From: Rui Huang @ 2024-02-17 12:11 UTC (permalink / raw
  To: gentoo-commits

commit:     c12d5217ab715d7e9f0ffc9affa8f886745f7811
Author:     NRK <nrk <AT> disroot <DOT> org>
AuthorDate: Sat Feb 17 10:58:28 2024 +0000
Commit:     Rui Huang <vowstar <AT> gmail <DOT> com>
CommitDate: Sat Feb 17 10:59:51 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c12d5217

mpv-plugin/thumbfast: fix license typpo

Signed-off-by: NRK <nrk <AT> disroot.org>

 mpv-plugin/thumbfast/thumbfast-2023.12.08.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mpv-plugin/thumbfast/thumbfast-2023.12.08.ebuild b/mpv-plugin/thumbfast/thumbfast-2023.12.08.ebuild
index 0868818c77..0de62af727 100644
--- a/mpv-plugin/thumbfast/thumbfast-2023.12.08.ebuild
+++ b/mpv-plugin/thumbfast/thumbfast-2023.12.08.ebuild
@@ -13,7 +13,7 @@ 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"
+LICENSE="MPL-2.0"
 KEYWORDS="~amd64"
 
 RDEPEND="app-shells/bash"


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: mpv-plugin/thumbfast/
@ 2025-03-08 11:18 Lucio Sauer
  0 siblings, 0 replies; 3+ messages in thread
From: Lucio Sauer @ 2025-03-08 11:18 UTC (permalink / raw
  To: gentoo-commits

commit:     6503bb76cd81b28657ceeb8c9c3bb6bf6c6f7500
Author:     NRK <nrk <AT> disroot <DOT> org>
AuthorDate: Fri Mar  7 11:35:50 2025 +0000
Commit:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
CommitDate: Fri Mar  7 11:35:50 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6503bb76

mpv-plugin/thumbfast: add 2025.02.04

Signed-off-by: NRK <nrk <AT> disroot.org>

 mpv-plugin/thumbfast/Manifest                    |  1 +
 mpv-plugin/thumbfast/thumbfast-2025.02.04.ebuild | 35 ++++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/mpv-plugin/thumbfast/Manifest b/mpv-plugin/thumbfast/Manifest
index ec5520fdb..e9d392295 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 000000000..1c4cec315
--- /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
+}


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-03-08 11:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-17  2:40 [gentoo-commits] repo/proj/guru:master commit in: mpv-plugin/thumbfast/ Rui Huang
  -- strict thread matches above, loose matches on Subject: below --
2024-02-17 12:11 Rui Huang
2025-03-08 11:18 Lucio Sauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox