From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B866F158094 for ; Wed, 6 Jul 2022 08:08:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 90EE3E0D04; Wed, 6 Jul 2022 08:08:14 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D06A6E0C50 for ; Wed, 6 Jul 2022 08:08:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C4DEB3416B6 for ; Wed, 6 Jul 2022 08:08:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 419C951C for ; Wed, 6 Jul 2022 08:08:11 +0000 (UTC) From: "Nicola Smaniotto" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nicola Smaniotto" Message-ID: <1657094873.0744eea1b9336cfe4a5b13d16c188bc9448086ac.smaniotto.nicola@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: mpv-plugin/mpv_thumbnail_script/ X-VCS-Repository: repo/proj/guru X-VCS-Files: mpv-plugin/mpv_thumbnail_script/Manifest mpv-plugin/mpv_thumbnail_script/mpv_thumbnail_script-0.4.9.ebuild X-VCS-Directories: mpv-plugin/mpv_thumbnail_script/ X-VCS-Committer: smaniotto.nicola X-VCS-Committer-Name: Nicola Smaniotto X-VCS-Revision: 0744eea1b9336cfe4a5b13d16c188bc9448086ac X-VCS-Branch: dev Date: Wed, 6 Jul 2022 08:08:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 60e8c801-a0ea-41dd-b2c7-75626d3dc108 X-Archives-Hash: 3b0430840181b28a3f64245a3cf87f75 commit: 0744eea1b9336cfe4a5b13d16c188bc9448086ac Author: Nicola Smaniotto gmail com> AuthorDate: Wed Jul 6 08:07:53 2022 +0000 Commit: Nicola Smaniotto gmail com> CommitDate: Wed Jul 6 08:07:53 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0744eea1 mpv-plugin/mpv_thumbnail_script: add 0.4.9 Signed-off-by: Nicola Smaniotto gmail.com> mpv-plugin/mpv_thumbnail_script/Manifest | 1 + .../mpv_thumbnail_script-0.4.9.ebuild | 30 ++++++++++++++++++++++ 2 files changed, 31 insertions(+) diff --git a/mpv-plugin/mpv_thumbnail_script/Manifest b/mpv-plugin/mpv_thumbnail_script/Manifest index 4570f96b5..f8105c99e 100644 --- a/mpv-plugin/mpv_thumbnail_script/Manifest +++ b/mpv-plugin/mpv_thumbnail_script/Manifest @@ -1 +1,2 @@ DIST mpv_thumbnail_script-0.4.8.tar.gz 2583047 BLAKE2B dabcc477b49ceac3b15ffcde0c6ff072797a42109a2a8a0b4bcb2a029964fe8b3095f45691b6a03924ad960c1643354f09bc370caa63aa64a3bfa2aadc94a326 SHA512 b28b8dc2b268725d15aa1f0ca2a8dd512d6eb5f9a520786a0d59beae79a1608b6e7a783c92cb75950f36c85893834acf85c75f457995248116c54fc1832792bd +DIST mpv_thumbnail_script-0.4.9.tar.gz 2583482 BLAKE2B 195addae18b2876bec80ab64455bdeda026f135f407a92352b34687561da4fb02d9027005a88cc91632c97edc51e5108713ea90b2e6cd7a5e984ff6294e42cfb SHA512 1453f07d29dec36cca1af826d2c99354f0aa8092f0b753e9e3c0ecd00c52d6f1d82490c210d51693faec79d8bd34e71c8cddbabf51bcbdca3abde120544be6ed diff --git a/mpv-plugin/mpv_thumbnail_script/mpv_thumbnail_script-0.4.9.ebuild b/mpv-plugin/mpv_thumbnail_script/mpv_thumbnail_script-0.4.9.ebuild new file mode 100644 index 000000000..21d82b623 --- /dev/null +++ b/mpv-plugin/mpv_thumbnail_script/mpv_thumbnail_script-0.4.9.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 +}