[arch-commits] Commit in libva/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2020-12-05 Thread Maxime Gauduin via arch-commits
Date: Saturday, December 5, 2020 @ 13:58:37
  Author: alucryd
Revision: 402901

archrelease: copy trunk to extra-x86_64

Added:
  libva/repos/extra-x86_64/PKGBUILD
(from rev 402900, libva/trunk/PKGBUILD)
Deleted:
  libva/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |  128 ++---
 1 file changed, 64 insertions(+), 64 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-05 13:58:32 UTC (rev 402900)
+++ PKGBUILD2020-12-05 13:58:37 UTC (rev 402901)
@@ -1,64 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Ionut Biru 
-
-pkgname=libva
-pkgver=2.9.1
-pkgrel=1
-pkgdesc='Video Acceleration (VA) API for Linux'
-arch=(x86_64)
-url=https://01.org/linuxmedia/vaapi
-license=(MIT)
-depends=(
-  libdrm
-  libgl
-  libx11
-  libxext
-  libxfixes
-  wayland
-)
-makedepends=(
-  git
-  libglvnd
-  mesa
-  meson
-)
-optdepends=(
-  'intel-media-driver: backend for Intel GPUs (>= Broadwell)'
-  'libva-vdpau-driver: backend for Nvidia and AMD GPUs'
-  'libva-intel-driver: backend for Intel GPUs (<= Haswell)'
-)
-provides=(
-  libva-drm.so
-  libva-glx.so
-  libva-wayland.so
-  libva-x11.so
-  libva.so
-)
-backup=(etc/libva.conf)
-_tag=bef69c5f380a27b6908d6daea0fc18ce50e33bb9
-source=(git+https://github.com/intel/libva.git#tag=${_tag})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd libva
-
-  git describe --tags
-}
-
-build() {
-  CFLAGS+=" -DENABLE_VA_MESSAGING"  # Option missing
-  arch-meson libva build
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" meson install -C build
-  install -Dm 644 libva/COPYING -t "${pkgdir}"/usr/share/licenses/libva
-
-  install -Dm 644 /dev/stdin "${pkgdir}"/etc/libva.conf <
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Ionut Biru 
+
+pkgname=libva
+pkgver=2.10.0
+pkgrel=1
+pkgdesc='Video Acceleration (VA) API for Linux'
+arch=(x86_64)
+url=https://01.org/linuxmedia/vaapi
+license=(MIT)
+depends=(
+  libdrm
+  libgl
+  libx11
+  libxext
+  libxfixes
+  wayland
+)
+makedepends=(
+  git
+  libglvnd
+  mesa
+  meson
+)
+optdepends=(
+  'intel-media-driver: backend for Intel GPUs (>= Broadwell)'
+  'libva-vdpau-driver: backend for Nvidia and AMD GPUs'
+  'libva-intel-driver: backend for Intel GPUs (<= Haswell)'
+)
+provides=(
+  libva-drm.so
+  libva-glx.so
+  libva-wayland.so
+  libva-x11.so
+  libva.so
+)
+backup=(etc/libva.conf)
+_tag=e3c7598743f10477f5799df42c806ba4945fd5c1
+source=(git+https://github.com/intel/libva.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd libva
+
+  git describe --tags
+}
+
+build() {
+  CFLAGS+=" -DENABLE_VA_MESSAGING"  # Option missing
+  arch-meson libva build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" meson install -C build
+  install -Dm 644 libva/COPYING -t "${pkgdir}"/usr/share/licenses/libva
+
+  install -Dm 644 /dev/stdin "${pkgdir}"/etc/libva.conf <

[arch-commits] Commit in libva/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2020-10-27 Thread Maxime Gauduin via arch-commits
Date: Tuesday, October 27, 2020 @ 14:17:51
  Author: alucryd
Revision: 398895

archrelease: copy trunk to extra-x86_64

Added:
  libva/repos/extra-x86_64/PKGBUILD
(from rev 398894, libva/trunk/PKGBUILD)
Deleted:
  libva/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |  128 ++---
 1 file changed, 64 insertions(+), 64 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-27 14:17:46 UTC (rev 398894)
+++ PKGBUILD2020-10-27 14:17:51 UTC (rev 398895)
@@ -1,64 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Ionut Biru 
-
-pkgname=libva
-pkgver=2.9.0
-pkgrel=1
-pkgdesc='Video Acceleration (VA) API for Linux'
-arch=(x86_64)
-url=https://01.org/linuxmedia/vaapi
-license=(MIT)
-depends=(
-  libdrm
-  libgl
-  libx11
-  libxext
-  libxfixes
-  wayland
-)
-makedepends=(
-  git
-  libglvnd
-  mesa
-  meson
-)
-optdepends=(
-  'intel-media-driver: backend for Intel GPUs (>= Broadwell)'
-  'libva-vdpau-driver: backend for Nvidia and AMD GPUs'
-  'libva-intel-driver: backend for Intel GPUs (<= Haswell)'
-)
-provides=(
-  libva-drm.so
-  libva-glx.so
-  libva-wayland.so
-  libva-x11.so
-  libva.so
-)
-backup=(etc/libva.conf)
-_tag=881ebd8c9b33af63a692c06514f6a6df3dc6ce70
-source=(git+https://github.com/intel/libva.git#tag=${_tag})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd libva
-
-  git describe --tags
-}
-
-build() {
-  CFLAGS+=" -DENABLE_VA_MESSAGING"  # Option missing
-  arch-meson libva build
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" meson install -C build
-  install -Dm 644 libva/COPYING -t "${pkgdir}"/usr/share/licenses/libva
-
-  install -Dm 644 /dev/stdin "${pkgdir}"/etc/libva.conf <
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Ionut Biru 
+
+pkgname=libva
+pkgver=2.9.1
+pkgrel=1
+pkgdesc='Video Acceleration (VA) API for Linux'
+arch=(x86_64)
+url=https://01.org/linuxmedia/vaapi
+license=(MIT)
+depends=(
+  libdrm
+  libgl
+  libx11
+  libxext
+  libxfixes
+  wayland
+)
+makedepends=(
+  git
+  libglvnd
+  mesa
+  meson
+)
+optdepends=(
+  'intel-media-driver: backend for Intel GPUs (>= Broadwell)'
+  'libva-vdpau-driver: backend for Nvidia and AMD GPUs'
+  'libva-intel-driver: backend for Intel GPUs (<= Haswell)'
+)
+provides=(
+  libva-drm.so
+  libva-glx.so
+  libva-wayland.so
+  libva-x11.so
+  libva.so
+)
+backup=(etc/libva.conf)
+_tag=bef69c5f380a27b6908d6daea0fc18ce50e33bb9
+source=(git+https://github.com/intel/libva.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd libva
+
+  git describe --tags
+}
+
+build() {
+  CFLAGS+=" -DENABLE_VA_MESSAGING"  # Option missing
+  arch-meson libva build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" meson install -C build
+  install -Dm 644 libva/COPYING -t "${pkgdir}"/usr/share/licenses/libva
+
+  install -Dm 644 /dev/stdin "${pkgdir}"/etc/libva.conf <

[arch-commits] Commit in libva/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2020-09-13 Thread Maxime Gauduin via arch-commits
Date: Sunday, September 13, 2020 @ 09:07:04
  Author: alucryd
Revision: 395978

archrelease: copy trunk to extra-x86_64

Added:
  libva/repos/extra-x86_64/PKGBUILD
(from rev 395977, libva/trunk/PKGBUILD)
Deleted:
  libva/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |  128 ++---
 1 file changed, 64 insertions(+), 64 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-13 09:06:59 UTC (rev 395977)
+++ PKGBUILD2020-09-13 09:07:04 UTC (rev 395978)
@@ -1,64 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Ionut Biru 
-
-pkgname=libva
-pkgver=2.8.0
-pkgrel=1
-pkgdesc='Video Acceleration (VA) API for Linux'
-arch=(x86_64)
-url=https://01.org/linuxmedia/vaapi
-license=(MIT)
-depends=(
-  libdrm
-  libgl
-  libx11
-  libxext
-  libxfixes
-  wayland
-)
-makedepends=(
-  git
-  libglvnd
-  mesa
-  meson
-)
-optdepends=(
-  'intel-media-driver: backend for Intel GPUs (>= Broadwell)'
-  'libva-vdpau-driver: backend for Nvidia and AMD GPUs'
-  'libva-intel-driver: backend for Intel GPUs (<= Haswell)'
-)
-provides=(
-  libva-drm.so
-  libva-glx.so
-  libva-wayland.so
-  libva-x11.so
-  libva.so
-)
-backup=(etc/libva.conf)
-_tag=963a4b63a7e9ada3934047c4af906c6867511ac7
-source=(git+https://github.com/intel/libva.git#tag=${_tag})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd libva
-
-  git describe --tags
-}
-
-build() {
-  CFLAGS+=" -DENABLE_VA_MESSAGING"  # Option missing
-  arch-meson libva build
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" meson install -C build
-  install -Dm 644 libva/COPYING -t "${pkgdir}"/usr/share/licenses/libva
-
-  install -Dm 644 /dev/stdin "${pkgdir}"/etc/libva.conf <
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Ionut Biru 
+
+pkgname=libva
+pkgver=2.9.0
+pkgrel=1
+pkgdesc='Video Acceleration (VA) API for Linux'
+arch=(x86_64)
+url=https://01.org/linuxmedia/vaapi
+license=(MIT)
+depends=(
+  libdrm
+  libgl
+  libx11
+  libxext
+  libxfixes
+  wayland
+)
+makedepends=(
+  git
+  libglvnd
+  mesa
+  meson
+)
+optdepends=(
+  'intel-media-driver: backend for Intel GPUs (>= Broadwell)'
+  'libva-vdpau-driver: backend for Nvidia and AMD GPUs'
+  'libva-intel-driver: backend for Intel GPUs (<= Haswell)'
+)
+provides=(
+  libva-drm.so
+  libva-glx.so
+  libva-wayland.so
+  libva-x11.so
+  libva.so
+)
+backup=(etc/libva.conf)
+_tag=881ebd8c9b33af63a692c06514f6a6df3dc6ce70
+source=(git+https://github.com/intel/libva.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd libva
+
+  git describe --tags
+}
+
+build() {
+  CFLAGS+=" -DENABLE_VA_MESSAGING"  # Option missing
+  arch-meson libva build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" meson install -C build
+  install -Dm 644 libva/COPYING -t "${pkgdir}"/usr/share/licenses/libva
+
+  install -Dm 644 /dev/stdin "${pkgdir}"/etc/libva.conf <

[arch-commits] Commit in libva/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2020-06-27 Thread Maxime Gauduin via arch-commits
Date: Friday, June 26, 2020 @ 16:49:20
  Author: alucryd
Revision: 390501

archrelease: copy trunk to extra-x86_64

Added:
  libva/repos/extra-x86_64/PKGBUILD
(from rev 390500, libva/trunk/PKGBUILD)
Deleted:
  libva/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |  127 ++---
 1 file changed, 64 insertions(+), 63 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-26 16:49:15 UTC (rev 390500)
+++ PKGBUILD2020-06-26 16:49:20 UTC (rev 390501)
@@ -1,63 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Ionut Biru 
-
-pkgname=libva
-pkgver=2.7.1
-pkgrel=1
-pkgdesc='Video Acceleration (VA) API for Linux'
-arch=(x86_64)
-url=https://01.org/linuxmedia/vaapi
-license=(MIT)
-depends=(
-  libdrm
-  libgl
-  libx11
-  libxext
-  libxfixes
-  wayland
-)
-makedepends=(
-  git
-  libglvnd
-  mesa
-  meson
-)
-optdepends=(
-  'intel-media-driver: backend for Intel GPUs (>= Broadwell)'
-  'libva-vdpau-driver: backend for Nvidia and AMD GPUs'
-  'libva-intel-driver: backend for Intel GPUs (<= Haswell)'
-)
-provides=(
-  libva-drm.so
-  libva-glx.so
-  libva-wayland.so
-  libva-x11.so
-  libva.so
-)
-backup=(etc/libva.conf)
-source=(git+https://github.com/intel/libva.git#tag=5cef34fdf55b5f8a08fbfdfe5c5f8cc13b1d77ed)
-sha256sums=(SKIP)
-
-pkgver() {
-  cd libva
-
-  git describe --tags
-}
-
-build() {
-  CFLAGS+=" -DENABLE_VA_MESSAGING"  # Option missing
-  arch-meson libva build
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" meson install -C build
-  install -Dm 644 libva/COPYING -t "${pkgdir}"/usr/share/licenses/libva
-
-  install -Dm 644 /dev/stdin "${pkgdir}"/etc/libva.conf <
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Ionut Biru 
+
+pkgname=libva
+pkgver=2.8.0
+pkgrel=1
+pkgdesc='Video Acceleration (VA) API for Linux'
+arch=(x86_64)
+url=https://01.org/linuxmedia/vaapi
+license=(MIT)
+depends=(
+  libdrm
+  libgl
+  libx11
+  libxext
+  libxfixes
+  wayland
+)
+makedepends=(
+  git
+  libglvnd
+  mesa
+  meson
+)
+optdepends=(
+  'intel-media-driver: backend for Intel GPUs (>= Broadwell)'
+  'libva-vdpau-driver: backend for Nvidia and AMD GPUs'
+  'libva-intel-driver: backend for Intel GPUs (<= Haswell)'
+)
+provides=(
+  libva-drm.so
+  libva-glx.so
+  libva-wayland.so
+  libva-x11.so
+  libva.so
+)
+backup=(etc/libva.conf)
+_tag=963a4b63a7e9ada3934047c4af906c6867511ac7
+source=(git+https://github.com/intel/libva.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd libva
+
+  git describe --tags
+}
+
+build() {
+  CFLAGS+=" -DENABLE_VA_MESSAGING"  # Option missing
+  arch-meson libva build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" meson install -C build
+  install -Dm 644 libva/COPYING -t "${pkgdir}"/usr/share/licenses/libva
+
+  install -Dm 644 /dev/stdin "${pkgdir}"/etc/libva.conf <

[arch-commits] Commit in libva/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2020-04-20 Thread Maxime Gauduin via arch-commits
Date: Monday, April 20, 2020 @ 06:31:15
  Author: alucryd
Revision: 380581

archrelease: copy trunk to extra-x86_64

Added:
  libva/repos/extra-x86_64/PKGBUILD
(from rev 380580, libva/trunk/PKGBUILD)
Deleted:
  libva/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |  126 ++---
 1 file changed, 63 insertions(+), 63 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-20 06:31:10 UTC (rev 380580)
+++ PKGBUILD2020-04-20 06:31:15 UTC (rev 380581)
@@ -1,63 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Ionut Biru 
-
-pkgname=libva
-pkgver=2.7.0
-pkgrel=1
-pkgdesc='Video Acceleration (VA) API for Linux'
-arch=(x86_64)
-url=https://01.org/linuxmedia/vaapi
-license=(MIT)
-depends=(
-  libdrm
-  libgl
-  libx11
-  libxext
-  libxfixes
-  wayland
-)
-makedepends=(
-  git
-  libglvnd
-  mesa
-  meson
-)
-optdepends=(
-  'intel-media-driver: backend for Intel GPUs (>= Broadwell)'
-  'libva-vdpau-driver: backend for Nvidia and AMD GPUs'
-  'libva-intel-driver: backend for Intel GPUs (<= Haswell)'
-)
-provides=(
-  libva-drm.so
-  libva-glx.so
-  libva-wayland.so
-  libva-x11.so
-  libva.so
-)
-backup=(etc/libva.conf)
-source=(git+https://github.com/intel/libva.git#tag=c2be378312b0a17c796509defae42afba7351272)
-sha256sums=(SKIP)
-
-pkgver() {
-  cd libva
-
-  git describe --tags
-}
-
-build() {
-  CFLAGS+=" -DENABLE_VA_MESSAGING"  # Option missing
-  arch-meson libva build
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" meson install -C build
-  install -Dm 644 libva/COPYING -t "${pkgdir}"/usr/share/licenses/libva
-
-  install -Dm 644 /dev/stdin "${pkgdir}"/etc/libva.conf <
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Ionut Biru 
+
+pkgname=libva
+pkgver=2.7.1
+pkgrel=1
+pkgdesc='Video Acceleration (VA) API for Linux'
+arch=(x86_64)
+url=https://01.org/linuxmedia/vaapi
+license=(MIT)
+depends=(
+  libdrm
+  libgl
+  libx11
+  libxext
+  libxfixes
+  wayland
+)
+makedepends=(
+  git
+  libglvnd
+  mesa
+  meson
+)
+optdepends=(
+  'intel-media-driver: backend for Intel GPUs (>= Broadwell)'
+  'libva-vdpau-driver: backend for Nvidia and AMD GPUs'
+  'libva-intel-driver: backend for Intel GPUs (<= Haswell)'
+)
+provides=(
+  libva-drm.so
+  libva-glx.so
+  libva-wayland.so
+  libva-x11.so
+  libva.so
+)
+backup=(etc/libva.conf)
+source=(git+https://github.com/intel/libva.git#tag=5cef34fdf55b5f8a08fbfdfe5c5f8cc13b1d77ed)
+sha256sums=(SKIP)
+
+pkgver() {
+  cd libva
+
+  git describe --tags
+}
+
+build() {
+  CFLAGS+=" -DENABLE_VA_MESSAGING"  # Option missing
+  arch-meson libva build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" meson install -C build
+  install -Dm 644 libva/COPYING -t "${pkgdir}"/usr/share/licenses/libva
+
+  install -Dm 644 /dev/stdin "${pkgdir}"/etc/libva.conf <

[arch-commits] Commit in libva/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2020-04-02 Thread Maxime Gauduin via arch-commits
Date: Thursday, April 2, 2020 @ 21:32:01
  Author: alucryd
Revision: 379165

archrelease: copy trunk to extra-x86_64

Added:
  libva/repos/extra-x86_64/PKGBUILD
(from rev 379164, libva/trunk/PKGBUILD)
Deleted:
  libva/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |  126 ++---
 1 file changed, 63 insertions(+), 63 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-02 21:31:55 UTC (rev 379164)
+++ PKGBUILD2020-04-02 21:32:01 UTC (rev 379165)
@@ -1,63 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Ionut Biru 
-
-pkgname=libva
-pkgver=2.6.1
-pkgrel=1
-pkgdesc='Video Acceleration (VA) API for Linux'
-arch=(x86_64)
-url=https://01.org/linuxmedia/vaapi
-license=(MIT)
-depends=(
-  libdrm
-  libgl
-  libx11
-  libxext
-  libxfixes
-  wayland
-)
-makedepends=(
-  git
-  libglvnd
-  mesa
-  meson
-)
-optdepends=(
-  'intel-media-driver: backend for Intel GPUs (>= Broadwell)'
-  'libva-vdpau-driver: backend for Nvidia and AMD GPUs'
-  'libva-intel-driver: backend for Intel GPUs (<= Haswell)'
-)
-provides=(
-  libva-drm.so
-  libva-glx.so
-  libva-wayland.so
-  libva-x11.so
-  libva.so
-)
-backup=(etc/libva.conf)
-source=(git+https://github.com/intel/libva.git#tag=b593b7cddd9ecfb4a1c59af078817751eef4bb23)
-sha256sums=(SKIP)
-
-pkgver() {
-  cd libva
-
-  git describe --tags
-}
-
-build() {
-  CFLAGS+=" -DENABLE_VA_MESSAGING"  # Option missing
-  arch-meson libva build
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" meson install -C build
-  install -Dm 644 libva/COPYING -t "${pkgdir}"/usr/share/licenses/libva
-
-  install -Dm 644 /dev/stdin "${pkgdir}"/etc/libva.conf <
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Ionut Biru 
+
+pkgname=libva
+pkgver=2.7.0
+pkgrel=1
+pkgdesc='Video Acceleration (VA) API for Linux'
+arch=(x86_64)
+url=https://01.org/linuxmedia/vaapi
+license=(MIT)
+depends=(
+  libdrm
+  libgl
+  libx11
+  libxext
+  libxfixes
+  wayland
+)
+makedepends=(
+  git
+  libglvnd
+  mesa
+  meson
+)
+optdepends=(
+  'intel-media-driver: backend for Intel GPUs (>= Broadwell)'
+  'libva-vdpau-driver: backend for Nvidia and AMD GPUs'
+  'libva-intel-driver: backend for Intel GPUs (<= Haswell)'
+)
+provides=(
+  libva-drm.so
+  libva-glx.so
+  libva-wayland.so
+  libva-x11.so
+  libva.so
+)
+backup=(etc/libva.conf)
+source=(git+https://github.com/intel/libva.git#tag=c2be378312b0a17c796509defae42afba7351272)
+sha256sums=(SKIP)
+
+pkgver() {
+  cd libva
+
+  git describe --tags
+}
+
+build() {
+  CFLAGS+=" -DENABLE_VA_MESSAGING"  # Option missing
+  arch-meson libva build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" meson install -C build
+  install -Dm 644 libva/COPYING -t "${pkgdir}"/usr/share/licenses/libva
+
+  install -Dm 644 /dev/stdin "${pkgdir}"/etc/libva.conf <

[arch-commits] Commit in libva/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2020-01-18 Thread Maxime Gauduin via arch-commits
Date: Saturday, January 18, 2020 @ 13:44:14
  Author: alucryd
Revision: 373672

archrelease: copy trunk to extra-x86_64

Added:
  libva/repos/extra-x86_64/PKGBUILD
(from rev 373671, libva/trunk/PKGBUILD)
Deleted:
  libva/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |  125 ++---
 1 file changed, 63 insertions(+), 62 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-18 13:44:08 UTC (rev 373671)
+++ PKGBUILD2020-01-18 13:44:14 UTC (rev 373672)
@@ -1,62 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Ionut Biru 
-
-pkgname=libva
-pkgver=2.6.0
-pkgrel=1
-pkgdesc='Video Acceleration (VA) API for Linux'
-arch=(x86_64)
-url=https://01.org/linuxmedia/vaapi
-license=(MIT)
-depends=(
-  libdrm
-  libgl
-  libx11
-  libxext
-  libxfixes
-  wayland
-)
-makedepends=(
-  git
-  libglvnd
-  mesa
-  meson
-)
-optdepends=(
-  'libva-vdpau-driver: backend for Nvidia and AMD cards'
-  'libva-intel-driver: backend for Intel cards'
-)
-provides=(
-  libva-drm.so
-  libva-glx.so
-  libva-wayland.so
-  libva-x11.so
-  libva.so
-)
-backup=(etc/libva.conf)
-source=(git+https://github.com/intel/libva.git#tag=5f693d9e603e0e83928cec67c30b6ac902d7aa85)
-sha256sums=(SKIP)
-
-pkgver() {
-  cd libva
-
-  git describe --tags
-}
-
-build() {
-  CFLAGS+=" -DENABLE_VA_MESSAGING"  # Option missing
-  arch-meson libva build
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" meson install -C build
-  install -Dm 644 libva/COPYING -t "${pkgdir}"/usr/share/licenses/libva
-
-  install -Dm 644 /dev/stdin "${pkgdir}"/etc/libva.conf <
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Ionut Biru 
+
+pkgname=libva
+pkgver=2.6.1
+pkgrel=1
+pkgdesc='Video Acceleration (VA) API for Linux'
+arch=(x86_64)
+url=https://01.org/linuxmedia/vaapi
+license=(MIT)
+depends=(
+  libdrm
+  libgl
+  libx11
+  libxext
+  libxfixes
+  wayland
+)
+makedepends=(
+  git
+  libglvnd
+  mesa
+  meson
+)
+optdepends=(
+  'intel-media-driver: backend for Intel GPUs (>= Broadwell)'
+  'libva-vdpau-driver: backend for Nvidia and AMD GPUs'
+  'libva-intel-driver: backend for Intel GPUs (<= Haswell)'
+)
+provides=(
+  libva-drm.so
+  libva-glx.so
+  libva-wayland.so
+  libva-x11.so
+  libva.so
+)
+backup=(etc/libva.conf)
+source=(git+https://github.com/intel/libva.git#tag=b593b7cddd9ecfb4a1c59af078817751eef4bb23)
+sha256sums=(SKIP)
+
+pkgver() {
+  cd libva
+
+  git describe --tags
+}
+
+build() {
+  CFLAGS+=" -DENABLE_VA_MESSAGING"  # Option missing
+  arch-meson libva build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" meson install -C build
+  install -Dm 644 libva/COPYING -t "${pkgdir}"/usr/share/licenses/libva
+
+  install -Dm 644 /dev/stdin "${pkgdir}"/etc/libva.conf <

[arch-commits] Commit in libva/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-12-29 Thread Maxime Gauduin via arch-commits
Date: Monday, December 30, 2019 @ 02:40:36
  Author: alucryd
Revision: 372374

archrelease: copy trunk to extra-x86_64

Added:
  libva/repos/extra-x86_64/PKGBUILD
(from rev 372373, libva/trunk/PKGBUILD)
Deleted:
  libva/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |  118 -
 1 file changed, 62 insertions(+), 56 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-30 02:40:31 UTC (rev 372373)
+++ PKGBUILD2019-12-30 02:40:36 UTC (rev 372374)
@@ -1,56 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Ionut Biru 
-
-pkgname=libva
-pkgver=2.5.0
-pkgrel=1
-pkgdesc='Video Acceleration (VA) API for Linux'
-arch=(x86_64)
-url=https://01.org/linuxmedia/vaapi
-license=(MIT)
-depends=(
-  libdrm
-  libgl
-  libx11
-  libxext
-  libxfixes
-  wayland
-)
-makedepends=(
-  git
-  libglvnd
-  mesa
-  meson
-)
-optdepends=(
-  'libva-vdpau-driver: backend for Nvidia and AMD cards'
-  'libva-intel-driver: backend for Intel cards'
-)
-provides=(
-  libva-drm.so
-  libva-glx.so
-  libva-wayland.so
-  libva-x11.so
-  libva.so
-)
-backup=(etc/libva.conf)
-source=(git+https://github.com/intel/libva.git#tag=${pkgver})
-sha256sums=('SKIP')
-
-build() {
-  CFLAGS+=" -DENABLE_VA_MESSAGING"  # Option missing
-  arch-meson libva build
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" meson install -C build
-  install -Dm 644 libva/COPYING -t "${pkgdir}"/usr/share/licenses/libva
-
-  install -Dm 644 /dev/stdin "${pkgdir}"/etc/libva.conf <
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Ionut Biru 
+
+pkgname=libva
+pkgver=2.6.0
+pkgrel=1
+pkgdesc='Video Acceleration (VA) API for Linux'
+arch=(x86_64)
+url=https://01.org/linuxmedia/vaapi
+license=(MIT)
+depends=(
+  libdrm
+  libgl
+  libx11
+  libxext
+  libxfixes
+  wayland
+)
+makedepends=(
+  git
+  libglvnd
+  mesa
+  meson
+)
+optdepends=(
+  'libva-vdpau-driver: backend for Nvidia and AMD cards'
+  'libva-intel-driver: backend for Intel cards'
+)
+provides=(
+  libva-drm.so
+  libva-glx.so
+  libva-wayland.so
+  libva-x11.so
+  libva.so
+)
+backup=(etc/libva.conf)
+source=(git+https://github.com/intel/libva.git#tag=5f693d9e603e0e83928cec67c30b6ac902d7aa85)
+sha256sums=(SKIP)
+
+pkgver() {
+  cd libva
+
+  git describe --tags
+}
+
+build() {
+  CFLAGS+=" -DENABLE_VA_MESSAGING"  # Option missing
+  arch-meson libva build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" meson install -C build
+  install -Dm 644 libva/COPYING -t "${pkgdir}"/usr/share/licenses/libva
+
+  install -Dm 644 /dev/stdin "${pkgdir}"/etc/libva.conf <

[arch-commits] Commit in libva/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-07-05 Thread Maxime Gauduin via arch-commits
Date: Friday, July 5, 2019 @ 17:21:12
  Author: alucryd
Revision: 357331

archrelease: copy trunk to extra-x86_64

Added:
  libva/repos/extra-x86_64/PKGBUILD
(from rev 357330, libva/trunk/PKGBUILD)
Deleted:
  libva/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |  112 ++---
 1 file changed, 56 insertions(+), 56 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-05 17:21:06 UTC (rev 357330)
+++ PKGBUILD2019-07-05 17:21:12 UTC (rev 357331)
@@ -1,56 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Ionut Biru 
-
-pkgname=libva
-pkgver=2.4.1
-pkgrel=1
-pkgdesc='Video Acceleration (VA) API for Linux'
-arch=(x86_64)
-url=https://01.org/linuxmedia/vaapi
-license=(MIT)
-depends=(
-  libdrm
-  libgl
-  libx11
-  libxext
-  libxfixes
-  wayland
-)
-makedepends=(
-  git
-  libglvnd
-  mesa
-  meson
-)
-optdepends=(
-  'libva-vdpau-driver: backend for Nvidia and AMD cards'
-  'libva-intel-driver: backend for Intel cards'
-)
-provides=(
-  libva-drm.so
-  libva-glx.so
-  libva-wayland.so
-  libva-x11.so
-  libva.so
-)
-backup=(etc/libva.conf)
-source=(git+https://github.com/intel/libva.git#tag=${pkgver})
-sha256sums=(SKIP)
-
-build() {
-  CFLAGS+=" -DENABLE_VA_MESSAGING"  # Option missing
-  arch-meson libva build
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" meson install -C build
-  install -Dm 644 libva/COPYING -t "${pkgdir}"/usr/share/licenses/libva
-
-  install -Dm 644 /dev/stdin "${pkgdir}"/etc/libva.conf <
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Ionut Biru 
+
+pkgname=libva
+pkgver=2.5.0
+pkgrel=1
+pkgdesc='Video Acceleration (VA) API for Linux'
+arch=(x86_64)
+url=https://01.org/linuxmedia/vaapi
+license=(MIT)
+depends=(
+  libdrm
+  libgl
+  libx11
+  libxext
+  libxfixes
+  wayland
+)
+makedepends=(
+  git
+  libglvnd
+  mesa
+  meson
+)
+optdepends=(
+  'libva-vdpau-driver: backend for Nvidia and AMD cards'
+  'libva-intel-driver: backend for Intel cards'
+)
+provides=(
+  libva-drm.so
+  libva-glx.so
+  libva-wayland.so
+  libva-x11.so
+  libva.so
+)
+backup=(etc/libva.conf)
+source=(git+https://github.com/intel/libva.git#tag=${pkgver})
+sha256sums=('SKIP')
+
+build() {
+  CFLAGS+=" -DENABLE_VA_MESSAGING"  # Option missing
+  arch-meson libva build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" meson install -C build
+  install -Dm 644 libva/COPYING -t "${pkgdir}"/usr/share/licenses/libva
+
+  install -Dm 644 /dev/stdin "${pkgdir}"/etc/libva.conf <

[arch-commits] Commit in libva/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-04-09 Thread Maxime Gauduin via arch-commits
Date: Tuesday, April 9, 2019 @ 10:17:10
  Author: alucryd
Revision: 350443

archrelease: copy trunk to extra-x86_64

Added:
  libva/repos/extra-x86_64/PKGBUILD
(from rev 350442, libva/trunk/PKGBUILD)
Deleted:
  libva/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |  112 ++---
 1 file changed, 56 insertions(+), 56 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-09 10:17:01 UTC (rev 350442)
+++ PKGBUILD2019-04-09 10:17:10 UTC (rev 350443)
@@ -1,56 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Ionut Biru 
-
-pkgname=libva
-pkgver=2.4.0
-pkgrel=1
-pkgdesc='Video Acceleration (VA) API for Linux'
-arch=(x86_64)
-url=https://01.org/linuxmedia/vaapi
-license=(MIT)
-depends=(
-  libdrm
-  libgl
-  libx11
-  libxext
-  libxfixes
-  wayland
-)
-makedepends=(
-  git
-  libglvnd
-  mesa
-  meson
-)
-optdepends=(
-  'libva-vdpau-driver: backend for Nvidia and AMD cards'
-  'libva-intel-driver: backend for Intel cards'
-)
-provides=(
-  libva-drm.so
-  libva-glx.so
-  libva-wayland.so
-  libva-x11.so
-  libva.so
-)
-backup=(etc/libva.conf)
-source=(git+https://github.com/intel/libva.git#tag=${pkgver})
-sha256sums=(SKIP)
-
-build() {
-  CFLAGS+=" -DENABLE_VA_MESSAGING"  # Option missing
-  arch-meson libva build
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" meson install -C build
-  install -Dm 644 libva/COPYING -t "${pkgdir}"/usr/share/licenses/libva
-
-  install -Dm 644 /dev/stdin "${pkgdir}"/etc/libva.conf <
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Ionut Biru 
+
+pkgname=libva
+pkgver=2.4.1
+pkgrel=1
+pkgdesc='Video Acceleration (VA) API for Linux'
+arch=(x86_64)
+url=https://01.org/linuxmedia/vaapi
+license=(MIT)
+depends=(
+  libdrm
+  libgl
+  libx11
+  libxext
+  libxfixes
+  wayland
+)
+makedepends=(
+  git
+  libglvnd
+  mesa
+  meson
+)
+optdepends=(
+  'libva-vdpau-driver: backend for Nvidia and AMD cards'
+  'libva-intel-driver: backend for Intel cards'
+)
+provides=(
+  libva-drm.so
+  libva-glx.so
+  libva-wayland.so
+  libva-x11.so
+  libva.so
+)
+backup=(etc/libva.conf)
+source=(git+https://github.com/intel/libva.git#tag=${pkgver})
+sha256sums=(SKIP)
+
+build() {
+  CFLAGS+=" -DENABLE_VA_MESSAGING"  # Option missing
+  arch-meson libva build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" meson install -C build
+  install -Dm 644 libva/COPYING -t "${pkgdir}"/usr/share/licenses/libva
+
+  install -Dm 644 /dev/stdin "${pkgdir}"/etc/libva.conf <

[arch-commits] Commit in libva/repos/extra-x86_64 (257.patch PKGBUILD PKGBUILD)

2019-01-26 Thread Maxime Gauduin via arch-commits
Date: Saturday, January 26, 2019 @ 16:19:20
  Author: alucryd
Revision: 344831

archrelease: copy trunk to extra-x86_64

Added:
  libva/repos/extra-x86_64/PKGBUILD
(from rev 344830, libva/trunk/PKGBUILD)
Deleted:
  libva/repos/extra-x86_64/257.patch
  libva/repos/extra-x86_64/PKGBUILD

---+
 257.patch |   67 ---
 PKGBUILD  |  101 +---
 2 files changed, 56 insertions(+), 112 deletions(-)

Deleted: 257.patch
===
--- 257.patch   2019-01-26 16:19:01 UTC (rev 344830)
+++ 257.patch   2019-01-26 16:19:20 UTC (rev 344831)
@@ -1,67 +0,0 @@
-From 3dbd558f204490565e98feae25eaa39cd9206937 Mon Sep 17 00:00:00 2001
-From: Haihao Xiang 
-Date: Fri, 7 Dec 2018 13:25:41 +0800
-Subject: [PATCH] Add pointer to struct wl_interface for driver to use
-
-See https://github.com/intel/intel-vaapi-driver/issues/419 for the
-information
-
-Note: don't export the interface symbol in case others may reuse it.
-
-Signed-off-by: Haihao Xiang 

- va/wayland/va_backend_wayland.h | 10 +-
- va/wayland/va_wayland_drm.c |  4 
- 2 files changed, 13 insertions(+), 1 deletion(-)
-
-diff --git a/va/wayland/va_backend_wayland.h b/va/wayland/va_backend_wayland.h
-index 9e5740a7..906d4bfb 100644
 a/va/wayland/va_backend_wayland.h
-+++ b/va/wayland/va_backend_wayland.h
-@@ -64,8 +64,16 @@ struct VADriverVTableWayland {
- /** \brief Indicate whether buffer sharing with prime fd is supported. */
- unsigned int has_prime_sharing;
- 
-+/**
-+ * Pointer to an implementation of struct wl_interface
-+ *
-+ * It is set by libva-wayland when a context is created, then the backend
-+ * driver may reuse it.
-+ */
-+const void *wl_interface;
-+
- /** \brief Reserved bytes for future use, must be zero */
--unsigned long reserved[8];
-+unsigned long reserved[7];
- };
- 
- #endif /* VA_BACKEND_WAYLAND_H */
-diff --git a/va/wayland/va_wayland_drm.c b/va/wayland/va_wayland_drm.c
-index 8e226951..4cd3f6c7 100644
 a/va/wayland/va_wayland_drm.c
-+++ b/va/wayland/va_wayland_drm.c
-@@ -136,6 +136,7 @@ va_wayland_drm_destroy(VADisplayContextP pDisplayContext)
- struct VADriverVTableWayland *vtable = ctx->vtable_wayland;
- 
- vtable->has_prime_sharing = 0;
-+vtable->wl_interface = NULL;
- 
- wl_drm_ctx->is_authenticated = 0;
- 
-@@ -222,6 +223,8 @@ va_wayland_drm_create(VADisplayContextP pDisplayContext)
- struct VADriverVTableWayland *vtable = ctx->vtable_wayland;
- struct wl_display *wrapped_display = NULL;
- 
-+vtable->wl_interface = NULL;
-+
- wl_drm_ctx = malloc(sizeof(*wl_drm_ctx));
- if (!wl_drm_ctx) {
- va_wayland_error("could not allocate wl_drm_ctx");
-@@ -300,6 +303,7 @@ va_wayland_drm_create(VADisplayContextP pDisplayContext)
- goto end;
- }
- 
-+vtable->wl_interface = _drm_interface;
- result = true;
- 
- end:

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-26 16:19:01 UTC (rev 344830)
+++ PKGBUILD2019-01-26 16:19:20 UTC (rev 344831)
@@ -1,45 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Ionut Biru 
-
-pkgname=libva
-pkgver=2.3.0
-pkgrel=2
-pkgdesc='Video Acceleration (VA) API for Linux'
-arch=('x86_64')
-url='https://01.org/linuxmedia/vaapi'
-license=('MIT')
-depends=('libdrm' 'libgl' 'libx11' 'libxext' 'libxfixes' 'wayland')
-makedepends=('git' 'libglvnd' 'mesa' 'meson')
-optdepends=('libva-vdpau-driver: backend for Nvidia and AMD cards'
-'libva-intel-driver: backend for Intel cards')
-provides=('libva-drm.so' 'libva-glx.so' 'libva-wayland.so' 'libva-x11.so' 
'libva.so')
-backup=('etc/libva.conf')
-source=("git+https://github.com/intel/libva.git#tag=${pkgver};
-257.patch)
-sha256sums=('SKIP'
-'768a5e7a78fadda4f040097a83fb0dc1411b11fd14346e7041be0a704eca823e')
-
-prepare() {
-  cd libva
-  
-  # https://github.com/intel/intel-vaapi-driver/issues/419
-  patch -Np1 -i ../257.patch
-}
-
-build() {
-  CFLAGS+=" -DENABLE_VA_MESSAGING"  # Option missing
-  arch-meson libva build
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" meson install -C build
-  install -Dm 644 libva/COPYING -t "${pkgdir}"/usr/share/licenses/libva
-
-  install -Dm 644 /dev/stdin "${pkgdir}"/etc/libva.conf <
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Ionut Biru 
+
+pkgname=libva
+pkgver=2.4.0
+pkgrel=1
+pkgdesc='Video Acceleration (VA) API for Linux'
+arch=(x86_64)
+url=https://01.org/linuxmedia/vaapi
+license=(MIT)
+depends=(
+  libdrm
+  libgl
+  libx11
+  libxext
+  libxfixes
+  wayland
+)
+makedepends=(
+  git
+  libglvnd
+  mesa
+  meson
+)
+optdepends=(
+  'libva-vdpau-driver: backend for Nvidia and AMD cards'
+  'libva-intel-driver: backend for Intel cards'
+)
+provides=(
+  libva-drm.so
+  libva-glx.so
+  

[arch-commits] Commit in libva/repos/extra-x86_64 (4 files)

2019-01-25 Thread Jan Steffens via arch-commits
Date: Friday, January 25, 2019 @ 10:21:40
  Author: heftig
Revision: 344749

archrelease: copy trunk to extra-x86_64

Added:
  libva/repos/extra-x86_64/257.patch
(from rev 344748, libva/trunk/257.patch)
  libva/repos/extra-x86_64/PKGBUILD
(from rev 344748, libva/trunk/PKGBUILD)
Deleted:
  libva/repos/extra-x86_64/PKGBUILD
  libva/repos/extra-x86_64/not-finding-wl-drm-interface-with-libglvnd.patch

--+
 257.patch|   67 ++
 PKGBUILD |   75 -
 not-finding-wl-drm-interface-with-libglvnd.patch |   48 -
 3 files changed, 112 insertions(+), 78 deletions(-)

Copied: libva/repos/extra-x86_64/257.patch (from rev 344748, 
libva/trunk/257.patch)
===
--- 257.patch   (rev 0)
+++ 257.patch   2019-01-25 10:21:40 UTC (rev 344749)
@@ -0,0 +1,67 @@
+From 3dbd558f204490565e98feae25eaa39cd9206937 Mon Sep 17 00:00:00 2001
+From: Haihao Xiang 
+Date: Fri, 7 Dec 2018 13:25:41 +0800
+Subject: [PATCH] Add pointer to struct wl_interface for driver to use
+
+See https://github.com/intel/intel-vaapi-driver/issues/419 for the
+information
+
+Note: don't export the interface symbol in case others may reuse it.
+
+Signed-off-by: Haihao Xiang 
+---
+ va/wayland/va_backend_wayland.h | 10 +-
+ va/wayland/va_wayland_drm.c |  4 
+ 2 files changed, 13 insertions(+), 1 deletion(-)
+
+diff --git a/va/wayland/va_backend_wayland.h b/va/wayland/va_backend_wayland.h
+index 9e5740a7..906d4bfb 100644
+--- a/va/wayland/va_backend_wayland.h
 b/va/wayland/va_backend_wayland.h
+@@ -64,8 +64,16 @@ struct VADriverVTableWayland {
+ /** \brief Indicate whether buffer sharing with prime fd is supported. */
+ unsigned int has_prime_sharing;
+ 
++/**
++ * Pointer to an implementation of struct wl_interface
++ *
++ * It is set by libva-wayland when a context is created, then the backend
++ * driver may reuse it.
++ */
++const void *wl_interface;
++
+ /** \brief Reserved bytes for future use, must be zero */
+-unsigned long reserved[8];
++unsigned long reserved[7];
+ };
+ 
+ #endif /* VA_BACKEND_WAYLAND_H */
+diff --git a/va/wayland/va_wayland_drm.c b/va/wayland/va_wayland_drm.c
+index 8e226951..4cd3f6c7 100644
+--- a/va/wayland/va_wayland_drm.c
 b/va/wayland/va_wayland_drm.c
+@@ -136,6 +136,7 @@ va_wayland_drm_destroy(VADisplayContextP pDisplayContext)
+ struct VADriverVTableWayland *vtable = ctx->vtable_wayland;
+ 
+ vtable->has_prime_sharing = 0;
++vtable->wl_interface = NULL;
+ 
+ wl_drm_ctx->is_authenticated = 0;
+ 
+@@ -222,6 +223,8 @@ va_wayland_drm_create(VADisplayContextP pDisplayContext)
+ struct VADriverVTableWayland *vtable = ctx->vtable_wayland;
+ struct wl_display *wrapped_display = NULL;
+ 
++vtable->wl_interface = NULL;
++
+ wl_drm_ctx = malloc(sizeof(*wl_drm_ctx));
+ if (!wl_drm_ctx) {
+ va_wayland_error("could not allocate wl_drm_ctx");
+@@ -300,6 +303,7 @@ va_wayland_drm_create(VADisplayContextP pDisplayContext)
+ goto end;
+ }
+ 
++vtable->wl_interface = _drm_interface;
+ result = true;
+ 
+ end:

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-25 10:21:23 UTC (rev 344748)
+++ PKGBUILD2019-01-25 10:21:40 UTC (rev 344749)
@@ -1,30 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Ionut Biru 
-
-pkgname=libva
-pkgver=2.3.0
-pkgrel=1
-pkgdesc='Video Acceleration (VA) API for Linux'
-arch=('x86_64')
-url='https://01.org/linuxmedia/vaapi'
-license=('MIT')
-depends=('libdrm' 'libgl' 'libx11' 'libxext' 'libxfixes' 'wayland')
-makedepends=('git' 'libglvnd' 'mesa' 'meson')
-optdepends=('libva-vdpau-driver: backend for Nvidia and AMD cards'
-'libva-intel-driver: backend for Intel cards')
-provides=('libva-drm.so' 'libva-glx.so' 'libva-wayland.so' 'libva-x11.so' 
'libva.so')
-source=("git+https://github.com/intel/libva.git#tag=${pkgver};)
-sha256sums=('SKIP')
-
-build() {
-  arch-meson libva build
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" ninja -C build install
-  install -Dm 644 libva/COPYING -t "${pkgdir}"/usr/share/licenses/libva
-}
-
-# vim: ts=2 sw=2 et:

Copied: libva/repos/extra-x86_64/PKGBUILD (from rev 344748, 
libva/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-25 10:21:40 UTC (rev 344749)
@@ -0,0 +1,45 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Ionut Biru 
+
+pkgname=libva
+pkgver=2.3.0
+pkgrel=2
+pkgdesc='Video Acceleration (VA) API for Linux'
+arch=('x86_64')
+url='https://01.org/linuxmedia/vaapi'
+license=('MIT')
+depends=('libdrm' 'libgl' 

[arch-commits] Commit in libva/repos/extra-x86_64 (4 files)

2018-10-01 Thread Maxime Gauduin via arch-commits
Date: Monday, October 1, 2018 @ 18:07:13
  Author: alucryd
Revision: 335613

archrelease: copy trunk to extra-x86_64

Added:
  libva/repos/extra-x86_64/PKGBUILD
(from rev 335612, libva/trunk/PKGBUILD)
  libva/repos/extra-x86_64/not-finding-wl-drm-interface-with-libglvnd.patch
(from rev 335612, 
libva/trunk/not-finding-wl-drm-interface-with-libglvnd.patch)
Deleted:
  libva/repos/extra-x86_64/PKGBUILD
  libva/repos/extra-x86_64/not-finding-wl-drm-interface-with-libglvnd.patch

--+
 PKGBUILD |   61 ++---
 not-finding-wl-drm-interface-with-libglvnd.patch |   96 ++---
 2 files changed, 78 insertions(+), 79 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-01 18:07:05 UTC (rev 335612)
+++ PKGBUILD2018-10-01 18:07:13 UTC (rev 335613)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Ionut Biru 
-
-pkgname=libva
-pkgver=2.2.0
-pkgrel=2
-pkgdesc='Video Acceleration (VA) API for Linux'
-arch=('x86_64')
-url='https://01.org/linuxmedia/vaapi'
-license=('MIT')
-depends=('libdrm' 'libgl' 'libx11' 'libxext' 'libxfixes' 'wayland')
-makedepends=('git' 'libglvnd' 'mesa' 'meson')
-optdepends=('libva-vdpau-driver: backend for Nvidia and AMD cards'
-'libva-intel-driver: backend for Intel cards')
-provides=('libva-drm.so' 'libva-glx.so' 'libva-wayland.so' 'libva-x11.so' 
'libva.so')
-source=("git+https://github.com/intel/libva.git#tag=${pkgver};)
-sha256sums=('SKIP')
-
-build() {
-  arch-meson libva build
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" ninja -C build install
-  install -Dm 644 libva/COPYING -t "${pkgdir}"/usr/share/licenses/libva
-}
-
-# vim: ts=2 sw=2 et:

Copied: libva/repos/extra-x86_64/PKGBUILD (from rev 335612, 
libva/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-01 18:07:13 UTC (rev 335613)
@@ -0,0 +1,30 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Ionut Biru 
+
+pkgname=libva
+pkgver=2.3.0
+pkgrel=1
+pkgdesc='Video Acceleration (VA) API for Linux'
+arch=('x86_64')
+url='https://01.org/linuxmedia/vaapi'
+license=('MIT')
+depends=('libdrm' 'libgl' 'libx11' 'libxext' 'libxfixes' 'wayland')
+makedepends=('git' 'libglvnd' 'mesa' 'meson')
+optdepends=('libva-vdpau-driver: backend for Nvidia and AMD cards'
+'libva-intel-driver: backend for Intel cards')
+provides=('libva-drm.so' 'libva-glx.so' 'libva-wayland.so' 'libva-x11.so' 
'libva.so')
+source=("git+https://github.com/intel/libva.git#tag=${pkgver};)
+sha256sums=('SKIP')
+
+build() {
+  arch-meson libva build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+  install -Dm 644 libva/COPYING -t "${pkgdir}"/usr/share/licenses/libva
+}
+
+# vim: ts=2 sw=2 et:

Deleted: not-finding-wl-drm-interface-with-libglvnd.patch
===
--- not-finding-wl-drm-interface-with-libglvnd.patch2018-10-01 18:07:05 UTC 
(rev 335612)
+++ not-finding-wl-drm-interface-with-libglvnd.patch2018-10-01 18:07:13 UTC 
(rev 335613)
@@ -1,48 +0,0 @@
-From b832b37c6a6f7ff69a4ea4656007827a1b7e67e8 Mon Sep 17 00:00:00 2001
-From: Hans de Goede 
-Date: Wed, 15 Feb 2017 15:18:44 +0100
-Subject: [PATCH] Wayland-drm: Fix not finding wl_drm_interface on systems with
- libglvnd
-
-We do not want just any libEGL.so.1 we want mesa's libEGL.so.1 as that
-is the only way which defines the wl_drm_interface symbol we need,
-one systems with libglvnd libEGL.so.1 is a dispatcher library provided
-by libglvnd and the actual mesa libEGL we want is named libEGL_mesa.so.0
-so try that first.
-
-Signed-off-by: Hans de Goede 

- va/wayland/va_wayland_drm.c | 12 +---
- 1 file changed, 9 insertions(+), 3 deletions(-)
-
-diff --git a/va/wayland/va_wayland_drm.c b/va/wayland/va_wayland_drm.c
-index 958ea85..2ff19f5 100644
 a/va/wayland/va_wayland_drm.c
-+++ b/va/wayland/va_wayland_drm.c
-@@ -38,7 +38,10 @@
- #include "wayland-drm-client-protocol.h"
- 
- /* XXX: Wayland/DRM support currently lives in Mesa libEGL.so.* library */
--#define LIBWAYLAND_DRM_NAME "libEGL.so.1"
-+/* First try the soname of a glvnd enabled mesa build */
-+#define LIBWAYLAND_DRM_NAME "libEGL_mesa.so.0"
-+/* Then fallback to plain libEGL.so.1 (which might not be mesa) */
-+#define LIBWAYLAND_DRM_NAME_FALLBACK "libEGL.so.1"
- 
- typedef struct va_wayland_drm_context {
- struct va_wayland_context   base;
-@@ -207,8 +210,11 @@ va_wayland_drm_create(VADisplayContextP pDisplayContext)
- vtable->has_prime_sharing = 0;
- 
- wl_drm_ctx->handle = dlopen(LIBWAYLAND_DRM_NAME, RTLD_LAZY|RTLD_LOCAL);
--if (!wl_drm_ctx->handle)
--return false;
-+if (!wl_drm_ctx->handle) {
-+ 

[arch-commits] Commit in libva/repos/extra-x86_64 (4 files)

2018-07-14 Thread Maxime Gauduin via arch-commits
Date: Saturday, July 14, 2018 @ 06:54:22
  Author: alucryd
Revision: 328569

archrelease: copy trunk to extra-x86_64

Added:
  libva/repos/extra-x86_64/PKGBUILD
(from rev 328568, libva/trunk/PKGBUILD)
  libva/repos/extra-x86_64/not-finding-wl-drm-interface-with-libglvnd.patch
(from rev 328568, 
libva/trunk/not-finding-wl-drm-interface-with-libglvnd.patch)
Deleted:
  libva/repos/extra-x86_64/PKGBUILD
  libva/repos/extra-x86_64/not-finding-wl-drm-interface-with-libglvnd.patch

--+
 PKGBUILD |   67 ++
 not-finding-wl-drm-interface-with-libglvnd.patch |   96 ++---
 2 files changed, 79 insertions(+), 84 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-14 06:54:10 UTC (rev 328568)
+++ PKGBUILD2018-07-14 06:54:22 UTC (rev 328569)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Ionut Biru 
-
-pkgname=libva
-pkgver=2.2.0
-pkgrel=1
-pkgdesc='Video Acceleration (VA) API for Linux'
-arch=('x86_64')
-url='https://01.org/linuxmedia/vaapi'
-license=('MIT')
-depends=('glibc' 'libdrm' 'libgl' 'libx11' 'libxext' 'libxfixes' 'wayland')
-makedepends=('mesa')
-optdepends=('libva-vdpau-driver: backend for Nvidia and AMD cards'
-'libva-intel-driver: backend for Intel cards')
-provides=('libva-drm.so' 'libva-glx.so' 'libva-wayland.so' 'libva-x11.so' 
'libva.so')
-source=("https://github.com/01org/libva/releases/download/${pkgver}/libva-${pkgver}.tar.bz2;)
-sha256sums=('6f6ca04c785544d30d315ef130a6aeb9435b75f934d7fbe0e4e9ba6084ce4ef2')
-
-build() {
-  cd libva-${pkgver}
-
-  ./configure \
---prefix='/usr'
-  make
-}
-
-package() {
-  cd libva-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-  install -Dm 644 COPYING -t "${pkgdir}"/usr/share/licenses/libva
-}
-
-# vim: ts=2 sw=2 et:

Copied: libva/repos/extra-x86_64/PKGBUILD (from rev 328568, 
libva/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-14 06:54:22 UTC (rev 328569)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Ionut Biru 
+
+pkgname=libva
+pkgver=2.2.0
+pkgrel=2
+pkgdesc='Video Acceleration (VA) API for Linux'
+arch=('x86_64')
+url='https://01.org/linuxmedia/vaapi'
+license=('MIT')
+depends=('libdrm' 'libgl' 'libx11' 'libxext' 'libxfixes' 'wayland')
+makedepends=('git' 'libglvnd' 'mesa' 'meson')
+optdepends=('libva-vdpau-driver: backend for Nvidia and AMD cards'
+'libva-intel-driver: backend for Intel cards')
+provides=('libva-drm.so' 'libva-glx.so' 'libva-wayland.so' 'libva-x11.so' 
'libva.so')
+source=("git+https://github.com/intel/libva.git#tag=${pkgver};)
+sha256sums=('SKIP')
+
+build() {
+  arch-meson libva build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+  install -Dm 644 libva/COPYING -t "${pkgdir}"/usr/share/licenses/libva
+}
+
+# vim: ts=2 sw=2 et:

Deleted: not-finding-wl-drm-interface-with-libglvnd.patch
===
--- not-finding-wl-drm-interface-with-libglvnd.patch2018-07-14 06:54:10 UTC 
(rev 328568)
+++ not-finding-wl-drm-interface-with-libglvnd.patch2018-07-14 06:54:22 UTC 
(rev 328569)
@@ -1,48 +0,0 @@
-From b832b37c6a6f7ff69a4ea4656007827a1b7e67e8 Mon Sep 17 00:00:00 2001
-From: Hans de Goede 
-Date: Wed, 15 Feb 2017 15:18:44 +0100
-Subject: [PATCH] Wayland-drm: Fix not finding wl_drm_interface on systems with
- libglvnd
-
-We do not want just any libEGL.so.1 we want mesa's libEGL.so.1 as that
-is the only way which defines the wl_drm_interface symbol we need,
-one systems with libglvnd libEGL.so.1 is a dispatcher library provided
-by libglvnd and the actual mesa libEGL we want is named libEGL_mesa.so.0
-so try that first.
-
-Signed-off-by: Hans de Goede 

- va/wayland/va_wayland_drm.c | 12 +---
- 1 file changed, 9 insertions(+), 3 deletions(-)
-
-diff --git a/va/wayland/va_wayland_drm.c b/va/wayland/va_wayland_drm.c
-index 958ea85..2ff19f5 100644
 a/va/wayland/va_wayland_drm.c
-+++ b/va/wayland/va_wayland_drm.c
-@@ -38,7 +38,10 @@
- #include "wayland-drm-client-protocol.h"
- 
- /* XXX: Wayland/DRM support currently lives in Mesa libEGL.so.* library */
--#define LIBWAYLAND_DRM_NAME "libEGL.so.1"
-+/* First try the soname of a glvnd enabled mesa build */
-+#define LIBWAYLAND_DRM_NAME "libEGL_mesa.so.0"
-+/* Then fallback to plain libEGL.so.1 (which might not be mesa) */
-+#define LIBWAYLAND_DRM_NAME_FALLBACK "libEGL.so.1"
- 
- typedef struct va_wayland_drm_context {
- struct va_wayland_context   base;
-@@ -207,8 +210,11 @@ va_wayland_drm_create(VADisplayContextP pDisplayContext)
- vtable->has_prime_sharing = 0;
- 
- wl_drm_ctx->handle = 

[arch-commits] Commit in libva/repos/extra-x86_64 (4 files)

2018-07-14 Thread Maxime Gauduin via arch-commits
Date: Saturday, July 14, 2018 @ 06:49:48
  Author: alucryd
Revision: 328567

archrelease: copy trunk to extra-x86_64

Added:
  libva/repos/extra-x86_64/PKGBUILD
(from rev 328566, libva/trunk/PKGBUILD)
  libva/repos/extra-x86_64/not-finding-wl-drm-interface-with-libglvnd.patch
(from rev 328566, 
libva/trunk/not-finding-wl-drm-interface-with-libglvnd.patch)
Deleted:
  libva/repos/extra-x86_64/PKGBUILD
  libva/repos/extra-x86_64/not-finding-wl-drm-interface-with-libglvnd.patch

--+
 PKGBUILD |   72 +++
 not-finding-wl-drm-interface-with-libglvnd.patch |   96 ++---
 2 files changed, 84 insertions(+), 84 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-14 06:49:36 UTC (rev 328566)
+++ PKGBUILD2018-07-14 06:49:48 UTC (rev 328567)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Ionut Biru 
-
-pkgname=libva
-pkgver=2.1.0
-pkgrel=1
-pkgdesc='Video Acceleration (VA) API for Linux'
-arch=('x86_64')
-url='https://01.org/linuxmedia/vaapi'
-license=('MIT')
-depends=('glibc' 'libdrm' 'libgl' 'libx11' 'libxext' 'libxfixes' 'wayland')
-makedepends=('mesa')
-optdepends=('libva-vdpau-driver: backend for Nvidia and AMD cards'
-'libva-intel-driver: backend for Intel cards')
-provides=('libva-drm.so' 'libva-glx.so' 'libva-wayland.so' 'libva-x11.so' 
'libva.so')
-source=("https://github.com/01org/libva/releases/download/${pkgver}/libva-${pkgver}.tar.bz2;)
-sha256sums=('f3fa953a11d3210c3a4ee79031abdbe0863d5ce13d9b3f93f315f1eec60a4b0f')
-
-build() {
-  cd libva-${pkgver}
-
-  ./configure \
---prefix='/usr'
-  make
-}
-
-package() {
-  cd libva-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-  install -Dm 644 COPYING -t "${pkgdir}"/usr/share/licenses/libva
-}
-
-# vim: ts=2 sw=2 et:

Copied: libva/repos/extra-x86_64/PKGBUILD (from rev 328566, 
libva/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-14 06:49:48 UTC (rev 328567)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Ionut Biru 
+
+pkgname=libva
+pkgver=2.2.0
+pkgrel=1
+pkgdesc='Video Acceleration (VA) API for Linux'
+arch=('x86_64')
+url='https://01.org/linuxmedia/vaapi'
+license=('MIT')
+depends=('glibc' 'libdrm' 'libgl' 'libx11' 'libxext' 'libxfixes' 'wayland')
+makedepends=('mesa')
+optdepends=('libva-vdpau-driver: backend for Nvidia and AMD cards'
+'libva-intel-driver: backend for Intel cards')
+provides=('libva-drm.so' 'libva-glx.so' 'libva-wayland.so' 'libva-x11.so' 
'libva.so')
+source=("https://github.com/01org/libva/releases/download/${pkgver}/libva-${pkgver}.tar.bz2;)
+sha256sums=('6f6ca04c785544d30d315ef130a6aeb9435b75f934d7fbe0e4e9ba6084ce4ef2')
+
+build() {
+  cd libva-${pkgver}
+
+  ./configure \
+--prefix='/usr'
+  make
+}
+
+package() {
+  cd libva-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 COPYING -t "${pkgdir}"/usr/share/licenses/libva
+}
+
+# vim: ts=2 sw=2 et:

Deleted: not-finding-wl-drm-interface-with-libglvnd.patch
===
--- not-finding-wl-drm-interface-with-libglvnd.patch2018-07-14 06:49:36 UTC 
(rev 328566)
+++ not-finding-wl-drm-interface-with-libglvnd.patch2018-07-14 06:49:48 UTC 
(rev 328567)
@@ -1,48 +0,0 @@
-From b832b37c6a6f7ff69a4ea4656007827a1b7e67e8 Mon Sep 17 00:00:00 2001
-From: Hans de Goede 
-Date: Wed, 15 Feb 2017 15:18:44 +0100
-Subject: [PATCH] Wayland-drm: Fix not finding wl_drm_interface on systems with
- libglvnd
-
-We do not want just any libEGL.so.1 we want mesa's libEGL.so.1 as that
-is the only way which defines the wl_drm_interface symbol we need,
-one systems with libglvnd libEGL.so.1 is a dispatcher library provided
-by libglvnd and the actual mesa libEGL we want is named libEGL_mesa.so.0
-so try that first.
-
-Signed-off-by: Hans de Goede 

- va/wayland/va_wayland_drm.c | 12 +---
- 1 file changed, 9 insertions(+), 3 deletions(-)
-
-diff --git a/va/wayland/va_wayland_drm.c b/va/wayland/va_wayland_drm.c
-index 958ea85..2ff19f5 100644
 a/va/wayland/va_wayland_drm.c
-+++ b/va/wayland/va_wayland_drm.c
-@@ -38,7 +38,10 @@
- #include "wayland-drm-client-protocol.h"
- 
- /* XXX: Wayland/DRM support currently lives in Mesa libEGL.so.* library */
--#define LIBWAYLAND_DRM_NAME "libEGL.so.1"
-+/* First try the soname of a glvnd enabled mesa build */
-+#define LIBWAYLAND_DRM_NAME "libEGL_mesa.so.0"
-+/* Then fallback to plain libEGL.so.1 (which might not be mesa) */
-+#define LIBWAYLAND_DRM_NAME_FALLBACK "libEGL.so.1"
- 
- typedef struct va_wayland_drm_context {
- struct va_wayland_context   base;
-@@ -207,8 +210,11 @@ va_wayland_drm_create(VADisplayContextP 

[arch-commits] Commit in libva/repos/extra-x86_64 (4 files)

2018-02-12 Thread Maxime Gauduin via arch-commits
Date: Monday, February 12, 2018 @ 18:41:01
  Author: alucryd
Revision: 316726

archrelease: copy trunk to extra-x86_64

Added:
  libva/repos/extra-x86_64/PKGBUILD
(from rev 316725, libva/trunk/PKGBUILD)
  libva/repos/extra-x86_64/not-finding-wl-drm-interface-with-libglvnd.patch
(from rev 316725, 
libva/trunk/not-finding-wl-drm-interface-with-libglvnd.patch)
Deleted:
  libva/repos/extra-x86_64/PKGBUILD
  libva/repos/extra-x86_64/not-finding-wl-drm-interface-with-libglvnd.patch

--+
 PKGBUILD |   72 +++
 not-finding-wl-drm-interface-with-libglvnd.patch |   96 ++---
 2 files changed, 84 insertions(+), 84 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-12 18:40:48 UTC (rev 316725)
+++ PKGBUILD2018-02-12 18:41:01 UTC (rev 316726)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Ionut Biru 
-
-pkgname=libva
-pkgver=2.0.0
-pkgrel=2
-pkgdesc='Video Acceleration (VA) API for Linux'
-arch=('i686' 'x86_64')
-url='https://01.org/linuxmedia/vaapi'
-license=('MIT')
-depends=('glibc' 'libdrm' 'libgl' 'libx11' 'libxext' 'libxfixes' 'wayland')
-makedepends=('mesa')
-optdepends=('libva-vdpau-driver: backend for Nvidia and AMD cards'
-'libva-intel-driver: backend for Intel cards')
-provides=('libva-drm.so' 'libva-glx.so' 'libva-wayland.so' 'libva-x11.so' 
'libva.so')
-source=("https://github.com/01org/libva/releases/download/${pkgver}/libva-${pkgver}.tar.bz2;)
-sha256sums=('bb0601f9a209e60d8d0b867067323661a7816ff429021441b775452b8589e533')
-
-build() {
-  cd libva-${pkgver}
-
-  ./configure \
---prefix='/usr'
-  make
-}
-
-package() {
-  cd libva-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-  install -Dm 644 COPYING -t "${pkgdir}"/usr/share/licenses/libva
-}
-
-# vim: ts=2 sw=2 et:

Copied: libva/repos/extra-x86_64/PKGBUILD (from rev 316725, 
libva/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-12 18:41:01 UTC (rev 316726)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Ionut Biru 
+
+pkgname=libva
+pkgver=2.1.0
+pkgrel=1
+pkgdesc='Video Acceleration (VA) API for Linux'
+arch=('x86_64')
+url='https://01.org/linuxmedia/vaapi'
+license=('MIT')
+depends=('glibc' 'libdrm' 'libgl' 'libx11' 'libxext' 'libxfixes' 'wayland')
+makedepends=('mesa')
+optdepends=('libva-vdpau-driver: backend for Nvidia and AMD cards'
+'libva-intel-driver: backend for Intel cards')
+provides=('libva-drm.so' 'libva-glx.so' 'libva-wayland.so' 'libva-x11.so' 
'libva.so')
+source=("https://github.com/01org/libva/releases/download/${pkgver}/libva-${pkgver}.tar.bz2;)
+sha256sums=('f3fa953a11d3210c3a4ee79031abdbe0863d5ce13d9b3f93f315f1eec60a4b0f')
+
+build() {
+  cd libva-${pkgver}
+
+  ./configure \
+--prefix='/usr'
+  make
+}
+
+package() {
+  cd libva-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 COPYING -t "${pkgdir}"/usr/share/licenses/libva
+}
+
+# vim: ts=2 sw=2 et:

Deleted: not-finding-wl-drm-interface-with-libglvnd.patch
===
--- not-finding-wl-drm-interface-with-libglvnd.patch2018-02-12 18:40:48 UTC 
(rev 316725)
+++ not-finding-wl-drm-interface-with-libglvnd.patch2018-02-12 18:41:01 UTC 
(rev 316726)
@@ -1,48 +0,0 @@
-From b832b37c6a6f7ff69a4ea4656007827a1b7e67e8 Mon Sep 17 00:00:00 2001
-From: Hans de Goede 
-Date: Wed, 15 Feb 2017 15:18:44 +0100
-Subject: [PATCH] Wayland-drm: Fix not finding wl_drm_interface on systems with
- libglvnd
-
-We do not want just any libEGL.so.1 we want mesa's libEGL.so.1 as that
-is the only way which defines the wl_drm_interface symbol we need,
-one systems with libglvnd libEGL.so.1 is a dispatcher library provided
-by libglvnd and the actual mesa libEGL we want is named libEGL_mesa.so.0
-so try that first.
-
-Signed-off-by: Hans de Goede 

- va/wayland/va_wayland_drm.c | 12 +---
- 1 file changed, 9 insertions(+), 3 deletions(-)
-
-diff --git a/va/wayland/va_wayland_drm.c b/va/wayland/va_wayland_drm.c
-index 958ea85..2ff19f5 100644
 a/va/wayland/va_wayland_drm.c
-+++ b/va/wayland/va_wayland_drm.c
-@@ -38,7 +38,10 @@
- #include "wayland-drm-client-protocol.h"
- 
- /* XXX: Wayland/DRM support currently lives in Mesa libEGL.so.* library */
--#define LIBWAYLAND_DRM_NAME "libEGL.so.1"
-+/* First try the soname of a glvnd enabled mesa build */
-+#define LIBWAYLAND_DRM_NAME "libEGL_mesa.so.0"
-+/* Then fallback to plain libEGL.so.1 (which might not be mesa) */

[arch-commits] Commit in libva/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2016-11-11 Thread Bartłomiej Piotrowski
Date: Friday, November 11, 2016 @ 17:19:42
  Author: bpiotrowski
Revision: 280557

archrelease: copy trunk to extra-x86_64

Added:
  libva/repos/extra-x86_64/PKGBUILD
(from rev 280556, libva/trunk/PKGBUILD)
Deleted:
  libva/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   58 +-
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-11-11 17:19:38 UTC (rev 280556)
+++ PKGBUILD2016-11-11 17:19:42 UTC (rev 280557)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-# Maintainer: Bartłomiej Piotrowski 
-
-pkgname=libva
-pkgver=1.7.2
-pkgrel=1
-pkgdesc='Video Acceleration (VA) API for Linux'
-arch=('i686' 'x86_64')
-url='http://freedesktop.org/wiki/Software/vaapi'
-license=('MIT')
-depends=('libgl' 'libdrm' 'libxfixes')
-makedepends=('mesa')
-optdepends=('libva-vdpau-driver: backend for Nvidia and AMD cards'
-'libva-intel-driver: backend for Intel cards')
-source=(https://freedesktop.org/software/vaapi/releases/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('77d30af5a4bfaec6dddc2bdcbbd92ef5')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
-}

Copied: libva/repos/extra-x86_64/PKGBUILD (from rev 280556, 
libva/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-11-11 17:19:42 UTC (rev 280557)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru 
+# Maintainer: Bartłomiej Piotrowski 
+
+pkgname=libva
+pkgver=1.7.3
+pkgrel=1
+pkgdesc='Video Acceleration (VA) API for Linux'
+arch=('i686' 'x86_64')
+url='http://freedesktop.org/wiki/Software/vaapi'
+license=('MIT')
+depends=('libgl' 'libdrm' 'libxfixes')
+makedepends=('mesa')
+optdepends=('libva-vdpau-driver: backend for Nvidia and AMD cards'
+'libva-intel-driver: backend for Intel cards')
+source=(https://freedesktop.org/software/vaapi/releases/$pkgname/$pkgname-$pkgver.tar.bz2)
+sha1sums=('18e46f3d5a0e971eb0ec9fe14bc021e69eb13fb8')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+}



[arch-commits] Commit in libva/repos (extra-x86_64)

2011-07-30 Thread Ionut Biru
Date: Saturday, July 30, 2011 @ 03:38:14
  Author: ibiru
Revision: 133628

archrelease: remove extra-x86_64

Deleted:
  libva/repos/extra-x86_64/



[arch-commits] Commit in libva/repos (extra-x86_64)

2011-07-30 Thread Ionut Biru
Date: Saturday, July 30, 2011 @ 03:38:28
  Author: ibiru
Revision: 133629

archrelease: copy trunk to extra-x86_64

Added:
  libva/repos/extra-x86_64/



[arch-commits] Commit in libva/repos (extra-x86_64)

2011-07-22 Thread Ionut Biru
Date: Friday, July 22, 2011 @ 07:16:26
  Author: ibiru
Revision: 132273

db-move: libva removed by ibiru for move to [extra] (x86_64)

Deleted:
  libva/repos/extra-x86_64/



[arch-commits] Commit in libva/repos (extra-x86_64 testing-x86_64)

2011-07-22 Thread Ionut Biru
Date: Friday, July 22, 2011 @ 07:16:27
  Author: ibiru
Revision: 132274

db-move: moved libva from [testing] to [extra] (x86_64)

Added:
  libva/repos/extra-x86_64/
Deleted:
  libva/repos/testing-x86_64/



[arch-commits] Commit in libva/repos (extra-x86_64)

2011-04-01 Thread Ionut Biru
Date: Friday, April 1, 2011 @ 14:28:06
  Author: ibiru
Revision: 117424

archrelease: remove extra-x86_64

Deleted:
  libva/repos/extra-x86_64/



[arch-commits] Commit in libva/repos (extra-x86_64)

2011-04-01 Thread Ionut Biru
Date: Friday, April 1, 2011 @ 14:28:18
  Author: ibiru
Revision: 117425

archrelease: copy trunk to extra-x86_64

Added:
  libva/repos/extra-x86_64/



[arch-commits] Commit in libva/repos (extra-x86_64)

2011-03-28 Thread Ionut Biru
Date: Monday, March 28, 2011 @ 16:29:38
  Author: ibiru
Revision: 117120

archrelease: remove extra-x86_64

Deleted:
  libva/repos/extra-x86_64/



[arch-commits] Commit in libva/repos (extra-x86_64)

2011-03-28 Thread Ionut Biru
Date: Monday, March 28, 2011 @ 16:29:54
  Author: ibiru
Revision: 117121

archrelease: copy trunk to extra-x86_64

Added:
  libva/repos/extra-x86_64/



[arch-commits] Commit in libva/repos (extra-x86_64 testing-x86_64)

2011-01-30 Thread Ionut Biru
Date: Sunday, January 30, 2011 @ 17:33:00
  Author: ibiru
Revision: 108404

db-move: moved libva from [testing] to [extra] (x86_64)

Added:
  libva/repos/extra-x86_64/
Deleted:
  libva/repos/testing-x86_64/



[arch-commits] Commit in libva/repos (extra-x86_64)

2011-01-30 Thread Ionut Biru
Date: Sunday, January 30, 2011 @ 17:33:00
  Author: ibiru
Revision: 108403

db-move: libva removed by ibiru for move to [extra] (x86_64)

Deleted:
  libva/repos/extra-x86_64/



[arch-commits] Commit in libva/repos (extra-x86_64)

2010-11-12 Thread Ionut Biru
Date: Friday, November 12, 2010 @ 15:20:03
  Author: ibiru
Revision: 98705

archrelease: remove extra-x86_64

Deleted:
  libva/repos/extra-x86_64/



[arch-commits] Commit in libva/repos (extra-x86_64)

2010-11-12 Thread Ionut Biru
Date: Friday, November 12, 2010 @ 15:20:18
  Author: ibiru
Revision: 98706

archrelease: copy trunk to extra-x86_64

Added:
  libva/repos/extra-x86_64/



[arch-commits] Commit in libva/repos (extra-x86_64)

2010-10-19 Thread Ionut Biru
Date: Tuesday, October 19, 2010 @ 05:47:01
  Author: ibiru
Revision: 96206

archrelease: remove extra-x86_64

Deleted:
  libva/repos/extra-x86_64/



[arch-commits] Commit in libva/repos (extra-x86_64)

2010-10-19 Thread Ionut Biru
Date: Tuesday, October 19, 2010 @ 05:47:31
  Author: ibiru
Revision: 96207

archrelease: copy trunk to extra-x86_64

Added:
  libva/repos/extra-x86_64/



[arch-commits] Commit in libva/repos (extra-x86_64)

2010-10-08 Thread Ionut Biru
Date: Friday, October 8, 2010 @ 08:28:38
  Author: ibiru
Revision: 94576

archrelease: remove extra-x86_64

Deleted:
  libva/repos/extra-x86_64/



[arch-commits] Commit in libva/repos (extra-x86_64)

2010-10-08 Thread Ionut Biru
Date: Friday, October 8, 2010 @ 08:28:52
  Author: ibiru
Revision: 94577

archrelease: copy trunk to extra-x86_64

Added:
  libva/repos/extra-x86_64/



[arch-commits] Commit in libva/repos (extra-x86_64)

2010-08-06 Thread Ionut Biru
Date: Friday, August 6, 2010 @ 17:29:55
  Author: ibiru
Revision: 86909

archrelease: remove extra-x86_64

Deleted:
  libva/repos/extra-x86_64/



[arch-commits] Commit in libva/repos (extra-x86_64)

2010-08-06 Thread Ionut Biru
Date: Friday, August 6, 2010 @ 17:30:12
  Author: ibiru
Revision: 86910

archrelease: copy trunk to extra-x86_64

Added:
  libva/repos/extra-x86_64/



[arch-commits] Commit in libva/repos (extra-x86_64)

2010-07-11 Thread Ionut Biru
Date: Sunday, July 11, 2010 @ 06:13:02
  Author: ibiru
Revision: 85258

archrelease: remove extra-x86_64

Deleted:
  libva/repos/extra-x86_64/



[arch-commits] Commit in libva/repos (extra-x86_64)

2010-07-11 Thread Ionut Biru
Date: Sunday, July 11, 2010 @ 06:13:22
  Author: ibiru
Revision: 85259

archrelease: copy trunk to extra-x86_64

Added:
  libva/repos/extra-x86_64/



[arch-commits] Commit in libva/repos (extra-x86_64)

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

archrelease: copy trunk to extra-x86_64

Added:
  libva/repos/extra-x86_64/



[arch-commits] Commit in libva/repos (extra-x86_64)

2010-06-26 Thread Ionut Biru
Date: Saturday, June 26, 2010 @ 11:19:41
  Author: ibiru
Revision: 84128

archrelease: copy trunk to extra-x86_64

Added:
  libva/repos/extra-x86_64/