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

Bruno Pagani archange at archlinux.org
Wed Apr 10 18:18:56 UTC 2019


    Date: Wednesday, April 10, 2019 @ 18:18:56
  Author: archange
Revision: 450900

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-10 18:18:41 UTC (rev 450899)
+++ PKGBUILD	2019-04-10 18:18:56 UTC (rev 450900)
@@ -1,29 +0,0 @@
-# Maintainer: Bruno Pagani (a.k.a. ArchangeGabriel) <archange at archlinux.org>
-# Contributor: Sean V Kelley <seanvk at posteo.de>
-
-pkgname=libva-utils
-pkgver=2.4.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=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/${pkgver}.tar.gz")
-sha256sums=('13d15bf464e5a452f5243a6ca5988d3841c8bbbb017b75d73254acc0e4d6740c')
-
-build() {
-    cd ${pkgname}-${pkgver}
-    ./autogen.sh \
-        --prefix=/usr \
-        --sysconfdir=/etc \
-        --localstatedir=/var
-    make
-}
-
-package() {
-    cd ${pkgname}-${pkgver}
-    make DESTDIR="$pkgdir" install
-    install -Dm644 COPYING "$pkgdir"/usr/share/licenses/${pkgname}/COPYING
-}

Copied: libva-utils/repos/community-x86_64/PKGBUILD (from rev 450899, libva-utils/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-04-10 18:18:56 UTC (rev 450900)
@@ -0,0 +1,29 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+# Contributor: Sean V Kelley <seanvk at posteo.de>
+
+pkgname=libva-utils
+pkgver=2.4.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)
+source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/${pkgver}.tar.gz")
+sha256sums=('4ab6faa6592ffe2d4817450f5453f3974b47441650e8f49e1a12497ce2a794ac')
+
+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}/
+}



More information about the arch-commits mailing list