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

Bruno Pagani archange at archlinux.org
Tue Oct 2 09:49:14 UTC 2018


    Date: Tuesday, October 2, 2018 @ 09:49:13
  Author: archange
Revision: 388989

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-02 09:49:06 UTC (rev 388988)
+++ PKGBUILD	2018-10-02 09:49:13 UTC (rev 388989)
@@ -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.2.0
-pkgrel=1
-pkgdesc="Intel VA-API Media Applications and Scripts for libva"
-arch=('x86_64')
-url="https://github.com/01org/libva-utils"
-license=('custom')
-depends=('libva')
-makedepends=('mesa')
-source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/${pkgver}.tar.gz")
-sha256sums=('1c45452090456f2b972d51960b1294215615b0dd925aa36b90eceac77777f3e3')
-
-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 388988, libva-utils/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-10-02 09:49:13 UTC (rev 388989)
@@ -0,0 +1,29 @@
+# Maintainer: Bruno Pagani (a.k.a. ArchangeGabriel) <archange at archlinux.org>
+# Contributor: Sean V Kelley <seanvk at posteo.de>
+
+pkgname=libva-utils
+pkgver=2.3.0
+pkgrel=1
+pkgdesc="Intel VA-API Media Applications and Scripts for libva"
+arch=('x86_64')
+url="https://github.com/01org/libva-utils"
+license=('custom')
+depends=('libva')
+makedepends=('mesa')
+source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/${pkgver}.tar.gz")
+sha256sums=('f338497b867bbc9bf008e4892eaebda08955785dc7eb2005855bba5f1a20b037')
+
+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
+}



More information about the arch-commits mailing list