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

Bruno Pagani archange at archlinux.org
Sun Sep 13 12:09:20 UTC 2020


    Date: Sunday, September 13, 2020 @ 12:09:20
  Author: archange
Revision: 705105

archrelease: copy trunk to community-x86_64

Added:
  libva-utils/repos/community-x86_64/PKGBUILD
    (from rev 705104, libva-utils/trunk/PKGBUILD)
Deleted:
  libva-utils/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   48 ++++++++++++++++++++++++------------------------
 1 file changed, 24 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-13 12:08:55 UTC (rev 705104)
+++ PKGBUILD	2020-09-13 12:09:20 UTC (rev 705105)
@@ -1,24 +0,0 @@
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-# Contributor: Sean V Kelley <seanvk at posteo.de>
-
-pkgname=libva-utils
-pkgver=2.8.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=('b9d7c2c75d71911ebc7f09b76c439d9491b4b6db96b37fe78119f8a89f6c0d52')
-
-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 705104, libva-utils/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-09-13 12:09:20 UTC (rev 705105)
@@ -0,0 +1,24 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+# Contributor: Sean V Kelley <seanvk at posteo.de>
+
+pkgname=libva-utils
+pkgver=2.9.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=('d363210a42cd2667f6f7cff0e57db1d527feb067ffebe3ba233bc80b1bdcd9b4')
+
+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}/
+}



More information about the arch-commits mailing list