summaryrefslogtreecommitdiff
path: root/media-video
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-08-01 03:14:33 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-08-01 03:14:33 +0100
commit0c764edfecb7e9e124d4669acd98bed09e23b6c0 (patch)
tree2862ab17d2f88cb7c9614b7fbe579f25ae604b8d /media-video
parentae1bf373db295b495e1f685d116e3411bf10df0b (diff)
gentoo auto-resync : 01:08:2022 - 03:14:32
Diffstat (limited to 'media-video')
-rw-r--r--media-video/Manifest.gzbin26171 -> 26005 bytes
-rw-r--r--media-video/streamdeck-ui/Manifest4
-rw-r--r--media-video/streamdeck-ui/metadata.xml11
-rw-r--r--media-video/streamdeck-ui/streamdeck-ui-0.0_p20200102-r1.ebuild44
-rw-r--r--media-video/streamdeck-ui/streamdeck-ui-9999.ebuild44
5 files changed, 0 insertions, 103 deletions
diff --git a/media-video/Manifest.gz b/media-video/Manifest.gz
index d4294ba4a8d0..8dcbcac3b5ba 100644
--- a/media-video/Manifest.gz
+++ b/media-video/Manifest.gz
Binary files differ
diff --git a/media-video/streamdeck-ui/Manifest b/media-video/streamdeck-ui/Manifest
deleted file mode 100644
index 2ffaa11b5ad3..000000000000
--- a/media-video/streamdeck-ui/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST streamdeck-ui-0.0_p20200102.tar.gz 2512712 BLAKE2B f5abad75c77410127f51de0e4ad7ce112f59ff3652afa32f9aefe44cbb69e16a09991322091ba39d259d9bb1e35dd0833a1b58457d095f21eec258b8967ded9e SHA512 345d0a2cfadb23e20925749e06e99976d533968fffe8b6db77dfeffbb1716c4042f84e6c1c616e0986e7da3592be2046f2a6e0de1942da34b6712de70cdce649
-EBUILD streamdeck-ui-0.0_p20200102-r1.ebuild 1229 BLAKE2B 78da1dfb7225b4577aff06ec2e34e4a4e8f311bd51c6413604663b7e0107033d370458b9fdd9aff9343eb385dfcecc7315d404c8907daf44fcce510a5f321bf3 SHA512 8b024ad51a3eeb4d33ad656dd663dfdfd29992fda39eed15c8e523ab107c5a935b48391aedba8ef8ecdea5561ecb7bd260e77be1b48cedeb3b826930dd843641
-EBUILD streamdeck-ui-9999.ebuild 1229 BLAKE2B 78da1dfb7225b4577aff06ec2e34e4a4e8f311bd51c6413604663b7e0107033d370458b9fdd9aff9343eb385dfcecc7315d404c8907daf44fcce510a5f321bf3 SHA512 8b024ad51a3eeb4d33ad656dd663dfdfd29992fda39eed15c8e523ab107c5a935b48391aedba8ef8ecdea5561ecb7bd260e77be1b48cedeb3b826930dd843641
-MISC metadata.xml 341 BLAKE2B 1ebdee982a818834ef05e4057fa4a760648f725822b5df1928285174781ad623376ee1487e79e4539b9a80bd8dbf4db10ea6f987ab5826459567150e85f38c03 SHA512 e958f080de3d7f11cfb73109aece578001d4d99cc70e92ae0bdc73da1c7039a10a78e862ce3f2b0c60f957cbeb6a0b414b07fc5f8ef58dd4492d9a34973980af
diff --git a/media-video/streamdeck-ui/metadata.xml b/media-video/streamdeck-ui/metadata.xml
deleted file mode 100644
index def65be3f760..000000000000
--- a/media-video/streamdeck-ui/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>zerochaos@gentoo.org</email>
- <name>Rick Farina</name>
- </maintainer>
- <upstream>
- <remote-id type="github">timothycrosley/streamdeck-ui</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/media-video/streamdeck-ui/streamdeck-ui-0.0_p20200102-r1.ebuild b/media-video/streamdeck-ui/streamdeck-ui-0.0_p20200102-r1.ebuild
deleted file mode 100644
index df32b893fc68..000000000000
--- a/media-video/streamdeck-ui/streamdeck-ui-0.0_p20200102-r1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 2020-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-DISTUTILS_USE_SETUPTOOLS=pyproject.toml
-inherit distutils-r1
-
-DESCRIPTION="A Linux compatible UI for the Elgato Stream Deck"
-HOMEPAGE="https://github.com/timothycrosley/streamdeck-ui"
-if [ "${PV}" = "9999" ]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/timothycrosley/streamdeck-ui.git"
-else
- COMMIT="9b6678d2d3027963ddac147ee3aeda322ec77f29"
- SRC_URI="https://github.com/timothycrosley/streamdeck-ui/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
- S="${WORKDIR}/${PN}-${COMMIT}"
- KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="MIT Apache-2.0"
-SLOT="0"
-IUSE=""
-
-DEPEND="${PYTHON_DEPS}
- dev-python/pillow[${PYTHON_USEDEP}]
- dev-python/pynput[${PYTHON_USEDEP}]
- dev-python/pyside2[${PYTHON_USEDEP},designer]
- media-libs/elgato-streamdeck[${PYTHON_USEDEP}]
- dev-libs/hidapi"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- sed -i "s#os.path.dirname(os.path.abspath(__file__))#'/usr/share/streamdeck-ui'#" streamdeck_ui/config.py
- distutils-r1_src_prepare
-}
-
-src_install() {
- insinto /usr/share/streamdeck-ui
- doins streamdeck_ui/logo.png
- doins -r streamdeck_ui/fonts
- distutils-r1_src_install
-}
diff --git a/media-video/streamdeck-ui/streamdeck-ui-9999.ebuild b/media-video/streamdeck-ui/streamdeck-ui-9999.ebuild
deleted file mode 100644
index df32b893fc68..000000000000
--- a/media-video/streamdeck-ui/streamdeck-ui-9999.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 2020-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-DISTUTILS_USE_SETUPTOOLS=pyproject.toml
-inherit distutils-r1
-
-DESCRIPTION="A Linux compatible UI for the Elgato Stream Deck"
-HOMEPAGE="https://github.com/timothycrosley/streamdeck-ui"
-if [ "${PV}" = "9999" ]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/timothycrosley/streamdeck-ui.git"
-else
- COMMIT="9b6678d2d3027963ddac147ee3aeda322ec77f29"
- SRC_URI="https://github.com/timothycrosley/streamdeck-ui/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
- S="${WORKDIR}/${PN}-${COMMIT}"
- KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="MIT Apache-2.0"
-SLOT="0"
-IUSE=""
-
-DEPEND="${PYTHON_DEPS}
- dev-python/pillow[${PYTHON_USEDEP}]
- dev-python/pynput[${PYTHON_USEDEP}]
- dev-python/pyside2[${PYTHON_USEDEP},designer]
- media-libs/elgato-streamdeck[${PYTHON_USEDEP}]
- dev-libs/hidapi"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- sed -i "s#os.path.dirname(os.path.abspath(__file__))#'/usr/share/streamdeck-ui'#" streamdeck_ui/config.py
- distutils-r1_src_prepare
-}
-
-src_install() {
- insinto /usr/share/streamdeck-ui
- doins streamdeck_ui/logo.png
- doins -r streamdeck_ui/fonts
- distutils-r1_src_install
-}