vdpauinfo-1.0.ebuild 465 B

1234567891011121314151617181920212223
  1. # Copyright 1999-2015 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=5
  4. DESCRIPTION="Displays info about your card's VDPAU support"
  5. HOMEPAGE="https://www.freedesktop.org/wiki/Software/VDPAU"
  6. SRC_URI="https://people.freedesktop.org/~aplattner/vdpau/${P}.tar.gz"
  7. LICENSE="MIT"
  8. SLOT="0"
  9. KEYWORDS="amd64 x86"
  10. RDEPEND="
  11. x11-libs/libX11
  12. >=x11-libs/libvdpau-1.0
  13. "
  14. DEPEND="
  15. ${RDEPEND}
  16. virtual/pkgconfig
  17. x11-proto/xproto
  18. "