Skip to content

Commit

Permalink
added x11-libs/libvdpau-va-gl-0.2.1.ebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
PaddyMac committed Nov 27, 2013
1 parent 8f326b4 commit 7cb3801
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
1 change: 1 addition & 0 deletions x11-libs/libvdpau-va-gl/Manifest
@@ -0,0 +1 @@
DIST libvdpau-va-gl-0.2.1.tar.gz 91927 SHA256 623747bd7cc4e003b084b7b05afd60c31aa71f2136bf41acbb68284845860dc6 SHA512 c6493997f95e68d15b4b6b749cae22f647f2aa0457930ff97f3306291c93d4c8f526cf2a94003b6eaf03f1e1674f3bf7613592e9af8d958904edc8a9a7b826da WHIRLPOOL e2f4032458db0bab818503f4fa92cd8b8d144c5c1bc5cbd83b5d3d302eb630d0c9c6d2d237639702b4dfdd9ef6b92ab1e5964d5fa7f73274521de54de5f3bd93
35 changes: 35 additions & 0 deletions x11-libs/libvdpau-va-gl/libvdpau-va-gl-0.2.1.ebuild
@@ -0,0 +1,35 @@
# Distributed under the terms of the GNU General Public License v2

EAPI=5

inherit cmake-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"
KEYWORDS="~amd64 ~x86"

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"
}

0 comments on commit 7cb3801

Please sign in to comment.