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

2020-05-11 Thread Maxime Gauduin via arch-commits
Date: Monday, May 11, 2020 @ 16:40:34
  Author: alucryd
Revision: 626269

upgpkg: lib32-libvdpau 1.4-1

Modified:
  lib32-libvdpau/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-11 16:24:38 UTC (rev 626268)
+++ PKGBUILD2020-05-11 16:40:34 UTC (rev 626269)
@@ -2,7 +2,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=lib32-libvdpau
-pkgver=1.3
+pkgver=1.4
 pkgrel=1
 pkgdesc='Nvidia VDPAU library'
 arch=(x86_64)
@@ -9,7 +9,6 @@
 url=https://gitlab.freedesktop.org/vdpau/libvdpau
 license=(custom)
 depends=(
-  lib32-gcc-libs
   lib32-libxext
   libvdpau
 )
@@ -18,13 +17,19 @@
   git
   meson
 )
-source=(git+https://gitlab.freedesktop.org/vdpau/libvdpau.git#tag=${pkgver})
+source=(git+https://gitlab.freedesktop.org/vdpau/libvdpau.git#tag=c3d1a9dbafdfe6144ff474d0d523dc01b068750f)
 sha256sums=(SKIP)
 
+pkgver() {
+  cd libvdpau
+
+  git describe --tags
+}
+
 build() {
   export CC='gcc -m32'
   export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
 
   arch-meson libvdpau build \
 --libdir=/usr/lib32


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

2019-12-19 Thread Andreas Radke via arch-commits
Date: Thursday, December 19, 2019 @ 23:05:50
  Author: andyrtr
Revision: 538458

makedepend on xorgproto

Modified:
  lib32-libvdpau/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-19 23:04:21 UTC (rev 538457)
+++ PKGBUILD2019-12-19 23:05:50 UTC (rev 538458)
@@ -14,7 +14,7 @@
   libvdpau
 )
 makedepends=(
-  dri2proto
+  xorgproto
   git
   meson
 )


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

2019-08-28 Thread Maxime Gauduin via arch-commits
Date: Wednesday, August 28, 2019 @ 19:48:07
  Author: alucryd
Revision: 504359

upgpkg: lib32-libvdpau 1.3-1

Modified:
  lib32-libvdpau/trunk/PKGBUILD

--+
 PKGBUILD |   25 +++--
 1 file changed, 7 insertions(+), 18 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-08-28 19:22:24 UTC (rev 504358)
+++ PKGBUILD2019-08-28 19:48:07 UTC (rev 504359)
@@ -2,7 +2,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=lib32-libvdpau
-pkgver=1.2
+pkgver=1.3
 pkgrel=1
 pkgdesc='Nvidia VDPAU library'
 arch=(x86_64)
@@ -16,34 +16,23 @@
 makedepends=(
   dri2proto
   git
+  meson
 )
-source=(git+https://gitlab.freedesktop.org/vdpau/libvdpau.git#tag=libvdpau-${pkgver})
+source=(git+https://gitlab.freedesktop.org/vdpau/libvdpau.git#tag=${pkgver})
 sha256sums=(SKIP)
 
-prepare() {
-  cd libvdpau
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
 build() {
-  cd libvdpau
-
   export CC='gcc -m32'
   export CXX='g++ -m32'
   export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
 
-  ./configure \
---prefix='/usr' \
---libdir='/usr/lib32' \
---sysconfdir='/etc'
-  make
+  arch-meson libvdpau build \
+--libdir=/usr/lib32
+  ninja -C build
 }
 
 package() {
-  cd libvdpau
-
-  make DESTDIR="${pkgdir}" install
+  DESTDIR="${pkgdir}" ninja -C build install
   rm -rf "${pkgdir}"/{etc,usr/include}
 
   install -dm 755 "${pkgdir}"/usr/share/licenses


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

2019-03-11 Thread Maxime Gauduin via arch-commits
Date: Monday, March 11, 2019 @ 08:55:09
  Author: alucryd
Revision: 439724

upgpkg: lib32-libvdpau 1.2-1

Modified:
  lib32-libvdpau/trunk/PKGBUILD

--+
 PKGBUILD |   37 -
 1 file changed, 24 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-11 08:54:59 UTC (rev 439723)
+++ PKGBUILD2019-03-11 08:55:09 UTC (rev 439724)
@@ -2,21 +2,32 @@
 # Contributor: Jan de Groot 
 
 pkgname=lib32-libvdpau
-pkgver=1.1.1
-pkgrel=3
+pkgver=1.2
+pkgrel=1
 pkgdesc='Nvidia VDPAU library'
-arch=('x86_64')
-url='https://cgit.freedesktop.org/~aplattner/libvdpau'
-license=('custom')
-depends=('lib32-gcc-libs' 'lib32-libxext' 'libvdpau')
-makedepends=('dri2proto')
-source=("https://people.freedesktop.org/~aplattner/vdpau/libvdpau-${pkgver}.tar.bz2"{,.sig})
-validpgpkeys=('BD68A042C603DDAD9AA354B0F56ACC8F09BA9635') # Aaron Plattner
-sha256sums=('857a01932609225b9a3a5bf222b85e39b55c08787d0ad427dbd9ec033d58d736'
-'SKIP')
+arch=(x86_64)
+url=https://gitlab.freedesktop.org/vdpau/libvdpau
+license=(custom)
+depends=(
+  lib32-gcc-libs
+  lib32-libxext
+  libvdpau
+)
+makedepends=(
+  dri2proto
+  git
+)
+source=(git+https://gitlab.freedesktop.org/vdpau/libvdpau.git#tag=libvdpau-${pkgver})
+sha256sums=(SKIP)
 
+prepare() {
+  cd libvdpau
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
 build() {
-  cd libvdpau-${pkgver}
+  cd libvdpau
 
   export CC='gcc -m32'
   export CXX='g++ -m32'
@@ -30,7 +41,7 @@
 }
 
 package() {
-  cd libvdpau-${pkgver}
+  cd libvdpau
 
   make DESTDIR="${pkgdir}" install
   rm -rf "${pkgdir}"/{etc,usr/include}


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

2018-06-03 Thread Maxime Gauduin via arch-commits
Date: Sunday, June 3, 2018 @ 09:41:57
  Author: alucryd
Revision: 339004

upgpkg: lib32-libvdpau 1.1.1-3

Modified:
  lib32-libvdpau/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-03 09:41:38 UTC (rev 339003)
+++ PKGBUILD2018-06-03 09:41:57 UTC (rev 339004)
@@ -4,7 +4,7 @@
 
 pkgname=lib32-libvdpau
 pkgver=1.1.1
-pkgrel=2
+pkgrel=3
 pkgdesc='Nvidia VDPAU library'
 arch=('x86_64')
 url='https://cgit.freedesktop.org/~aplattner/libvdpau'


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

2016-11-02 Thread Maxime Gauduin
Date: Wednesday, November 2, 2016 @ 14:51:21
  Author: alucryd
Revision: 194478

HTTPS/GPG todo

Modified:
  lib32-libvdpau/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-02 14:49:39 UTC (rev 194477)
+++ PKGBUILD2016-11-02 14:51:21 UTC (rev 194478)
@@ -7,14 +7,14 @@
 pkgrel=2
 pkgdesc='Nvidia VDPAU library'
 arch=('x86_64')
-url='http://cgit.freedesktop.org/~aplattner/libvdpau'
+url='https://cgit.freedesktop.org/~aplattner/libvdpau'
 license=('custom')
 depends=('lib32-gcc-libs' 'lib32-libxext' 'libvdpau')
 makedepends=('dri2proto')
-source=(http://people.freedesktop.org/~aplattner/vdpau/libvdpau-${pkgver}.tar.bz2{,.sig})
+source=("https://people.freedesktop.org/~aplattner/vdpau/libvdpau-${pkgver}.tar.bz2"{,.sig})
+validpgpkeys=('BD68A042C603DDAD9AA354B0F56ACC8F09BA9635') # Aaron Plattner
 sha256sums=('857a01932609225b9a3a5bf222b85e39b55c08787d0ad427dbd9ec033d58d736'
 'SKIP')
-validpgpkeys=('BD68A042C603DDAD9AA354B0F56ACC8F09BA9635') # Aaron Plattner
 
 build() {
   cd libvdpau-${pkgver}


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

2015-12-05 Thread Florian Pritz
Date: Saturday, December 5, 2015 @ 19:06:56
  Author: bluewind
Revision: 148614

C++11 ABI rebuild

Modified:
  lib32-libvdpau/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-05 18:06:06 UTC (rev 148613)
+++ PKGBUILD2015-12-05 18:06:56 UTC (rev 148614)
@@ -4,7 +4,7 @@
 
 pkgname=lib32-libvdpau
 pkgver=1.1.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Nvidia VDPAU library'
 arch=('x86_64')
 url='http://cgit.freedesktop.org/~aplattner/libvdpau'


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

2015-09-12 Thread Jan Steffens
Date: Saturday, September 12, 2015 @ 16:19:23
  Author: heftig
Revision: 139968

1.1.1

Modified:
  lib32-libvdpau/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-12 14:11:47 UTC (rev 139967)
+++ PKGBUILD2015-09-12 14:19:23 UTC (rev 139968)
@@ -3,16 +3,18 @@
 # Contributor: Jan de Groot 
 
 pkgname=lib32-libvdpau
-pkgver=1.1
+pkgver=1.1.1
 pkgrel=1
 pkgdesc='Nvidia VDPAU library'
 arch=('x86_64')
 url='http://cgit.freedesktop.org/~aplattner/libvdpau'
 license=('custom')
-depends=('lib32-gcc-libs' 'lib32-libxext' "libvdpau=${pkgver}")
+depends=('lib32-gcc-libs' 'lib32-libxext' 'libvdpau')
 makedepends=('dri2proto')
-source=("http://people.freedesktop.org/~aplattner/vdpau/libvdpau-${pkgver}.tar.gz;)
-sha256sums=('aea4e783f220bf26ba2139ccd866a0ee5005fa03af5e08c41fbc939118263919')
+source=(http://people.freedesktop.org/~aplattner/vdpau/libvdpau-${pkgver}.tar.bz2{,.sig})
+sha256sums=('857a01932609225b9a3a5bf222b85e39b55c08787d0ad427dbd9ec033d58d736'
+'SKIP')
+validpgpkeys=('BD68A042C603DDAD9AA354B0F56ACC8F09BA9635') # Aaron Plattner
 
 build() {
   cd libvdpau-${pkgver}


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

2015-03-21 Thread Maxime Gauduin
Date: Saturday, March 21, 2015 @ 22:13:49
  Author: alucryd
Revision: 129732

upgpkg: lib32-libvdpau 1.1-1

Modified:
  lib32-libvdpau/trunk/PKGBUILD

--+
 PKGBUILD |   20 +++-
 1 file changed, 11 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-21 21:07:15 UTC (rev 129731)
+++ PKGBUILD2015-03-21 21:13:49 UTC (rev 129732)
@@ -3,37 +3,39 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=lib32-libvdpau
-pkgver=0.9
+pkgver=1.1
 pkgrel=1
 pkgdesc='Nvidia VDPAU library'
 arch=('x86_64')
 url='http://cgit.freedesktop.org/~aplattner/libvdpau'
 license=('custom')
-depends=('lib32-gcc-libs' 'lib32-libxext' ${pkgname#*-})
-conflicts=('lib32-nvidia-utils190.42-2')
+depends=('lib32-gcc-libs' 'lib32-libxext' libvdpau=${pkgver})
 makedepends=('dri2proto')
-source=(http://people.freedesktop.org/~aplattner/vdpau/${pkgname#*-}-${pkgver}.tar.gz;)
-sha256sums=('e32957140835a545a01a3972db1143e01174db3d9c0017e51f6a3bf8b09c0e6e')
+source=(http://people.freedesktop.org/~aplattner/vdpau/libvdpau-${pkgver}.tar.gz;)
+sha256sums=('aea4e783f220bf26ba2139ccd866a0ee5005fa03af5e08c41fbc939118263919')
 
 build() {
-  cd ${pkgname#*-}-${pkgver}
+  cd libvdpau-${pkgver}
 
   export CC='gcc -m32'
   export CXX='g++ -m32'
   export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
 
-  ./configure --prefix='/usr' --libdir='/usr/lib32' --sysconfdir='/etc'
+  ./configure \
+--prefix='/usr' \
+--libdir='/usr/lib32' \
+--sysconfdir='/etc'
   make
 }
 
 package() {
-  cd ${pkgname#*-}-${pkgver}
+  cd libvdpau-${pkgver}
 
   make DESTDIR=${pkgdir} install
   rm -rf ${pkgdir}/{etc,usr/include}
 
   install -dm 755 ${pkgdir}/usr/share/licenses
-  ln -s ${pkgname#*-} ${pkgdir}/usr/share/licenses/${pkgname}
+  ln -s libvdpau ${pkgdir}/usr/share/licenses/lib32-libvdpau
 }
 
 # vim: ts=2 sw=2 et:


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

2015-01-18 Thread Sven-Hendrik Haase
Date: Sunday, January 18, 2015 @ 22:10:25
  Author: svenstaro
Revision: 126154

upgpkg: lib32-libvdpau 0.9-1

upstream release 0.9

Modified:
  lib32-libvdpau/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-18 20:59:12 UTC (rev 126153)
+++ PKGBUILD2015-01-18 21:10:25 UTC (rev 126154)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=lib32-libvdpau
-pkgver=0.8
+pkgver=0.9
 pkgrel=1
 pkgdesc='Nvidia VDPAU library'
 arch=('x86_64')
@@ -13,7 +13,7 @@
 conflicts=('lib32-nvidia-utils190.42-2')
 makedepends=('dri2proto')
 
source=(http://people.freedesktop.org/~aplattner/vdpau/${pkgname#*-}-${pkgver}.tar.gz;)
-sha256sums=('73a7d11cc1abed8bcaf1392bd361fc00fd43bd85bbeafb12a64bdd0bcb4101ed')
+sha256sums=('e32957140835a545a01a3972db1143e01174db3d9c0017e51f6a3bf8b09c0e6e')
 
 build() {
   cd ${pkgname#*-}-${pkgver}


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

2014-07-02 Thread Maxime Gauduin
Date: Wednesday, July 2, 2014 @ 11:04:41
  Author: alucryd
Revision: 114608

upgpkg: lib32-libvdpau 0.8-1

Modified:
  lib32-libvdpau/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-02 08:53:23 UTC (rev 114607)
+++ PKGBUILD2014-07-02 09:04:41 UTC (rev 114608)
@@ -3,8 +3,8 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=lib32-libvdpau
-pkgver=0.7
-pkgrel=2
+pkgver=0.8
+pkgrel=1
 pkgdesc='Nvidia VDPAU library'
 arch=('x86_64')
 url='http://cgit.freedesktop.org/~aplattner/libvdpau'
@@ -13,7 +13,7 @@
 conflicts=('lib32-nvidia-utils190.42-2')
 makedepends=('dri2proto')
 
source=(http://people.freedesktop.org/~aplattner/vdpau/${pkgname#*-}-${pkgver}.tar.gz;)
-sha256sums=('24dc08467ce8c59d6cfbf0d34d2dd1f86b4ff62e90777e0a8f513c5c9de9bce0')
+sha256sums=('73a7d11cc1abed8bcaf1392bd361fc00fd43bd85bbeafb12a64bdd0bcb4101ed')
 
 build() {
   cd ${pkgname#*-}-${pkgver}



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

2014-03-13 Thread Maxime Gauduin
Date: Thursday, March 13, 2014 @ 08:55:29
  Author: alucryd
Revision: 107138

upgpkg: lib32-libvdpau 0.7-2

Modified:
  lib32-libvdpau/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-13 07:40:53 UTC (rev 107137)
+++ PKGBUILD2014-03-13 07:55:29 UTC (rev 107138)
@@ -4,12 +4,12 @@
 
 pkgname=lib32-libvdpau
 pkgver=0.7
-pkgrel=1
+pkgrel=2
 pkgdesc='Nvidia VDPAU library'
 arch=('x86_64')
 url='http://cgit.freedesktop.org/~aplattner/libvdpau'
 license=('custom')
-depends=('gcc-libs-multilib' 'lib32-libxext' ${pkgname#*-})
+depends=('lib32-gcc-libs' 'lib32-libxext' ${pkgname#*-})
 conflicts=('lib32-nvidia-utils190.42-2')
 makedepends=('dri2proto')
 
source=(http://people.freedesktop.org/~aplattner/vdpau/${pkgname#*-}-${pkgver}.tar.gz;)



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

2014-03-12 Thread Maxime Gauduin
Date: Wednesday, March 12, 2014 @ 15:25:22
  Author: alucryd
Revision: 107103

upgpkg: lib32-libvdpau 0.7-1

Modified:
  lib32-libvdpau/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-12 14:24:50 UTC (rev 107102)
+++ PKGBUILD2014-03-12 14:25:22 UTC (rev 107103)
@@ -6,7 +6,7 @@
 pkgver=0.7
 pkgrel=1
 pkgdesc='Nvidia VDPAU library'
-arch=('i686' 'x86_64')
+arch=('x86_64')
 url='http://cgit.freedesktop.org/~aplattner/libvdpau'
 license=('custom')
 depends=('gcc-libs-multilib' 'lib32-libxext' ${pkgname#*-})