Date: Sunday, October 29, 2017 @ 21:47:05 Author: alucryd Revision: 264705
archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: libvdpau-va-gl/repos/community-staging-i686/ libvdpau-va-gl/repos/community-staging-i686/PKGBUILD (from rev 264704, libvdpau-va-gl/trunk/PKGBUILD) libvdpau-va-gl/repos/community-staging-x86_64/ libvdpau-va-gl/repos/community-staging-x86_64/PKGBUILD (from rev 264704, libvdpau-va-gl/trunk/PKGBUILD) -----------------------------------+ community-staging-i686/PKGBUILD | 41 ++++++++++++++++++++++++++++++++++++ community-staging-x86_64/PKGBUILD | 41 ++++++++++++++++++++++++++++++++++++ 2 files changed, 82 insertions(+) Copied: libvdpau-va-gl/repos/community-staging-i686/PKGBUILD (from rev 264704, libvdpau-va-gl/trunk/PKGBUILD) =================================================================== --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2017-10-29 21:47:05 UTC (rev 264705) @@ -0,0 +1,41 @@ +# $Id$ +# Maintainer: Maxime Gauduin <aluc...@archlinux.org> +# Contributor: Bartłomiej Piotrowski <bpiotrow...@archlinux.org> +# Contributor: Behem0th <granti...@gmail.com> + +pkgname=libvdpau-va-gl +pkgver=0.4.2 +pkgrel=2 +pkgdesc='VDPAU driver with OpenGL/VAAPI backend' +arch=('i686' 'x86_64') +url='https://github.com/i-rinat/libvdpau-va-gl' +license=('LGPL3') +depends=('gcc-libs' 'glibc' 'libgl' 'libvdpau' 'libx11' + 'libva.so' 'libva-x11.so') +makedepends=('cmake') +source=("libvdpau-va-gl-${pkgver}.tar.gz::https://github.com/i-rinat/libvdpau-va-gl/archive/v${pkgver}.tar.gz") +sha256sums=('7d9121540658eb0244859e63da171ca3869e784afbeaf202f44471275c784af4') + +prepare() { + if [[ -d build ]]; then + rm -rf build + fi + mkdir build +} + +build() { + cd build + + cmake ../libvdpau-va-gl-${pkgver} \ + -DCMAKE_BUILD_TYPE='Release' \ + -DCMAKE_INSTALL_PREFIX='/usr' + make +} + +package() { + cd build + + make DESTDIR="${pkgdir}" install +} + +# vim: ts=2 sw=2 et: Copied: libvdpau-va-gl/repos/community-staging-x86_64/PKGBUILD (from rev 264704, libvdpau-va-gl/trunk/PKGBUILD) =================================================================== --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2017-10-29 21:47:05 UTC (rev 264705) @@ -0,0 +1,41 @@ +# $Id$ +# Maintainer: Maxime Gauduin <aluc...@archlinux.org> +# Contributor: Bartłomiej Piotrowski <bpiotrow...@archlinux.org> +# Contributor: Behem0th <granti...@gmail.com> + +pkgname=libvdpau-va-gl +pkgver=0.4.2 +pkgrel=2 +pkgdesc='VDPAU driver with OpenGL/VAAPI backend' +arch=('i686' 'x86_64') +url='https://github.com/i-rinat/libvdpau-va-gl' +license=('LGPL3') +depends=('gcc-libs' 'glibc' 'libgl' 'libvdpau' 'libx11' + 'libva.so' 'libva-x11.so') +makedepends=('cmake') +source=("libvdpau-va-gl-${pkgver}.tar.gz::https://github.com/i-rinat/libvdpau-va-gl/archive/v${pkgver}.tar.gz") +sha256sums=('7d9121540658eb0244859e63da171ca3869e784afbeaf202f44471275c784af4') + +prepare() { + if [[ -d build ]]; then + rm -rf build + fi + mkdir build +} + +build() { + cd build + + cmake ../libvdpau-va-gl-${pkgver} \ + -DCMAKE_BUILD_TYPE='Release' \ + -DCMAKE_INSTALL_PREFIX='/usr' + make +} + +package() { + cd build + + make DESTDIR="${pkgdir}" install +} + +# vim: ts=2 sw=2 et: