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

2020-12-19 Thread Bruno Pagani via arch-commits
Date: Saturday, December 19, 2020 @ 20:52:15
  Author: archange
Revision: 780028

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   48 
 1 file changed, 24 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-19 20:52:08 UTC (rev 780027)
+++ PKGBUILD2020-12-19 20:52:15 UTC (rev 780028)
@@ -1,24 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Contributor: Sean V Kelley 
-
-pkgname=libva-utils
-pkgver=2.9.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 meson)
-source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('7cd7111349cdc227c64d5ab68de4a03eacbea26441c7781ccd548491994f0320')
-
-build() {
-arch-meson ${pkgname}-${pkgver} build
-meson compile -C build
-}
-
-package() {
-DESTDIR="${pkgdir}" meson install -C build
-install -Dm644 ${pkgname}-${pkgver}/COPYING -t 
"${pkgdir}"/usr/share/licenses/${pkgname}/
-}

Copied: libva-utils/repos/community-x86_64/PKGBUILD (from rev 780027, 
libva-utils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-19 20:52:15 UTC (rev 780028)
@@ -0,0 +1,24 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Sean V Kelley 
+
+pkgname=libva-utils
+pkgver=2.10.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=('cbb7f9f6eae21d772e31b67bc8c311be6e35fe9c65e63acc57f9b16d72bf8dc0')
+
+build() {
+arch-meson ${pkgname}-${pkgver} build
+meson compile -C build
+}
+
+package() {
+DESTDIR="${pkgdir}" meson install -C build
+install -Dm644 ${pkgname}-${pkgver}/COPYING -t 
"${pkgdir}"/usr/share/licenses/${pkgname}/
+}


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

2020-09-26 Thread Bruno Pagani via arch-commits
Date: Saturday, September 26, 2020 @ 10:50:57
  Author: archange
Revision: 712435

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   48 
 1 file changed, 24 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-26 10:50:32 UTC (rev 712434)
+++ PKGBUILD2020-09-26 10:50:57 UTC (rev 712435)
@@ -1,24 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Contributor: Sean V Kelley 
-
-pkgname=libva-utils
-pkgver=2.9.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=('d363210a42cd2667f6f7cff0e57db1d527feb067ffebe3ba233bc80b1bdcd9b4')
-
-build() {
-arch-meson ${pkgname}-${pkgver} build
-meson compile -C build
-}
-
-package() {
-DESTDIR="${pkgdir}" meson install -C build
-install -Dm644 ${pkgname}-${pkgver}/COPYING -t 
"${pkgdir}"/usr/share/licenses/${pkgname}/
-}

Copied: libva-utils/repos/community-x86_64/PKGBUILD (from rev 712434, 
libva-utils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-26 10:50:57 UTC (rev 712435)
@@ -0,0 +1,24 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Sean V Kelley 
+
+pkgname=libva-utils
+pkgver=2.9.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 meson)
+source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('7cd7111349cdc227c64d5ab68de4a03eacbea26441c7781ccd548491994f0320')
+
+build() {
+arch-meson ${pkgname}-${pkgver} build
+meson compile -C build
+}
+
+package() {
+DESTDIR="${pkgdir}" meson install -C build
+install -Dm644 ${pkgname}-${pkgver}/COPYING -t 
"${pkgdir}"/usr/share/licenses/${pkgname}/
+}


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

2020-09-13 Thread Bruno Pagani via arch-commits
Date: Sunday, September 13, 2020 @ 12:09:20
  Author: archange
Revision: 705105

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   48 
 1 file changed, 24 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-13 12:08:55 UTC (rev 705104)
+++ PKGBUILD2020-09-13 12:09:20 UTC (rev 705105)
@@ -1,24 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Contributor: Sean V Kelley 
-
-pkgname=libva-utils
-pkgver=2.8.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=('b9d7c2c75d71911ebc7f09b76c439d9491b4b6db96b37fe78119f8a89f6c0d52')
-
-build() {
-arch-meson ${pkgname}-${pkgver} build
-meson compile -C build
-}
-
-package() {
-DESTDIR="${pkgdir}" meson install -C build
-install -Dm644 ${pkgname}-${pkgver}/COPYING -t 
"${pkgdir}"/usr/share/licenses/${pkgname}/
-}

Copied: libva-utils/repos/community-x86_64/PKGBUILD (from rev 705104, 
libva-utils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-13 12:09:20 UTC (rev 705105)
@@ -0,0 +1,24 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Sean V Kelley 
+
+pkgname=libva-utils
+pkgver=2.9.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=('d363210a42cd2667f6f7cff0e57db1d527feb067ffebe3ba233bc80b1bdcd9b4')
+
+build() {
+arch-meson ${pkgname}-${pkgver} build
+meson compile -C build
+}
+
+package() {
+DESTDIR="${pkgdir}" meson install -C build
+install -Dm644 ${pkgname}-${pkgver}/COPYING -t 
"${pkgdir}"/usr/share/licenses/${pkgname}/
+}


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

2020-07-18 Thread Bruno Pagani via arch-commits
Date: Saturday, July 18, 2020 @ 15:20:19
  Author: archange
Revision: 664430

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   49 -
 1 file changed, 24 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-18 15:20:06 UTC (rev 664429)
+++ PKGBUILD2020-07-18 15:20:19 UTC (rev 664430)
@@ -1,25 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Contributor: Sean V Kelley 
-
-pkgname=libva-utils
-pkgver=2.7.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 meson)
-source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('9cf35b971001e7143dda14207b6891c12619a72a2ab99a9133b3da5b9c4d97dd')
-
-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}/
-}

Copied: libva-utils/repos/community-x86_64/PKGBUILD (from rev 664429, 
libva-utils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-18 15:20:19 UTC (rev 664430)
@@ -0,0 +1,24 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Sean V Kelley 
+
+pkgname=libva-utils
+pkgver=2.8.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=('b9d7c2c75d71911ebc7f09b76c439d9491b4b6db96b37fe78119f8a89f6c0d52')
+
+build() {
+arch-meson ${pkgname}-${pkgver} build
+meson compile -C build
+}
+
+package() {
+DESTDIR="${pkgdir}" meson install -C build
+install -Dm644 ${pkgname}-${pkgver}/COPYING -t 
"${pkgdir}"/usr/share/licenses/${pkgname}/
+}


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

2020-04-09 Thread Bruno Pagani via arch-commits
Date: Thursday, April 9, 2020 @ 20:09:04
  Author: archange
Revision: 613050

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-09 20:08:56 UTC (rev 613049)
+++ PKGBUILD2020-04-09 20:09:04 UTC (rev 613050)
@@ -1,25 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Contributor: Sean V Kelley 
-
-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}/
-}

Copied: libva-utils/repos/community-x86_64/PKGBUILD (from rev 613049, 
libva-utils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-09 20:09:04 UTC (rev 613050)
@@ -0,0 +1,25 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Sean V Kelley 
+
+pkgname=libva-utils
+pkgver=2.7.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 meson)
+source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('9cf35b971001e7143dda14207b6891c12619a72a2ab99a9133b3da5b9c4d97dd')
+
+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}/
+}


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

2020-04-08 Thread Bruno Pagani via arch-commits
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
===
--- PKGBUILD2020-04-08 18:13:10 UTC (rev 612697)
+++ PKGBUILD2020-04-08 18:13:19 UTC (rev 612698)
@@ -1,29 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Contributor: Sean V Kelley 
-
-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)
+++ PKGBUILD2020-04-08 18:13:19 UTC (rev 612698)
@@ -0,0 +1,25 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Sean V Kelley 
+
+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}/
+}


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

2019-12-30 Thread Bruno Pagani via arch-commits
Date: Monday, December 30, 2019 @ 13:48:59
  Author: archange
Revision: 544667

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-30 13:48:48 UTC (rev 544666)
+++ PKGBUILD2019-12-30 13:48:59 UTC (rev 544667)
@@ -1,29 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Contributor: Sean V Kelley 
-
-pkgname=libva-utils
-pkgver=2.5.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=('d6c37257933731c7936775376388dfe6c9ebc460adff29f9ffe74cde2ebb3f52')
-
-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 544666, 
libva-utils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-30 13:48:59 UTC (rev 544667)
@@ -0,0 +1,29 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Sean V Kelley 
+
+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}/
+}


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

2019-07-08 Thread Bruno Pagani via arch-commits
Date: Monday, July 8, 2019 @ 11:47:31
  Author: archange
Revision: 487696

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-08 11:47:26 UTC (rev 487695)
+++ PKGBUILD2019-07-08 11:47:31 UTC (rev 487696)
@@ -1,29 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Contributor: Sean V Kelley 
-
-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}/
-}

Copied: libva-utils/repos/community-x86_64/PKGBUILD (from rev 487695, 
libva-utils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-08 11:47:31 UTC (rev 487696)
@@ -0,0 +1,29 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Sean V Kelley 
+
+pkgname=libva-utils
+pkgver=2.5.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=('d6c37257933731c7936775376388dfe6c9ebc460adff29f9ffe74cde2ebb3f52')
+
+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}/
+}


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

2019-04-10 Thread Bruno Pagani via arch-commits
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
===
--- PKGBUILD2019-04-10 18:18:41 UTC (rev 450899)
+++ PKGBUILD2019-04-10 18:18:56 UTC (rev 450900)
@@ -1,29 +0,0 @@
-# Maintainer: Bruno Pagani (a.k.a. ArchangeGabriel) 
-# Contributor: Sean V Kelley 
-
-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=('13d15bf464e5a452f5243a6ca5988d3841c8017b75d73254acc0e4d6740c')
-
-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)
+++ PKGBUILD2019-04-10 18:18:56 UTC (rev 450900)
@@ -0,0 +1,29 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Sean V Kelley 
+
+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}/
+}


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

2019-02-01 Thread Bruno Pagani via arch-commits
Date: Friday, February 1, 2019 @ 16:51:50
  Author: archange
Revision: 429116

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-01 16:51:31 UTC (rev 429115)
+++ PKGBUILD2019-02-01 16:51:50 UTC (rev 429116)
@@ -1,29 +0,0 @@
-# Maintainer: Bruno Pagani (a.k.a. ArchangeGabriel) 
-# Contributor: Sean V Kelley 
-
-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
-}

Copied: libva-utils/repos/community-x86_64/PKGBUILD (from rev 429115, 
libva-utils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-01 16:51:50 UTC (rev 429116)
@@ -0,0 +1,29 @@
+# Maintainer: Bruno Pagani (a.k.a. ArchangeGabriel) 
+# Contributor: Sean V Kelley 
+
+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=('13d15bf464e5a452f5243a6ca5988d3841c8017b75d73254acc0e4d6740c')
+
+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
+}


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

2018-10-02 Thread Bruno Pagani via arch-commits
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
===
--- PKGBUILD2018-10-02 09:49:06 UTC (rev 388988)
+++ PKGBUILD2018-10-02 09:49:13 UTC (rev 388989)
@@ -1,29 +0,0 @@
-# Maintainer: Bruno Pagani (a.k.a. ArchangeGabriel) 
-# Contributor: Sean V Kelley 
-
-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=('1c45452090456f2b972d51960b1294215615b0dd925aa36b90eceac7f3e3')
-
-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)
+++ PKGBUILD2018-10-02 09:49:13 UTC (rev 388989)
@@ -0,0 +1,29 @@
+# Maintainer: Bruno Pagani (a.k.a. ArchangeGabriel) 
+# Contributor: Sean V Kelley 
+
+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
+}


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

2018-07-18 Thread Bruno Pagani via arch-commits
Date: Wednesday, July 18, 2018 @ 21:46:08
  Author: archange
Revision: 362321

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-18 21:45:54 UTC (rev 362320)
+++ PKGBUILD2018-07-18 21:46:08 UTC (rev 362321)
@@ -1,29 +0,0 @@
-# Maintainer: Bruno Pagani (a.k.a. ArchangeGabriel) 
-# Contributor: Sean V Kelley 
-
-pkgname=libva-utils
-pkgver=2.1.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=('1000a6a2e27d23b92b7489330ab2017e5bca3e9db6872cb0bb868d8465553aa3')
-
-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 362320, 
libva-utils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-18 21:46:08 UTC (rev 362321)
@@ -0,0 +1,29 @@
+# Maintainer: Bruno Pagani (a.k.a. ArchangeGabriel) 
+# Contributor: Sean V Kelley 
+
+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=('1c45452090456f2b972d51960b1294215615b0dd925aa36b90eceac7f3e3')
+
+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
+}


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

2018-02-12 Thread Bruno Pagani via arch-commits
Date: Monday, February 12, 2018 @ 22:44:19
  Author: archange
Revision: 293664

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-12 22:44:02 UTC (rev 293663)
+++ PKGBUILD2018-02-12 22:44:19 UTC (rev 293664)
@@ -1,29 +0,0 @@
-# Maintainer: Bruno Pagani (a.k.a. ArchangeGabriel) 
-# Contributor: Sean V Kelley 
-
-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-x86_64/PKGBUILD (from rev 293663, 
libva-utils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-12 22:44:19 UTC (rev 293664)
@@ -0,0 +1,29 @@
+# Maintainer: Bruno Pagani (a.k.a. ArchangeGabriel) 
+# Contributor: Sean V Kelley 
+
+pkgname=libva-utils
+pkgver=2.1.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=('1000a6a2e27d23b92b7489330ab2017e5bca3e9db6872cb0bb868d8465553aa3')
+
+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
+}