Gentoo Archives: gentoo-commits

From: Nicola Smaniotto <smaniotto.nicola@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: mpv-plugin/mpv-plugin-xrandr/
Date: Tue, 03 May 2022 12:14:18
Message-Id: 1651580049.40fae481d93710a0e0bd875fbb63cfad2b8eb873.smaniotto.nicola@gentoo
1 commit: 40fae481d93710a0e0bd875fbb63cfad2b8eb873
2 Author: Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
3 AuthorDate: Tue May 3 12:05:42 2022 +0000
4 Commit: Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
5 CommitDate: Tue May 3 12:14:09 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=40fae481
7
8 mpv-plugin/mpv-plugin-xrandr: initial import
9
10 Signed-off-by: Nicola Smaniotto <smaniotto.nicola <AT> gmail.com>
11
12 mpv-plugin/mpv-plugin-xrandr/Manifest | 1 +
13 mpv-plugin/mpv-plugin-xrandr/metadata.xml | 8 ++++++++
14 .../mpv-plugin-xrandr-20190523.ebuild | 23 ++++++++++++++++++++++
15 3 files changed, 32 insertions(+)
16
17 diff --git a/mpv-plugin/mpv-plugin-xrandr/Manifest b/mpv-plugin/mpv-plugin-xrandr/Manifest
18 new file mode 100644
19 index 000000000..baadbc993
20 --- /dev/null
21 +++ b/mpv-plugin/mpv-plugin-xrandr/Manifest
22 @@ -0,0 +1 @@
23 +DIST mpv-plugin-xrandr-20190523.tar.gz 11494 BLAKE2B adea2b56bb99a919edd4aa6802b7da78440213cb2dd3ecdeef009ee96ad936a8ca257056f6c751dacacc1630f767853b74574633f75c9c777e8c78625875fe50 SHA512 410a1331720bda2c1f3d910fda883a25aeace80c04ef1a35a4962858a944b58342454e8f503676245bc84d675ae1a7d7c15922d978abda58295d5ffc524a36f3
24
25 diff --git a/mpv-plugin/mpv-plugin-xrandr/metadata.xml b/mpv-plugin/mpv-plugin-xrandr/metadata.xml
26 new file mode 100644
27 index 000000000..be3f1030e
28 --- /dev/null
29 +++ b/mpv-plugin/mpv-plugin-xrandr/metadata.xml
30 @@ -0,0 +1,8 @@
31 +<?xml version="1.0" encoding="UTF-8"?>
32 +<!DOCTYPE pkgmetadata SYSTEM 'https://www.gentoo.org/dtd/metadata.dtd'>
33 +<pkgmetadata>
34 + <maintainer type="person">
35 + <email>smaniotto.nicola@×××××.com</email>
36 + <name>Nicola Smaniotto</name>
37 + </maintainer>
38 +</pkgmetadata>
39
40 diff --git a/mpv-plugin/mpv-plugin-xrandr/mpv-plugin-xrandr-20190523.ebuild b/mpv-plugin/mpv-plugin-xrandr/mpv-plugin-xrandr-20190523.ebuild
41 new file mode 100644
42 index 000000000..6f920bb75
43 --- /dev/null
44 +++ b/mpv-plugin/mpv-plugin-xrandr/mpv-plugin-xrandr-20190523.ebuild
45 @@ -0,0 +1,23 @@
46 +# Copyright 2022 Gentoo Authors
47 +# Distributed under the terms of the GNU General Public License v2
48 +
49 +EAPI=8
50 +
51 +USE_MPV="rdepend"
52 +MPV_REQ_USE="lua"
53 +inherit mpv-plugin
54 +
55 +COMMIT="d4e06881367fdcd21572ae9f2d3280ffb5815f26"
56 +MY_P="${PN}-${COMMIT}"
57 +
58 +DESCRIPTION="Automatically invoke the xrandr to set the parameters for the display output"
59 +HOMEPAGE="https://gitlab.com/lvml/mpv-plugin-xrandr"
60 +
61 +SRC_URI="https://gitlab.com/lvml/${PN}/-/archive/${COMMIT}/${MY_P}.tar.gz -> ${P}.tar.gz"
62 +
63 +LICENSE="GPL-2"
64 +KEYWORDS="~amd64"
65 +
66 +S="${WORKDIR}/${MY_P}"
67 +
68 +MPV_PLUGIN_FILES=( xrandr.lua )