[arch-commits] Commit in libvdpau/trunk (PKGBUILD)

Jan de Groot jgc at nymeria.archlinux.org
Tue Jul 2 07:41:44 UTC 2013


    Date: Tuesday, July 2, 2013 @ 09:41:44
  Author: jgc
Revision: 189277

upgpkg: libvdpau 0.6-2

Use DRI 2.2 method to determine driver. Adds dependency on libxext (FS#35990)

Modified:
  libvdpau/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-07-02 07:39:43 UTC (rev 189276)
+++ PKGBUILD	2013-07-02 07:41:44 UTC (rev 189277)
@@ -3,16 +3,16 @@
 
 pkgname=libvdpau
 pkgver=0.6
-pkgrel=1
+pkgrel=2
 pkgdesc="Nvidia VDPAU library"
 arch=(i686 x86_64)
 url='http://cgit.freedesktop.org/~aplattner/libvdpau'
-depends=('gcc-libs')
+depends=('gcc-libs' 'libxext')
 conflicts=('nvidia-utils<190.42-2')
 options=('!libtool')
 license=('custom')
 source=(http://people.freedesktop.org/~aplattner/vdpau/${pkgname}-${pkgver}.tar.gz)
-makedepends=('libx11')
+makedepends=('dri2proto')
 sha256sums=('9b55beec9d8b01bbf89229b7d075ceee870f4e1830523c11f29a46c07fe72d75')
 
 build() {




More information about the arch-commits mailing list