[arch-commits] Commit in libva-utils/repos (4 files)

Bruno Pagani archange at archlinux.org
Sun Oct 29 20:59:28 UTC 2017


    Date: Sunday, October 29, 2017 @ 20:59:27
  Author: archange
Revision: 264699

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  libva-utils/repos/community-staging-i686/
  libva-utils/repos/community-staging-i686/PKGBUILD
    (from rev 264698, libva-utils/trunk/PKGBUILD)
  libva-utils/repos/community-staging-x86_64/
  libva-utils/repos/community-staging-x86_64/PKGBUILD
    (from rev 264698, libva-utils/trunk/PKGBUILD)

-----------------------------------+
 community-staging-i686/PKGBUILD   |   29 +++++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   29 +++++++++++++++++++++++++++++
 2 files changed, 58 insertions(+)

Copied: libva-utils/repos/community-staging-i686/PKGBUILD (from rev 264698, libva-utils/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2017-10-29 20:59:27 UTC (rev 264699)
@@ -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.0.0
+pkgrel=1
+pkgdesc="Intel VA-API Media Applications and Scripts for libva"
+arch=('i686' '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=('9488ebbcd44decace43696c5e00b37c858ca6376dcccbaf0f255e77d6fefd858')
+
+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-staging-x86_64/PKGBUILD (from rev 264698, libva-utils/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2017-10-29 20:59:27 UTC (rev 264699)
@@ -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.0.0
+pkgrel=1
+pkgdesc="Intel VA-API Media Applications and Scripts for libva"
+arch=('i686' '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=('9488ebbcd44decace43696c5e00b37c858ca6376dcccbaf0f255e77d6fefd858')
+
+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