summaryrefslogtreecommitdiff
path: root/x11-libs
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-12-19 03:02:42 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-12-19 03:02:42 +0000
commite96c0c607bdc7a7535fc2be6b19fb6b1c082a5ba (patch)
tree6da052f2a162f30e2a355055adefdd8611369920 /x11-libs
parentf658868b6e504639221a1bc5545225b04742fff1 (diff)
winter overlay cleanup
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/libvdpau-va-gl/Manifest1
-rw-r--r--x11-libs/libvdpau-va-gl/libvdpau-va-gl-0.4.2.ebuild42
2 files changed, 0 insertions, 43 deletions
diff --git a/x11-libs/libvdpau-va-gl/Manifest b/x11-libs/libvdpau-va-gl/Manifest
deleted file mode 100644
index e559006f..00000000
--- a/x11-libs/libvdpau-va-gl/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST libvdpau-va-gl-0.4.2.tar.gz 119473 BLAKE2B de6ba4d7d1a7c666ce87abff01dda070f8869f8bac1756c75e8edf0a7a799a3c5b7c1ee1bdcc4a805b1c41d29224d16d74c1142070ea60601acfda11f4c8ad05 SHA512 074f06a0684a28dfd2690d7f878d1e1c1a6a61cb4fba00b54c4b01e9da7baa627333fb59715de0dfb757637afb269c1a62caa3955d53cea75f4a9513c4286680
diff --git a/x11-libs/libvdpau-va-gl/libvdpau-va-gl-0.4.2.ebuild b/x11-libs/libvdpau-va-gl/libvdpau-va-gl-0.4.2.ebuild
deleted file mode 100644
index 83ccb914..00000000
--- a/x11-libs/libvdpau-va-gl/libvdpau-va-gl-0.4.2.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-inherit cmake-utils virtualx pax-utils
-
-DESCRIPTION="VDPAU driver with VA-API/OpenGL backend."
-HOMEPAGE="https://github.com/i-rinat/libvdpau-va-gl/"
-SRC_URI="https://github.com/i-rinat/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="LGPL-3"
-SLOT="0"
-IUSE="test"
-KEYWORDS="amd64 x86"
-
-RDEPEND="
- dev-libs/glib:2
- media-libs/glu
- virtual/ffmpeg
- virtual/opengl
- x11-libs/libva[X]
- x11-libs/libvdpau
- x11-libs/libX11
- x11-libs/libXext
-"
-DEPEND="${RDEPEND}"
-
-DOCS=(ChangeLog README.md)
-
-src_compile() {
- cmake-utils_src_compile
- if use test; then
- cmake-utils_src_make build-tests
- pax-mark m "${BUILD_DIR}"/tests/test-*
- fi
-}
-
-src_test() {
- VIRTUALX_COMMAND=cmake-utils_src_test virtualmake
-}