Date: Saturday, May 6, 2023 @ 10:28:31
Author: arojas
Revision: 1458978
archrelease: copy trunk to community-x86_64
Added:
libva-utils/repos/community-x86_64/PKGBUILD
(from rev 1458977, libva-utils/trunk/PKGBUILD)
Deleted:
libva-utils/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 48 ++++++++++++++++++++++++------------------------
1 file changed, 24 insertions(+), 24 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-05-06 10:28:19 UTC (rev 1458977)
+++ PKGBUILD 2023-05-06 10:28:31 UTC (rev 1458978)
@@ -1,24 +0,0 @@
-# Maintainer: Bruno Pagani <[email protected]>
-# Contributor: Sean V Kelley <[email protected]>
-
-pkgname=libva-utils
-pkgver=2.18.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=('cb4814fb608b72c7366cdb731a1b3b6d1475529a1e2df31d964359de6f0067ba')
-
-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 1458977,
libva-utils/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-05-06 10:28:31 UTC (rev 1458978)
@@ -0,0 +1,24 @@
+# Maintainer: Bruno Pagani <[email protected]>
+# Contributor: Sean V Kelley <[email protected]>
+
+pkgname=libva-utils
+pkgver=2.18.1
+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=('724a54524d9156967d3508f294ce5c45d94cb8f7326537c24ee7fcf59e70de91')
+
+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}/
+}