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 C1ECD158020 for ; Mon, 17 Oct 2022 11:52:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1B989E0C41; Mon, 17 Oct 2022 11:52:51 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 006ABE0C41 for ; Mon, 17 Oct 2022 11:52:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 27B3A340EFE for ; Mon, 17 Oct 2022 11:52:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 502F45D7 for ; Mon, 17 Oct 2022 11:52:48 +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: <1666007541.f9b5741641862c14d7eeb5f8e712ce9573a4b033.smaniotto.nicola@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: mpv-plugin/kdialog-open-files/ X-VCS-Repository: repo/proj/guru X-VCS-Files: mpv-plugin/kdialog-open-files/Manifest mpv-plugin/kdialog-open-files/kdialog-open-files-20221015.ebuild mpv-plugin/kdialog-open-files/metadata.xml X-VCS-Directories: mpv-plugin/kdialog-open-files/ X-VCS-Committer: smaniotto.nicola X-VCS-Committer-Name: Nicola Smaniotto X-VCS-Revision: f9b5741641862c14d7eeb5f8e712ce9573a4b033 X-VCS-Branch: dev Date: Mon, 17 Oct 2022 11:52:48 +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: 4ea9c925-5c53-4697-86d7-2149300510f2 X-Archives-Hash: a9318bbc52b9a9713b1b3bc88216dc57 commit: f9b5741641862c14d7eeb5f8e712ce9573a4b033 Author: Nicola Smaniotto gmail com> AuthorDate: Mon Oct 17 11:52:05 2022 +0000 Commit: Nicola Smaniotto gmail com> CommitDate: Mon Oct 17 11:52:21 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f9b57416 mpv-plugin/kdialog-open-files: new package, add 20221015 Signed-off-by: Nicola Smaniotto gmail.com> mpv-plugin/kdialog-open-files/Manifest | 1 + .../kdialog-open-files-20221015.ebuild | 29 ++++++++++++++++++++++ mpv-plugin/kdialog-open-files/metadata.xml | 8 ++++++ 3 files changed, 38 insertions(+) diff --git a/mpv-plugin/kdialog-open-files/Manifest b/mpv-plugin/kdialog-open-files/Manifest new file mode 100644 index 000000000..f092007fa --- /dev/null +++ b/mpv-plugin/kdialog-open-files/Manifest @@ -0,0 +1 @@ +DIST kdialog-open-files-20221015.tar.gz 1762 BLAKE2B a6c512d7bb2f9c15213a02a754074e7ee1546cff45ab16a4a004d8f9d3247684122b7206cb48e62f63f2d906e1e44a78371500a49e2f077157c6982dddaf329c SHA512 36c478df6d1893fed3f5f1fbf8d9c9b1b1569cd19f02a9eece57b2c5877ab928a3b4bbe2b88047eb772ba5f2f6413f3d2d8005b950403f34c1f8494a1d7dfd2b diff --git a/mpv-plugin/kdialog-open-files/kdialog-open-files-20221015.ebuild b/mpv-plugin/kdialog-open-files/kdialog-open-files-20221015.ebuild new file mode 100644 index 000000000..dfb38fb28 --- /dev/null +++ b/mpv-plugin/kdialog-open-files/kdialog-open-files-20221015.ebuild @@ -0,0 +1,29 @@ +# Copyright 2022 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 + +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" + +LICENSE="all-rights-reserved" +KEYWORDS="~amd64" + +RDEPEND=" + kde-apps/kdialog + x11-misc/xdotool +" + +S="${WORKDIR}/${HASH}-${COMMIT}" + +MPV_PLUGIN_FILES=( ${PN}.lua ) diff --git a/mpv-plugin/kdialog-open-files/metadata.xml b/mpv-plugin/kdialog-open-files/metadata.xml new file mode 100644 index 000000000..be3f1030e --- /dev/null +++ b/mpv-plugin/kdialog-open-files/metadata.xml @@ -0,0 +1,8 @@ + + + + + smaniotto.nicola@gmail.com + Nicola Smaniotto + +