public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-vaapidevice/files/, profiles/, media-plugins/vdr-vaapidevice/
@ 2023-03-18 16:45 David Seifert
  0 siblings, 0 replies; only message in thread
From: David Seifert @ 2023-03-18 16:45 UTC (permalink / raw
  To: gentoo-commits

commit:     f41c6c5d597e347a81387db182fe1cbb626026b3
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 18 16:43:03 2023 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Mar 18 16:43:03 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f41c6c5d

media-plugins/vdr-vaapidevice: treeclean

Closes: https://bugs.gentoo.org/834390
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 media-plugins/vdr-vaapidevice/Manifest             |  1 -
 media-plugins/vdr-vaapidevice/files/confd          | 30 -------------
 media-plugins/vdr-vaapidevice/metadata.xml         | 16 -------
 .../vdr-vaapidevice-1.0.0_p20190526.ebuild         | 50 ----------------------
 profiles/package.mask                              |  1 -
 5 files changed, 98 deletions(-)

diff --git a/media-plugins/vdr-vaapidevice/Manifest b/media-plugins/vdr-vaapidevice/Manifest
deleted file mode 100644
index 4296d801d926..000000000000
--- a/media-plugins/vdr-vaapidevice/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST vdr-vaapidevice-1.0.0_p20190526.tar.gz 122374 BLAKE2B 740bf6244205eacc89cb9517fc25f7a947f67f14eda990688f86f6c6ebb3da9d648ee3cb6798d4c27bd8bde04c4354b35fb4d4a5d0ed30dcdd1e04293d0744a5 SHA512 f67caa3f052479ac8339700766471f0f36369b152c84c84ed7479ddb67235fa527465dffae6f3b0d57f6cae12ed3d4c290a7cd65ad32af1421943b8adcad8e5b

diff --git a/media-plugins/vdr-vaapidevice/files/confd b/media-plugins/vdr-vaapidevice/files/confd
deleted file mode 100644
index 4d25501b1493..000000000000
--- a/media-plugins/vdr-vaapidevice/files/confd
+++ /dev/null
@@ -1,30 +0,0 @@
-# vaapidevice - VA-API Output Device
-#
-#  -a device     audio device (fe. alsa: hw:0,0 oss: /dev/dsp)
-#  -p device     audio device for pass-through (hw:0,1 or /dev/dsp1)
-#  -c channel    audio mixer channel name (fe. PCM)
-#  -d display    display of x11 server (fe. :0.0)
-#  -f            start with fullscreen window (only with window manager)
-#  -g geometry   x11 window geometry wxh+x+y
-#  -t tracemode  set the trace mode for debugging
-#  -v device     video driver device (vaapi, noop)
-#  -s            start in suspended mode
-#  -x            start x11 server, with -xx try to connect, if this fails
-#  -X args       X11 server arguments (f.e. -nocursor)
-#  -D            start in detached mode
-#
-#  -w workaround enable/disable workarounds
-#        no-hw-decoder           disable hw decoder, use software decoder only
-#        no-mpeg-hw-decoder      disable hw decoder for mpeg only
-#        still-hw-decoder        enable hardware decoder for still-pictures
-#        still-h264-hw-decoder   enable h264 hw decoder for still-pictures
-#        alsa-driver-broken      disable broken alsa driver message
-#        alsa-no-close-open      disable close open to fix alsa no sound bug
-#        alsa-close-open-delay   enable close open delay to fix no sound bug
-#        ignore-repeat-pict      disable repeat pict message
-#
-# no default parameters
-# uncomment the next line and add your personal settings
-
-#_EXTRAOPTS=""
-

diff --git a/media-plugins/vdr-vaapidevice/metadata.xml b/media-plugins/vdr-vaapidevice/metadata.xml
deleted file mode 100644
index b4dbb6eb43d2..000000000000
--- a/media-plugins/vdr-vaapidevice/metadata.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="person" proxied="yes">
-		<email>martin.dummer@gmx.net</email>
-		<name>Martin Dummer</name>
-	</maintainer>
-	<maintainer type="project" proxied="proxy">
-		<email>proxy-maint@gentoo.org</email>
-		<name>Proxy Maintainers</name>
-	</maintainer>
-	<maintainer type="project">
-		<email>vdr@gentoo.org</email>
-		<name>Gentoo VDR Project</name>
-	</maintainer>
-</pkgmetadata>

diff --git a/media-plugins/vdr-vaapidevice/vdr-vaapidevice-1.0.0_p20190526.ebuild b/media-plugins/vdr-vaapidevice/vdr-vaapidevice-1.0.0_p20190526.ebuild
deleted file mode 100644
index 9e9241741f76..000000000000
--- a/media-plugins/vdr-vaapidevice/vdr-vaapidevice-1.0.0_p20190526.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit vdr-plugin-2
-
-GIT_COMMIT="d19657bae399e79df107e316ca40922d21393f80"
-
-DESCRIPTION="VDR Plugin: A VA-API output device plugin for VDR"
-HOMEPAGE="https://github.com/pesintta/vdr-plugin-vaapidevice"
-SRC_URI="https://github.com/pesintta/vdr-plugin-vaapidevice/archive/${GIT_COMMIT}.tar.gz -> ${P}.tar.gz"
-
-KEYWORDS="~amd64 ~x86"
-
-LICENSE="AGPL-3"
-SLOT="0"
-IUSE="debug"
-
-RDEPEND="
-	media-video/vdr
-	media-video/ffmpeg[vaapi,X]
-	media-libs/libva[X]
-	media-libs/libva-intel-driver[X]
-	x11-libs/libX11
-	x11-libs/libxcb
-	x11-libs/xcb-util
-	x11-libs/xcb-util-wm
-	x11-libs/xcb-util-keysyms
-	media-libs/alsa-lib
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-	virtual/pkgconfig
-"
-
-QA_FLAGS_IGNORED="
-	usr/lib/vdr/plugins/libvdr-vaapidevice.*
-	usr/lib64/vdr/plugins/libvdr-vaapidevice.*
-"
-S="${WORKDIR}/vdr-plugin-vaapidevice-${GIT_COMMIT}"
-
-src_prepare() {
-	vdr-plugin-2_src_prepare
-
-	use debug && append-cppflags -DDEBUG
-
-	local GIT_COMMIT_SHORT=${GIT_COMMIT:0:7}
-	sed -i -e "s:GIT_REV =.*:GIT_REV=-${GIT_COMMIT_SHORT}:" Makefile || die "Failed to modify Makefile"
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index 71a96a477c79..40a973454e7a 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -305,7 +305,6 @@ acct-group/jabber
 # Removal on 2023-02-20.
 media-libs/libextractor
 media-libs/qtav
-media-plugins/vdr-vaapidevice
 
 # David Seifert <soap@gentoo.org> (2023-01-14)
 # Py3.8 only backports


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2023-03-18 16:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-18 16:45 [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-vaapidevice/files/, profiles/, media-plugins/vdr-vaapidevice/ David Seifert

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