[arch-commits] Commit in libva-utils/repos/community-x86_64 (PKGBUILD PKGBUILD)
Bruno Pagani
archange at archlinux.org
Thu Apr 9 20:09:05 UTC 2020
Date: Thursday, April 9, 2020 @ 20:09:04
Author: archange
Revision: 613050
archrelease: copy trunk to community-x86_64
Added:
libva-utils/repos/community-x86_64/PKGBUILD
(from rev 613049, libva-utils/trunk/PKGBUILD)
Deleted:
libva-utils/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 50 +++++++++++++++++++++++++-------------------------
1 file changed, 25 insertions(+), 25 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-09 20:08:56 UTC (rev 613049)
+++ PKGBUILD 2020-04-09 20:09:04 UTC (rev 613050)
@@ -1,25 +0,0 @@
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-# Contributor: Sean V Kelley <seanvk at posteo.de>
-
-pkgname=libva-utils
-pkgver=2.7.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=('bcb0d4c0efadf9600dd5064ee8e2e08e8d1bc7307e829e39d0f8206016a3fda2')
-
-build() {
- cd ${pkgname}-${pkgver}
- arch-meson ../build
- ninja -v -C ../build
-}
-
-package() {
- DESTDIR="${pkgdir}" ninja -C build install
- install -Dm644 ${pkgname}-${pkgver}/COPYING -t "${pkgdir}"/usr/share/licenses/${pkgname}/
-}
Copied: libva-utils/repos/community-x86_64/PKGBUILD (from rev 613049, libva-utils/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-04-09 20:09:04 UTC (rev 613050)
@@ -0,0 +1,25 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+# Contributor: Sean V Kelley <seanvk at posteo.de>
+
+pkgname=libva-utils
+pkgver=2.7.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=('9cf35b971001e7143dda14207b6891c12619a72a2ab99a9133b3da5b9c4d97dd')
+
+build() {
+ cd ${pkgname}-${pkgver}
+ arch-meson ../build
+ ninja -v -C ../build
+}
+
+package() {
+ DESTDIR="${pkgdir}" ninja -C build install
+ install -Dm644 ${pkgname}-${pkgver}/COPYING -t "${pkgdir}"/usr/share/licenses/${pkgname}/
+}
More information about the arch-commits
mailing list