Remove x11-libs/libvdpau-va-gl

This commit is contained in:
Sergey Morozov 2017-06-11 12:19:29 +03:00
parent 27d5b4d0bd
commit 56acd65215
2 changed files with 0 additions and 37 deletions

View File

@ -1 +0,0 @@
EBUILD libvdpau-va-gl-9999.ebuild 781 SHA256 41ac2dcbc8471deb9ca85d053829056e4419e09595bfee6506745db7e87c4dcb SHA512 c5b120c2e10918b22e908485fe86d8382087c00ad6eae6064df998ddeab6e2ce63182aced1ed9402f848a5f9eb11fb4dfa6b0cd8799f2d12058671105a6813c9 WHIRLPOOL 7a7f23992010b63f04ebbd6b8678ab9de79666e2d4adc7e5256fdd377babbfdda43d129567fb9d5c58cb13e0629ce42506eb1f05d329d948370a95474f5c793b

View File

@ -1,36 +0,0 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=5
inherit cmake-utils git-2
DESCRIPTION="VDPAU driver with VA-API/OpenGL backend."
HOMEPAGE="https://github.com/i-rinat/libvdpau-va-gl/"
EGIT_REPO_URI="git://github.com/i-rinat/libvdpau-va-gl.git"
LICENSE="LGPL-3"
SLOT="0"
RDEPEND="
dev-libs/glib:2
x11-libs/libva[X,opengl]
x11-libs/libvdpau
x11-libs/libX11
x11-libs/libXext
media-libs/glu
virtual/opengl
virtual/ffmpeg
"
DEPEND="${RDEPEND}"
DOCS=(ChangeLog README.md)
# https://github.com/i-rinat/libvdpau-va-gl/issues/6
RESTRICT="test"
pkg_postinst() {
einfo "In order to use vdpau hardware video acceleration via ${PN}"
einfo "you have to add VDPAU_DRIVER=va_gl to your environment"
}