[arch-commits] Commit in libva-utils/repos (4 files)
Bruno Pagani
archange at archlinux.org
Thu Jun 1 14:31:51 UTC 2017
Date: Thursday, June 1, 2017 @ 14:31:51
Author: archange
Revision: 232286
archrelease: copy trunk to community-i686, community-x86_64
Added:
libva-utils/repos/community-i686/
libva-utils/repos/community-i686/PKGBUILD
(from rev 232285, libva-utils/trunk/PKGBUILD)
libva-utils/repos/community-x86_64/
libva-utils/repos/community-x86_64/PKGBUILD
(from rev 232285, libva-utils/trunk/PKGBUILD)
---------------------------+
community-i686/PKGBUILD | 29 +++++++++++++++++++++++++++++
community-x86_64/PKGBUILD | 29 +++++++++++++++++++++++++++++
2 files changed, 58 insertions(+)
Copied: libva-utils/repos/community-i686/PKGBUILD (from rev 232285, libva-utils/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-06-01 14:31:51 UTC (rev 232286)
@@ -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=1.8.2
+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=('ccae885d9f3b4511081d287816c56bd7dda98e5947e6254ebe60d08e86c6ba4a')
+
+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 232285, libva-utils/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2017-06-01 14:31:51 UTC (rev 232286)
@@ -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=1.8.2
+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=('ccae885d9f3b4511081d287816c56bd7dda98e5947e6254ebe60d08e86c6ba4a')
+
+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