[arch-commits] Commit in (4 files)

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Thu Nov 28 15:52:14 UTC 2013


    Date: Thursday, November 28, 2013 @ 16:52:14
  Author: bpiotrowski
Revision: 101592

newpkg: libvdpau-va-gl 0.2.1-1

Added:
  libvdpau-va-gl/
  libvdpau-va-gl/repos/
  libvdpau-va-gl/trunk/
  libvdpau-va-gl/trunk/PKGBUILD

----------+
 PKGBUILD |   26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

Added: libvdpau-va-gl/trunk/PKGBUILD
===================================================================
--- libvdpau-va-gl/trunk/PKGBUILD	                        (rev 0)
+++ libvdpau-va-gl/trunk/PKGBUILD	2013-11-28 15:52:14 UTC (rev 101592)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski <nospam at bpiotrowski.pl>
+# Contributor: Behem0th <grantipak at gmail.com>
+
+pkgname=libvdpau-va-gl
+pkgver=0.2.1
+pkgrel=1
+pkgdesc='VDPAU driver with OpenGL/VAAPI backend'
+arch=('i686' 'x86_64')
+url='https://github.com/i-rinat/libvdpau-va-gl'
+license=('LGPLv3')
+depends=('libvdpau' 'libva' 'libgl' 'ffmpeg' 'glu')
+makedepends=('cmake')
+source=('https://github.com/i-rinat/${pkgname}/archive/v'${pkgver}'.zip')
+md5sums=('bb14c2ec9763c025b1abde96df845512')
+
+build() {
+  cd $pkgname-$pkgver
+  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


Property changes on: libvdpau-va-gl/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list