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

Bruno Pagani archange at archlinux.org
Wed Apr 8 18:13:19 UTC 2020


    Date: Wednesday, April 8, 2020 @ 18:13:19
  Author: archange
Revision: 612698

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   54 +++++++++++++++++++++++++-----------------------------
 1 file changed, 25 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-04-08 18:13:10 UTC (rev 612697)
+++ PKGBUILD	2020-04-08 18:13:19 UTC (rev 612698)
@@ -1,29 +0,0 @@
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-# Contributor: Sean V Kelley <seanvk at posteo.de>
-
-pkgname=libva-utils
-pkgver=2.6.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)
-source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('6ce7a534539c9ae554ace0bfa6689d871145cc172bb3f66ceb3fe2f65466fd90')
-
-build() {
-    cd ${pkgname}-${pkgver}
-    ./autogen.sh \
-        --prefix=/usr \
-        --sysconfdir=/etc \
-        --localstatedir=/var
-    make
-}
-
-package() {
-    cd ${pkgname}-${pkgver}
-    make DESTDIR="${pkgdir}" install
-    install -Dm644 COPYING -t "${pkgdir}"/usr/share/licenses/${pkgname}/
-}

Copied: libva-utils/repos/community-x86_64/PKGBUILD (from rev 612697, libva-utils/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-04-08 18:13:19 UTC (rev 612698)
@@ -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.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}/
+}



More information about the arch-commits mailing list