[arch-commits] Commit in virglrenderer/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Anatol Pomozov anatolik at archlinux.org
Thu Sep 20 17:06:13 UTC 2018


    Date: Thursday, September 20, 2018 @ 17:06:13
  Author: anatolik
Revision: 335128

archrelease: copy trunk to extra-x86_64

Added:
  virglrenderer/repos/extra-x86_64/PKGBUILD
    (from rev 335127, virglrenderer/trunk/PKGBUILD)
Deleted:
  virglrenderer/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   53 ++++++++++++++++++++++++++---------------------------
 1 file changed, 26 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-20 17:05:43 UTC (rev 335127)
+++ PKGBUILD	2018-09-20 17:06:13 UTC (rev 335128)
@@ -1,27 +0,0 @@
-#$Id$
-# Maintainer:  Anatol Pomozov <anatol at archlinux.org>
-
-pkgname=virglrenderer
-pkgver=0.6.0
-pkgrel=1
-pkgdesc='A virtual 3D GPU library, that allows the guest operating system to use the host GPU to accelerate 3D rendering'
-arch=(i686 x86_64)
-url='https://virgil3d.github.io/'
-license=(MIT)
-depends=(libepoxy mesa)
-source=(https://www.freedesktop.org/software/virgl/virglrenderer-$pkgver.tar.bz2{,.sig})
-validpgpkeys=(10A6D91DA1B05BD29F6DEBAC0C74F35979C486BE) # David Airlie <airlied at redhat.com>
-sha1sums=('3f48d665e8776a45f7f6ffa851e960e6761d872a'
-          'SKIP')
-
-build() {
-  cd virglrenderer-$pkgver 
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd virglrenderer-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -D -m644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}

Copied: virglrenderer/repos/extra-x86_64/PKGBUILD (from rev 335127, virglrenderer/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-09-20 17:06:13 UTC (rev 335128)
@@ -0,0 +1,26 @@
+# Maintainer:  Anatol Pomozov <anatol at archlinux.org>
+
+pkgname=virglrenderer
+pkgver=0.7.0
+pkgrel=1
+pkgdesc='A virtual 3D GPU library, that allows the guest operating system to use the host GPU to accelerate 3D rendering'
+arch=(x86_64)
+url='https://virgil3d.github.io/'
+license=(MIT)
+depends=(libepoxy mesa)
+source=(https://www.freedesktop.org/software/virgl/virglrenderer-$pkgver.tar.bz2{,.sig})
+validpgpkeys=(10A6D91DA1B05BD29F6DEBAC0C74F35979C486BE) # David Airlie <airlied at redhat.com>
+sha1sums=('31d4545facb7e884aca929408632749b65a99416'
+          'SKIP')
+
+build() {
+  cd virglrenderer-$pkgver 
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd virglrenderer-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -D -m644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}



More information about the arch-commits mailing list