[arch-commits] Commit in libva/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Maxime Gauduin
alucryd at gemini.archlinux.org
Tue Sep 6 14:27:43 UTC 2022
Date: Tuesday, September 6, 2022 @ 14:27:43
Author: alucryd
Revision: 455140
archrelease: copy trunk to extra-x86_64
Added:
libva/repos/extra-x86_64/PKGBUILD
(from rev 455139, libva/trunk/PKGBUILD)
Deleted:
libva/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 136 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 68 insertions(+), 68 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-09-06 14:27:33 UTC (rev 455139)
+++ PKGBUILD 2022-09-06 14:27:43 UTC (rev 455140)
@@ -1,68 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-# Contributor: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=libva
-pkgver=2.15.0
-pkgrel=3
-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)
-options=(debug)
-_tag=b095d10bf355110352e75c22e581018a7ea7de5a
-source=(git+https://github.com/intel/libva.git#tag=${_tag})
-sha256sums=(SKIP)
-
-prebare() {
- cd libva
- git cherry-pick -n c49f7ea61116b030c9df251f111fffbc3235d224 # https://bugs.archlinux.org/task/75312
-}
-
-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:set sw=2 sts=-1 et:
Copied: libva/repos/extra-x86_64/PKGBUILD (from rev 455139, libva/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-09-06 14:27:43 UTC (rev 455140)
@@ -0,0 +1,68 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=libva
+pkgver=2.15.0
+pkgrel=4
+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-drivers: 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=b095d10bf355110352e75c22e581018a7ea7de5a
+source=(git+https://github.com/intel/libva.git#tag=${_tag})
+sha256sums=(SKIP)
+
+prebare() {
+ cd libva
+ git cherry-pick -n c49f7ea61116b030c9df251f111fffbc3235d224 # https://bugs.archlinux.org/task/75312
+}
+
+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:set sw=2 sts=-1 et:
More information about the arch-commits
mailing list