public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:master commit in: media-video/mpv_thumbnail_script/
@ 2022-04-14 13:31 Andrew Ammerlaan
  0 siblings, 0 replies; 2+ messages in thread
From: Andrew Ammerlaan @ 2022-04-14 13:31 UTC (permalink / raw
  To: gentoo-commits

commit:     b2eaa3032da3c9f8a218c13160d87438ccb460c1
Author:     Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
AuthorDate: Thu Apr 14 09:23:51 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Thu Apr 14 09:26:30 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b2eaa303

media-video/mpv_thumbnail_script: initial import

Signed-off-by: Nicola Smaniotto <smaniotto.nicola <AT> gmail.com>

 media-video/mpv_thumbnail_script/Manifest          |  1 +
 .../mpv_thumbnail_script-0.4.8.ebuild              | 30 ++++++++++++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/media-video/mpv_thumbnail_script/Manifest b/media-video/mpv_thumbnail_script/Manifest
new file mode 100644
index 000000000..4570f96b5
--- /dev/null
+++ b/media-video/mpv_thumbnail_script/Manifest
@@ -0,0 +1 @@
+DIST mpv_thumbnail_script-0.4.8.tar.gz 2583047 BLAKE2B dabcc477b49ceac3b15ffcde0c6ff072797a42109a2a8a0b4bcb2a029964fe8b3095f45691b6a03924ad960c1643354f09bc370caa63aa64a3bfa2aadc94a326 SHA512 b28b8dc2b268725d15aa1f0ca2a8dd512d6eb5f9a520786a0d59beae79a1608b6e7a783c92cb75950f36c85893834acf85c75f457995248116c54fc1832792bd

diff --git a/media-video/mpv_thumbnail_script/mpv_thumbnail_script-0.4.8.ebuild b/media-video/mpv_thumbnail_script/mpv_thumbnail_script-0.4.8.ebuild
new file mode 100644
index 000000000..21d82b623
--- /dev/null
+++ b/media-video/mpv_thumbnail_script/mpv_thumbnail_script-0.4.8.ebuild
@@ -0,0 +1,30 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MPV_REQ_USE="lua"
+PYTHON_COMPAT=( python3_{8..10} )
+inherit mpv-plugin python-any-r1
+
+DESCRIPTION="A Lua script to show preview thumbnails in mpv's OSC seekbar"
+HOMEPAGE="https://github.com/marzzzello/mpv_thumbnail_script"
+
+SRC_URI="https://github.com/marzzzello/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+KEYWORDS="~amd64"
+
+BDEPEND="
+	${PYTHON_DEPS}
+"
+
+MPV_PLUGIN_FILES=(
+	${PN}_client_osc.lua
+	${PN}_server.lua
+)
+
+src_compile() {
+	${EPYTHON} concat_files.py -r "cat_osc.json" || die
+	${EPYTHON} concat_files.py -r "cat_server.json" || die
+}


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

* [gentoo-commits] repo/proj/guru:master commit in: media-video/mpv_thumbnail_script/
@ 2022-05-02 17:59 Arthur Zamarin
  0 siblings, 0 replies; 2+ messages in thread
From: Arthur Zamarin @ 2022-05-02 17:59 UTC (permalink / raw
  To: gentoo-commits

commit:     723451f6d95efb60b794e1a90110516a800a6a60
Author:     Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
AuthorDate: Mon May  2 09:05:07 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon May  2 09:06:32 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=723451f6

media-video/mpv_thumbnail_script: add missing metadata.xml

Signed-off-by: Nicola Smaniotto <smaniotto.nicola <AT> gmail.com>

 media-video/mpv_thumbnail_script/metadata.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/media-video/mpv_thumbnail_script/metadata.xml b/media-video/mpv_thumbnail_script/metadata.xml
new file mode 100644
index 000000000..be3f1030e
--- /dev/null
+++ b/media-video/mpv_thumbnail_script/metadata.xml
@@ -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>


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

end of thread, other threads:[~2022-05-02 17:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-02 17:59 [gentoo-commits] repo/proj/guru:master commit in: media-video/mpv_thumbnail_script/ Arthur Zamarin
  -- strict thread matches above, loose matches on Subject: below --
2022-04-14 13:31 Andrew Ammerlaan

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