Date: Thursday, March 30, 2023 @ 15:53:32
Author: alucryd
Revision: 472208
archrelease: copy trunk to extra-x86_64
Added:
libva/repos/extra-x86_64/PKGBUILD
(from rev 472207, libva/trunk/PKGBUILD)
Deleted:
libva/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 125 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 62 insertions(+), 63 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-03-30 15:53:23 UTC (rev 472207)
+++ PKGBUILD 2023-03-30 15:53:32 UTC (rev 472208)
@@ -1,63 +0,0 @@
-# Maintainer: Maxime Gauduin <[email protected]>
-# Contributor: Bartłomiej Piotrowski <[email protected]>
-# Contributor: Ionut Biru <[email protected]>
-
-pkgname=libva
-pkgver=2.17.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-intel-driver: backend for Intel GPUs (<= Haswell)'
- 'libva-mesa-driver: backend for AMD and Nvidia GPUs'
-)
-provides=(
- libva-drm.so
- libva-glx.so
- libva-wayland.so
- libva-x11.so
- libva.so
-)
-backup=(etc/libva.conf)
-options=(debug)
-_tag=df3c584bb79d1a1e521372d62fa62e8b1c52ce6c
-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
- meson compile -C build
-}
-
-package() {
- meson install -C build --destdir "${pkgdir}"
- install -Dm 644 libva/COPYING -t "${pkgdir}"/usr/share/licenses/${pkgname}
- install -Dm 644 /dev/stdin "${pkgdir}"/etc/libva.conf <<END
-LIBVA_MESSAGING_LEVEL=1
-END
-}
-
-# vim: sw=2 ts=2 et:
Copied: libva/repos/extra-x86_64/PKGBUILD (from rev 472207,
libva/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-03-30 15:53:32 UTC (rev 472208)
@@ -0,0 +1,62 @@
+# Maintainer: Maxime Gauduin <[email protected]>
+# Contributor: Bartłomiej Piotrowski <[email protected]>
+# Contributor: Ionut Biru <[email protected]>
+
+pkgname=libva
+pkgver=2.18.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-intel-driver: backend for Intel GPUs (<= Haswell)'
+ 'libva-mesa-driver: backend for AMD and Nvidia GPUs'
+)
+provides=(
+ libva-drm.so
+ libva-glx.so
+ libva-wayland.so
+ libva-x11.so
+ libva.so
+)
+backup=(etc/libva.conf)
+_tag=b06ccb323cd68bc5ce3fa9861c831766d6355d88
+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
+ meson compile -C build
+}
+
+package() {
+ meson install -C build --destdir "${pkgdir}"
+ install -Dm 644 libva/COPYING -t "${pkgdir}"/usr/share/licenses/${pkgname}
+ install -Dm 644 /dev/stdin "${pkgdir}"/etc/libva.conf <<END
+LIBVA_MESSAGING_LEVEL=1
+END
+}
+
+# vim: sw=2 ts=2 et: