Date: Tuesday, November 1, 2022 @ 18:57:28
Author: arojas
Revision: 1340233
archrelease: copy trunk to community-x86_64
Added:
libva-utils/repos/community-x86_64/PKGBUILD
(from rev 1340232, libva-utils/trunk/PKGBUILD)
Deleted:
libva-utils/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 48 ++++++++++++++++++++++++------------------------
1 file changed, 24 insertions(+), 24 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-11-01 18:57:20 UTC (rev 1340232)
+++ PKGBUILD 2022-11-01 18:57:28 UTC (rev 1340233)
@@ -1,24 +0,0 @@
-# Maintainer: Bruno Pagani <[email protected]>
-# Contributor: Sean V Kelley <[email protected]>
-
-pkgname=libva-utils
-pkgver=2.15.0
-pkgrel=1
-pkgdesc="Intel VA-API Media Applications and Scripts for libva"
-arch=(x86_64)
-url="https://github.com/intel/libva-utils"
-license=(custom)
-depends=(libva)
-makedepends=(mesa meson)
-source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('73609a24fe1dbf99e1472e20af1398d910f64c88b8615272f9f3539ffc5d2efc')
-
-build() {
- arch-meson ${pkgname}-${pkgver} build
- meson compile -C build
-}
-
-package() {
- DESTDIR="${pkgdir}" meson install -C build
- install -Dm644 ${pkgname}-${pkgver}/COPYING -t
"${pkgdir}"/usr/share/licenses/${pkgname}/
-}
Copied: libva-utils/repos/community-x86_64/PKGBUILD (from rev 1340232,
libva-utils/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-11-01 18:57:28 UTC (rev 1340233)
@@ -0,0 +1,24 @@
+# Maintainer: Bruno Pagani <[email protected]>
+# Contributor: Sean V Kelley <[email protected]>
+
+pkgname=libva-utils
+pkgver=2.16.0
+pkgrel=1
+pkgdesc="Intel VA-API Media Applications and Scripts for libva"
+arch=(x86_64)
+url="https://github.com/intel/libva-utils"
+license=(custom)
+depends=(libva)
+makedepends=(mesa meson)
+source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('646c9bfff6a83504c48de2c786c9514ca30c5e916127faf00f143ef8147ee950')
+
+build() {
+ arch-meson ${pkgname}-${pkgver} build
+ meson compile -C build
+}
+
+package() {
+ DESTDIR="${pkgdir}" meson install -C build
+ install -Dm644 ${pkgname}-${pkgver}/COPYING -t
"${pkgdir}"/usr/share/licenses/${pkgname}/
+}