diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2022-03-10 15:10:28 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2022-03-10 19:03:03 -0500 |
commit | fc58730d43096b8fa52d970dc559b420099489f7 (patch) | |
tree | 842380d55615907918fdcdf5d7703904b9f960c1 /x11-libs/libvdpau | |
parent | x11-libs/libvdpau: add myself as a maintainer (diff) | |
download | gentoo-fc58730d43096b8fa52d970dc559b420099489f7.tar.gz gentoo-fc58730d43096b8fa52d970dc559b420099489f7.tar.bz2 gentoo-fc58730d43096b8fa52d970dc559b420099489f7.zip |
x11-libs/libvdpau: drop live 99999
This project sees very little activity and I see no
reason to keep a live ebuild for it.
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'x11-libs/libvdpau')
-rw-r--r-- | x11-libs/libvdpau/libvdpau-99999.ebuild | 49 |
1 files changed, 0 insertions, 49 deletions
diff --git a/x11-libs/libvdpau/libvdpau-99999.ebuild b/x11-libs/libvdpau/libvdpau-99999.ebuild deleted file mode 100644 index 2817d03b9638..000000000000 --- a/x11-libs/libvdpau/libvdpau-99999.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -VIRTUALX_REQUIRED="test" -inherit flag-o-matic git-r3 meson-multilib virtualx - -DESCRIPTION="VDPAU wrapper and trace libraries" -HOMEPAGE="https://www.freedesktop.org/wiki/Software/VDPAU" -EGIT_REPO_URI="https://gitlab.freedesktop.org/vdpau/${PN}/" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="" -IUSE="doc dri" - -RDEPEND=" - >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}] - dri? ( >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}] ) -" -DEPEND="${RDEPEND} - dri? ( x11-base/xorg-proto ) -" -BDEPEND=" - virtual/pkgconfig - doc? ( - app-doc/doxygen - media-gfx/graphviz - virtual/latex-base - ) -" - -src_prepare() { - sed -i -e "/^docdir/s|${PN}|${PF}|g" doc/meson.build || die - default -} - -multilib_src_configure() { - append-cppflags -D_GNU_SOURCE - local emesonargs=( - $(meson_use dri dri2) - $(meson_native_use_bool doc documentation) - ) - meson_src_configure -} - -multilib_src_test() { - virtx meson_src_test -} |