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

2012-02-06 Thread Ionut Biru
Date: Monday, February 6, 2012 @ 13:55:11
  Author: ibiru
Revision: 149309

rebuild to sign

Modified:
  vdpau-video/trunk/PKGBUILD

--+
 PKGBUILD |   15 ++-
 1 file changed, 10 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-06 18:45:09 UTC (rev 149308)
+++ PKGBUILD2012-02-06 18:55:11 UTC (rev 149309)
@@ -2,24 +2,29 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 pkgname=vdpau-video
 pkgver=0.7.3
-pkgrel=2
+pkgrel=3
 pkgdesc=VDPAU backend for VA API
 arch=('i686' 'x86_64')
-url=http://www.splitted-desktop.com/~gbeauchesne/vdpau-video/;
+url=http://cgit.freedesktop.org/vaapi/vdpau-driver/;
 license=('GPL')
 depends=('libva' 'libvdpau')
 makedepends=('mesa')
 options=('!libtool')
-source=(http://www.splitted-desktop.com/~gbeauchesne/vdpau-video/${pkgname}-${pkgver}.tar.gz)
+source=(http://www.splitted-desktop.com/~gbeauchesne/vdpau-video/$pkgname-$pkgver.tar.gz)
 md5sums=('18870e007ecdc50a528861fa6364')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd $srcdir/$pkgname-$pkgver
   ./configure --prefix=/usr
   make
-  make DESTDIR=${pkgdir} install
 }
 
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
 # vim:set ts=2 sw=2 et:
 
 



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

2011-03-28 Thread Ionut Biru
Date: Monday, March 28, 2011 @ 16:41:09
  Author: ibiru
Revision: 117134

upgpkg: vdpau-video 0.7.3-2
rebuild libva 1.0.11

Modified:
  vdpau-video/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-03-28 20:33:48 UTC (rev 117133)
+++ PKGBUILD2011-03-28 20:41:09 UTC (rev 117134)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 pkgname=vdpau-video
 pkgver=0.7.3
-pkgrel=1
+pkgrel=2
 pkgdesc=VDPAU backend for VA API
 arch=('i686' 'x86_64')
 url=http://www.splitted-desktop.com/~gbeauchesne/vdpau-video/;



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

2011-03-08 Thread Ionut Biru
Date: Tuesday, March 8, 2011 @ 12:25:14
  Author: ibiru
Revision: 113440

upgpkg: vdpau-video 0.7.3-1
update to 0.7.3

Modified:
  vdpau-video/trunk/PKGBUILD

--+
 PKGBUILD |9 -
 1 file changed, 4 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-03-08 17:10:58 UTC (rev 113439)
+++ PKGBUILD2011-03-08 17:25:14 UTC (rev 113440)
@@ -1,8 +1,7 @@
 # $Id$
 # Maintainer: Ionut Biru ib...@archlinux.org
 pkgname=vdpau-video
-pkgver=0.7.3pre6
-_pkgverbase=0.7.3.pre6
+pkgver=0.7.3
 pkgrel=1
 pkgdesc=VDPAU backend for VA API
 arch=('i686' 'x86_64')
@@ -11,11 +10,11 @@
 depends=('libva' 'libvdpau')
 makedepends=('mesa')
 options=('!libtool')
-source=(http://www.splitted-desktop.com/~gbeauchesne/vdpau-video/${pkgname}-${_pkgverbase}.tar.gz)
-md5sums=('51ab6360e72752700a3e2e5943ce3278')
+source=(http://www.splitted-desktop.com/~gbeauchesne/vdpau-video/${pkgname}-${pkgver}.tar.gz)
+md5sums=('18870e007ecdc50a528861fa6364')
 
 build() {
-  cd ${srcdir}/${pkgname}-${_pkgverbase}
+  cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr
   make
   make DESTDIR=${pkgdir} install



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

2011-01-31 Thread Ionut Biru
Date: Monday, January 31, 2011 @ 07:47:48
  Author: ibiru
Revision: 108455

upgpkg: vdpau-video 0.7.3pre6-1
update to 0.7.3pre6

Modified:
  vdpau-video/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-01-31 07:40:22 UTC (rev 108454)
+++ PKGBUILD2011-01-31 12:47:48 UTC (rev 108455)
@@ -1,8 +1,8 @@
 # $Id$
 # Maintainer: Ionut Biru ib...@archlinux.org
 pkgname=vdpau-video
-pkgver=0.7.3pre5
-_pkgverbase=0.7.3.pre5
+pkgver=0.7.3pre6
+_pkgverbase=0.7.3.pre6
 pkgrel=1
 pkgdesc=VDPAU backend for VA API
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('mesa')
 options=('!libtool')
 
source=(http://www.splitted-desktop.com/~gbeauchesne/vdpau-video/${pkgname}-${_pkgverbase}.tar.gz)
-md5sums=('723d39320cc12eda8c9a10e952edd463')
+md5sums=('51ab6360e72752700a3e2e5943ce3278')
 
 build() {
   cd ${srcdir}/${pkgname}-${_pkgverbase}



[arch-commits] Commit in vdpau-video/trunk (PKGBUILD enable-glx.patch)

2011-01-27 Thread Ionut Biru
Date: Thursday, January 27, 2011 @ 08:54:12
  Author: ibiru
Revision: 107917

upgpkg: vdpau-video 0.7.3pre5-1
update to 0.7.3pre5, compatible with =1.0.8

Modified:
  vdpau-video/trunk/PKGBUILD
Deleted:
  vdpau-video/trunk/enable-glx.patch

--+
 PKGBUILD |   15 ++-
 enable-glx.patch |   12 
 2 files changed, 6 insertions(+), 21 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-01-27 13:53:09 UTC (rev 107916)
+++ PKGBUILD2011-01-27 13:54:12 UTC (rev 107917)
@@ -1,7 +1,8 @@
 # $Id$
 # Maintainer: Ionut Biru ib...@archlinux.org
 pkgname=vdpau-video
-pkgver=0.7.2
+pkgver=0.7.3pre5
+_pkgverbase=0.7.3.pre5
 pkgrel=1
 pkgdesc=VDPAU backend for VA API
 arch=('i686' 'x86_64')
@@ -10,16 +11,12 @@
 depends=('libva' 'libvdpau')
 makedepends=('mesa')
 options=('!libtool')
-source=(http://www.splitted-desktop.com/~gbeauchesne/vdpau-video/${pkgname}-${pkgver}.tar.gz
-enable-glx.patch)
-md5sums=('6aac5517fb76a0cd539d0fb77def8b2d'
- 'e184df00b34a9334dee4b71d52067883')
+source=(http://www.splitted-desktop.com/~gbeauchesne/vdpau-video/${pkgname}-${_pkgverbase}.tar.gz)
+md5sums=('723d39320cc12eda8c9a10e952edd463')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  patch -Np1 -i $srcdir/enable-glx.patch
-  autoreconf -fi
-  ./configure --prefix=/usr --enable-glx
+  cd ${srcdir}/${pkgname}-${_pkgverbase}
+  ./configure --prefix=/usr
   make
   make DESTDIR=${pkgdir} install
 }

Deleted: enable-glx.patch
===
--- enable-glx.patch2011-01-27 13:53:09 UTC (rev 107916)
+++ enable-glx.patch2011-01-27 13:54:12 UTC (rev 107917)
@@ -1,12 +0,0 @@
-diff -Nur vdpau-video-0.7.2.orig/configure.ac vdpau-video-0.7.2/configure.ac
 vdpau-video-0.7.2.orig/configure.ac2010-10-08 00:09:53.0 
-0700
-+++ vdpau-video-0.7.2/configure.ac 2010-10-08 11:34:00.536686684 -0700
-@@ -203,7 +203,7 @@
- #  error VA-API version = 0.30.0-sds$LIBVA_GLX_SDS_VERSION_0_30 is 
required
- # endif
- #elif VA_MAJOR_VERSION == 0  VA_MINOR_VERSION == 31
--# if !defined(VA_SDS_VERSION) || (VA_SDS_VERSION  
$LIBVA_GLX_SDS_VERSION_0_31)
-+# if !VA_CHECK_VERSION(0,31,0)
- #  error VA-API version = 0.31.0-sds$LIBVA_GLX_SDS_VERSION_0_31 is 
required
- # endif
- #else



[arch-commits] Commit in vdpau-video/trunk (PKGBUILD vaDriverInit-func-fix.patch)

2010-08-06 Thread Ionut Biru
Date: Friday, August 6, 2010 @ 17:35:08
  Author: ibiru
Revision: 86916

upgpkg: vdpau-video 0.6.10-2
update to 0.6.10

Added:
  vdpau-video/trunk/vaDriverInit-func-fix.patch
Modified:
  vdpau-video/trunk/PKGBUILD

-+
 PKGBUILD|   15 +--
 vaDriverInit-func-fix.patch |   19 +++
 2 files changed, 28 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-08-06 21:34:31 UTC (rev 86915)
+++ PKGBUILD2010-08-06 21:35:08 UTC (rev 86916)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Ionut Biru ib...@archlinux.org
 pkgname=vdpau-video
-pkgver=0.6.9
+pkgver=0.6.10
 pkgrel=2
 pkgdesc=VDPAU backend for VA API
 arch=('i686' 'x86_64')
@@ -9,15 +9,18 @@
 license=('GPL')
 depends=('libva' 'libvdpau')
 makedepends=('mesa')
-source=(http://www.splitted-desktop.com/~gbeauchesne/vdpau-video/$pkgname-$pkgver.tar.gz)
-options=('force')
-md5sums=('0aa9a5d444f1c661ad4f5bde1a89dcba')
+options=('!libtool')
+source=(http://www.splitted-desktop.com/~gbeauchesne/vdpau-video/$pkgname-latest.tar.gz
+vaDriverInit-func-fix.patch)
+md5sums=('938c8c02da6fe650866ca627ef834121'
+ '9e0ab0bc4abae263d0bcc822af3f0ee5')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
-
+  patch -Np0 -i $srcdir/vaDriverInit-func-fix.patch
+  autoreconf -fi
   ./configure --prefix=/usr --enable-glx
-  make || return 1
+  make
   make DESTDIR=$pkgdir install
 }
 

Added: vaDriverInit-func-fix.patch
===
--- vaDriverInit-func-fix.patch (rev 0)
+++ vaDriverInit-func-fix.patch 2010-08-06 21:35:08 UTC (rev 86916)
@@ -0,0 +1,19 @@
+--- configure.ac   2010-07-08 11:51:15.0 +0300
 configure.ac~  2010-08-06 20:45:35.998833001 +0300
+@@ -179,11 +179,11 @@
+   ${VA_MICRO_VERSION:-0} * 100 + \
+   ${VA_SDS_VERSION:-0}`
+ VA_DRIVER_INIT_FUNC=__vaDriverInit_${VA_MAJOR_VERSION}_${VA_MINOR_VERSION}
+-if test $va_full_version_int -ge 00310005; then
+-
VA_DRIVER_INIT_FUNC=${VA_DRIVER_INIT_FUNC}_${VA_MICRO_VERSION}_sds${VA_SDS_VERSION}
+-else
+-VA_DRIVER_INIT_FUNC=${VA_DRIVER_INIT_FUNC}_sds
+-fi
++#if test $va_full_version_int -ge 00310005; then
++#
VA_DRIVER_INIT_FUNC=${VA_DRIVER_INIT_FUNC}_${VA_MICRO_VERSION}_sds${VA_SDS_VERSION}
++#else
++#VA_DRIVER_INIT_FUNC=${VA_DRIVER_INIT_FUNC}_sds
++#fi
+ if test $ac_cv_libva_sds_extensions = yes; then
+ AC_DEFINE_UNQUOTED([VA_DRIVER_INIT_FUNC], [$VA_DRIVER_INIT_FUNC], [Define 
driver entry-point])
+ else



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

2010-07-11 Thread Ionut Biru
Date: Sunday, July 11, 2010 @ 06:14:05
  Author: ibiru
Revision: 85260

upgpkg: vdpau-video 0.6.9-2 downgrade to 0.6.9. crashing when loading this 
backend

Modified:
  vdpau-video/trunk/PKGBUILD

--+
 PKGBUILD |9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-07-11 10:13:22 UTC (rev 85259)
+++ PKGBUILD2010-07-11 10:14:05 UTC (rev 85260)
@@ -1,16 +1,17 @@
 # $Id$
 # Maintainer: Ionut Biru ib...@archlinux.org
 pkgname=vdpau-video
-pkgver=0.6.10
-pkgrel=1
+pkgver=0.6.9
+pkgrel=2
 pkgdesc=VDPAU backend for VA API
 arch=('i686' 'x86_64')
 url=http://www.splitted-desktop.com/~gbeauchesne/vdpau-video/;
 license=('GPL')
 depends=('libva' 'libvdpau')
 makedepends=('mesa')
-source=(http://www.splitted-desktop.com/~gbeauchesne/vdpau-video/$pkgname-latest.tar.gz)
-md5sums=('938c8c02da6fe650866ca627ef834121')
+source=(http://www.splitted-desktop.com/~gbeauchesne/vdpau-video/$pkgname-$pkgver.tar.gz)
+options=('force')
+md5sums=('0aa9a5d444f1c661ad4f5bde1a89dcba')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2010-07-09 Thread Ionut Biru
Date: Friday, July 9, 2010 @ 18:37:48
  Author: ibiru
Revision: 85161

upgpkg: vdpau-video 0.6.10-1 update to 0.6.10

Modified:
  vdpau-video/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-07-09 22:37:34 UTC (rev 85160)
+++ PKGBUILD2010-07-09 22:37:48 UTC (rev 85161)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Ionut Biru ib...@archlinux.org
 pkgname=vdpau-video
-pkgver=0.6.9
+pkgver=0.6.10
 pkgrel=1
 pkgdesc=VDPAU backend for VA API
 arch=('i686' 'x86_64')
@@ -9,8 +9,8 @@
 license=('GPL')
 depends=('libva' 'libvdpau')
 makedepends=('mesa')
-source=(http://www.splitted-desktop.com/~gbeauchesne/vdpau-video/$pkgname-$pkgver.tar.gz)
-md5sums=('0aa9a5d444f1c661ad4f5bde1a89dcba')
+source=(http://www.splitted-desktop.com/~gbeauchesne/vdpau-video/$pkgname-latest.tar.gz)
+md5sums=('938c8c02da6fe650866ca627ef834121')
 
 build() {
   cd $srcdir/$pkgname-$pkgver