summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2015-09-28 05:26:03 +0200
committerJeroen Roovers <jer@gentoo.org>2015-09-28 05:26:03 +0200
commit3cbf8787d9cac5615c7e126a65e867ad214b3267 (patch)
tree801e06718d073f5529e2a102917251b7a0052a15 /x11-libs/libvdpau
parentdev-libs/libnl: Add extra HOMEPAGE. (diff)
downloadgentoo-3cbf8787d9cac5615c7e126a65e867ad214b3267.tar.gz
gentoo-3cbf8787d9cac5615c7e126a65e867ad214b3267.tar.bz2
gentoo-3cbf8787d9cac5615c7e126a65e867ad214b3267.zip
x11-libs/libvdpau: Old.
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'x11-libs/libvdpau')
-rw-r--r--x11-libs/libvdpau/Manifest2
-rw-r--r--x11-libs/libvdpau/libvdpau-0.9.ebuild50
-rw-r--r--x11-libs/libvdpau/libvdpau-1.1.ebuild50
3 files changed, 0 insertions, 102 deletions
diff --git a/x11-libs/libvdpau/Manifest b/x11-libs/libvdpau/Manifest
index ba78f71e5420..a8665bd75458 100644
--- a/x11-libs/libvdpau/Manifest
+++ b/x11-libs/libvdpau/Manifest
@@ -1,3 +1 @@
-DIST libvdpau-0.9.tar.gz 526619 SHA256 e32957140835a545a01a3972db1143e01174db3d9c0017e51f6a3bf8b09c0e6e SHA512 8e69712a91e17c3388742f2a4c0a8887113fe06a81dbedf1faa7fc3985a289cd067a9134399f9747fd4b3b1499c46e7871a3b34f74f6e9c95b07ea877739e51f WHIRLPOOL b04824b5867636c25f029909fd9c82fe142bafcbe2544234c31cf34b4616417c362801b8ab817e59b741eb3b8232b0dedef1664dbd5a856cec6634328eb6defc
DIST libvdpau-1.1.1.tar.gz 541752 SHA256 5fe093302432ef05086ca2ee429c789b7bf843e166d482d166e56859b08bef55 SHA512 e094494fc820c2395c9dbb4e69daa89334b9186e2ad1a6c06671c7f844568db191ce4d1d9df95c4536579864bcc8541eb6fd159c377bc73c228cdf2a0fea50fb WHIRLPOOL a17e69104ef89606592e0242af9d2397e6d1647d55e14d02f2816e997d4d84c5a68cd2f9b7388abd47025abb850a09883f83a77585e194f3bac89ac190d47d46
-DIST libvdpau-1.1.tar.gz 535945 SHA256 aea4e783f220bf26ba2139ccd866a0ee5005fa03af5e08c41fbc939118263919 SHA512 9ef5a643f93934b55a0e1d9d0785c96489abd64ee9ea05b3bd8f7e802ff8bb00af279ac37d3aa65b133255c520b8b32bb7356728de6131df0a2cd87c4048c43e WHIRLPOOL 568227ca8e3aec60e366b04038ddce655883c39dc28015a5f6b83552714fe5661b877da6746d150cea1ce35b1cf27e9eb4e1b4103b9eaa1794523230e0485c10
diff --git a/x11-libs/libvdpau/libvdpau-0.9.ebuild b/x11-libs/libvdpau/libvdpau-0.9.ebuild
deleted file mode 100644
index e3d3000cf1de..000000000000
--- a/x11-libs/libvdpau/libvdpau-0.9.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-VIRTUALX_REQUIRED="test"
-inherit autotools-multilib virtualx
-
-DESCRIPTION="VDPAU wrapper and trace libraries"
-HOMEPAGE="http://www.freedesktop.org/wiki/Software/VDPAU"
-SRC_URI="http://people.freedesktop.org/~aplattner/vdpau/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 x86 ~amd64-fbsd ~x86-fbsd"
-IUSE="doc dri"
-
-RDEPEND=">=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
- dri? ( >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}] )
- !=x11-drivers/nvidia-drivers-180*
- !=x11-drivers/nvidia-drivers-185*
- !=x11-drivers/nvidia-drivers-190*
- abi_x86_32? ( !app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)] )"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- doc? (
- app-doc/doxygen
- media-gfx/graphviz
- virtual/latex-base
- )
- dri? ( >=x11-proto/dri2proto-2.2 )"
-
-src_configure() {
- local myeconfargs=(
- --docdir="${EPREFIX}"/usr/share/doc/${PF}
- $(use_enable doc documentation)
- $(use dri || echo --disable-dri2)
- )
-
- autotools-multilib_src_configure
-}
-
-multilib_src_test() {
- Xemake check
-}
-
-src_install() {
- autotools-multilib_src_install
- prune_libtool_files --modules
-}
diff --git a/x11-libs/libvdpau/libvdpau-1.1.ebuild b/x11-libs/libvdpau/libvdpau-1.1.ebuild
deleted file mode 100644
index b4e4e7471167..000000000000
--- a/x11-libs/libvdpau/libvdpau-1.1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-VIRTUALX_REQUIRED="test"
-inherit autotools-multilib virtualx
-
-DESCRIPTION="VDPAU wrapper and trace libraries"
-HOMEPAGE="http://www.freedesktop.org/wiki/Software/VDPAU"
-SRC_URI="http://people.freedesktop.org/~aplattner/vdpau/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~x86 ~amd64-fbsd ~x86-fbsd"
-IUSE="doc dri"
-
-RDEPEND=">=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
- dri? ( >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}] )
- !=x11-drivers/nvidia-drivers-180*
- !=x11-drivers/nvidia-drivers-185*
- !=x11-drivers/nvidia-drivers-190*
- abi_x86_32? ( !app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)] )"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- doc? (
- app-doc/doxygen
- media-gfx/graphviz
- virtual/latex-base
- )
- dri? ( >=x11-proto/dri2proto-2.2 )"
-
-src_configure() {
- local myeconfargs=(
- --docdir="${EPREFIX}"/usr/share/doc/${PF}
- $(use_enable doc documentation)
- $(use dri || echo --disable-dri2)
- )
-
- autotools-multilib_src_configure
-}
-
-multilib_src_test() {
- Xemake check
-}
-
-src_install() {
- autotools-multilib_src_install
- prune_libtool_files --modules
-}