[arch-commits] Commit in sauerbraten/repos/community-x86_64 (18 files)

2020-12-25 Thread Laurent Carlier via arch-commits
Date: Friday, December 25, 2020 @ 11:32:06
  Author: lcarlier
Revision: 790076

archrelease: copy trunk to community-x86_64

Added:
  sauerbraten/repos/community-x86_64/PKGBUILD
(from rev 790075, sauerbraten/trunk/PKGBUILD)
  sauerbraten/repos/community-x86_64/license.txt
(from rev 790075, sauerbraten/trunk/license.txt)
  sauerbraten/repos/community-x86_64/sauerbraten-client
(from rev 790075, sauerbraten/trunk/sauerbraten-client)
  sauerbraten/repos/community-x86_64/sauerbraten-server
(from rev 790075, sauerbraten/trunk/sauerbraten-server)
  sauerbraten/repos/community-x86_64/sauerbraten.confd
(from rev 790075, sauerbraten/trunk/sauerbraten.confd)
  sauerbraten/repos/community-x86_64/sauerbraten.desktop
(from rev 790075, sauerbraten/trunk/sauerbraten.desktop)
  sauerbraten/repos/community-x86_64/sauerbraten.png
(from rev 790075, sauerbraten/trunk/sauerbraten.png)
  sauerbraten/repos/community-x86_64/sauerbraten.service
(from rev 790075, sauerbraten/trunk/sauerbraten.service)
  sauerbraten/repos/community-x86_64/sauerbraten.sysusers
(from rev 790075, sauerbraten/trunk/sauerbraten.sysusers)
Deleted:
  sauerbraten/repos/community-x86_64/PKGBUILD
  sauerbraten/repos/community-x86_64/license.txt
  sauerbraten/repos/community-x86_64/sauerbraten-client
  sauerbraten/repos/community-x86_64/sauerbraten-server
  sauerbraten/repos/community-x86_64/sauerbraten.confd
  sauerbraten/repos/community-x86_64/sauerbraten.desktop
  sauerbraten/repos/community-x86_64/sauerbraten.png
  sauerbraten/repos/community-x86_64/sauerbraten.service
  sauerbraten/repos/community-x86_64/sauerbraten.sysusers

--+
 PKGBUILD |  148 -
 license.txt  |   68 +++---
 sauerbraten-client   |   20 +++---
 sauerbraten-server   |   44 +++---
 sauerbraten.confd|6 -
 sauerbraten.desktop  |   20 +++---
 sauerbraten.service  |   26 
 sauerbraten.sysusers |2 
 8 files changed, 167 insertions(+), 167 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-25 11:31:53 UTC (rev 790075)
+++ PKGBUILD2020-12-25 11:32:06 UTC (rev 790076)
@@ -1,74 +0,0 @@
-# Maintainer: Laurent Carlier 
-# Contributor: Jaroslaw Swierczynski 
-# Contributor: Roman Kyrylych 
-# Contributor: Christoph Siegenthaler 
-# Contributor: Jesse Young 
-
-pkgname=('sauerbraten' 'sauerbraten-data')
-pkgver=2020_11_29
-pkgrel=1
-pkgdesc="FPS that uses an improved version of the Cube engine"
-arch=('x86_64')
-url="http://www.sauerbraten.org/;
-license=('ZLIB')
-makedepends=('sdl2_mixer' 'sdl2_image' 'mesa-libgl' 'glu')
-backup=('etc/conf.d/sauerbraten')
-source=(https://downloads.sourceforge.net/$pkgname/${pkgname}_${pkgver}_linux.tar.bz2
-sauerbraten-client
-sauerbraten-server
-sauerbraten.confd
-sauerbraten.png
-sauerbraten.service
-sauerbraten.sysusers
-sauerbraten.desktop
-license.txt)
-md5sums=('762ad9bee1205a15986784926da54746'
- 'cb84f0baa72ad88b939a9e5fd0916559'
- '4a42c314d01ccdc4c76fad38d18c7434'
- 'c28be8761ede9ca82b6ab311aa7f6d42'
- '3e602f421f7342cf8c3ed16314523d6f'
- '3c964cdd0906461c0404641b1eb52d96'
- 'd34cc6df5b58e4d5e67d758bfeca0839'
- '05c1f5f33c744097c4c70f1e23738847'
- 'cf46cd0148f03b7477f7c54aec865abe')
-#_exec=('sauerbraten-client %u')
-
-build() {
-  cd "$pkgname/src"
-
-  make
-}
-
-package_sauerbraten() {
-  pkgdesc="FPS that uses an improved version of the Cube engine"
-  depends=('sdl2_mixer' 'sdl2_image' 'libgl' 'sauerbraten-data')
-
-  cd "${srcdir}"/$pkgname/src
-
-  make DESTDIR="${pkgdir}" install
-
-  cd ..
-  install -D bin_unix/native_client 
"${pkgdir}"/opt/sauerbraten/bin/linux_client
-  install -D bin_unix/native_server 
"${pkgdir}"/opt/sauerbraten/bin/linux_server
-
-  install -Dm755 "${srcdir}"/sauerbraten-client 
"${pkgdir}"/usr/bin/sauerbraten-client
-  install -Dm755 "${srcdir}"/sauerbraten-server 
"${pkgdir}"/usr/bin/sauerbraten-server
-  install -Dm644 "${srcdir}"/sauerbraten.confd 
"${pkgdir}"/etc/conf.d/sauerbraten
-  install -Dm644 "${srcdir}"/sauerbraten.service 
"${pkgdir}"/usr/lib/systemd/system/sauerbraten.service
-  install -Dm644 "${srcdir}"/sauerbraten.sysusers 
"${pkgdir}"/usr/lib/sysusers.d/sauerbraten.conf
-  install -Dm644 "${srcdir}"/sauerbraten.desktop 
"${pkgdir}"/usr/share/applications/sauerbraten.desktop
-  install -Dm644 "${srcdir}"/sauerbraten.png 
"${pkgdir}"/usr/share/pixmaps/sauerbraten.png
-  install -Dm644 "${srcdir}"/license.txt 
"${pkgdir}"/usr/share/licenses/sauerbraten/license.txt
-}
-
-package_sauerbraten-data() {
-  pkgdesc="Improved version of the Cube engine - datas files"
-
-  cd "${srcdir}"/sauerbraten
-
-  install -d "${pkgdir}"/opt/sauerbraten
-  cp -r data "${pkgdir}"/opt/sauerbraten
-  cp -r packages "${pkgdir}"/opt/sauerbraten
-
-  install 

[arch-commits] Commit in sauerbraten/trunk (PKGBUILD)

2020-12-25 Thread Laurent Carlier via arch-commits
Date: Friday, December 25, 2020 @ 11:31:53
  Author: lcarlier
Revision: 790075

upgpkg: sauerbraten 2020_12_21-1: upstream update 2020_12_21

Modified:
  sauerbraten/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-25 11:27:42 UTC (rev 790074)
+++ PKGBUILD2020-12-25 11:31:53 UTC (rev 790075)
@@ -5,7 +5,7 @@
 # Contributor: Jesse Young 
 
 pkgname=('sauerbraten' 'sauerbraten-data')
-pkgver=2020_11_29
+pkgver=2020_12_21
 pkgrel=1
 pkgdesc="FPS that uses an improved version of the Cube engine"
 arch=('x86_64')
@@ -22,7 +22,7 @@
 sauerbraten.sysusers
 sauerbraten.desktop
 license.txt)
-md5sums=('762ad9bee1205a15986784926da54746'
+md5sums=('2db1b69a6f504759a9771e78c03a635e'
  'cb84f0baa72ad88b939a9e5fd0916559'
  '4a42c314d01ccdc4c76fad38d18c7434'
  'c28be8761ede9ca82b6ab311aa7f6d42'


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

2020-12-25 Thread Laurent Carlier via arch-commits
Date: Friday, December 25, 2020 @ 10:54:13
  Author: lcarlier
Revision: 790070

archrelease: copy trunk to community-x86_64

Added:
  hatari/repos/community-x86_64/PKGBUILD
(from rev 790069, hatari/trunk/PKGBUILD)
Deleted:
  hatari/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-25 10:54:08 UTC (rev 790069)
+++ PKGBUILD2020-12-25 10:54:13 UTC (rev 790070)
@@ -1,27 +0,0 @@
-# Maintainer: Shinlun Hsieh 
-
-pkgname=hatari
-pkgver=2.2.1
-pkgrel=2
-pkgdesc='An Atari ST and STE emulator'
-arch=('x86_64')
-url='http://hatari.sourceforge.net/'
-license=('GPL')
-depends=('sdl2' 'libpng' 'portaudio' 'systemd-libs' 'hicolor-icon-theme')
-makedepends=('cmake' 'systemd')
-source=("https://download.tuxfamily.org/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2;)
-sha256sums=('11afef30a274be84696588583d5a1d65c8046934670f718c311c956ef7106f60')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr
-
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}

Copied: hatari/repos/community-x86_64/PKGBUILD (from rev 790069, 
hatari/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-25 10:54:13 UTC (rev 790070)
@@ -0,0 +1,27 @@
+# Maintainer: Shinlun Hsieh 
+
+pkgname=hatari
+pkgver=2.3.0
+pkgrel=1
+pkgdesc='An Atari ST and STE emulator'
+arch=('x86_64')
+url='http://hatari.sourceforge.net/'
+license=('GPL')
+depends=('sdl2' 'libpng' 'portaudio' 'systemd-libs' 'hicolor-icon-theme')
+makedepends=('cmake' 'systemd')
+source=("https://download.tuxfamily.org/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2;)
+sha256sums=('bf48161903930f6470eca1d9c293f51b09b8c54695f5ee213af141316253b8a5')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in hatari/trunk (PKGBUILD)

2020-12-25 Thread Laurent Carlier via arch-commits
Date: Friday, December 25, 2020 @ 10:54:08
  Author: lcarlier
Revision: 790069

upgpkg: hatari 2.3.0-1: upstream update 2.3.0

Modified:
  hatari/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-25 10:51:39 UTC (rev 790068)
+++ PKGBUILD2020-12-25 10:54:08 UTC (rev 790069)
@@ -1,8 +1,8 @@
 # Maintainer: Shinlun Hsieh 
 
 pkgname=hatari
-pkgver=2.2.1
-pkgrel=2
+pkgver=2.3.0
+pkgrel=1
 pkgdesc='An Atari ST and STE emulator'
 arch=('x86_64')
 url='http://hatari.sourceforge.net/'
@@ -10,7 +10,7 @@
 depends=('sdl2' 'libpng' 'portaudio' 'systemd-libs' 'hicolor-icon-theme')
 makedepends=('cmake' 'systemd')
 
source=("https://download.tuxfamily.org/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2;)
-sha256sums=('11afef30a274be84696588583d5a1d65c8046934670f718c311c956ef7106f60')
+sha256sums=('bf48161903930f6470eca1d9c293f51b09b8c54695f5ee213af141316253b8a5')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2020-12-25 Thread Laurent Carlier via arch-commits
Date: Friday, December 25, 2020 @ 10:42:20
  Author: lcarlier
Revision: 405010

archrelease: copy trunk to extra-x86_64

Added:
  liferea/repos/extra-x86_64/PKGBUILD
(from rev 405009, liferea/trunk/PKGBUILD)
Deleted:
  liferea/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   74 ++---
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-25 10:42:15 UTC (rev 405009)
+++ PKGBUILD2020-12-25 10:42:20 UTC (rev 405010)
@@ -1,37 +0,0 @@
-# Maintainer: Eric Bélanger 
-
-pkgname=liferea
-pkgver=1.13.3
-pkgrel=1
-pkgdesc="A desktop news aggregator for online news feeds and weblogs"
-arch=('x86_64')
-url="https://lzone.de/liferea;
-license=('GPL')
-depends=('webkit2gtk' 'libpeas' 'python-gobject')
-makedepends=('intltool' 'gobject-introspection')
-optdepends=('libsecret: for keyring plugin support'
-'python-cairo: for the tray icon plugin'
-   'gst-plugins-base: for media player plugin support'
-   'gst-plugins-good: for media player plugin support'
-   'gst-plugins-bad: for media player plugin support')
-options=('!emptydirs')
-source=(https://github.com/lwindolf/liferea/releases/download/v$pkgver/$pkgname-${pkgver}.tar.bz2)
-sha256sums=('8f71dfa59bb4c14038c6444a7a72f575157fc4b7c22266b8fe056fff82bb0550')
-
-build() {
-  cd $pkgname-${pkgver}
-  
-  # https://github.com/lwindolf/liferea/issues/767
-  export WEBKIT_DISABLE_COMPOSITING_MODE=1
-  
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: liferea/repos/extra-x86_64/PKGBUILD (from rev 405009, 
liferea/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-25 10:42:20 UTC (rev 405010)
@@ -0,0 +1,37 @@
+# Maintainer: Eric Bélanger 
+
+pkgname=liferea
+pkgver=1.13.4
+pkgrel=1
+pkgdesc="A desktop news aggregator for online news feeds and weblogs"
+arch=('x86_64')
+url="https://lzone.de/liferea;
+license=('GPL')
+depends=('webkit2gtk' 'libpeas' 'python-gobject')
+makedepends=('intltool' 'gobject-introspection')
+optdepends=('libsecret: for keyring plugin support'
+'python-cairo: for the tray icon plugin'
+   'gst-plugins-base: for media player plugin support'
+   'gst-plugins-good: for media player plugin support'
+   'gst-plugins-bad: for media player plugin support')
+options=('!emptydirs')
+source=(https://github.com/lwindolf/liferea/releases/download/v$pkgver/$pkgname-${pkgver}.tar.bz2)
+sha256sums=('ac8d9ae75f493ca9f7a04b984322a97e23142d379b59020bdedab500ceca2f08')
+
+build() {
+  cd $pkgname-${pkgver}
+  
+  # https://github.com/lwindolf/liferea/issues/767
+  export WEBKIT_DISABLE_COMPOSITING_MODE=1
+  
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in liferea/trunk (PKGBUILD)

2020-12-25 Thread Laurent Carlier via arch-commits
Date: Friday, December 25, 2020 @ 10:42:15
  Author: lcarlier
Revision: 405009

upgpkg: liferea 1.13.4-1: upstream update 1.13.4

Modified:
  liferea/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-25 09:26:18 UTC (rev 405008)
+++ PKGBUILD2020-12-25 10:42:15 UTC (rev 405009)
@@ -1,7 +1,7 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=liferea
-pkgver=1.13.3
+pkgver=1.13.4
 pkgrel=1
 pkgdesc="A desktop news aggregator for online news feeds and weblogs"
 arch=('x86_64')
@@ -16,7 +16,7 @@
'gst-plugins-bad: for media player plugin support')
 options=('!emptydirs')
 
source=(https://github.com/lwindolf/liferea/releases/download/v$pkgver/$pkgname-${pkgver}.tar.bz2)
-sha256sums=('8f71dfa59bb4c14038c6444a7a72f575157fc4b7c22266b8fe056fff82bb0550')
+sha256sums=('ac8d9ae75f493ca9f7a04b984322a97e23142d379b59020bdedab500ceca2f08')
 
 build() {
   cd $pkgname-${pkgver}


[arch-commits] Commit in gambas3/repos/community-x86_64 (4 files)

2020-12-22 Thread Laurent Carlier via arch-commits
Date: Tuesday, December 22, 2020 @ 09:39:36
  Author: lcarlier
Revision: 781834

archrelease: copy trunk to community-x86_64

Added:
  gambas3/repos/community-x86_64/PKGBUILD
(from rev 781833, gambas3/trunk/PKGBUILD)
  gambas3/repos/community-x86_64/gambas-poppler-20.12.patch
(from rev 781833, gambas3/trunk/gambas-poppler-20.12.patch)
Deleted:
  gambas3/repos/community-x86_64/PKGBUILD
  gambas3/repos/community-x86_64/gambas-poppler-20.12.patch

+
 PKGBUILD   | 2321 +--
 gambas-poppler-20.12.patch |   22 
 2 files changed, 1161 insertions(+), 1182 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-22 09:39:29 UTC (rev 781833)
+++ PKGBUILD2020-12-22 09:39:36 UTC (rev 781834)
@@ -1,1171 +0,0 @@
-# Maintainer: Laurent Carlier 
-# Contributor : sebikul 
-
-pkgbase=gambas3
-pkgname=('gambas3-gb-args'
- 'gambas3-gb-cairo' 'gambas3-gb-chart' 'gambas3-gb-clipper' 
'gambas3-gb-complex' 'gambas3-gb-compress' 'gambas3-gb-crypt'
- 'gambas3-gb-dbus' 'gambas3-gb-data'
- 'gambas3-gb-db-form' 'gambas3-gb-db-mysql' 'gambas3-gb-db-odbc' 
'gambas3-gb-db-postgresql' 'gambas3-gb-db-sqlite3' 'gambas3-gb-db'
- 'gambas3-gb-desktop-gnome' 'gambas3-gb-desktop-x11' 
'gambas3-gb-desktop'
- 'gambas3-gb-eval-highlight' 'gambas3-gb-httpd'
- 'gambas3-gb-form-dialog' 'gambas3-gb-form-mdi' 
'gambas3-gb-form-terminal' 'gambas3-gb-form-stock' 'gambas3-gb-form-editor' 
'gambas3-gb-form'
- 'gambas3-gb-gmp' 'gambas3-gb-gsl' 'gambas3-gb-gtk-opengl' 
'gambas3-gb-gtk' 'gambas3-gb-gtk3'
- 'gambas3-gb-image-effect' 'gambas3-gb-image-imlib' 
'gambas3-gb-image-io' 'gambas3-gb-image' 'gambas3-gb-inotify'
- 'gambas3-gb-libxml' 'gambas3-gb-logging'
- 'gambas3-gb-map' 'gambas3-gb-markdown' 'gambas3-gb-media-form' 
'gambas3-gb-media' 'gambas3-gb-memcached' 'gambas3-gb-mime' 'gambas3-gb-mysql'
- 'gambas3-gb-ncurses' 'gambas3-gb-net-curl' 'gambas3-gb-net-pop3' 
'gambas3-gb-net-smtp' 'gambas3-gb-net'
- 'gambas3-gb-openal' 'gambas3-gb-opengl-glu' 'gambas3-gb-opengl-glsl' 
'gambas3-gb-opengl-sge' 'gambas3-gb-opengl' 'gambas3-gb-option'
- 'gambas3-gb-pcre' 'gambas3-gb-pdf' 'gambas3-gb-poppler'
- 'gambas3-gb-qt5-opengl' 'gambas3-gb-qt5-webkit' 'gambas3-gb-qt5'
- 'gambas3-gb-openssl'
- 'gambas3-gb-report'
- 'gambas3-gb-scanner' 'gambas3-gb-sdl2-audio' 'gambas3-gb-sdl2' 
'gambas3-gb-sdl-sound' 'gambas3-gb-sdl' 'gambas3-gb-settings' 
'gambas3-gb-signal'
- 'gambas3-gb-term'
- 'gambas3-gb-util-web' 'gambas3-gb-util'
- 'gambas3-gb-v4l' 'gambas3-gb-vb'
- 'gambas3-gb-xml-html' 'gambas3-gb-xml-rpc' 'gambas3-gb-xml-xslt' 
'gambas3-gb-xml'
- 'gambas3-gb-web-feed' 'gambas3-gb-web-form' 'gambas3-gb-web-gui' 
'gambas3-gb-web'
- 'gambas3-runtime' 'gambas3-devel' 'gambas3-ide' 'gambas3-script')
-pkgver=3.15.2
-pkgrel=4
-pkgdesc="A free development environment based on a Basic interpreter."
-arch=('x86_64')
-url="http://gambas.sourceforge.net/;
-license=('GPL2')
-groups=('gambas3')
-makedepends=('intltool' 'postgresql' 'libffi' 'bzip2' 'glib2' 'v4l-utils'
- 'zlib' 'mesa' 'glew' 'xdg-utils' 'gtk2' 'imlib2' 'gdk-pixbuf2' 'gtk3'
- 'postgresql-libs' 'mariadb-libs' 'unixodbc' 'sqlite' 'librsvg'
- 'curl' 'poppler-glib' 'sdl_mixer' 'sdl_ttf' 'sdl2' 'sdl2_mixer' 
'sdl2_image' 'sdl2_ttf' 'libxtst'
- 'pcre' 'qt5-webkit' 'qt5-x11extras' 'qt5-svg' 'libxcursor' 'libsm' 
'dbus' 'libxml2'
- 'libxslt' 'libgnome-keyring' 'gsl' 'gst-plugins-base-libs' 'alure' 
'gtkglext' 'ncurses'
-'gmime3' 'libxcrypt')
-options=('!emptydirs' 'libtool')
-source=("https://gitlab.com/gambas/gambas/-/archive/${pkgver}/gambas-${pkgver}.tar.bz2;
-gambas-poppler-20.12.patch)
-sha512sums=('c1ccc08f24380fcf74c83c4b88edb30461e4116e133b3ad9903ae0c4e67a2c2a4968c0ad482b505dd853c59001dff3b28207abce2fa841842b3f523c79c348c4'
-
'8f725fb68b5cc7e6d23943cbd3fef96ffb26eff3c961c0ac4d5ccfee456234ba2ff5f80388e1cd9f5dc1395a629f1da542fab5648bcc47e690d6ddb93d8fe8bd')
-
-create_dirs() {
-  install -dm755 ${pkgdir}/usr/lib/gambas3
-  install -dm755 ${pkgdir}/usr/share/gambas3/info/control
-}
-
-prepare() {
-  cd ${srcdir}/gambas-${pkgver}
-
-  # remove reference to poppler-splash because poppler 20.12 does not
-  # include a .pc file for it; temporary until it gets fixed upstream
-  patch -Np1 -i ../gambas-poppler-20.12.patch
-
-  ./reconf-all
-}
-
-build() {
-  cd ${srcdir}/gambas-${pkgver}
-
-  ./configure --prefix=/usr
-
-  make bindir=${pkgdir}/usr/bin
-
-  mkdir -p ${srcdir}/fakeinstall
-  make -j1 XDG_UTILS='' DESTDIR=${srcdir}/fakeinstall install
-}
-
-package_gambas3-gb-args() {
-  depends=('gambas3-runtime')
-  pkgdesc="Command-line options analyzer component"
-
-  cd ${srcdir}/fakeinstall
-
-  create_dirs
-
-  mv 

[arch-commits] Commit in gambas3/trunk (PKGBUILD)

2020-12-22 Thread Laurent Carlier via arch-commits
Date: Tuesday, December 22, 2020 @ 09:39:29
  Author: lcarlier
Revision: 781833

upgpkg: gambas3 3.15.2-5: drop gtk2 component, as GTK 2 has reached its end of 
life

Modified:
  gambas3/trunk/PKGBUILD

--+
 PKGBUILD |   39 +--
 1 file changed, 9 insertions(+), 30 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-22 09:38:45 UTC (rev 781832)
+++ PKGBUILD2020-12-22 09:39:29 UTC (rev 781833)
@@ -9,7 +9,7 @@
  'gambas3-gb-desktop-gnome' 'gambas3-gb-desktop-x11' 
'gambas3-gb-desktop'
  'gambas3-gb-eval-highlight' 'gambas3-gb-httpd'
  'gambas3-gb-form-dialog' 'gambas3-gb-form-mdi' 
'gambas3-gb-form-terminal' 'gambas3-gb-form-stock' 'gambas3-gb-form-editor' 
'gambas3-gb-form'
- 'gambas3-gb-gmp' 'gambas3-gb-gsl' 'gambas3-gb-gtk-opengl' 
'gambas3-gb-gtk' 'gambas3-gb-gtk3'
+ 'gambas3-gb-gmp' 'gambas3-gb-gsl' 'gambas3-gb-gtk3'
  'gambas3-gb-image-effect' 'gambas3-gb-image-imlib' 
'gambas3-gb-image-io' 'gambas3-gb-image' 'gambas3-gb-inotify'
  'gambas3-gb-libxml' 'gambas3-gb-logging'
  'gambas3-gb-map' 'gambas3-gb-markdown' 'gambas3-gb-media-form' 
'gambas3-gb-media' 'gambas3-gb-memcached' 'gambas3-gb-mime' 'gambas3-gb-mysql'
@@ -27,7 +27,7 @@
  'gambas3-gb-web-feed' 'gambas3-gb-web-form' 'gambas3-gb-web-gui' 
'gambas3-gb-web'
  'gambas3-runtime' 'gambas3-devel' 'gambas3-ide' 'gambas3-script')
 pkgver=3.15.2
-pkgrel=4
+pkgrel=5
 pkgdesc="A free development environment based on a Basic interpreter."
 arch=('x86_64')
 url="http://gambas.sourceforge.net/;
@@ -34,12 +34,12 @@
 license=('GPL2')
 groups=('gambas3')
 makedepends=('intltool' 'postgresql' 'libffi' 'bzip2' 'glib2' 'v4l-utils'
- 'zlib' 'mesa' 'glew' 'xdg-utils' 'gtk2' 'imlib2' 'gdk-pixbuf2' 'gtk3'
+ 'zlib' 'mesa' 'glew' 'xdg-utils' 'imlib2' 'gdk-pixbuf2' 'gtk3'
  'postgresql-libs' 'mariadb-libs' 'unixodbc' 'sqlite' 'librsvg'
  'curl' 'poppler-glib' 'sdl_mixer' 'sdl_ttf' 'sdl2' 'sdl2_mixer' 
'sdl2_image' 'sdl2_ttf' 'libxtst'
  'pcre' 'qt5-webkit' 'qt5-x11extras' 'qt5-svg' 'libxcursor' 'libsm' 
'dbus' 'libxml2'
- 'libxslt' 'libgnome-keyring' 'gsl' 'gst-plugins-base-libs' 'alure' 
'gtkglext' 'ncurses'
-'gmime3' 'libxcrypt')
+ 'libxslt' 'libgnome-keyring' 'gsl' 'gst-plugins-base-libs' 'alure' 
'ncurses'
+ 'gmime3' 'libxcrypt')
 options=('!emptydirs' 'libtool')
 
source=("https://gitlab.com/gambas/gambas/-/archive/${pkgver}/gambas-${pkgver}.tar.bz2;
 gambas-poppler-20.12.patch)
@@ -64,7 +64,10 @@
 build() {
   cd ${srcdir}/gambas-${pkgver}
 
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr \
+--disable-sqlite2 \
+--disable-qt4  \
+--disable-gtk
 
   make bindir=${pkgdir}/usr/bin
 
@@ -406,30 +409,6 @@
   mv -v usr/share/gambas3/info/gb.gsl.* ${pkgdir}/usr/share/gambas3/info/
 }
 
-package_gambas3-gb-gtk-opengl() {
-  depends=('gambas3-gb-gtk' 'gambas3-gb-opengl' 'gtkglext')
-  pkgdesc="GTK+ toolkit OpenGL component"
-
-  cd ${srcdir}/fakeinstall
-
-  create_dirs
-
-  mv -v usr/lib/gambas3/gb.gtk.opengl.* ${pkgdir}/usr/lib/gambas3/
-  mv -v usr/share/gambas3/info/gb.gtk.opengl.* 
${pkgdir}/usr/share/gambas3/info/
-}
-
-package_gambas3-gb-gtk() {
-  depends=('gambas3-gb-image' 'gtk2' 'librsvg')
-  pkgdesc="GTK+ toolkit component"
-
-  cd ${srcdir}/fakeinstall
-
-  create_dirs
-
-  mv -v usr/lib/gambas3/gb.gtk.* ${pkgdir}/usr/lib/gambas3/
-  mv -v usr/share/gambas3/info/gb.gtk.* ${pkgdir}/usr/share/gambas3/info/
-}
-
 package_gambas3-gb-gtk3() {
   depends=('gambas3-gb-image' 'gtk3')
   pkgdesc="GTK3 toolkit component"


[arch-commits] Commit in linux-firmware/trunk (PKGBUILD)

2020-12-18 Thread Laurent Carlier via arch-commits
Date: Friday, December 18, 2020 @ 20:28:17
  Author: lcarlier
Revision: 404489

upgpkg: linux-firmware 20201218.646f159-1: sync with tag 20201218

Modified:
  linux-firmware/trunk/PKGBUILD

--+
 PKGBUILD |7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-18 18:28:10 UTC (rev 404488)
+++ PKGBUILD2020-12-18 20:28:17 UTC (rev 404489)
@@ -2,9 +2,8 @@
 
 pkgbase=linux-firmware
 pkgname=(linux-firmware amd-ucode)
-_commit=bc9cd0b7b0e96038ccc041ff409948d8f176142d
-#_tag=20201118
-pkgver=20201120.bc9cd0b
+_tag=20201218
+pkgver=20201218.646f159
 pkgrel=1
 pkgdesc="Firmware files for Linux"
 
url="https://git.kernel.org/?p=linux/kernel/git/firmware/linux-firmware.git;a=summary;
@@ -12,7 +11,7 @@
 arch=('any')
 makedepends=('git')
 options=(!strip)
-source=("git+https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git#commit=${_commit}?signed;)
+source=("git+https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git#tag=${_tag}?signed;)
 sha256sums=('SKIP')
 validpgpkeys=('4CDE8575E547BF835FE15807A31B6BD72486CFD6') # Josh Boyer 

 


[arch-commits] Commit in linux-firmware/repos (testing-any testing-any/PKGBUILD)

2020-12-18 Thread Laurent Carlier via arch-commits
Date: Friday, December 18, 2020 @ 20:28:21
  Author: lcarlier
Revision: 404490

archrelease: copy trunk to testing-any

Added:
  linux-firmware/repos/testing-any/
  linux-firmware/repos/testing-any/PKGBUILD
(from rev 404489, linux-firmware/trunk/PKGBUILD)

--+
 PKGBUILD |   65 +
 1 file changed, 65 insertions(+)

Copied: linux-firmware/repos/testing-any/PKGBUILD (from rev 404489, 
linux-firmware/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2020-12-18 20:28:21 UTC (rev 404490)
@@ -0,0 +1,65 @@
+# Maintainer: Thomas Bächler 
+
+pkgbase=linux-firmware
+pkgname=(linux-firmware amd-ucode)
+_tag=20201218
+pkgver=20201218.646f159
+pkgrel=1
+pkgdesc="Firmware files for Linux"
+url="https://git.kernel.org/?p=linux/kernel/git/firmware/linux-firmware.git;a=summary;
+license=('GPL2' 'GPL3' 'custom')
+arch=('any')
+makedepends=('git')
+options=(!strip)
+source=("git+https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git#tag=${_tag}?signed;)
+sha256sums=('SKIP')
+validpgpkeys=('4CDE8575E547BF835FE15807A31B6BD72486CFD6') # Josh Boyer 

+
+prepare() {
+  cd ${pkgname}
+}
+
+pkgver() {
+  cd ${pkgname}
+
+  # Commit date + short rev
+  echo $(TZ=UTC git show -s --pretty=%cd --date=format-local:%Y%m%d 
HEAD).$(git rev-parse --short HEAD)
+}
+
+build() {
+  mkdir -p kernel/x86/microcode
+  cat ${pkgbase}/amd-ucode/microcode_amd*.bin > 
kernel/x86/microcode/AuthenticAMD.bin
+
+  # Reproducibility: set the timestamp on the bin file
+  if [[ -n ${SOURCE_DATE_EPOCH} ]]; then 
+touch -d @${SOURCE_DATE_EPOCH} kernel/x86/microcode/AuthenticAMD.bin
+  fi
+
+  # Reproducibility: strip the inode and device numbers from the cpio archive
+  echo kernel/x86/microcode/AuthenticAMD.bin |
+bsdtar --uid 0 --gid 0 -cnf - -T - |
+bsdtar --null -cf - --format=newc @- > amd-ucode.img
+}
+
+package_linux-firmware() {
+  cd ${pkgname}
+
+  make DESTDIR="${pkgdir}" FIRMWAREDIR=/usr/lib/firmware install
+
+  # Trigger a microcode reload for configurations not using early updates
+  echo 'w /sys/devices/system/cpu/microcode/reload - - - - 1' |
+install -Dm644 /dev/stdin "${pkgdir}/usr/lib/tmpfiles.d/${pkgname}.conf"
+
+  install -Dt "${pkgdir}/usr/share/licenses/${pkgname}" -m644 LICEN* WHENCE
+}
+
+package_amd-ucode() {
+  pkgdesc="Microcode update image for AMD CPUs"
+  license=(custom)
+
+  install -Dt "${pkgdir}/boot" -m644 amd-ucode.img
+
+  install -Dt "${pkgdir}/usr/share/licenses/${pkgname}" -m644 
${pkgbase}/LICENSE.amd-ucode
+}
+
+# vim:set sw=2 et:


[arch-commits] Commit in lib32-mesa/repos (3 files)

2020-12-17 Thread Laurent Carlier via arch-commits
Date: Friday, December 18, 2020 @ 07:04:57
  Author: lcarlier
Revision: 778389

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-mesa/repos/multilib-testing-x86_64/
  lib32-mesa/repos/multilib-testing-x86_64/LICENSE
(from rev 778388, lib32-mesa/trunk/LICENSE)
  lib32-mesa/repos/multilib-testing-x86_64/PKGBUILD
(from rev 778388, lib32-mesa/trunk/PKGBUILD)

--+
 LICENSE  |   83 +++
 PKGBUILD |  217 +
 2 files changed, 300 insertions(+)

Copied: lib32-mesa/repos/multilib-testing-x86_64/LICENSE (from rev 778388, 
lib32-mesa/trunk/LICENSE)
===
--- multilib-testing-x86_64/LICENSE (rev 0)
+++ multilib-testing-x86_64/LICENSE 2020-12-18 07:04:57 UTC (rev 778389)
@@ -0,0 +1,83 @@
+The Mesa 3D Graphics Library
+
+Disclaimer
+
+   Mesa is a 3-D graphics library with an API which is very similar to
+   that of [1]OpenGL.* To the extent that Mesa utilizes the OpenGL command
+   syntax or state machine, it is being used with authorization from
+   [2]Silicon Graphics, Inc.(SGI). However, the author does not possess an
+   OpenGL license from SGI, and makes no claim that Mesa is in any way a
+   compatible replacement for OpenGL or associated with SGI. Those who
+   want a licensed implementation of OpenGL should contact a licensed
+   vendor.
+
+   Please do not refer to the library as MesaGL (for legal reasons). It's
+   just Mesa or The Mesa 3-D graphics library.
+
+   * OpenGL is a trademark of [3]Silicon Graphics Incorporated.
+
+License / Copyright Information
+
+   The Mesa distribution consists of several components. Different
+   copyrights and licenses apply to different components. For example, the
+   GLX client code uses the SGI Free Software License B, and some of the
+   Mesa device drivers are copyrighted by their authors. See below for a
+   list of Mesa's main components and the license for each.
+
+   The core Mesa library is licensed according to the terms of the MIT
+   license. This allows integration with the XFree86, Xorg and DRI
+   projects.
+
+   The default Mesa license is as follows:
+
+Copyright (C) 1999-2007  Brian Paul   All Rights Reserved.
+
+Permission is hereby granted, free of charge, to any person obtaining a
+copy of this software and associated documentation files (the "Software"),
+to deal in the Software without restriction, including without limitation
+the rights to use, copy, modify, merge, publish, distribute, sublicense,
+and/or sell copies of the Software, and to permit persons to whom the
+Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included
+in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
+OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
+THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
+
+Attention, Contributors
+
+   When contributing to the Mesa project you must agree to the licensing
+   terms of the component to which you're contributing. The following
+   section lists the primary components of the Mesa distribution and their
+   respective licenses.
+
+Mesa Component Licenses
+
+Component Location   License
+--
+Main Mesa codesrc/mesa/  MIT
+
+Device driverssrc/mesa/drivers/* MIT, generally
+
+Gallium code  src/gallium/   MIT
+
+Ext headers   include/GL/glext.h Khronos
+  include/GL/glxext.h
+
+GLX client code   src/glx/   SGI Free Software License B
+
+C11 threadinclude/c11/threads*.h Boost (permissive) emulation
+
+   In general, consult the source files for license terms.
+
+References
+
+   1. https://www.opengl.org/
+   2. https://www.sgi.com/
+   3. https://www.sgi.com/

Copied: lib32-mesa/repos/multilib-testing-x86_64/PKGBUILD (from rev 778388, 
lib32-mesa/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2020-12-18 07:04:57 UTC (rev 778389)
@@ -0,0 +1,217 @@
+# Maintainer: Laurent Carlier 
+# Maintainer: Felix Yan 
+# Contributor: Jan de Groot 
+# Contributor: Andreas Radke 
+
+pkgbase=lib32-mesa
+pkgname=('lib32-vulkan-mesa-layers' 'lib32-opencl-mesa' 'lib32-vulkan-intel' 
'lib32-vulkan-radeon' 'lib32-libva-mesa-driver' 'lib32-mesa-vdpau' 'lib32-mesa')
+pkgdesc="An open-source 

[arch-commits] Commit in lib32-mesa/trunk (PKGBUILD)

2020-12-17 Thread Laurent Carlier via arch-commits
Date: Friday, December 18, 2020 @ 07:04:53
  Author: lcarlier
Revision: 778388

upgpkg: lib32-mesa 20.3.1-1: upstream update 20.3.1

Modified:
  lib32-mesa/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-18 01:09:59 UTC (rev 778387)
+++ PKGBUILD2020-12-18 07:04:53 UTC (rev 778388)
@@ -6,7 +6,7 @@
 pkgbase=lib32-mesa
 pkgname=('lib32-vulkan-mesa-layers' 'lib32-opencl-mesa' 'lib32-vulkan-intel' 
'lib32-vulkan-radeon' 'lib32-libva-mesa-driver' 'lib32-mesa-vdpau' 'lib32-mesa')
 pkgdesc="An open-source implementation of the OpenGL specification (32-bit)"
-pkgver=20.3.0
+pkgver=20.3.1
 pkgrel=1
 arch=('x86_64')
 makedepends=('python-mako' 'lib32-libxml2' 'lib32-expat' 'lib32-libx11' 
'xorgproto' 'lib32-libdrm'
@@ -18,7 +18,7 @@
 license=('custom')
 source=(https://mesa.freedesktop.org/archive/mesa-${pkgver}.tar.xz{,.sig}
 LICENSE)
-sha512sums=('69ee0bc1e7a69a519597dd55f4d601f35fe51ed6687d6f6beff6aef3da8d82de932220305fc187e06a52aaf0073d434a6e3458619c767b9b7932464a2cbb2cf2'
+sha512sums=('06638b8d2d866b5e27024c58a2ca03a73869221a7d536f7a8f1679d73708e5c1713446c8fedc594844b95596ae817bfceb88ace6b42423328189778e5036edf6'
 'SKIP'
 
'f9f0d0ccf166fe6cb684478b6f1e1ab1f2850431c06aa041738563eb1808a004e52cdec823c103c9e180f03ffc083e95974d291353f0220fe52ae6d4897fecc7')
 validpgpkeys=('8703B6700E7EE06D7A39B8D6EDAE37B02CEB490D'  # Emil Velikov 



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

2020-12-17 Thread Laurent Carlier via arch-commits
Date: Friday, December 18, 2020 @ 06:49:02
  Author: lcarlier
Revision: 404469

archrelease: copy trunk to testing-x86_64

Added:
  mesa/repos/testing-x86_64/
  
mesa/repos/testing-x86_64/0001-radeonsi-fix-regression-on-gpus-using-the-radeon-winsys.patch
(from rev 404468, 
mesa/trunk/0001-radeonsi-fix-regression-on-gpus-using-the-radeon-winsys.patch)
  mesa/repos/testing-x86_64/LICENSE
(from rev 404468, mesa/trunk/LICENSE)
  mesa/repos/testing-x86_64/PKGBUILD
(from rev 404468, mesa/trunk/PKGBUILD)

+
 0001-radeonsi-fix-regression-on-gpus-using-the-radeon-winsys.patch |   35 +
 LICENSE|   83 +++
 PKGBUILD   |  219 
++
 3 files changed, 337 insertions(+)

Copied: 
mesa/repos/testing-x86_64/0001-radeonsi-fix-regression-on-gpus-using-the-radeon-winsys.patch
 (from rev 404468, 
mesa/trunk/0001-radeonsi-fix-regression-on-gpus-using-the-radeon-winsys.patch)
===
--- 
testing-x86_64/0001-radeonsi-fix-regression-on-gpus-using-the-radeon-winsys.patch
   (rev 0)
+++ 
testing-x86_64/0001-radeonsi-fix-regression-on-gpus-using-the-radeon-winsys.patch
   2020-12-18 06:49:02 UTC (rev 404469)
@@ -0,0 +1,35 @@
+From 7c075bae56e45f268e62efcd82589111bce92ae3 Mon Sep 17 00:00:00 2001
+From: Dave Airlie 
+Date: Mon, 7 Dec 2020 09:47:35 +1000
+Subject: [PATCH] radeonsi: fix regression on gpus using the radeon winsys.
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+For GPUs using the radeon kernel driver, num_se was never
+getting initialised.
+
+Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/3939
+Fixes: f2977a162af4 ("ac: fix min/max_good_num_cu_per_sa on gfx10.3 with 
disabled SEs")
+Reviewed-by: Marek Olšák 
+Part-of: 
+---
+ src/gallium/winsys/radeon/drm/radeon_drm_winsys.c | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/src/gallium/winsys/radeon/drm/radeon_drm_winsys.c 
b/src/gallium/winsys/radeon/drm/radeon_drm_winsys.c
+index 0aab59cd236..ef7434d7589 100644
+--- a/src/gallium/winsys/radeon/drm/radeon_drm_winsys.c
 b/src/gallium/winsys/radeon/drm/radeon_drm_winsys.c
+@@ -530,6 +530,8 @@ static bool do_winsys_init(struct radeon_drm_winsys *ws)
+   }
+}
+ 
++   ws->info.num_se = ws->info.max_se;
++
+radeon_get_drm_value(ws->fd, RADEON_INFO_MAX_SH_PER_SE, NULL,
+ >info.max_sa_per_se);
+if (ws->gen == DRV_SI) {
+-- 
+GitLab
+

Copied: mesa/repos/testing-x86_64/LICENSE (from rev 404468, mesa/trunk/LICENSE)
===
--- testing-x86_64/LICENSE  (rev 0)
+++ testing-x86_64/LICENSE  2020-12-18 06:49:02 UTC (rev 404469)
@@ -0,0 +1,83 @@
+The Mesa 3D Graphics Library
+
+Disclaimer
+
+   Mesa is a 3-D graphics library with an API which is very similar to
+   that of [1]OpenGL.* To the extent that Mesa utilizes the OpenGL command
+   syntax or state machine, it is being used with authorization from
+   [2]Silicon Graphics, Inc.(SGI). However, the author does not possess an
+   OpenGL license from SGI, and makes no claim that Mesa is in any way a
+   compatible replacement for OpenGL or associated with SGI. Those who
+   want a licensed implementation of OpenGL should contact a licensed
+   vendor.
+
+   Please do not refer to the library as MesaGL (for legal reasons). It's
+   just Mesa or The Mesa 3-D graphics library.
+
+   * OpenGL is a trademark of [3]Silicon Graphics Incorporated.
+
+License / Copyright Information
+
+   The Mesa distribution consists of several components. Different
+   copyrights and licenses apply to different components. For example, the
+   GLX client code uses the SGI Free Software License B, and some of the
+   Mesa device drivers are copyrighted by their authors. See below for a
+   list of Mesa's main components and the license for each.
+
+   The core Mesa library is licensed according to the terms of the MIT
+   license. This allows integration with the XFree86, Xorg and DRI
+   projects.
+
+   The default Mesa license is as follows:
+
+Copyright (C) 1999-2007  Brian Paul   All Rights Reserved.
+
+Permission is hereby granted, free of charge, to any person obtaining a
+copy of this software and associated documentation files (the "Software"),
+to deal in the Software without restriction, including without limitation
+the rights to use, copy, modify, merge, publish, distribute, sublicense,
+and/or sell copies of the Software, and to permit persons to whom the
+Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included
+in all copies or substantial portions of the 

[arch-commits] Commit in mesa/trunk (PKGBUILD)

2020-12-17 Thread Laurent Carlier via arch-commits
Date: Friday, December 18, 2020 @ 06:48:57
  Author: lcarlier
Revision: 404468

upgpkg: mesa 20.3.1-1: upstream update 20.3.1, renamed vulkan-mesa to 
vulkan-swrast

Modified:
  mesa/trunk/PKGBUILD

--+
 PKGBUILD |   14 --
 1 file changed, 8 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-17 23:37:37 UTC (rev 404467)
+++ PKGBUILD2020-12-18 06:48:57 UTC (rev 404468)
@@ -4,10 +4,10 @@
 # Contributor: Andreas Radke 
 
 pkgbase=mesa
-pkgname=('vulkan-mesa-layers' 'opencl-mesa' 'vulkan-intel' 'vulkan-radeon' 
'vulkan-mesa' 'libva-mesa-driver' 'mesa-vdpau' 'mesa')
+pkgname=('vulkan-mesa-layers' 'opencl-mesa' 'vulkan-intel' 'vulkan-radeon' 
'vulkan-swrast' 'libva-mesa-driver' 'mesa-vdpau' 'mesa')
 pkgdesc="An open-source implementation of the OpenGL specification"
-pkgver=20.3.0
-pkgrel=3
+pkgver=20.3.1
+pkgrel=1
 arch=('x86_64')
 makedepends=('python-mako' 'libxml2' 'libx11' 'xorgproto' 'libdrm' 
'libxshmfence' 'libxxf86vm'
  'libxdamage' 'libvdpau' 'libva' 'wayland' 'wayland-protocols' 
'zstd' 'elfutils' 'llvm'
@@ -18,7 +18,7 @@
 source=(https://mesa.freedesktop.org/archive/mesa-${pkgver}.tar.xz{,.sig}
 0001-radeonsi-fix-regression-on-gpus-using-the-radeon-winsys.patch
 LICENSE)
-sha512sums=('69ee0bc1e7a69a519597dd55f4d601f35fe51ed6687d6f6beff6aef3da8d82de932220305fc187e06a52aaf0073d434a6e3458619c767b9b7932464a2cbb2cf2'
+sha512sums=('06638b8d2d866b5e27024c58a2ca03a73869221a7d536f7a8f1679d73708e5c1713446c8fedc594844b95596ae817bfceb88ace6b42423328189778e5036edf6'
 'SKIP'
 
'a133f5689e1007dc43234ed6a022f83c5ffbb256ed6207c73e30bee221c2617820aa8848e17d7f14fa629b4907a115c4f8a033dc40c7b53c473c2eef26bf8bf6'
 
'f9f0d0ccf166fe6cb684478b6f1e1ab1f2850431c06aa041738563eb1808a004e52cdec823c103c9e180f03ffc083e95974d291353f0220fe52ae6d4897fecc7')
@@ -143,10 +143,12 @@
   install -m644 -Dt "${pkgdir}/usr/share/licenses/${pkgname}" LICENSE
 }
 
-package_vulkan-mesa() {
-  pkgdesc="Vulkan swrast driver"
+package_vulkan-swrast() {
+  pkgdesc="Vulkan software rasteriser driver"
   depends=('wayland' 'libx11' 'libxshmfence' 'libdrm' 'zstd' 'llvm-libs')
   optdepends=('vulkan-mesa-layers: additional vulkan layers')
+  conflicts=('vulkan-mesa')
+  replaces=('vulkan-mesa')
   provides=('vulkan-driver')
 
   _install fakeinstall/usr/share/vulkan/icd.d/lvp_icd*.json


[arch-commits] Commit in lib32-amdvlk/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2020-12-15 Thread Laurent Carlier via arch-commits
Date: Tuesday, December 15, 2020 @ 09:52:41
  Author: lcarlier
Revision: 775900

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-amdvlk/repos/multilib-x86_64/PKGBUILD
(from rev 775899, lib32-amdvlk/trunk/PKGBUILD)
Deleted:
  lib32-amdvlk/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |  126 ++---
 1 file changed, 63 insertions(+), 63 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-15 09:52:37 UTC (rev 775899)
+++ PKGBUILD2020-12-15 09:52:41 UTC (rev 775900)
@@ -1,63 +0,0 @@
-# Maintainer: Laurent Carlier 
-# Contributor: lod 
-
-pkgname=lib32-amdvlk
-pkgver=2020.Q4.5
-pkgrel=1
-pkgdesc="AMD's standalone Vulkan driver"
-arch=(x86_64)
-url="https://github.com/GPUOpen-Drivers;
-license=('MIT')
-provides=('lib32-vulkan-driver')
-makedepends=('perl-xml-xpath' 'python' 'lib32-wayland' 'lib32-libxrandr' 
'xorg-server-devel' 'cmake' 'ninja' 'git')
-source=("https://github.com/GPUOpen-Drivers/AMDVLK/archive/v-${pkgver}.tar.gz;)
-sha256sums=('83a6dd7bdd5d9602aa7ee6263074c9d453caed0ba3b2c8441a74cb0feea0f2d6')
-
-prepare() {
-  local nrepos path name revision
-  
-  nrepos=$(xpath -q -e //project AMDVLK-v-${pkgver}/default.xml | wc -l)
-  
-  while (($nrepos>0))
-  do
-path=$(xpath -q -e //project[$nrepos]/@path AMDVLK-v-${pkgver}/default.xml 
| sed 's/ path="drivers\/\(.*\)"/\1/g')
-name=$(xpath -q -e //project[$nrepos]/@name AMDVLK-v-${pkgver}/default.xml 
| sed 's/ name="\(.*\)"/\1/g')
-revision=$(xpath -q -e //project[$nrepos]/@revision 
AMDVLK-v-${pkgver}/default.xml | sed 's/ revision="\(.*\)"/\1/g')
-git clone https://github.com/GPUOpen-Drivers/$name $path
-  pushd $path
-git checkout $revision
-  popd
-(( nrepos-- ))
-  done
-  
-  # fix build with gcc9 
-  sed -i "s/-Werror//g" ${srcdir}/pal/shared/gpuopen/cmake/AMD.cmake
-}
-
-build() {
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  cd ${srcdir}/xgl
-  cmake -H. -Bbuilds/Release \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_C_FLAGS=-m32 \
--DCMAKE_CXX_FLAGS=-m32 \
--DLLVM_TARGET_ARCH:STRING=i686 \
--DLLVM_DEFAULT_TARGET_TRIPLE="i686-pc-linux-gnu" \
--DBUILD_WAYLAND_SUPPORT=On \
--G Ninja
-
-  ninja -C builds/Release
-}
-
-package() {
-  install -m755 -d "${pkgdir}"/usr/lib32
-  install -m755 -d "${pkgdir}"/usr/share/vulkan/icd.d
-  install -m755 -d "${pkgdir}"/usr/share/licenses/${pkgname}
-
-  install xgl/builds/Release/icd/amdvlk32.so "${pkgdir}"/usr/lib32/
-  install AMDVLK/json/Redhat/amd_icd32.json "${pkgdir}"/usr/share/vulkan/icd.d/
-  install AMDVLK/LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/
-  
-  sed -i "s/\/lib/\/lib32/g" "${pkgdir}"/usr/share/vulkan/icd.d/amd_icd32.json
-}

Copied: lib32-amdvlk/repos/multilib-x86_64/PKGBUILD (from rev 775899, 
lib32-amdvlk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-15 09:52:41 UTC (rev 775900)
@@ -0,0 +1,63 @@
+# Maintainer: Laurent Carlier 
+# Contributor: lod 
+
+pkgname=lib32-amdvlk
+pkgver=2020.Q4.6
+pkgrel=1
+pkgdesc="AMD's standalone Vulkan driver"
+arch=(x86_64)
+url="https://github.com/GPUOpen-Drivers;
+license=('MIT')
+provides=('lib32-vulkan-driver')
+makedepends=('perl-xml-xpath' 'python' 'lib32-wayland' 'lib32-libxrandr' 
'xorg-server-devel' 'cmake' 'ninja' 'git')
+source=("https://github.com/GPUOpen-Drivers/AMDVLK/archive/v-${pkgver}.tar.gz;)
+sha256sums=('7408961e8b8d5725ba5887ef55cf79c7117da6e77f4f4d5d24bb531b775f5fb6')
+
+prepare() {
+  local nrepos path name revision
+  
+  nrepos=$(xpath -q -e //project AMDVLK-v-${pkgver}/default.xml | wc -l)
+  
+  while (($nrepos>0))
+  do
+path=$(xpath -q -e //project[$nrepos]/@path AMDVLK-v-${pkgver}/default.xml 
| sed 's/ path="drivers\/\(.*\)"/\1/g')
+name=$(xpath -q -e //project[$nrepos]/@name AMDVLK-v-${pkgver}/default.xml 
| sed 's/ name="\(.*\)"/\1/g')
+revision=$(xpath -q -e //project[$nrepos]/@revision 
AMDVLK-v-${pkgver}/default.xml | sed 's/ revision="\(.*\)"/\1/g')
+git clone https://github.com/GPUOpen-Drivers/$name $path
+  pushd $path
+git checkout $revision
+  popd
+(( nrepos-- ))
+  done
+  
+  # fix build with gcc9 
+  sed -i "s/-Werror//g" ${srcdir}/pal/shared/gpuopen/cmake/AMD.cmake
+}
+
+build() {
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd ${srcdir}/xgl
+  cmake -H. -Bbuilds/Release \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_C_FLAGS=-m32 \
+-DCMAKE_CXX_FLAGS=-m32 \
+-DLLVM_TARGET_ARCH:STRING=i686 \
+-DLLVM_DEFAULT_TARGET_TRIPLE="i686-pc-linux-gnu" \
+-DBUILD_WAYLAND_SUPPORT=On \
+-G Ninja
+
+  ninja -C builds/Release
+}
+
+package() {
+  install -m755 -d "${pkgdir}"/usr/lib32
+  install -m755 -d "${pkgdir}"/usr/share/vulkan/icd.d
+  install -m755 -d 

[arch-commits] Commit in lib32-amdvlk/trunk (PKGBUILD)

2020-12-15 Thread Laurent Carlier via arch-commits
Date: Tuesday, December 15, 2020 @ 09:52:37
  Author: lcarlier
Revision: 775899

upgpkg: lib32-amdvlk 2020.Q4.6-1: upstream update 2020.Q4.6

Modified:
  lib32-amdvlk/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-15 09:52:36 UTC (rev 775898)
+++ PKGBUILD2020-12-15 09:52:37 UTC (rev 775899)
@@ -2,7 +2,7 @@
 # Contributor: lod 
 
 pkgname=lib32-amdvlk
-pkgver=2020.Q4.5
+pkgver=2020.Q4.6
 pkgrel=1
 pkgdesc="AMD's standalone Vulkan driver"
 arch=(x86_64)
@@ -11,7 +11,7 @@
 provides=('lib32-vulkan-driver')
 makedepends=('perl-xml-xpath' 'python' 'lib32-wayland' 'lib32-libxrandr' 
'xorg-server-devel' 'cmake' 'ninja' 'git')
 source=("https://github.com/GPUOpen-Drivers/AMDVLK/archive/v-${pkgver}.tar.gz;)
-sha256sums=('83a6dd7bdd5d9602aa7ee6263074c9d453caed0ba3b2c8441a74cb0feea0f2d6')
+sha256sums=('7408961e8b8d5725ba5887ef55cf79c7117da6e77f4f4d5d24bb531b775f5fb6')
 
 prepare() {
   local nrepos path name revision


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

2020-12-15 Thread Laurent Carlier via arch-commits
Date: Tuesday, December 15, 2020 @ 09:36:14
  Author: lcarlier
Revision: 404345

archrelease: copy trunk to extra-x86_64

Added:
  amdvlk/repos/extra-x86_64/PKGBUILD
(from rev 404344, amdvlk/trunk/PKGBUILD)
Deleted:
  amdvlk/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |  126 ++---
 1 file changed, 63 insertions(+), 63 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-15 09:36:10 UTC (rev 404344)
+++ PKGBUILD2020-12-15 09:36:14 UTC (rev 404345)
@@ -1,63 +0,0 @@
-# Maintainer: Laurent Carlier 
-# Contributor: lod 
-
-pkgname=amdvlk
-pkgver=2020.Q4.5
-pkgrel=1
-pkgdesc="AMD's standalone Vulkan driver"
-arch=(x86_64)
-url="https://github.com/GPUOpen-Drivers;
-license=('MIT')
-provides=('vulkan-driver')
-makedepends=('perl-xml-xpath' 'python' 'wayland' 'libxrandr' 
'xorg-server-devel' 'cmake' 'ninja' 'git')
-makedepends+=('python2') # spvgen
-source=("https://github.com/GPUOpen-Drivers/AMDVLK/archive/v-${pkgver}.tar.gz;)
-sha256sums=('83a6dd7bdd5d9602aa7ee6263074c9d453caed0ba3b2c8441a74cb0feea0f2d6')
-
-prepare() {
-  local nrepos path name revision
-  
-  nrepos=$(xpath -q -e //project AMDVLK-v-${pkgver}/default.xml | wc -l)
-  
-  while (($nrepos>0))
-  do
-path=$(xpath -q -e //project[$nrepos]/@path AMDVLK-v-${pkgver}/default.xml 
| sed 's/ path="drivers\/\(.*\)"/\1/g')
-name=$(xpath -q -e //project[$nrepos]/@name AMDVLK-v-${pkgver}/default.xml 
| sed 's/ name="\(.*\)"/\1/g')
-revision=$(xpath -q -e //project[$nrepos]/@revision 
AMDVLK-v-${pkgver}/default.xml | sed 's/ revision="\(.*\)"/\1/g')
-git clone https://github.com/GPUOpen-Drivers/$name $path
-  pushd $path
-git checkout $revision
-  popd
-(( nrepos-- ))
-  done
-  
-  # fix build with gcc9 
-  sed -i "s/-Werror//g" ${srcdir}/pal/shared/gpuopen/cmake/AMD.cmake
-}
-
-build() {
-  cd ${srcdir}/spvgen/external
-  python2 fetch_external_sources.py
-
-  cd ${srcdir}/xgl
-  cmake -H. -Bbuilds/Release64 \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_WAYLAND_SUPPORT=On \
--G Ninja
-
-  ninja -C builds/Release64
-  ninja -C builds/Release64 spvgen
-}
-
-package() {
-  install -m755 -d "${pkgdir}"/usr/lib
-  install -m755 -d "${pkgdir}"/usr/share/vulkan/icd.d
-  install -m755 -d "${pkgdir}"/usr/share/licenses/${pkgname}
-
-  install xgl/builds/Release64/icd/amdvlk64.so "${pkgdir}"/usr/lib/
-  install xgl/builds/Release64/spvgen/spvgen.so ${pkgdir}/usr/lib/
-  install AMDVLK/json/Redhat/amd_icd64.json "${pkgdir}"/usr/share/vulkan/icd.d/
-  install AMDVLK/LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/
-  
-  sed -i "s#/lib64#/lib#g" "${pkgdir}"/usr/share/vulkan/icd.d/amd_icd64.json
-}

Copied: amdvlk/repos/extra-x86_64/PKGBUILD (from rev 404344, 
amdvlk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-15 09:36:14 UTC (rev 404345)
@@ -0,0 +1,63 @@
+# Maintainer: Laurent Carlier 
+# Contributor: lod 
+
+pkgname=amdvlk
+pkgver=2020.Q4.6
+pkgrel=1
+pkgdesc="AMD's standalone Vulkan driver"
+arch=(x86_64)
+url="https://github.com/GPUOpen-Drivers;
+license=('MIT')
+provides=('vulkan-driver')
+makedepends=('perl-xml-xpath' 'python' 'wayland' 'libxrandr' 
'xorg-server-devel' 'cmake' 'ninja' 'git')
+makedepends+=('python2') # spvgen
+source=("https://github.com/GPUOpen-Drivers/AMDVLK/archive/v-${pkgver}.tar.gz;)
+sha256sums=('7408961e8b8d5725ba5887ef55cf79c7117da6e77f4f4d5d24bb531b775f5fb6')
+
+prepare() {
+  local nrepos path name revision
+  
+  nrepos=$(xpath -q -e //project AMDVLK-v-${pkgver}/default.xml | wc -l)
+  
+  while (($nrepos>0))
+  do
+path=$(xpath -q -e //project[$nrepos]/@path AMDVLK-v-${pkgver}/default.xml 
| sed 's/ path="drivers\/\(.*\)"/\1/g')
+name=$(xpath -q -e //project[$nrepos]/@name AMDVLK-v-${pkgver}/default.xml 
| sed 's/ name="\(.*\)"/\1/g')
+revision=$(xpath -q -e //project[$nrepos]/@revision 
AMDVLK-v-${pkgver}/default.xml | sed 's/ revision="\(.*\)"/\1/g')
+git clone https://github.com/GPUOpen-Drivers/$name $path
+  pushd $path
+git checkout $revision
+  popd
+(( nrepos-- ))
+  done
+  
+  # fix build with gcc9 
+  sed -i "s/-Werror//g" ${srcdir}/pal/shared/gpuopen/cmake/AMD.cmake
+}
+
+build() {
+  cd ${srcdir}/spvgen/external
+  python2 fetch_external_sources.py
+
+  cd ${srcdir}/xgl
+  cmake -H. -Bbuilds/Release64 \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_WAYLAND_SUPPORT=On \
+-G Ninja
+
+  ninja -C builds/Release64
+  ninja -C builds/Release64 spvgen
+}
+
+package() {
+  install -m755 -d "${pkgdir}"/usr/lib
+  install -m755 -d "${pkgdir}"/usr/share/vulkan/icd.d
+  install -m755 -d "${pkgdir}"/usr/share/licenses/${pkgname}
+
+  install xgl/builds/Release64/icd/amdvlk64.so "${pkgdir}"/usr/lib/
+  install xgl/builds/Release64/spvgen/spvgen.so ${pkgdir}/usr/lib/

[arch-commits] Commit in amdvlk/trunk (PKGBUILD)

2020-12-15 Thread Laurent Carlier via arch-commits
Date: Tuesday, December 15, 2020 @ 09:36:10
  Author: lcarlier
Revision: 404344

upgpkg: amdvlk 2020.Q4.6-1: upstream update 2020.Q4.6

Modified:
  amdvlk/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-15 09:20:29 UTC (rev 404343)
+++ PKGBUILD2020-12-15 09:36:10 UTC (rev 404344)
@@ -2,7 +2,7 @@
 # Contributor: lod 
 
 pkgname=amdvlk
-pkgver=2020.Q4.5
+pkgver=2020.Q4.6
 pkgrel=1
 pkgdesc="AMD's standalone Vulkan driver"
 arch=(x86_64)
@@ -12,7 +12,7 @@
 makedepends=('perl-xml-xpath' 'python' 'wayland' 'libxrandr' 
'xorg-server-devel' 'cmake' 'ninja' 'git')
 makedepends+=('python2') # spvgen
 source=("https://github.com/GPUOpen-Drivers/AMDVLK/archive/v-${pkgver}.tar.gz;)
-sha256sums=('83a6dd7bdd5d9602aa7ee6263074c9d453caed0ba3b2c8441a74cb0feea0f2d6')
+sha256sums=('7408961e8b8d5725ba5887ef55cf79c7117da6e77f4f4d5d24bb531b775f5fb6')
 
 prepare() {
   local nrepos path name revision


[arch-commits] Commit in lib32-vulkan-validation-layers/repos/multilib-x86_64 (2 files)

2020-12-11 Thread Laurent Carlier via arch-commits
Date: Friday, December 11, 2020 @ 09:58:02
  Author: lcarlier
Revision: 773118

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-vulkan-validation-layers/repos/multilib-x86_64/PKGBUILD
(from rev 773117, lib32-vulkan-validation-layers/trunk/PKGBUILD)
Deleted:
  lib32-vulkan-validation-layers/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-11 09:57:58 UTC (rev 773117)
+++ PKGBUILD2020-12-11 09:58:02 UTC (rev 773118)
@@ -1,50 +0,0 @@
-# Maintainer: Laurent Carlier 
-
-pkgname=lib32-vulkan-validation-layers
-pkgver=1.2.158
-pkgrel=1
-arch=(x86_64)
-pkgdesc="Vulkan Validation Layers (32-bit)"
-url="https://www.khronos.org/vulkan/;
-license=('custom')
-depends=(lib32-gcc-libs lib32-vulkan-icd-loader vulkan-headers)
-makedepends=(cmake python lib32-libx11 lib32-libxrandr lib32-wayland git)
-source=(https://github.com/KhronosGroup/Vulkan-ValidationLayers/archive/v${pkgver}.tar.gz)
-sha256sums=('9d7a6eba2db88b8af6457acce0b638324ca03cde2e9589ae96749114091c6e9e')
-
-build() {
-  export ASFLAGS=--32
-  export CFLAGS=-m32
-  export CXXFLAGS=-m32 

   
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig" 
-
-  cd "${srcdir}"/Vulkan-ValidationLayers*
-
-  rm -rf build ; mkdir build ; cd build
-  ../scripts/update_deps.py
-  cmake -C helper.cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_SYSCONFDIR=/etc \
--DCMAKE_INSTALL_LIBDIR=lib32 \
--DCMAKE_INSTALL_DATADIR=/share \
--DCMAKE_SKIP_RPATH=True \
--DBUILD_TESTS=Off \
--DBUILD_WSI_XCB_SUPPORT=On \
--DBUILD_WSI_XLIB_SUPPORT=On \
--DBUILD_WSI_WAYLAND_SUPPORT=On \
--DCMAKE_BUILD_TYPE=Release \
-..
-  make
-}
-
-package() {
-  cd "${srcdir}"/Vulkan-ValidationLayers*/build
-  
-  make DESTDIR="${pkgdir}" install
-
-  rm -r ${pkgdir}/usr/share/vulkan
-
-  install -dm755 ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 ../LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/
-}
-

Copied: lib32-vulkan-validation-layers/repos/multilib-x86_64/PKGBUILD (from rev 
773117, lib32-vulkan-validation-layers/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-11 09:58:02 UTC (rev 773118)
@@ -0,0 +1,50 @@
+# Maintainer: Laurent Carlier 
+
+pkgname=lib32-vulkan-validation-layers
+pkgver=1.2.162
+pkgrel=1
+arch=(x86_64)
+pkgdesc="Vulkan Validation Layers (32-bit)"
+url="https://www.khronos.org/vulkan/;
+license=('custom')
+depends=(lib32-gcc-libs lib32-vulkan-icd-loader vulkan-headers)
+makedepends=(cmake python lib32-libx11 lib32-libxrandr lib32-wayland git)
+source=(https://github.com/KhronosGroup/Vulkan-ValidationLayers/archive/v${pkgver}.tar.gz)
+sha256sums=('83619b81a86e733383a71ea54f0f5e64e194bf596ee8ec4e36217bb0b29b8917')
+
+build() {
+  export ASFLAGS=--32
+  export CFLAGS=-m32
+  export CXXFLAGS=-m32 

   
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig" 
+
+  cd "${srcdir}"/Vulkan-ValidationLayers*
+
+  rm -rf build ; mkdir build ; cd build
+  ../scripts/update_deps.py
+  cmake -C helper.cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_SYSCONFDIR=/etc \
+-DCMAKE_INSTALL_LIBDIR=lib32 \
+-DCMAKE_INSTALL_DATADIR=/share \
+-DCMAKE_SKIP_RPATH=True \
+-DBUILD_TESTS=Off \
+-DBUILD_WSI_XCB_SUPPORT=On \
+-DBUILD_WSI_XLIB_SUPPORT=On \
+-DBUILD_WSI_WAYLAND_SUPPORT=On \
+-DCMAKE_BUILD_TYPE=Release \
+..
+  make
+}
+
+package() {
+  cd "${srcdir}"/Vulkan-ValidationLayers*/build
+  
+  make DESTDIR="${pkgdir}" install
+
+  rm -r ${pkgdir}/usr/share/vulkan
+
+  install -dm755 ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 ../LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/
+}
+


[arch-commits] Commit in lib32-vulkan-validation-layers/trunk (PKGBUILD)

2020-12-11 Thread Laurent Carlier via arch-commits
Date: Friday, December 11, 2020 @ 09:57:58
  Author: lcarlier
Revision: 773117

upgpkg: lib32-vulkan-validation-layers 1.2.162-1: upstream update 1.2.162

Modified:
  lib32-vulkan-validation-layers/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-11 09:38:37 UTC (rev 773116)
+++ PKGBUILD2020-12-11 09:57:58 UTC (rev 773117)
@@ -1,7 +1,7 @@
 # Maintainer: Laurent Carlier 
 
 pkgname=lib32-vulkan-validation-layers
-pkgver=1.2.158
+pkgver=1.2.162
 pkgrel=1
 arch=(x86_64)
 pkgdesc="Vulkan Validation Layers (32-bit)"
@@ -10,7 +10,7 @@
 depends=(lib32-gcc-libs lib32-vulkan-icd-loader vulkan-headers)
 makedepends=(cmake python lib32-libx11 lib32-libxrandr lib32-wayland git)
 
source=(https://github.com/KhronosGroup/Vulkan-ValidationLayers/archive/v${pkgver}.tar.gz)
-sha256sums=('9d7a6eba2db88b8af6457acce0b638324ca03cde2e9589ae96749114091c6e9e')
+sha256sums=('83619b81a86e733383a71ea54f0f5e64e194bf596ee8ec4e36217bb0b29b8917')
 
 build() {
   export ASFLAGS=--32


[arch-commits] Commit in vulkan-validation-layers/repos/extra-x86_64 (2 files)

2020-12-11 Thread Laurent Carlier via arch-commits
Date: Friday, December 11, 2020 @ 09:57:39
  Author: lcarlier
Revision: 403979

archrelease: copy trunk to extra-x86_64

Added:
  vulkan-validation-layers/repos/extra-x86_64/PKGBUILD
(from rev 403978, vulkan-validation-layers/trunk/PKGBUILD)
Deleted:
  vulkan-validation-layers/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |  108 ++---
 1 file changed, 54 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-11 09:57:35 UTC (rev 403978)
+++ PKGBUILD2020-12-11 09:57:39 UTC (rev 403979)
@@ -1,54 +0,0 @@
-# Maintainer: Laurent Carlier 
-
-pkgname=vulkan-validation-layers
-pkgver=1.2.158
-pkgrel=1
-pkgdesc="Vulkan Validation Layers"
-arch=(x86_64)
-url="https://www.khronos.org/vulkan/;
-license=('custom')
-depends=(gcc-libs vulkan-icd-loader vulkan-headers libx11)
-makedepends=(cmake python-lxml libx11 libxrandr wayland git)
-options=(!strip)
-source=(https://github.com/KhronosGroup/Vulkan-ValidationLayers/archive/v${pkgver}.tar.gz)
-#source=("git+https://github.com/KhronosGroup/Vulkan-ValidationLayers.git#commit=35d091dad71304dab79758fdae4bda12f692d735;)
-sha256sums=('9d7a6eba2db88b8af6457acce0b638324ca03cde2e9589ae96749114091c6e9e')
-
-#pkgver() {
-#  cd "${srcdir}/Vulkan-ValidationLayers"
-#
-#  echo 1.1.97.0+$(git rev-list --count HEAD)+$(git rev-parse --short HEAD)
-#}
-
-build() {
-  cd "${srcdir}"/Vulkan-ValidationLayers*
-
-  rm -rf build ; mkdir build ; cd build
-  ../scripts/update_deps.py
-  cmake -C helper.cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_INSTALL_SYSCONFDIR=/etc \
--DCMAKE_INSTALL_DATADIR=/share \
--DCMAKE_INSTALL_INCLUDEDIR="/usr/include/vulkan/" \
--DBUILD_LAYER_SUPPORT_FILES=ON \
--DCMAKE_SKIP_RPATH=True \
--DBUILD_TESTS=Off \
--DBUILD_WSI_XCB_SUPPORT=On \
--DBUILD_WSI_XLIB_SUPPORT=On \
--DBUILD_WSI_WAYLAND_SUPPORT=On \
--DCMAKE_BUILD_TYPE=RelWithDebInfo \
-..
-  make
-}
-
-package() {
-  groups=('vulkan-devel')
-  cd "${srcdir}"/Vulkan-ValidationLayers*/build
-  
-  make DESTDIR="${pkgdir}" install
-
-  install -dm755 "${pkgdir}"/usr/share/{licenses/,doc/}${pkgname}/
-  cp -r ../docs/* "${pkgdir}"/usr/share/doc/${pkgname}/
-  install -m644 ../LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/
-}

Copied: vulkan-validation-layers/repos/extra-x86_64/PKGBUILD (from rev 403978, 
vulkan-validation-layers/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-11 09:57:39 UTC (rev 403979)
@@ -0,0 +1,54 @@
+# Maintainer: Laurent Carlier 
+
+pkgname=vulkan-validation-layers
+pkgver=1.2.162
+pkgrel=1
+pkgdesc="Vulkan Validation Layers"
+arch=(x86_64)
+url="https://www.khronos.org/vulkan/;
+license=('custom')
+depends=(gcc-libs vulkan-icd-loader vulkan-headers libx11)
+makedepends=(cmake python-lxml libx11 libxrandr wayland git)
+options=(!strip)
+source=(https://github.com/KhronosGroup/Vulkan-ValidationLayers/archive/v${pkgver}.tar.gz)
+#source=("git+https://github.com/KhronosGroup/Vulkan-ValidationLayers.git#commit=35d091dad71304dab79758fdae4bda12f692d735;)
+sha256sums=('83619b81a86e733383a71ea54f0f5e64e194bf596ee8ec4e36217bb0b29b8917')
+
+#pkgver() {
+#  cd "${srcdir}/Vulkan-ValidationLayers"
+#
+#  echo 1.1.97.0+$(git rev-list --count HEAD)+$(git rev-parse --short HEAD)
+#}
+
+build() {
+  cd "${srcdir}"/Vulkan-ValidationLayers*
+
+  rm -rf build ; mkdir build ; cd build
+  ../scripts/update_deps.py
+  cmake -C helper.cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_SYSCONFDIR=/etc \
+-DCMAKE_INSTALL_DATADIR=/share \
+-DCMAKE_INSTALL_INCLUDEDIR="/usr/include/vulkan/" \
+-DBUILD_LAYER_SUPPORT_FILES=ON \
+-DCMAKE_SKIP_RPATH=True \
+-DBUILD_TESTS=Off \
+-DBUILD_WSI_XCB_SUPPORT=On \
+-DBUILD_WSI_XLIB_SUPPORT=On \
+-DBUILD_WSI_WAYLAND_SUPPORT=On \
+-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+..
+  make
+}
+
+package() {
+  groups=('vulkan-devel')
+  cd "${srcdir}"/Vulkan-ValidationLayers*/build
+  
+  make DESTDIR="${pkgdir}" install
+
+  install -dm755 "${pkgdir}"/usr/share/{licenses/,doc/}${pkgname}/
+  cp -r ../docs/* "${pkgdir}"/usr/share/doc/${pkgname}/
+  install -m644 ../LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/
+}


[arch-commits] Commit in vulkan-validation-layers/trunk (PKGBUILD)

2020-12-11 Thread Laurent Carlier via arch-commits
Date: Friday, December 11, 2020 @ 09:57:35
  Author: lcarlier
Revision: 403978

upgpkg: vulkan-validation-layers 1.2.162-1: upstream update 1.2.162

Modified:
  vulkan-validation-layers/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-11 09:44:30 UTC (rev 403977)
+++ PKGBUILD2020-12-11 09:57:35 UTC (rev 403978)
@@ -1,7 +1,7 @@
 # Maintainer: Laurent Carlier 
 
 pkgname=vulkan-validation-layers
-pkgver=1.2.158
+pkgver=1.2.162
 pkgrel=1
 pkgdesc="Vulkan Validation Layers"
 arch=(x86_64)
@@ -12,7 +12,7 @@
 options=(!strip)
 
source=(https://github.com/KhronosGroup/Vulkan-ValidationLayers/archive/v${pkgver}.tar.gz)
 
#source=("git+https://github.com/KhronosGroup/Vulkan-ValidationLayers.git#commit=35d091dad71304dab79758fdae4bda12f692d735;)
-sha256sums=('9d7a6eba2db88b8af6457acce0b638324ca03cde2e9589ae96749114091c6e9e')
+sha256sums=('83619b81a86e733383a71ea54f0f5e64e194bf596ee8ec4e36217bb0b29b8917')
 
 #pkgver() {
 #  cd "${srcdir}/Vulkan-ValidationLayers"


[arch-commits] Commit in vulkan-tools/trunk (PKGBUILD)

2020-12-11 Thread Laurent Carlier via arch-commits
Date: Friday, December 11, 2020 @ 09:44:26
  Author: lcarlier
Revision: 403976

upgpkg: vulkan-tools 1.2.162-1: upstream update 1.2.162

Modified:
  vulkan-tools/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-11 09:40:10 UTC (rev 403975)
+++ PKGBUILD2020-12-11 09:44:26 UTC (rev 403976)
@@ -1,7 +1,7 @@
 # Maintainer: Laurent Carlier 
 
 pkgname=vulkan-tools
-pkgver=1.2.159
+pkgver=1.2.162
 pkgrel=1
 arch=(x86_64)
 url="https://www.khronos.org/vulkan/;
@@ -10,7 +10,7 @@
 depends=(gcc-libs libxcb vulkan-icd-loader)
 makedepends=(git cmake python vulkan-headers libx11 wayland glslang 
spirv-tools)
 
source=("https://github.com/KhronosGroup/Vulkan-Tools/archive/v${pkgver}.tar.gz;)
-sha256sums=('61cf8801ed07ffa6aae8cbfbfa5cc5ed16ee6f30df949e415d33c8d2d721260f')
+sha256sums=('98a3a00471da65df833b4ffeb1ab29ec1d169d5feab54270cf4cd8f50f82e682')
 
 build() {
   cd "${srcdir}"/Vulkan-Tools*


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

2020-12-11 Thread Laurent Carlier via arch-commits
Date: Friday, December 11, 2020 @ 09:44:30
  Author: lcarlier
Revision: 403977

archrelease: copy trunk to extra-x86_64

Added:
  vulkan-tools/repos/extra-x86_64/PKGBUILD
(from rev 403976, vulkan-tools/trunk/PKGBUILD)
Deleted:
  vulkan-tools/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   90 ++---
 1 file changed, 45 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-11 09:44:26 UTC (rev 403976)
+++ PKGBUILD2020-12-11 09:44:30 UTC (rev 403977)
@@ -1,45 +0,0 @@
-# Maintainer: Laurent Carlier 
-
-pkgname=vulkan-tools
-pkgver=1.2.159
-pkgrel=1
-arch=(x86_64)
-url="https://www.khronos.org/vulkan/;
-pkgdesc="Vulkan Utilities and Tools"
-license=('custom')
-depends=(gcc-libs libxcb vulkan-icd-loader)
-makedepends=(git cmake python vulkan-headers libx11 wayland glslang 
spirv-tools)
-source=("https://github.com/KhronosGroup/Vulkan-Tools/archive/v${pkgver}.tar.gz;)
-sha256sums=('61cf8801ed07ffa6aae8cbfbfa5cc5ed16ee6f30df949e415d33c8d2d721260f')
-
-build() {
-  cd "${srcdir}"/Vulkan-Tools*
-
-  rm -rf build ; mkdir build ; cd build
-  cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_SYSCONFDIR=/etc \
--DCMAKE_INSTALL_DATADIR=/usr/share \
--DCMAKE_SKIP_RPATH=True \
--DBUILD_WSI_XCB_SUPPORT=On \
--DBUILD_WSI_XLIB_SUPPORT=On \
--DBUILD_WSI_WAYLAND_SUPPORT=On \
--DBUILD_CUBE=ON \
--DBUILD_VULKANINFO=ON \
--DBUILD_ICD=OFF \
--DGLSLANG_INSTALL_DIR=/usr \
--DCMAKE_BUILD_TYPE=Release \
-..
-  make
-}
-
-package() {
-  groups=('vulkan-devel')
-  
-  cd "${srcdir}"/Vulkan-Tools*/build
-  
-  make DESTDIR="${pkgdir}" install
-
-  install -dm755 ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 ../LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/
-}

Copied: vulkan-tools/repos/extra-x86_64/PKGBUILD (from rev 403976, 
vulkan-tools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-11 09:44:30 UTC (rev 403977)
@@ -0,0 +1,45 @@
+# Maintainer: Laurent Carlier 
+
+pkgname=vulkan-tools
+pkgver=1.2.162
+pkgrel=1
+arch=(x86_64)
+url="https://www.khronos.org/vulkan/;
+pkgdesc="Vulkan Utilities and Tools"
+license=('custom')
+depends=(gcc-libs libxcb vulkan-icd-loader)
+makedepends=(git cmake python vulkan-headers libx11 wayland glslang 
spirv-tools)
+source=("https://github.com/KhronosGroup/Vulkan-Tools/archive/v${pkgver}.tar.gz;)
+sha256sums=('98a3a00471da65df833b4ffeb1ab29ec1d169d5feab54270cf4cd8f50f82e682')
+
+build() {
+  cd "${srcdir}"/Vulkan-Tools*
+
+  rm -rf build ; mkdir build ; cd build
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_SYSCONFDIR=/etc \
+-DCMAKE_INSTALL_DATADIR=/usr/share \
+-DCMAKE_SKIP_RPATH=True \
+-DBUILD_WSI_XCB_SUPPORT=On \
+-DBUILD_WSI_XLIB_SUPPORT=On \
+-DBUILD_WSI_WAYLAND_SUPPORT=On \
+-DBUILD_CUBE=ON \
+-DBUILD_VULKANINFO=ON \
+-DBUILD_ICD=OFF \
+-DGLSLANG_INSTALL_DIR=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+..
+  make
+}
+
+package() {
+  groups=('vulkan-devel')
+  
+  cd "${srcdir}"/Vulkan-Tools*/build
+  
+  make DESTDIR="${pkgdir}" install
+
+  install -dm755 ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 ../LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/
+}


[arch-commits] Commit in lib32-vulkan-icd-loader/repos/multilib-x86_64 (2 files)

2020-12-11 Thread Laurent Carlier via arch-commits
Date: Friday, December 11, 2020 @ 09:38:37
  Author: lcarlier
Revision: 773116

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-vulkan-icd-loader/repos/multilib-x86_64/PKGBUILD
(from rev 773115, lib32-vulkan-icd-loader/trunk/PKGBUILD)
Deleted:
  lib32-vulkan-icd-loader/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |   94 ++---
 1 file changed, 47 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-11 09:38:33 UTC (rev 773115)
+++ PKGBUILD2020-12-11 09:38:37 UTC (rev 773116)
@@ -1,47 +0,0 @@
-# Maintainer: Laurent Carlier 
-
-pkgname=lib32-vulkan-icd-loader
-pkgver=1.2.158
-pkgrel=1
-arch=(x86_64)
-pkgdesc="Vulkan Installable Client Driver (ICD) Loader (32-bit)"
-url="https://www.khronos.org/vulkan/;
-license=('custom')
-makedepends=(cmake python lib32-libx11 lib32-libxrandr lib32-wayland 
vulkan-headers git)
-depends=(lib32-glibc)
-optdepends=('lib32-vulkan-driver: packaged vulkan driver')
-source=("vulkan-loader-${pkgver}.tar.gz::https://github.com/KhronosGroup/Vulkan-Loader/archive/v${pkgver}.tar.gz;)
-sha256sums=('dc9e6a0b5296edb962d3dc168a257cbc1759e1d28afb8b4061a1bc5cb0fa7ede')
-
-build() {
-  export ASFLAGS=--32
-  export CFLAGS=-m32
-  export CXXFLAGS=-m32 

   
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig" 
-
-  cd "${srcdir}"/Vulkan-Loader*
-
-  rm -rf build ; mkdir build ; cd build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DVULKAN_HEADERS_INSTALL_DIR=/usr \
--DCMAKE_INSTALL_SYSCONFDIR=/etc \
--DCMAKE_INSTALL_LIBDIR=lib32 \
--DCMAKE_INSTALL_DATADIR=/share \
--DCMAKE_SKIP_RPATH=True \
--DBUILD_TESTS=Off \
--DBUILD_WSI_XCB_SUPPORT=On \
--DBUILD_WSI_XLIB_SUPPORT=On \
--DBUILD_WSI_WAYLAND_SUPPORT=On \
--DCMAKE_BUILD_TYPE=Release \
-..
-  make
-}
-
-package() {
-  cd "${srcdir}"/Vulkan-Loader*/build
-  
-  make DESTDIR="${pkgdir}" install
-
-  install -dm755 ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 ../LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/
-}

Copied: lib32-vulkan-icd-loader/repos/multilib-x86_64/PKGBUILD (from rev 
773115, lib32-vulkan-icd-loader/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-11 09:38:37 UTC (rev 773116)
@@ -0,0 +1,47 @@
+# Maintainer: Laurent Carlier 
+
+pkgname=lib32-vulkan-icd-loader
+pkgver=1.2.162
+pkgrel=1
+arch=(x86_64)
+pkgdesc="Vulkan Installable Client Driver (ICD) Loader (32-bit)"
+url="https://www.khronos.org/vulkan/;
+license=('custom')
+makedepends=(cmake python lib32-libx11 lib32-libxrandr lib32-wayland 
vulkan-headers git)
+depends=(lib32-glibc)
+optdepends=('lib32-vulkan-driver: packaged vulkan driver')
+source=("vulkan-loader-${pkgver}.tar.gz::https://github.com/KhronosGroup/Vulkan-Loader/archive/v${pkgver}.tar.gz;)
+sha256sums=('e582dce35051a34af82db2a8fcd38fbc5837b4506e76e6cda685dca02dee01c7')
+
+build() {
+  export ASFLAGS=--32
+  export CFLAGS=-m32
+  export CXXFLAGS=-m32 

   
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig" 
+
+  cd "${srcdir}"/Vulkan-Loader*
+
+  rm -rf build ; mkdir build ; cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DVULKAN_HEADERS_INSTALL_DIR=/usr \
+-DCMAKE_INSTALL_SYSCONFDIR=/etc \
+-DCMAKE_INSTALL_LIBDIR=lib32 \
+-DCMAKE_INSTALL_DATADIR=/share \
+-DCMAKE_SKIP_RPATH=True \
+-DBUILD_TESTS=Off \
+-DBUILD_WSI_XCB_SUPPORT=On \
+-DBUILD_WSI_XLIB_SUPPORT=On \
+-DBUILD_WSI_WAYLAND_SUPPORT=On \
+-DCMAKE_BUILD_TYPE=Release \
+..
+  make
+}
+
+package() {
+  cd "${srcdir}"/Vulkan-Loader*/build
+  
+  make DESTDIR="${pkgdir}" install
+
+  install -dm755 ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 ../LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/
+}


[arch-commits] Commit in lib32-vulkan-icd-loader/trunk (PKGBUILD)

2020-12-11 Thread Laurent Carlier via arch-commits
Date: Friday, December 11, 2020 @ 09:38:33
  Author: lcarlier
Revision: 773115

upgpkg: lib32-vulkan-icd-loader 1.2.162-1: upstream update 1.2.162

Modified:
  lib32-vulkan-icd-loader/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-11 08:44:56 UTC (rev 773114)
+++ PKGBUILD2020-12-11 09:38:33 UTC (rev 773115)
@@ -1,7 +1,7 @@
 # Maintainer: Laurent Carlier 
 
 pkgname=lib32-vulkan-icd-loader
-pkgver=1.2.158
+pkgver=1.2.162
 pkgrel=1
 arch=(x86_64)
 pkgdesc="Vulkan Installable Client Driver (ICD) Loader (32-bit)"
@@ -11,7 +11,7 @@
 depends=(lib32-glibc)
 optdepends=('lib32-vulkan-driver: packaged vulkan driver')
 
source=("vulkan-loader-${pkgver}.tar.gz::https://github.com/KhronosGroup/Vulkan-Loader/archive/v${pkgver}.tar.gz;)
-sha256sums=('dc9e6a0b5296edb962d3dc168a257cbc1759e1d28afb8b4061a1bc5cb0fa7ede')
+sha256sums=('e582dce35051a34af82db2a8fcd38fbc5837b4506e76e6cda685dca02dee01c7')
 
 build() {
   export ASFLAGS=--32


[arch-commits] Commit in vulkan-icd-loader/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2020-12-11 Thread Laurent Carlier via arch-commits
Date: Friday, December 11, 2020 @ 09:36:12
  Author: lcarlier
Revision: 403973

archrelease: copy trunk to extra-x86_64

Added:
  vulkan-icd-loader/repos/extra-x86_64/PKGBUILD
(from rev 403972, vulkan-icd-loader/trunk/PKGBUILD)
Deleted:
  vulkan-icd-loader/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-11 09:36:08 UTC (rev 403972)
+++ PKGBUILD2020-12-11 09:36:12 UTC (rev 403973)
@@ -1,49 +0,0 @@
-# Maintainer: Laurent Carlier 
-
-pkgname=vulkan-icd-loader
-pkgver=1.2.158
-pkgrel=1
-arch=(x86_64)
-pkgdesc="Vulkan Installable Client Driver (ICD) Loader"
-url="https://www.khronos.org/vulkan/;
-license=('custom')
-makedepends=(cmake python-lxml libx11 libxrandr wayland vulkan-headers git)
-depends=(glibc)
-optdepends=('vulkan-driver: packaged vulkan driver') # vulkan-driver: 
vulkan-intel/vulkan-radeon/nvidia-utils/
-source=("https://github.com/KhronosGroup/Vulkan-Loader/archive/v${pkgver}.tar.gz;)
-#source=("git+https://github.com/KhronosGroup/Vulkan-Loader.git#commit=8df99b31f01ef1ef7fb17082dd577e77f20cb050;)
-sha256sums=('dc9e6a0b5296edb962d3dc168a257cbc1759e1d28afb8b4061a1bc5cb0fa7ede')
-
-#pkgver() {
-#  cd "${srcdir}"/Vulkan-Loader*
-#
-#  echo 1.1.106+$(git rev-list --count HEAD)+$(git rev-parse --short HEAD)
-#}
-
-build() {
-  cd "${srcdir}"/Vulkan-Loader*
-
-  rm -rf build ; mkdir build ; cd build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DVULKAN_HEADERS_INSTALL_DIR=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_INSTALL_SYSCONFDIR=/etc \
--DCMAKE_INSTALL_DATADIR=/share \
--DCMAKE_SKIP_RPATH=True \
--DBUILD_TESTS=Off \
--DBUILD_WSI_XCB_SUPPORT=On \
--DBUILD_WSI_XLIB_SUPPORT=On \
--DBUILD_WSI_WAYLAND_SUPPORT=On \
--DCMAKE_BUILD_TYPE=Release \
-..
-  make
-}
-
-package() {
-  cd "${srcdir}"/Vulkan-Loader*/build
-  
-  make DESTDIR="${pkgdir}" install
-  
-  install -dm755 ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 ../LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/
-}

Copied: vulkan-icd-loader/repos/extra-x86_64/PKGBUILD (from rev 403972, 
vulkan-icd-loader/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-11 09:36:12 UTC (rev 403973)
@@ -0,0 +1,49 @@
+# Maintainer: Laurent Carlier 
+
+pkgname=vulkan-icd-loader
+pkgver=1.2.162
+pkgrel=1
+arch=(x86_64)
+pkgdesc="Vulkan Installable Client Driver (ICD) Loader"
+url="https://www.khronos.org/vulkan/;
+license=('custom')
+makedepends=(cmake python-lxml libx11 libxrandr wayland vulkan-headers git)
+depends=(glibc)
+optdepends=('vulkan-driver: packaged vulkan driver') # vulkan-driver: 
vulkan-intel/vulkan-radeon/nvidia-utils/
+source=("https://github.com/KhronosGroup/Vulkan-Loader/archive/v${pkgver}.tar.gz;)
+#source=("git+https://github.com/KhronosGroup/Vulkan-Loader.git#commit=8df99b31f01ef1ef7fb17082dd577e77f20cb050;)
+sha256sums=('e582dce35051a34af82db2a8fcd38fbc5837b4506e76e6cda685dca02dee01c7')
+
+#pkgver() {
+#  cd "${srcdir}"/Vulkan-Loader*
+#
+#  echo 1.1.106+$(git rev-list --count HEAD)+$(git rev-parse --short HEAD)
+#}
+
+build() {
+  cd "${srcdir}"/Vulkan-Loader*
+
+  rm -rf build ; mkdir build ; cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DVULKAN_HEADERS_INSTALL_DIR=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_SYSCONFDIR=/etc \
+-DCMAKE_INSTALL_DATADIR=/share \
+-DCMAKE_SKIP_RPATH=True \
+-DBUILD_TESTS=Off \
+-DBUILD_WSI_XCB_SUPPORT=On \
+-DBUILD_WSI_XLIB_SUPPORT=On \
+-DBUILD_WSI_WAYLAND_SUPPORT=On \
+-DCMAKE_BUILD_TYPE=Release \
+..
+  make
+}
+
+package() {
+  cd "${srcdir}"/Vulkan-Loader*/build
+  
+  make DESTDIR="${pkgdir}" install
+  
+  install -dm755 ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 ../LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/
+}


[arch-commits] Commit in vulkan-icd-loader/trunk (PKGBUILD)

2020-12-11 Thread Laurent Carlier via arch-commits
Date: Friday, December 11, 2020 @ 09:36:08
  Author: lcarlier
Revision: 403972

upgpkg: vulkan-icd-loader 1.2.162-1: upstream update 1.2.162

Modified:
  vulkan-icd-loader/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-11 09:32:31 UTC (rev 403971)
+++ PKGBUILD2020-12-11 09:36:08 UTC (rev 403972)
@@ -1,7 +1,7 @@
 # Maintainer: Laurent Carlier 
 
 pkgname=vulkan-icd-loader
-pkgver=1.2.158
+pkgver=1.2.162
 pkgrel=1
 arch=(x86_64)
 pkgdesc="Vulkan Installable Client Driver (ICD) Loader"
@@ -12,7 +12,7 @@
 optdepends=('vulkan-driver: packaged vulkan driver') # vulkan-driver: 
vulkan-intel/vulkan-radeon/nvidia-utils/
 
source=("https://github.com/KhronosGroup/Vulkan-Loader/archive/v${pkgver}.tar.gz;)
 
#source=("git+https://github.com/KhronosGroup/Vulkan-Loader.git#commit=8df99b31f01ef1ef7fb17082dd577e77f20cb050;)
-sha256sums=('dc9e6a0b5296edb962d3dc168a257cbc1759e1d28afb8b4061a1bc5cb0fa7ede')
+sha256sums=('e582dce35051a34af82db2a8fcd38fbc5837b4506e76e6cda685dca02dee01c7')
 
 #pkgver() {
 #  cd "${srcdir}"/Vulkan-Loader*


[arch-commits] Commit in vulkan-docs/repos/extra-any (PKGBUILD PKGBUILD)

2020-12-11 Thread Laurent Carlier via arch-commits
Date: Friday, December 11, 2020 @ 09:32:31
  Author: lcarlier
Revision: 403971

archrelease: copy trunk to extra-any

Added:
  vulkan-docs/repos/extra-any/PKGBUILD
(from rev 403970, vulkan-docs/trunk/PKGBUILD)
Deleted:
  vulkan-docs/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   84 ++---
 1 file changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-11 09:32:28 UTC (rev 403970)
+++ PKGBUILD2020-12-11 09:32:31 UTC (rev 403971)
@@ -1,42 +0,0 @@
-# Maintainer: Laurent Carlier 
-
-pkgbase=vulkan-docs
-pkgname=(vulkan-html-docs)
-pkgver=1.2.160
-pkgrel=1
-epoch=1
-_pkgname=Vulkan-Docs
-arch=(any)
-url="https://www.khronos.org/vulkan/;
-license=('custom')
-makedepends=(asciidoctor python3 dblatex source-highlight cmake ghostscript 
nodejs npm git)
-groups=(vulkan-devel)
-source=("https://github.com/KhronosGroup/${_pkgname}/archive/v${pkgver}.tar.gz;)
-sha256sums=('62be7880bf5ca4b1b7869e644ce644fab2ca08cb6ac07fcb1e56029ce41bc3a7')
-
-prepare() {
-  npm install escape-string-regexp
-  npm install he
-}
-
-build() {
-  cd "${srcdir}/${_pkgname}-${pkgver}"
-
-  ./makeAllExts html manhtmlpages styleguide registry
-}
-
-package_vulkan-html-docs() {
-  pkgdesc="Vulkan html documentation"
-  cd "${_pkgname}-${pkgver}"
-
-  install -dm755 "${pkgdir}/usr/share/doc/vulkan"
-  install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
-
-  mv -v gen/out/man "${pkgdir}/usr/share/doc/vulkan/"
-  mv -v gen/out/html/* "${pkgdir}/usr/share/doc/vulkan/"
-  mv -v gen/out/registry.html "${pkgdir}/usr/share/doc/vulkan/"
-  mv -v gen/out/styleguide.html "${pkgdir}/usr/share/doc/vulkan/"
-
-  install -m644 config/copyright-ccby.txt 
${pkgdir}/usr/share/licenses/${pkgname}/copyright-ccby.txt
-  install -m644 copyright-spec.txt 
${pkgdir}/usr/share/licenses/${pkgname}/copyright-spec.txt
-}

Copied: vulkan-docs/repos/extra-any/PKGBUILD (from rev 403970, 
vulkan-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-11 09:32:31 UTC (rev 403971)
@@ -0,0 +1,42 @@
+# Maintainer: Laurent Carlier 
+
+pkgbase=vulkan-docs
+pkgname=(vulkan-html-docs)
+pkgver=1.2.164
+pkgrel=1
+epoch=1
+_pkgname=Vulkan-Docs
+arch=(any)
+url="https://www.khronos.org/vulkan/;
+license=('custom')
+makedepends=(asciidoctor python3 dblatex source-highlight cmake ghostscript 
nodejs npm git)
+groups=(vulkan-devel)
+source=("https://github.com/KhronosGroup/${_pkgname}/archive/v${pkgver}.tar.gz;)
+sha256sums=('41b4f7106859314d38a564f5e4bb0f0f7409ee9c930294b2440550e9dfcfa2e1')
+
+prepare() {
+  npm install escape-string-regexp
+  npm install he
+}
+
+build() {
+  cd "${srcdir}/${_pkgname}-${pkgver}"
+
+  ./makeAllExts html manhtmlpages styleguide registry
+}
+
+package_vulkan-html-docs() {
+  pkgdesc="Vulkan html documentation"
+  cd "${_pkgname}-${pkgver}"
+
+  install -dm755 "${pkgdir}/usr/share/doc/vulkan"
+  install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
+
+  mv -v gen/out/man "${pkgdir}/usr/share/doc/vulkan/"
+  mv -v gen/out/html/* "${pkgdir}/usr/share/doc/vulkan/"
+  mv -v gen/out/registry.html "${pkgdir}/usr/share/doc/vulkan/"
+  mv -v gen/out/styleguide.html "${pkgdir}/usr/share/doc/vulkan/"
+
+  install -m644 config/copyright-ccby.txt 
${pkgdir}/usr/share/licenses/${pkgname}/copyright-ccby.txt
+  install -m644 copyright-spec.txt 
${pkgdir}/usr/share/licenses/${pkgname}/copyright-spec.txt
+}


[arch-commits] Commit in vulkan-docs/trunk (PKGBUILD)

2020-12-11 Thread Laurent Carlier via arch-commits
Date: Friday, December 11, 2020 @ 09:32:28
  Author: lcarlier
Revision: 403970

upgpkg: vulkan-docs 1:1.2.164-1: upstream update 1.2.164

Modified:
  vulkan-docs/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-11 09:27:59 UTC (rev 403969)
+++ PKGBUILD2020-12-11 09:32:28 UTC (rev 403970)
@@ -2,7 +2,7 @@
 
 pkgbase=vulkan-docs
 pkgname=(vulkan-html-docs)
-pkgver=1.2.160
+pkgver=1.2.164
 pkgrel=1
 epoch=1
 _pkgname=Vulkan-Docs
@@ -12,7 +12,7 @@
 makedepends=(asciidoctor python3 dblatex source-highlight cmake ghostscript 
nodejs npm git)
 groups=(vulkan-devel)
 
source=("https://github.com/KhronosGroup/${_pkgname}/archive/v${pkgver}.tar.gz;)
-sha256sums=('62be7880bf5ca4b1b7869e644ce644fab2ca08cb6ac07fcb1e56029ce41bc3a7')
+sha256sums=('41b4f7106859314d38a564f5e4bb0f0f7409ee9c930294b2440550e9dfcfa2e1')
 
 prepare() {
   npm install escape-string-regexp


[arch-commits] Commit in vulkan-headers/repos/extra-any (PKGBUILD PKGBUILD)

2020-12-11 Thread Laurent Carlier via arch-commits
Date: Friday, December 11, 2020 @ 09:27:59
  Author: lcarlier
Revision: 403969

archrelease: copy trunk to extra-any

Added:
  vulkan-headers/repos/extra-any/PKGBUILD
(from rev 403968, vulkan-headers/trunk/PKGBUILD)
Deleted:
  vulkan-headers/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   78 ++---
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-11 09:27:55 UTC (rev 403968)
+++ PKGBUILD2020-12-11 09:27:59 UTC (rev 403969)
@@ -1,39 +0,0 @@
-# Maintainer: Laurent Carlier 
-
-pkgname=vulkan-headers
-_pkgname=Vulkan-Headers
-pkgver=1.2.160
-pkgrel=1
-epoch=1
-pkgdesc="Vulkan header files"
-arch=(any)
-url="https://www.khronos.org/vulkan/;
-license=('APACHE')
-makedepends=(cmake git)
-provides=("vulkan-hpp=${pkgver}")
-groups=(vulkan-devel)
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/KhronosGroup/Vulkan-Headers/archive/v${pkgver}.tar.gz;)
-#source=("git+https://github.com/KhronosGroup/Vulkan-Headers.git#commit=5f1ceaad4c22d08f4fcac9db3046afbd64358249;)
-sha256sums=('3d77bf6ce282c69196557d6e902329f9073da3c26811ae07000e657ad6957120')
-
-#pkgver() {
-#  cd Vulkan-Headers*
-#
-#  echo 1.1.107+$(git rev-list --count HEAD)+$(git rev-parse --short HEAD)
-#}
-
-build() {
-  cd Vulkan-Headers*
-
-  rm -rf build ; mkdir build ; cd build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
-..
-  make
-}
-
-package() {
-  cd Vulkan-Headers*/build
-  
-  make DESTDIR="${pkgdir}" install
-}

Copied: vulkan-headers/repos/extra-any/PKGBUILD (from rev 403968, 
vulkan-headers/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-11 09:27:59 UTC (rev 403969)
@@ -0,0 +1,39 @@
+# Maintainer: Laurent Carlier 
+
+pkgname=vulkan-headers
+_pkgname=Vulkan-Headers
+pkgver=1.2.164
+pkgrel=1
+epoch=1
+pkgdesc="Vulkan header files"
+arch=(any)
+url="https://www.khronos.org/vulkan/;
+license=('APACHE')
+makedepends=(cmake git)
+provides=("vulkan-hpp=${pkgver}")
+groups=(vulkan-devel)
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/KhronosGroup/Vulkan-Headers/archive/v${pkgver}.tar.gz;)
+#source=("git+https://github.com/KhronosGroup/Vulkan-Headers.git#commit=5f1ceaad4c22d08f4fcac9db3046afbd64358249;)
+sha256sums=('653324eac45ff36bbf6e5d4d768840c3ef042e91a1c046adcf89d5f7dc2c769d')
+
+#pkgver() {
+#  cd Vulkan-Headers*
+#
+#  echo 1.1.107+$(git rev-list --count HEAD)+$(git rev-parse --short HEAD)
+#}
+
+build() {
+  cd Vulkan-Headers*
+
+  rm -rf build ; mkdir build ; cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+..
+  make
+}
+
+package() {
+  cd Vulkan-Headers*/build
+  
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in vulkan-headers/trunk (PKGBUILD)

2020-12-11 Thread Laurent Carlier via arch-commits
Date: Friday, December 11, 2020 @ 09:27:55
  Author: lcarlier
Revision: 403968

upgpkg: vulkan-headers 1:1.2.164-1: upstream update 1.2.164

Modified:
  vulkan-headers/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-11 09:02:53 UTC (rev 403967)
+++ PKGBUILD2020-12-11 09:27:55 UTC (rev 403968)
@@ -2,7 +2,7 @@
 
 pkgname=vulkan-headers
 _pkgname=Vulkan-Headers
-pkgver=1.2.160
+pkgver=1.2.164
 pkgrel=1
 epoch=1
 pkgdesc="Vulkan header files"
@@ -14,7 +14,7 @@
 groups=(vulkan-devel)
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/KhronosGroup/Vulkan-Headers/archive/v${pkgver}.tar.gz;)
 
#source=("git+https://github.com/KhronosGroup/Vulkan-Headers.git#commit=5f1ceaad4c22d08f4fcac9db3046afbd64358249;)
-sha256sums=('3d77bf6ce282c69196557d6e902329f9073da3c26811ae07000e657ad6957120')
+sha256sums=('653324eac45ff36bbf6e5d4d768840c3ef042e91a1c046adcf89d5f7dc2c769d')
 
 #pkgver() {
 #  cd Vulkan-Headers*


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

2020-12-07 Thread Laurent Carlier via arch-commits
Date: Monday, December 7, 2020 @ 09:06:57
  Author: lcarlier
Revision: 403044

archrelease: copy trunk to extra-x86_64

Added:
  mesa/repos/extra-x86_64/LICENSE
(from rev 403043, mesa/trunk/LICENSE)
  mesa/repos/extra-x86_64/PKGBUILD
(from rev 403043, mesa/trunk/PKGBUILD)
Deleted:
  mesa/repos/extra-x86_64/LICENSE
  mesa/repos/extra-x86_64/PKGBUILD

--+
 LICENSE  |  166 
 PKGBUILD |  414 +++--
 2 files changed, 296 insertions(+), 284 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2020-12-07 09:06:52 UTC (rev 403043)
+++ LICENSE 2020-12-07 09:06:57 UTC (rev 403044)
@@ -1,83 +0,0 @@
-The Mesa 3D Graphics Library
-
-Disclaimer
-
-   Mesa is a 3-D graphics library with an API which is very similar to
-   that of [1]OpenGL.* To the extent that Mesa utilizes the OpenGL command
-   syntax or state machine, it is being used with authorization from
-   [2]Silicon Graphics, Inc.(SGI). However, the author does not possess an
-   OpenGL license from SGI, and makes no claim that Mesa is in any way a
-   compatible replacement for OpenGL or associated with SGI. Those who
-   want a licensed implementation of OpenGL should contact a licensed
-   vendor.
-
-   Please do not refer to the library as MesaGL (for legal reasons). It's
-   just Mesa or The Mesa 3-D graphics library.
-
-   * OpenGL is a trademark of [3]Silicon Graphics Incorporated.
-
-License / Copyright Information
-
-   The Mesa distribution consists of several components. Different
-   copyrights and licenses apply to different components. For example, the
-   GLX client code uses the SGI Free Software License B, and some of the
-   Mesa device drivers are copyrighted by their authors. See below for a
-   list of Mesa's main components and the license for each.
-
-   The core Mesa library is licensed according to the terms of the MIT
-   license. This allows integration with the XFree86, Xorg and DRI
-   projects.
-
-   The default Mesa license is as follows:
-
-Copyright (C) 1999-2007  Brian Paul   All Rights Reserved.
-
-Permission is hereby granted, free of charge, to any person obtaining a
-copy of this software and associated documentation files (the "Software"),
-to deal in the Software without restriction, including without limitation
-the rights to use, copy, modify, merge, publish, distribute, sublicense,
-and/or sell copies of the Software, and to permit persons to whom the
-Software is furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
-OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
-THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
-
-Attention, Contributors
-
-   When contributing to the Mesa project you must agree to the licensing
-   terms of the component to which you're contributing. The following
-   section lists the primary components of the Mesa distribution and their
-   respective licenses.
-
-Mesa Component Licenses
-
-Component Location   License
---
-Main Mesa codesrc/mesa/  MIT
-
-Device driverssrc/mesa/drivers/* MIT, generally
-
-Gallium code  src/gallium/   MIT
-
-Ext headers   include/GL/glext.h Khronos
-  include/GL/glxext.h
-
-GLX client code   src/glx/   SGI Free Software License B
-
-C11 threadinclude/c11/threads*.h Boost (permissive) emulation
-
-   In general, consult the source files for license terms.
-
-References
-
-   1. https://www.opengl.org/
-   2. https://www.sgi.com/
-   3. https://www.sgi.com/

Copied: mesa/repos/extra-x86_64/LICENSE (from rev 403043, mesa/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2020-12-07 09:06:57 UTC (rev 403044)
@@ -0,0 +1,83 @@
+The Mesa 3D Graphics Library
+
+Disclaimer
+
+   Mesa is a 3-D graphics library with an API which is very similar to
+   that of [1]OpenGL.* To the extent that Mesa utilizes the OpenGL command
+   syntax or state machine, it is being used with authorization from
+   [2]Silicon Graphics, Inc.(SGI). However, the author does not possess an
+   OpenGL license from SGI, and makes no claim that Mesa is in any way a
+   compatible replacement for OpenGL or associated with SGI. Those who
+   want a licensed implementation of OpenGL should 

[arch-commits] Commit in mesa/trunk (PKGBUILD)

2020-12-07 Thread Laurent Carlier via arch-commits
Date: Monday, December 7, 2020 @ 09:06:52
  Author: lcarlier
Revision: 403043

upgpkg: mesa 20.3.0-2: add lavapipe driver, tweak some dependencies

Modified:
  mesa/trunk/PKGBUILD

--+
 PKGBUILD |   28 
 1 file changed, 20 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-07 07:39:22 UTC (rev 403042)
+++ PKGBUILD2020-12-07 09:06:52 UTC (rev 403043)
@@ -4,10 +4,10 @@
 # Contributor: Andreas Radke 
 
 pkgbase=mesa
-pkgname=('vulkan-mesa-layers' 'opencl-mesa' 'vulkan-intel' 'vulkan-radeon' 
'libva-mesa-driver' 'mesa-vdpau' 'mesa')
+pkgname=('vulkan-mesa-layers' 'opencl-mesa' 'vulkan-intel' 'vulkan-radeon' 
'vulkan-mesa' 'libva-mesa-driver' 'mesa-vdpau' 'mesa')
 pkgdesc="An open-source implementation of the OpenGL specification"
 pkgver=20.3.0
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 makedepends=('python-mako' 'libxml2' 'libx11' 'xorgproto' 'libdrm' 
'libxshmfence' 'libxxf86vm'
  'libxdamage' 'libvdpau' 'libva' 'wayland' 'wayland-protocols' 
'zstd' 'elfutils' 'llvm'
@@ -38,7 +38,7 @@
 -D platforms=x11,wayland \
 -D dri-drivers=i915,i965,r100,r200,nouveau \
 -D 
gallium-drivers=r300,r600,radeonsi,nouveau,virgl,svga,swrast,swr,iris,zink \
--D vulkan-drivers=amd,intel \
+-D vulkan-drivers=amd,intel,swrast \
 -D vulkan-overlay-layer=true \
 -D vulkan-device-select-layer=true \
 -D swr-arches=avx,avx2 \
@@ -87,7 +87,7 @@
 
 package_vulkan-mesa-layers() {
   pkgdesc="Mesa's Vulkan layers"
-  depends=('libdrm' 'libxcb' 'wayland')
+  depends=('libdrm' 'libxcb' 'wayland' 'python')
   conflicts=('vulkan-mesa-layer')
   replaces=('vulkan-mesa-layer')
 
@@ -103,7 +103,7 @@
 
 package_opencl-mesa() {
   pkgdesc="OpenCL support for AMD/ATI Radeon mesa drivers"
-  depends=('expat' 'libdrm' 'libelf' 'libclc' 'clang' 'zstd')
+  depends=('libdrm' 'libclc' 'clang')
   optdepends=('opencl-headers: headers necessary for OpenCL development')
   provides=('opencl-driver')
 
@@ -129,7 +129,7 @@
 
 package_vulkan-radeon() {
   pkgdesc="Radeon's Vulkan mesa driver"
-  depends=('wayland' 'libx11' 'libxshmfence' 'libelf' 'libdrm' 'zstd' 
'llvm-libs')
+  depends=('wayland' 'libx11' 'libxshmfence' 'libelf' 'libdrm' 'llvm-libs')
   optdepends=('vulkan-mesa-layers: additional vulkan layers')
   provides=('vulkan-driver')
 
@@ -139,9 +139,21 @@
   install -m644 -Dt "${pkgdir}/usr/share/licenses/${pkgname}" LICENSE
 }
 
+package_vulkan-mesa() {
+  pkgdesc="Vulkan swrast driver"
+  depends=('wayland' 'libx11' 'libxshmfence' 'libdrm' 'zstd' 'llvm-libs')
+  optdepends=('vulkan-mesa-layers: additional vulkan layers')
+  provides=('vulkan-driver')
+
+  _install fakeinstall/usr/share/vulkan/icd.d/lvp_icd*.json
+  _install fakeinstall/usr/lib/libvulkan_lvp.so
+
+  install -m644 -Dt "${pkgdir}/usr/share/licenses/${pkgname}" LICENSE
+}
+
 package_libva-mesa-driver() {
   pkgdesc="VA-API implementation for gallium"
-  depends=('libdrm' 'libx11' 'llvm-libs' 'expat' 'libelf' 'libxshmfence' 
'zstd')
+  depends=('libdrm' 'libx11' 'llvm-libs' 'expat' 'libelf' 'libxshmfence')
 
   _install fakeinstall/usr/lib/dri/*_drv_video.so
 
@@ -150,7 +162,7 @@
 
 package_mesa-vdpau() {
   pkgdesc="Mesa VDPAU drivers"
-  depends=('libdrm' 'libx11' 'llvm-libs' 'expat' 'libelf' 'libxshmfence' 
'zstd')
+  depends=('libdrm' 'libx11' 'llvm-libs' 'expat' 'libelf' 'libxshmfence')
 
   _install fakeinstall/usr/lib/vdpau
 


[arch-commits] Commit in lib32-mesa/repos (3 files)

2020-12-04 Thread Laurent Carlier via arch-commits
Date: Friday, December 4, 2020 @ 12:45:13
  Author: lcarlier
Revision: 769982

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-mesa/repos/multilib-testing-x86_64/
  lib32-mesa/repos/multilib-testing-x86_64/LICENSE
(from rev 769981, lib32-mesa/trunk/LICENSE)
  lib32-mesa/repos/multilib-testing-x86_64/PKGBUILD
(from rev 769981, lib32-mesa/trunk/PKGBUILD)

--+
 LICENSE  |   83 +++
 PKGBUILD |  217 +
 2 files changed, 300 insertions(+)

Copied: lib32-mesa/repos/multilib-testing-x86_64/LICENSE (from rev 769981, 
lib32-mesa/trunk/LICENSE)
===
--- multilib-testing-x86_64/LICENSE (rev 0)
+++ multilib-testing-x86_64/LICENSE 2020-12-04 12:45:13 UTC (rev 769982)
@@ -0,0 +1,83 @@
+The Mesa 3D Graphics Library
+
+Disclaimer
+
+   Mesa is a 3-D graphics library with an API which is very similar to
+   that of [1]OpenGL.* To the extent that Mesa utilizes the OpenGL command
+   syntax or state machine, it is being used with authorization from
+   [2]Silicon Graphics, Inc.(SGI). However, the author does not possess an
+   OpenGL license from SGI, and makes no claim that Mesa is in any way a
+   compatible replacement for OpenGL or associated with SGI. Those who
+   want a licensed implementation of OpenGL should contact a licensed
+   vendor.
+
+   Please do not refer to the library as MesaGL (for legal reasons). It's
+   just Mesa or The Mesa 3-D graphics library.
+
+   * OpenGL is a trademark of [3]Silicon Graphics Incorporated.
+
+License / Copyright Information
+
+   The Mesa distribution consists of several components. Different
+   copyrights and licenses apply to different components. For example, the
+   GLX client code uses the SGI Free Software License B, and some of the
+   Mesa device drivers are copyrighted by their authors. See below for a
+   list of Mesa's main components and the license for each.
+
+   The core Mesa library is licensed according to the terms of the MIT
+   license. This allows integration with the XFree86, Xorg and DRI
+   projects.
+
+   The default Mesa license is as follows:
+
+Copyright (C) 1999-2007  Brian Paul   All Rights Reserved.
+
+Permission is hereby granted, free of charge, to any person obtaining a
+copy of this software and associated documentation files (the "Software"),
+to deal in the Software without restriction, including without limitation
+the rights to use, copy, modify, merge, publish, distribute, sublicense,
+and/or sell copies of the Software, and to permit persons to whom the
+Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included
+in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
+OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
+THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
+
+Attention, Contributors
+
+   When contributing to the Mesa project you must agree to the licensing
+   terms of the component to which you're contributing. The following
+   section lists the primary components of the Mesa distribution and their
+   respective licenses.
+
+Mesa Component Licenses
+
+Component Location   License
+--
+Main Mesa codesrc/mesa/  MIT
+
+Device driverssrc/mesa/drivers/* MIT, generally
+
+Gallium code  src/gallium/   MIT
+
+Ext headers   include/GL/glext.h Khronos
+  include/GL/glxext.h
+
+GLX client code   src/glx/   SGI Free Software License B
+
+C11 threadinclude/c11/threads*.h Boost (permissive) emulation
+
+   In general, consult the source files for license terms.
+
+References
+
+   1. https://www.opengl.org/
+   2. https://www.sgi.com/
+   3. https://www.sgi.com/

Copied: lib32-mesa/repos/multilib-testing-x86_64/PKGBUILD (from rev 769981, 
lib32-mesa/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2020-12-04 12:45:13 UTC (rev 769982)
@@ -0,0 +1,217 @@
+# Maintainer: Laurent Carlier 
+# Maintainer: Felix Yan 
+# Contributor: Jan de Groot 
+# Contributor: Andreas Radke 
+
+pkgbase=lib32-mesa
+pkgname=('lib32-vulkan-mesa-layers' 'lib32-opencl-mesa' 'lib32-vulkan-intel' 
'lib32-vulkan-radeon' 'lib32-libva-mesa-driver' 'lib32-mesa-vdpau' 'lib32-mesa')
+pkgdesc="An open-source 

[arch-commits] Commit in lib32-mesa/trunk (PKGBUILD)

2020-12-04 Thread Laurent Carlier via arch-commits
Date: Friday, December 4, 2020 @ 12:45:07
  Author: lcarlier
Revision: 769981

upgpkg: lib32-mesa 20.3.0-1: upstream update 20.3.0

Modified:
  lib32-mesa/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-04 12:29:44 UTC (rev 769980)
+++ PKGBUILD2020-12-04 12:45:07 UTC (rev 769981)
@@ -6,7 +6,7 @@
 pkgbase=lib32-mesa
 pkgname=('lib32-vulkan-mesa-layers' 'lib32-opencl-mesa' 'lib32-vulkan-intel' 
'lib32-vulkan-radeon' 'lib32-libva-mesa-driver' 'lib32-mesa-vdpau' 'lib32-mesa')
 pkgdesc="An open-source implementation of the OpenGL specification (32-bit)"
-pkgver=20.2.3
+pkgver=20.3.0
 pkgrel=1
 arch=('x86_64')
 makedepends=('python-mako' 'lib32-libxml2' 'lib32-expat' 'lib32-libx11' 
'xorgproto' 'lib32-libdrm'
@@ -18,7 +18,7 @@
 license=('custom')
 source=(https://mesa.freedesktop.org/archive/mesa-${pkgver}.tar.xz{,.sig}
 LICENSE)
-sha512sums=('e55b57523f6fdb1199586538c119c3e7c81d1a7af86be14c90d140c514f65e54ac0c56bd341686d04b770b80d3ddd92188ee17b3bc23f243aed10c25de7e19a6'
+sha512sums=('69ee0bc1e7a69a519597dd55f4d601f35fe51ed6687d6f6beff6aef3da8d82de932220305fc187e06a52aaf0073d434a6e3458619c767b9b7932464a2cbb2cf2'
 'SKIP'
 
'f9f0d0ccf166fe6cb684478b6f1e1ab1f2850431c06aa041738563eb1808a004e52cdec823c103c9e180f03ffc083e95974d291353f0220fe52ae6d4897fecc7')
 validpgpkeys=('8703B6700E7EE06D7A39B8D6EDAE37B02CEB490D'  # Emil Velikov 



[arch-commits] Commit in mesa/repos (3 files)

2020-12-04 Thread Laurent Carlier via arch-commits
Date: Friday, December 4, 2020 @ 12:24:58
  Author: lcarlier
Revision: 402859

archrelease: copy trunk to testing-x86_64

Added:
  mesa/repos/testing-x86_64/
  mesa/repos/testing-x86_64/LICENSE
(from rev 402858, mesa/trunk/LICENSE)
  mesa/repos/testing-x86_64/PKGBUILD
(from rev 402858, mesa/trunk/PKGBUILD)

--+
 LICENSE  |   83 +
 PKGBUILD |  201 +
 2 files changed, 284 insertions(+)

Copied: mesa/repos/testing-x86_64/LICENSE (from rev 402858, mesa/trunk/LICENSE)
===
--- testing-x86_64/LICENSE  (rev 0)
+++ testing-x86_64/LICENSE  2020-12-04 12:24:58 UTC (rev 402859)
@@ -0,0 +1,83 @@
+The Mesa 3D Graphics Library
+
+Disclaimer
+
+   Mesa is a 3-D graphics library with an API which is very similar to
+   that of [1]OpenGL.* To the extent that Mesa utilizes the OpenGL command
+   syntax or state machine, it is being used with authorization from
+   [2]Silicon Graphics, Inc.(SGI). However, the author does not possess an
+   OpenGL license from SGI, and makes no claim that Mesa is in any way a
+   compatible replacement for OpenGL or associated with SGI. Those who
+   want a licensed implementation of OpenGL should contact a licensed
+   vendor.
+
+   Please do not refer to the library as MesaGL (for legal reasons). It's
+   just Mesa or The Mesa 3-D graphics library.
+
+   * OpenGL is a trademark of [3]Silicon Graphics Incorporated.
+
+License / Copyright Information
+
+   The Mesa distribution consists of several components. Different
+   copyrights and licenses apply to different components. For example, the
+   GLX client code uses the SGI Free Software License B, and some of the
+   Mesa device drivers are copyrighted by their authors. See below for a
+   list of Mesa's main components and the license for each.
+
+   The core Mesa library is licensed according to the terms of the MIT
+   license. This allows integration with the XFree86, Xorg and DRI
+   projects.
+
+   The default Mesa license is as follows:
+
+Copyright (C) 1999-2007  Brian Paul   All Rights Reserved.
+
+Permission is hereby granted, free of charge, to any person obtaining a
+copy of this software and associated documentation files (the "Software"),
+to deal in the Software without restriction, including without limitation
+the rights to use, copy, modify, merge, publish, distribute, sublicense,
+and/or sell copies of the Software, and to permit persons to whom the
+Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included
+in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
+OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
+THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
+
+Attention, Contributors
+
+   When contributing to the Mesa project you must agree to the licensing
+   terms of the component to which you're contributing. The following
+   section lists the primary components of the Mesa distribution and their
+   respective licenses.
+
+Mesa Component Licenses
+
+Component Location   License
+--
+Main Mesa codesrc/mesa/  MIT
+
+Device driverssrc/mesa/drivers/* MIT, generally
+
+Gallium code  src/gallium/   MIT
+
+Ext headers   include/GL/glext.h Khronos
+  include/GL/glxext.h
+
+GLX client code   src/glx/   SGI Free Software License B
+
+C11 threadinclude/c11/threads*.h Boost (permissive) emulation
+
+   In general, consult the source files for license terms.
+
+References
+
+   1. https://www.opengl.org/
+   2. https://www.sgi.com/
+   3. https://www.sgi.com/

Copied: mesa/repos/testing-x86_64/PKGBUILD (from rev 402858, 
mesa/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-12-04 12:24:58 UTC (rev 402859)
@@ -0,0 +1,201 @@
+# Maintainer: Laurent Carlier 
+# Maintainer: Felix Yan 
+# Maintainer: Jan de Groot 
+# Contributor: Andreas Radke 
+
+pkgbase=mesa
+pkgname=('vulkan-mesa-layers' 'opencl-mesa' 'vulkan-intel' 'vulkan-radeon' 
'libva-mesa-driver' 'mesa-vdpau' 'mesa')
+pkgdesc="An open-source implementation of the OpenGL specification"
+pkgver=20.3.0
+pkgrel=1
+arch=('x86_64')
+makedepends=('python-mako' 'libxml2' 'libx11' 'xorgproto' 'libdrm' 
'libxshmfence' 'libxxf86vm'
+   

[arch-commits] Commit in mesa/trunk (PKGBUILD)

2020-12-04 Thread Laurent Carlier via arch-commits
Date: Friday, December 4, 2020 @ 12:24:53
  Author: lcarlier
Revision: 402858

upgpkg: mesa 20.3.0-1: upstream update 20.3.0

Modified:
  mesa/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-04 05:29:12 UTC (rev 402857)
+++ PKGBUILD2020-12-04 12:24:53 UTC (rev 402858)
@@ -6,7 +6,7 @@
 pkgbase=mesa
 pkgname=('vulkan-mesa-layers' 'opencl-mesa' 'vulkan-intel' 'vulkan-radeon' 
'libva-mesa-driver' 'mesa-vdpau' 'mesa')
 pkgdesc="An open-source implementation of the OpenGL specification"
-pkgver=20.2.3
+pkgver=20.3.0
 pkgrel=1
 arch=('x86_64')
 makedepends=('python-mako' 'libxml2' 'libx11' 'xorgproto' 'libdrm' 
'libxshmfence' 'libxxf86vm'
@@ -17,7 +17,7 @@
 license=('custom')
 source=(https://mesa.freedesktop.org/archive/mesa-${pkgver}.tar.xz{,.sig}
 LICENSE)
-sha512sums=('e55b57523f6fdb1199586538c119c3e7c81d1a7af86be14c90d140c514f65e54ac0c56bd341686d04b770b80d3ddd92188ee17b3bc23f243aed10c25de7e19a6'
+sha512sums=('69ee0bc1e7a69a519597dd55f4d601f35fe51ed6687d6f6beff6aef3da8d82de932220305fc187e06a52aaf0073d434a6e3458619c767b9b7932464a2cbb2cf2'
 'SKIP'
 
'f9f0d0ccf166fe6cb684478b6f1e1ab1f2850431c06aa041738563eb1808a004e52cdec823c103c9e180f03ffc083e95974d291353f0220fe52ae6d4897fecc7')
 validpgpkeys=('8703B6700E7EE06D7A39B8D6EDAE37B02CEB490D'  # Emil Velikov 



[arch-commits] Commit in sauerbraten/repos/community-x86_64 (18 files)

2020-11-30 Thread Laurent Carlier via arch-commits
Date: Monday, November 30, 2020 @ 09:22:18
  Author: lcarlier
Revision: 766544

archrelease: copy trunk to community-x86_64

Added:
  sauerbraten/repos/community-x86_64/PKGBUILD
(from rev 766543, sauerbraten/trunk/PKGBUILD)
  sauerbraten/repos/community-x86_64/license.txt
(from rev 766543, sauerbraten/trunk/license.txt)
  sauerbraten/repos/community-x86_64/sauerbraten-client
(from rev 766543, sauerbraten/trunk/sauerbraten-client)
  sauerbraten/repos/community-x86_64/sauerbraten-server
(from rev 766543, sauerbraten/trunk/sauerbraten-server)
  sauerbraten/repos/community-x86_64/sauerbraten.confd
(from rev 766543, sauerbraten/trunk/sauerbraten.confd)
  sauerbraten/repos/community-x86_64/sauerbraten.desktop
(from rev 766543, sauerbraten/trunk/sauerbraten.desktop)
  sauerbraten/repos/community-x86_64/sauerbraten.png
(from rev 766543, sauerbraten/trunk/sauerbraten.png)
  sauerbraten/repos/community-x86_64/sauerbraten.service
(from rev 766543, sauerbraten/trunk/sauerbraten.service)
  sauerbraten/repos/community-x86_64/sauerbraten.sysusers
(from rev 766543, sauerbraten/trunk/sauerbraten.sysusers)
Deleted:
  sauerbraten/repos/community-x86_64/PKGBUILD
  sauerbraten/repos/community-x86_64/license.txt
  sauerbraten/repos/community-x86_64/sauerbraten-client
  sauerbraten/repos/community-x86_64/sauerbraten-server
  sauerbraten/repos/community-x86_64/sauerbraten.confd
  sauerbraten/repos/community-x86_64/sauerbraten.desktop
  sauerbraten/repos/community-x86_64/sauerbraten.png
  sauerbraten/repos/community-x86_64/sauerbraten.service
  sauerbraten/repos/community-x86_64/sauerbraten.sysusers

--+
 PKGBUILD |  138 ++---
 license.txt  |   68 
 sauerbraten-client   |   20 +++
 sauerbraten-server   |   44 +++
 sauerbraten.confd|6 +-
 sauerbraten.desktop  |   20 +++
 sauerbraten.service  |   26 -
 sauerbraten.sysusers |2 
 8 files changed, 167 insertions(+), 157 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-30 09:22:02 UTC (rev 766543)
+++ PKGBUILD2020-11-30 09:22:18 UTC (rev 766544)
@@ -1,64 +0,0 @@
-# Maintainer: Laurent Carlier 
-# Contributor: Jaroslaw Swierczynski 
-# Contributor: Roman Kyrylych 
-# Contributor: Christoph Siegenthaler 
-# Contributor: Jesse Young 
-
-pkgname=sauerbraten
-pkgver=2013_02_03_collect_edition
-pkgrel=7
-pkgdesc="FPS that uses an improved version of the Cube engine"
-arch=('x86_64')
-url="http://www.sauerbraten.org/;
-license=('ZLIB')
-makedepends=('sdl_mixer' 'sdl_image' 'mesa-libgl' 'glu') # gendesk
-backup=('etc/conf.d/sauerbraten')
-source=(https://downloads.sourceforge.net/$pkgname/${pkgname}_${pkgver}_linux.tar.bz2
-sauerbraten-client
-sauerbraten-server
-sauerbraten.confd
-sauerbraten.png
-sauerbraten.service
-sauerbraten.sysusers
-sauerbraten.desktop
-license.txt)
-md5sums=('2cfbd619981402898f97b93be08d58ac'
- 'cb84f0baa72ad88b939a9e5fd0916559'
- '4a42c314d01ccdc4c76fad38d18c7434'
- 'c28be8761ede9ca82b6ab311aa7f6d42'
- '3e602f421f7342cf8c3ed16314523d6f'
- '3c964cdd0906461c0404641b1eb52d96'
- 'd34cc6df5b58e4d5e67d758bfeca0839'
- '05c1f5f33c744097c4c70f1e23738847'
- 'cf46cd0148f03b7477f7c54aec865abe')
-#_exec=('sauerbraten-client %u')
-
-build() {
-#  cd "$srcdir"
-#  gendesk ## broken ##
-
-  cd "$pkgname/src"
-
-  make
-}
-
-package() {
-  depends=('sdl_mixer' 'sdl_image' 'libgl' 'sauerbraten-data')
-
-  cd "${srcdir}"/$pkgname/src
-
-  make DESTDIR="${pkgdir}" install
-
-  cd ..
-  install -D bin_unix/native_client 
"${pkgdir}"/opt/sauerbraten/bin/linux_client
-  install -D bin_unix/native_server 
"${pkgdir}"/opt/sauerbraten/bin/linux_server
-
-  install -Dm755 "${srcdir}"/sauerbraten-client 
"${pkgdir}"/usr/bin/sauerbraten-client
-  install -Dm755 "${srcdir}"/sauerbraten-server 
"${pkgdir}"/usr/bin/sauerbraten-server
-  install -Dm644 "${srcdir}"/sauerbraten.confd 
"${pkgdir}"/etc/conf.d/sauerbraten
-  install -Dm644 "${srcdir}"/sauerbraten.service 
"${pkgdir}"/usr/lib/systemd/system/sauerbraten.service
-  install -Dm644 "${srcdir}"/sauerbraten.sysusers 
"${pkgdir}"/usr/lib/sysusers.d/sauerbraten.conf
-  install -Dm644 "${srcdir}"/sauerbraten.desktop 
"${pkgdir}"/usr/share/applications/sauerbraten.desktop
-  install -Dm644 "${srcdir}"/sauerbraten.png 
"${pkgdir}"/usr/share/pixmaps/sauerbraten.png
-  install -Dm644 "${srcdir}"/license.txt 
"${pkgdir}"/usr/share/licenses/sauerbraten/license.txt
-}

Copied: sauerbraten/repos/community-x86_64/PKGBUILD (from rev 766543, 
sauerbraten/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-30 09:22:18 UTC (rev 766544)
@@ -0,0 +1,74 @@
+# Maintainer: 

[arch-commits] Commit in sauerbraten/trunk (PKGBUILD)

2020-11-30 Thread Laurent Carlier via arch-commits
Date: Monday, November 30, 2020 @ 09:22:02
  Author: lcarlier
Revision: 766543

upgpkg: sauerbraten 2020_11_29-1: upstream update 2020_11_29

Modified:
  sauerbraten/trunk/PKGBUILD

--+
 PKGBUILD |   30 --
 1 file changed, 20 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-30 09:20:46 UTC (rev 766542)
+++ PKGBUILD2020-11-30 09:22:02 UTC (rev 766543)
@@ -4,14 +4,14 @@
 # Contributor: Christoph Siegenthaler 
 # Contributor: Jesse Young 
 
-pkgname=sauerbraten
-pkgver=2013_02_03_collect_edition
-pkgrel=7
+pkgname=('sauerbraten' 'sauerbraten-data')
+pkgver=2020_11_29
+pkgrel=1
 pkgdesc="FPS that uses an improved version of the Cube engine"
 arch=('x86_64')
 url="http://www.sauerbraten.org/;
 license=('ZLIB')
-makedepends=('sdl_mixer' 'sdl_image' 'mesa-libgl' 'glu') # gendesk
+makedepends=('sdl2_mixer' 'sdl2_image' 'mesa-libgl' 'glu')
 backup=('etc/conf.d/sauerbraten')
 
source=(https://downloads.sourceforge.net/$pkgname/${pkgname}_${pkgver}_linux.tar.bz2
 sauerbraten-client
@@ -22,7 +22,7 @@
 sauerbraten.sysusers
 sauerbraten.desktop
 license.txt)
-md5sums=('2cfbd619981402898f97b93be08d58ac'
+md5sums=('762ad9bee1205a15986784926da54746'
  'cb84f0baa72ad88b939a9e5fd0916559'
  '4a42c314d01ccdc4c76fad38d18c7434'
  'c28be8761ede9ca82b6ab311aa7f6d42'
@@ -34,16 +34,14 @@
 #_exec=('sauerbraten-client %u')
 
 build() {
-#  cd "$srcdir"
-#  gendesk ## broken ##
-
   cd "$pkgname/src"
 
   make
 }
 
-package() {
-  depends=('sdl_mixer' 'sdl_image' 'libgl' 'sauerbraten-data')
+package_sauerbraten() {
+  pkgdesc="FPS that uses an improved version of the Cube engine"
+  depends=('sdl2_mixer' 'sdl2_image' 'libgl' 'sauerbraten-data')
 
   cd "${srcdir}"/$pkgname/src
 
@@ -62,3 +60,15 @@
   install -Dm644 "${srcdir}"/sauerbraten.png 
"${pkgdir}"/usr/share/pixmaps/sauerbraten.png
   install -Dm644 "${srcdir}"/license.txt 
"${pkgdir}"/usr/share/licenses/sauerbraten/license.txt
 }
+
+package_sauerbraten-data() {
+  pkgdesc="Improved version of the Cube engine - datas files"
+
+  cd "${srcdir}"/sauerbraten
+
+  install -d "${pkgdir}"/opt/sauerbraten
+  cp -r data "${pkgdir}"/opt/sauerbraten
+  cp -r packages "${pkgdir}"/opt/sauerbraten
+
+  install -Dm644 "${srcdir}"/license.txt 
"${pkgdir}"/usr/share/licenses/${pkgname}/license.txt
+}


[arch-commits] Commit in (sauerbraten-data)

2020-11-30 Thread Laurent Carlier via arch-commits
Date: Monday, November 30, 2020 @ 09:20:46
  Author: lcarlier
Revision: 766542

now part of sauerbraten package

Deleted:
  sauerbraten-data/


[arch-commits] Commit in linux-firmware/repos (testing-any testing-any/PKGBUILD)

2020-11-27 Thread Laurent Carlier via arch-commits
Date: Friday, November 27, 2020 @ 17:50:51
  Author: lcarlier
Revision: 402334

archrelease: copy trunk to testing-any

Added:
  linux-firmware/repos/testing-any/
  linux-firmware/repos/testing-any/PKGBUILD
(from rev 402333, linux-firmware/trunk/PKGBUILD)

--+
 PKGBUILD |   66 +
 1 file changed, 66 insertions(+)

Copied: linux-firmware/repos/testing-any/PKGBUILD (from rev 402333, 
linux-firmware/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2020-11-27 17:50:51 UTC (rev 402334)
@@ -0,0 +1,66 @@
+# Maintainer: Thomas Bächler 
+
+pkgbase=linux-firmware
+pkgname=(linux-firmware amd-ucode)
+_commit=bc9cd0b7b0e96038ccc041ff409948d8f176142d
+#_tag=20201118
+pkgver=20201120.bc9cd0b
+pkgrel=1
+pkgdesc="Firmware files for Linux"
+url="https://git.kernel.org/?p=linux/kernel/git/firmware/linux-firmware.git;a=summary;
+license=('GPL2' 'GPL3' 'custom')
+arch=('any')
+makedepends=('git')
+options=(!strip)
+source=("git+https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git#commit=${_commit}?signed;)
+sha256sums=('SKIP')
+validpgpkeys=('4CDE8575E547BF835FE15807A31B6BD72486CFD6') # Josh Boyer 

+
+prepare() {
+  cd ${pkgname}
+}
+
+pkgver() {
+  cd ${pkgname}
+
+  # Commit date + short rev
+  echo $(TZ=UTC git show -s --pretty=%cd --date=format-local:%Y%m%d 
HEAD).$(git rev-parse --short HEAD)
+}
+
+build() {
+  mkdir -p kernel/x86/microcode
+  cat ${pkgbase}/amd-ucode/microcode_amd*.bin > 
kernel/x86/microcode/AuthenticAMD.bin
+
+  # Reproducibility: set the timestamp on the bin file
+  if [[ -n ${SOURCE_DATE_EPOCH} ]]; then 
+touch -d @${SOURCE_DATE_EPOCH} kernel/x86/microcode/AuthenticAMD.bin
+  fi
+
+  # Reproducibility: strip the inode and device numbers from the cpio archive
+  echo kernel/x86/microcode/AuthenticAMD.bin |
+bsdtar --uid 0 --gid 0 -cnf - -T - |
+bsdtar --null -cf - --format=newc @- > amd-ucode.img
+}
+
+package_linux-firmware() {
+  cd ${pkgname}
+
+  make DESTDIR="${pkgdir}" FIRMWAREDIR=/usr/lib/firmware install
+
+  # Trigger a microcode reload for configurations not using early updates
+  echo 'w /sys/devices/system/cpu/microcode/reload - - - - 1' |
+install -Dm644 /dev/stdin "${pkgdir}/usr/lib/tmpfiles.d/${pkgname}.conf"
+
+  install -Dt "${pkgdir}/usr/share/licenses/${pkgname}" -m644 LICEN* WHENCE
+}
+
+package_amd-ucode() {
+  pkgdesc="Microcode update image for AMD CPUs"
+  license=(custom)
+
+  install -Dt "${pkgdir}/boot" -m644 amd-ucode.img
+
+  install -Dt "${pkgdir}/usr/share/licenses/${pkgname}" -m644 
${pkgbase}/LICENSE.amd-ucode
+}
+
+# vim:set sw=2 et:


[arch-commits] Commit in linux-firmware/trunk (PKGBUILD)

2020-11-27 Thread Laurent Carlier via arch-commits
Date: Friday, November 27, 2020 @ 17:50:46
  Author: lcarlier
Revision: 402333

upgpkg: linux-firmware 20201120.bc9cd0b-1: sync with upstream - with latest AMD 
firmwares

Modified:
  linux-firmware/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-27 15:24:35 UTC (rev 402332)
+++ PKGBUILD2020-11-27 17:50:46 UTC (rev 402333)
@@ -2,9 +2,9 @@
 
 pkgbase=linux-firmware
 pkgname=(linux-firmware amd-ucode)
-#_commit=7a30af16115959cf5a817ae51429e72c0084fc0c  # tags/20200817^0
-_tag=20201118
-pkgver=20201113.2ea8667
+_commit=bc9cd0b7b0e96038ccc041ff409948d8f176142d
+#_tag=20201118
+pkgver=20201120.bc9cd0b
 pkgrel=1
 pkgdesc="Firmware files for Linux"
 
url="https://git.kernel.org/?p=linux/kernel/git/firmware/linux-firmware.git;a=summary;
@@ -12,7 +12,7 @@
 arch=('any')
 makedepends=('git')
 options=(!strip)
-source=("git+https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git#tag=${_tag}?signed;)
+source=("git+https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git#commit=${_commit}?signed;)
 sha256sums=('SKIP')
 validpgpkeys=('4CDE8575E547BF835FE15807A31B6BD72486CFD6') # Josh Boyer 

 


[arch-commits] Commit in lib32-mesa/repos (3 files)

2020-11-24 Thread Laurent Carlier via arch-commits
Date: Tuesday, November 24, 2020 @ 10:31:56
  Author: lcarlier
Revision: 760900

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-mesa/repos/multilib-testing-x86_64/
  lib32-mesa/repos/multilib-testing-x86_64/LICENSE
(from rev 760899, lib32-mesa/trunk/LICENSE)
  lib32-mesa/repos/multilib-testing-x86_64/PKGBUILD
(from rev 760899, lib32-mesa/trunk/PKGBUILD)

--+
 LICENSE  |   83 +++
 PKGBUILD |  217 +
 2 files changed, 300 insertions(+)

Copied: lib32-mesa/repos/multilib-testing-x86_64/LICENSE (from rev 760899, 
lib32-mesa/trunk/LICENSE)
===
--- multilib-testing-x86_64/LICENSE (rev 0)
+++ multilib-testing-x86_64/LICENSE 2020-11-24 10:31:56 UTC (rev 760900)
@@ -0,0 +1,83 @@
+The Mesa 3D Graphics Library
+
+Disclaimer
+
+   Mesa is a 3-D graphics library with an API which is very similar to
+   that of [1]OpenGL.* To the extent that Mesa utilizes the OpenGL command
+   syntax or state machine, it is being used with authorization from
+   [2]Silicon Graphics, Inc.(SGI). However, the author does not possess an
+   OpenGL license from SGI, and makes no claim that Mesa is in any way a
+   compatible replacement for OpenGL or associated with SGI. Those who
+   want a licensed implementation of OpenGL should contact a licensed
+   vendor.
+
+   Please do not refer to the library as MesaGL (for legal reasons). It's
+   just Mesa or The Mesa 3-D graphics library.
+
+   * OpenGL is a trademark of [3]Silicon Graphics Incorporated.
+
+License / Copyright Information
+
+   The Mesa distribution consists of several components. Different
+   copyrights and licenses apply to different components. For example, the
+   GLX client code uses the SGI Free Software License B, and some of the
+   Mesa device drivers are copyrighted by their authors. See below for a
+   list of Mesa's main components and the license for each.
+
+   The core Mesa library is licensed according to the terms of the MIT
+   license. This allows integration with the XFree86, Xorg and DRI
+   projects.
+
+   The default Mesa license is as follows:
+
+Copyright (C) 1999-2007  Brian Paul   All Rights Reserved.
+
+Permission is hereby granted, free of charge, to any person obtaining a
+copy of this software and associated documentation files (the "Software"),
+to deal in the Software without restriction, including without limitation
+the rights to use, copy, modify, merge, publish, distribute, sublicense,
+and/or sell copies of the Software, and to permit persons to whom the
+Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included
+in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
+OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
+THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
+
+Attention, Contributors
+
+   When contributing to the Mesa project you must agree to the licensing
+   terms of the component to which you're contributing. The following
+   section lists the primary components of the Mesa distribution and their
+   respective licenses.
+
+Mesa Component Licenses
+
+Component Location   License
+--
+Main Mesa codesrc/mesa/  MIT
+
+Device driverssrc/mesa/drivers/* MIT, generally
+
+Gallium code  src/gallium/   MIT
+
+Ext headers   include/GL/glext.h Khronos
+  include/GL/glxext.h
+
+GLX client code   src/glx/   SGI Free Software License B
+
+C11 threadinclude/c11/threads*.h Boost (permissive) emulation
+
+   In general, consult the source files for license terms.
+
+References
+
+   1. https://www.opengl.org/
+   2. https://www.sgi.com/
+   3. https://www.sgi.com/

Copied: lib32-mesa/repos/multilib-testing-x86_64/PKGBUILD (from rev 760899, 
lib32-mesa/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2020-11-24 10:31:56 UTC (rev 760900)
@@ -0,0 +1,217 @@
+# Maintainer: Laurent Carlier 
+# Maintainer: Felix Yan 
+# Contributor: Jan de Groot 
+# Contributor: Andreas Radke 
+
+pkgbase=lib32-mesa
+pkgname=('lib32-vulkan-mesa-layers' 'lib32-opencl-mesa' 'lib32-vulkan-intel' 
'lib32-vulkan-radeon' 'lib32-libva-mesa-driver' 'lib32-mesa-vdpau' 'lib32-mesa')
+pkgdesc="An open-source 

[arch-commits] Commit in lib32-mesa/trunk (PKGBUILD)

2020-11-24 Thread Laurent Carlier via arch-commits
Date: Tuesday, November 24, 2020 @ 10:31:51
  Author: lcarlier
Revision: 760899

upgpkg: lib32-mesa 20.2.3-1: upstream update 20.2.3

Modified:
  lib32-mesa/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-24 10:20:42 UTC (rev 760898)
+++ PKGBUILD2020-11-24 10:31:51 UTC (rev 760899)
@@ -6,8 +6,8 @@
 pkgbase=lib32-mesa
 pkgname=('lib32-vulkan-mesa-layers' 'lib32-opencl-mesa' 'lib32-vulkan-intel' 
'lib32-vulkan-radeon' 'lib32-libva-mesa-driver' 'lib32-mesa-vdpau' 'lib32-mesa')
 pkgdesc="An open-source implementation of the OpenGL specification (32-bit)"
-pkgver=20.2.2
-pkgrel=2
+pkgver=20.2.3
+pkgrel=1
 arch=('x86_64')
 makedepends=('python-mako' 'lib32-libxml2' 'lib32-expat' 'lib32-libx11' 
'xorgproto' 'lib32-libdrm'
  'lib32-libxshmfence' 'lib32-libxxf86vm' 'lib32-libxdamage' 
'lib32-libvdpau'
@@ -18,7 +18,7 @@
 license=('custom')
 source=(https://mesa.freedesktop.org/archive/mesa-${pkgver}.tar.xz{,.sig}
 LICENSE)
-sha512sums=('36673a44fad8c6db3516b23b75825a52df520b9fe1387160301dd5051f420ebf0d1c7b4f8ff96a5547b79c2ba42fd782305ae23ac956f688b695c07b8fe73192'
+sha512sums=('e55b57523f6fdb1199586538c119c3e7c81d1a7af86be14c90d140c514f65e54ac0c56bd341686d04b770b80d3ddd92188ee17b3bc23f243aed10c25de7e19a6'
 'SKIP'
 
'f9f0d0ccf166fe6cb684478b6f1e1ab1f2850431c06aa041738563eb1808a004e52cdec823c103c9e180f03ffc083e95974d291353f0220fe52ae6d4897fecc7')
 validpgpkeys=('8703B6700E7EE06D7A39B8D6EDAE37B02CEB490D'  # Emil Velikov 



[arch-commits] Commit in mesa/repos (3 files)

2020-11-24 Thread Laurent Carlier via arch-commits
Date: Tuesday, November 24, 2020 @ 10:21:36
  Author: lcarlier
Revision: 401778

archrelease: copy trunk to testing-x86_64

Added:
  mesa/repos/testing-x86_64/
  mesa/repos/testing-x86_64/LICENSE
(from rev 401777, mesa/trunk/LICENSE)
  mesa/repos/testing-x86_64/PKGBUILD
(from rev 401777, mesa/trunk/PKGBUILD)

--+
 LICENSE  |   83 +
 PKGBUILD |  201 +
 2 files changed, 284 insertions(+)

Copied: mesa/repos/testing-x86_64/LICENSE (from rev 401777, mesa/trunk/LICENSE)
===
--- testing-x86_64/LICENSE  (rev 0)
+++ testing-x86_64/LICENSE  2020-11-24 10:21:36 UTC (rev 401778)
@@ -0,0 +1,83 @@
+The Mesa 3D Graphics Library
+
+Disclaimer
+
+   Mesa is a 3-D graphics library with an API which is very similar to
+   that of [1]OpenGL.* To the extent that Mesa utilizes the OpenGL command
+   syntax or state machine, it is being used with authorization from
+   [2]Silicon Graphics, Inc.(SGI). However, the author does not possess an
+   OpenGL license from SGI, and makes no claim that Mesa is in any way a
+   compatible replacement for OpenGL or associated with SGI. Those who
+   want a licensed implementation of OpenGL should contact a licensed
+   vendor.
+
+   Please do not refer to the library as MesaGL (for legal reasons). It's
+   just Mesa or The Mesa 3-D graphics library.
+
+   * OpenGL is a trademark of [3]Silicon Graphics Incorporated.
+
+License / Copyright Information
+
+   The Mesa distribution consists of several components. Different
+   copyrights and licenses apply to different components. For example, the
+   GLX client code uses the SGI Free Software License B, and some of the
+   Mesa device drivers are copyrighted by their authors. See below for a
+   list of Mesa's main components and the license for each.
+
+   The core Mesa library is licensed according to the terms of the MIT
+   license. This allows integration with the XFree86, Xorg and DRI
+   projects.
+
+   The default Mesa license is as follows:
+
+Copyright (C) 1999-2007  Brian Paul   All Rights Reserved.
+
+Permission is hereby granted, free of charge, to any person obtaining a
+copy of this software and associated documentation files (the "Software"),
+to deal in the Software without restriction, including without limitation
+the rights to use, copy, modify, merge, publish, distribute, sublicense,
+and/or sell copies of the Software, and to permit persons to whom the
+Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included
+in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
+OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
+THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
+
+Attention, Contributors
+
+   When contributing to the Mesa project you must agree to the licensing
+   terms of the component to which you're contributing. The following
+   section lists the primary components of the Mesa distribution and their
+   respective licenses.
+
+Mesa Component Licenses
+
+Component Location   License
+--
+Main Mesa codesrc/mesa/  MIT
+
+Device driverssrc/mesa/drivers/* MIT, generally
+
+Gallium code  src/gallium/   MIT
+
+Ext headers   include/GL/glext.h Khronos
+  include/GL/glxext.h
+
+GLX client code   src/glx/   SGI Free Software License B
+
+C11 threadinclude/c11/threads*.h Boost (permissive) emulation
+
+   In general, consult the source files for license terms.
+
+References
+
+   1. https://www.opengl.org/
+   2. https://www.sgi.com/
+   3. https://www.sgi.com/

Copied: mesa/repos/testing-x86_64/PKGBUILD (from rev 401777, 
mesa/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-11-24 10:21:36 UTC (rev 401778)
@@ -0,0 +1,201 @@
+# Maintainer: Laurent Carlier 
+# Maintainer: Felix Yan 
+# Maintainer: Jan de Groot 
+# Contributor: Andreas Radke 
+
+pkgbase=mesa
+pkgname=('vulkan-mesa-layers' 'opencl-mesa' 'vulkan-intel' 'vulkan-radeon' 
'libva-mesa-driver' 'mesa-vdpau' 'mesa')
+pkgdesc="An open-source implementation of the OpenGL specification"
+pkgver=20.2.3
+pkgrel=1
+arch=('x86_64')
+makedepends=('python-mako' 'libxml2' 'libx11' 'xorgproto' 'libdrm' 
'libxshmfence' 'libxxf86vm'
+ 

[arch-commits] Commit in mesa/trunk (PKGBUILD)

2020-11-24 Thread Laurent Carlier via arch-commits
Date: Tuesday, November 24, 2020 @ 10:21:31
  Author: lcarlier
Revision: 401777

upgpkg: mesa 20.2.3-1: upstream update 20.2.3

Modified:
  mesa/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-24 07:41:36 UTC (rev 401776)
+++ PKGBUILD2020-11-24 10:21:31 UTC (rev 401777)
@@ -6,8 +6,8 @@
 pkgbase=mesa
 pkgname=('vulkan-mesa-layers' 'opencl-mesa' 'vulkan-intel' 'vulkan-radeon' 
'libva-mesa-driver' 'mesa-vdpau' 'mesa')
 pkgdesc="An open-source implementation of the OpenGL specification"
-pkgver=20.2.2
-pkgrel=2
+pkgver=20.2.3
+pkgrel=1
 arch=('x86_64')
 makedepends=('python-mako' 'libxml2' 'libx11' 'xorgproto' 'libdrm' 
'libxshmfence' 'libxxf86vm'
  'libxdamage' 'libvdpau' 'libva' 'wayland' 'wayland-protocols' 
'zstd' 'elfutils' 'llvm'
@@ -17,7 +17,7 @@
 license=('custom')
 source=(https://mesa.freedesktop.org/archive/mesa-${pkgver}.tar.xz{,.sig}
 LICENSE)
-sha512sums=('36673a44fad8c6db3516b23b75825a52df520b9fe1387160301dd5051f420ebf0d1c7b4f8ff96a5547b79c2ba42fd782305ae23ac956f688b695c07b8fe73192'
+sha512sums=('e55b57523f6fdb1199586538c119c3e7c81d1a7af86be14c90d140c514f65e54ac0c56bd341686d04b770b80d3ddd92188ee17b3bc23f243aed10c25de7e19a6'
 'SKIP'
 
'f9f0d0ccf166fe6cb684478b6f1e1ab1f2850431c06aa041738563eb1808a004e52cdec823c103c9e180f03ffc083e95974d291353f0220fe52ae6d4897fecc7')
 validpgpkeys=('8703B6700E7EE06D7A39B8D6EDAE37B02CEB490D'  # Emil Velikov 



[arch-commits] Commit in lib32-libx11/repos (2 files)

2020-11-20 Thread Laurent Carlier via arch-commits
Date: Saturday, November 21, 2020 @ 06:52:49
  Author: lcarlier
Revision: 758302

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-libx11/repos/multilib-testing-x86_64/
  lib32-libx11/repos/multilib-testing-x86_64/PKGBUILD
(from rev 758301, lib32-libx11/trunk/PKGBUILD)

--+
 PKGBUILD |   46 ++
 1 file changed, 46 insertions(+)

Copied: lib32-libx11/repos/multilib-testing-x86_64/PKGBUILD (from rev 758301, 
lib32-libx11/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2020-11-21 06:52:49 UTC (rev 758302)
@@ -0,0 +1,46 @@
+# Maintainer: Jan de Groot 
+
+_pkgbasename=libx11
+pkgname=lib32-$_pkgbasename
+pkgver=1.7.0
+pkgrel=1
+pkgdesc="X11 client-side library (32-bit)"
+arch=(x86_64)
+url="https://xorg.freedesktop.org/;
+depends=('lib32-libxcb' $_pkgbasename)
+makedepends=('xorg-util-macros' 'xorgproto' 'xtrans' 'gcc-multilib')
+license=('custom:XFREE86')
+source=(${url}/releases/individual/lib/libX11-${pkgver}.tar.bz2{,.sig})
+sha512sums=('f661ca90350fd8a94f054b00f12f5122cea068ebff706acfd399462236c189a296a2358d17d16166635101cf56cc19303dd407873a159932d093c9f33556f9fb'
+'SKIP')
+validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # Alan Coopersmith 

+validpgpkeys+=('C41C985FDCF1E5364576638B687393EE37D128F8') # Matthieu Herrb 

+validpgpkeys+=('3BB639E56F861FA2E86505690FDD682D974CA72A') # Matt Turner 

+validpgpkeys+=('995ED5C8A6138EB0961F18474C09DD83CAAA50B2') # Adam Jackson 

+validpgpkeys=('C383B778255613DFDB409D91DB221A690011') # "Keith Packard 
"
+
+build() {
+  export CC="gcc -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd libX11-${pkgver}
+  ./configure --prefix=/usr --disable-static --disable-xf86bigfont \
+  --libdir=/usr/lib32 --disable-specs
+  make
+}
+
+check() {
+  cd libX11-${pkgver}
+
+  make check
+}
+
+package() {
+  cd libX11-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  rm -rf "${pkgdir}"/usr/{include,share}
+
+  mkdir -p "$pkgdir/usr/share/licenses"
+  ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
+}


[arch-commits] Commit in lib32-libx11/trunk (PKGBUILD)

2020-11-20 Thread Laurent Carlier via arch-commits
Date: Saturday, November 21, 2020 @ 06:52:45
  Author: lcarlier
Revision: 758301

upgpkg: lib32-libx11 1.7.0-1: upstream update 1.7.0

Modified:
  lib32-libx11/trunk/PKGBUILD

--+
 PKGBUILD |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-21 06:23:09 UTC (rev 758300)
+++ PKGBUILD2020-11-21 06:52:45 UTC (rev 758301)
@@ -2,7 +2,7 @@
 
 _pkgbasename=libx11
 pkgname=lib32-$_pkgbasename
-pkgver=1.6.12
+pkgver=1.7.0
 pkgrel=1
 pkgdesc="X11 client-side library (32-bit)"
 arch=(x86_64)
@@ -11,12 +11,13 @@
 makedepends=('xorg-util-macros' 'xorgproto' 'xtrans' 'gcc-multilib')
 license=('custom:XFREE86')
 source=(${url}/releases/individual/lib/libX11-${pkgver}.tar.bz2{,.sig})
-sha512sums=('79df7d61d9009b0dd3b65f67a62189aa0a43799c01026b3d2d534092596a0b67f246af5e398a89eb1ccc61a27335f81be8262b8a39768a76f62d862cd7415a47'
+sha512sums=('f661ca90350fd8a94f054b00f12f5122cea068ebff706acfd399462236c189a296a2358d17d16166635101cf56cc19303dd407873a159932d093c9f33556f9fb'
 'SKIP')
 validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # Alan Coopersmith 

 validpgpkeys+=('C41C985FDCF1E5364576638B687393EE37D128F8') # Matthieu Herrb 

 validpgpkeys+=('3BB639E56F861FA2E86505690FDD682D974CA72A') # Matt Turner 

 validpgpkeys+=('995ED5C8A6138EB0961F18474C09DD83CAAA50B2') # Adam Jackson 

+validpgpkeys=('C383B778255613DFDB409D91DB221A690011') # "Keith Packard 
"
 
 build() {
   export CC="gcc -m32"


[arch-commits] Commit in lib32-amdvlk/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2020-11-18 Thread Laurent Carlier via arch-commits
Date: Thursday, November 19, 2020 @ 07:49:33
  Author: lcarlier
Revision: 757348

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-amdvlk/repos/multilib-x86_64/PKGBUILD
(from rev 757347, lib32-amdvlk/trunk/PKGBUILD)
Deleted:
  lib32-amdvlk/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |  126 ++---
 1 file changed, 63 insertions(+), 63 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-19 07:49:27 UTC (rev 757347)
+++ PKGBUILD2020-11-19 07:49:33 UTC (rev 757348)
@@ -1,63 +0,0 @@
-# Maintainer: Laurent Carlier 
-# Contributor: lod 
-
-pkgname=lib32-amdvlk
-pkgver=2020.Q4.4
-pkgrel=1
-pkgdesc="AMD's standalone Vulkan driver"
-arch=(x86_64)
-url="https://github.com/GPUOpen-Drivers;
-license=('MIT')
-provides=('lib32-vulkan-driver')
-makedepends=('perl-xml-xpath' 'python' 'lib32-wayland' 'lib32-libxrandr' 
'xorg-server-devel' 'cmake' 'ninja' 'git')
-source=("https://github.com/GPUOpen-Drivers/AMDVLK/archive/v-${pkgver}.tar.gz;)
-sha256sums=('6ba377de4a26a51d90531390f1d261f9ad193c9d15a41a29525988f848b2e4ff')
-
-prepare() {
-  local nrepos path name revision
-  
-  nrepos=$(xpath -q -e //project AMDVLK-v-${pkgver}/default.xml | wc -l)
-  
-  while (($nrepos>0))
-  do
-path=$(xpath -q -e //project[$nrepos]/@path AMDVLK-v-${pkgver}/default.xml 
| sed 's/ path="drivers\/\(.*\)"/\1/g')
-name=$(xpath -q -e //project[$nrepos]/@name AMDVLK-v-${pkgver}/default.xml 
| sed 's/ name="\(.*\)"/\1/g')
-revision=$(xpath -q -e //project[$nrepos]/@revision 
AMDVLK-v-${pkgver}/default.xml | sed 's/ revision="\(.*\)"/\1/g')
-git clone https://github.com/GPUOpen-Drivers/$name $path
-  pushd $path
-git checkout $revision
-  popd
-(( nrepos-- ))
-  done
-  
-  # fix build with gcc9 
-  sed -i "s/-Werror//g" ${srcdir}/pal/shared/gpuopen/cmake/AMD.cmake
-}
-
-build() {
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  cd ${srcdir}/xgl
-  cmake -H. -Bbuilds/Release \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_C_FLAGS=-m32 \
--DCMAKE_CXX_FLAGS=-m32 \
--DLLVM_TARGET_ARCH:STRING=i686 \
--DLLVM_DEFAULT_TARGET_TRIPLE="i686-pc-linux-gnu" \
--DBUILD_WAYLAND_SUPPORT=On \
--G Ninja
-
-  ninja -C builds/Release
-}
-
-package() {
-  install -m755 -d "${pkgdir}"/usr/lib32
-  install -m755 -d "${pkgdir}"/usr/share/vulkan/icd.d
-  install -m755 -d "${pkgdir}"/usr/share/licenses/${pkgname}
-
-  install xgl/builds/Release/icd/amdvlk32.so "${pkgdir}"/usr/lib32/
-  install AMDVLK/json/Redhat/amd_icd32.json "${pkgdir}"/usr/share/vulkan/icd.d/
-  install AMDVLK/LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/
-  
-  sed -i "s/\/lib/\/lib32/g" "${pkgdir}"/usr/share/vulkan/icd.d/amd_icd32.json
-}

Copied: lib32-amdvlk/repos/multilib-x86_64/PKGBUILD (from rev 757347, 
lib32-amdvlk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-19 07:49:33 UTC (rev 757348)
@@ -0,0 +1,63 @@
+# Maintainer: Laurent Carlier 
+# Contributor: lod 
+
+pkgname=lib32-amdvlk
+pkgver=2020.Q4.5
+pkgrel=1
+pkgdesc="AMD's standalone Vulkan driver"
+arch=(x86_64)
+url="https://github.com/GPUOpen-Drivers;
+license=('MIT')
+provides=('lib32-vulkan-driver')
+makedepends=('perl-xml-xpath' 'python' 'lib32-wayland' 'lib32-libxrandr' 
'xorg-server-devel' 'cmake' 'ninja' 'git')
+source=("https://github.com/GPUOpen-Drivers/AMDVLK/archive/v-${pkgver}.tar.gz;)
+sha256sums=('83a6dd7bdd5d9602aa7ee6263074c9d453caed0ba3b2c8441a74cb0feea0f2d6')
+
+prepare() {
+  local nrepos path name revision
+  
+  nrepos=$(xpath -q -e //project AMDVLK-v-${pkgver}/default.xml | wc -l)
+  
+  while (($nrepos>0))
+  do
+path=$(xpath -q -e //project[$nrepos]/@path AMDVLK-v-${pkgver}/default.xml 
| sed 's/ path="drivers\/\(.*\)"/\1/g')
+name=$(xpath -q -e //project[$nrepos]/@name AMDVLK-v-${pkgver}/default.xml 
| sed 's/ name="\(.*\)"/\1/g')
+revision=$(xpath -q -e //project[$nrepos]/@revision 
AMDVLK-v-${pkgver}/default.xml | sed 's/ revision="\(.*\)"/\1/g')
+git clone https://github.com/GPUOpen-Drivers/$name $path
+  pushd $path
+git checkout $revision
+  popd
+(( nrepos-- ))
+  done
+  
+  # fix build with gcc9 
+  sed -i "s/-Werror//g" ${srcdir}/pal/shared/gpuopen/cmake/AMD.cmake
+}
+
+build() {
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd ${srcdir}/xgl
+  cmake -H. -Bbuilds/Release \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_C_FLAGS=-m32 \
+-DCMAKE_CXX_FLAGS=-m32 \
+-DLLVM_TARGET_ARCH:STRING=i686 \
+-DLLVM_DEFAULT_TARGET_TRIPLE="i686-pc-linux-gnu" \
+-DBUILD_WAYLAND_SUPPORT=On \
+-G Ninja
+
+  ninja -C builds/Release
+}
+
+package() {
+  install -m755 -d "${pkgdir}"/usr/lib32
+  install -m755 -d "${pkgdir}"/usr/share/vulkan/icd.d
+  install -m755 -d 

[arch-commits] Commit in lib32-amdvlk/trunk (PKGBUILD)

2020-11-18 Thread Laurent Carlier via arch-commits
Date: Thursday, November 19, 2020 @ 07:49:27
  Author: lcarlier
Revision: 757347

upgpkg: lib32-amdvlk 2020.Q4.5-1: upstream update 2020.Q4.5

Modified:
  lib32-amdvlk/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-19 07:47:45 UTC (rev 757346)
+++ PKGBUILD2020-11-19 07:49:27 UTC (rev 757347)
@@ -2,7 +2,7 @@
 # Contributor: lod 
 
 pkgname=lib32-amdvlk
-pkgver=2020.Q4.4
+pkgver=2020.Q4.5
 pkgrel=1
 pkgdesc="AMD's standalone Vulkan driver"
 arch=(x86_64)
@@ -11,7 +11,7 @@
 provides=('lib32-vulkan-driver')
 makedepends=('perl-xml-xpath' 'python' 'lib32-wayland' 'lib32-libxrandr' 
'xorg-server-devel' 'cmake' 'ninja' 'git')
 source=("https://github.com/GPUOpen-Drivers/AMDVLK/archive/v-${pkgver}.tar.gz;)
-sha256sums=('6ba377de4a26a51d90531390f1d261f9ad193c9d15a41a29525988f848b2e4ff')
+sha256sums=('83a6dd7bdd5d9602aa7ee6263074c9d453caed0ba3b2c8441a74cb0feea0f2d6')
 
 prepare() {
   local nrepos path name revision


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

2020-11-18 Thread Laurent Carlier via arch-commits
Date: Thursday, November 19, 2020 @ 07:25:57
  Author: lcarlier
Revision: 401373

archrelease: copy trunk to extra-x86_64

Added:
  amdvlk/repos/extra-x86_64/PKGBUILD
(from rev 401372, amdvlk/trunk/PKGBUILD)
Deleted:
  amdvlk/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |  126 ++---
 1 file changed, 63 insertions(+), 63 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-19 07:25:52 UTC (rev 401372)
+++ PKGBUILD2020-11-19 07:25:57 UTC (rev 401373)
@@ -1,63 +0,0 @@
-# Maintainer: Laurent Carlier 
-# Contributor: lod 
-
-pkgname=amdvlk
-pkgver=2020.Q4.4
-pkgrel=1
-pkgdesc="AMD's standalone Vulkan driver"
-arch=(x86_64)
-url="https://github.com/GPUOpen-Drivers;
-license=('MIT')
-provides=('vulkan-driver')
-makedepends=('perl-xml-xpath' 'python' 'wayland' 'libxrandr' 
'xorg-server-devel' 'cmake' 'ninja' 'git')
-makedepends+=('python2') # spvgen
-source=("https://github.com/GPUOpen-Drivers/AMDVLK/archive/v-${pkgver}.tar.gz;)
-sha256sums=('6ba377de4a26a51d90531390f1d261f9ad193c9d15a41a29525988f848b2e4ff')
-
-prepare() {
-  local nrepos path name revision
-  
-  nrepos=$(xpath -q -e //project AMDVLK-v-${pkgver}/default.xml | wc -l)
-  
-  while (($nrepos>0))
-  do
-path=$(xpath -q -e //project[$nrepos]/@path AMDVLK-v-${pkgver}/default.xml 
| sed 's/ path="drivers\/\(.*\)"/\1/g')
-name=$(xpath -q -e //project[$nrepos]/@name AMDVLK-v-${pkgver}/default.xml 
| sed 's/ name="\(.*\)"/\1/g')
-revision=$(xpath -q -e //project[$nrepos]/@revision 
AMDVLK-v-${pkgver}/default.xml | sed 's/ revision="\(.*\)"/\1/g')
-git clone https://github.com/GPUOpen-Drivers/$name $path
-  pushd $path
-git checkout $revision
-  popd
-(( nrepos-- ))
-  done
-  
-  # fix build with gcc9 
-  sed -i "s/-Werror//g" ${srcdir}/pal/shared/gpuopen/cmake/AMD.cmake
-}
-
-build() {
-  cd ${srcdir}/spvgen/external
-  python2 fetch_external_sources.py
-
-  cd ${srcdir}/xgl
-  cmake -H. -Bbuilds/Release64 \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_WAYLAND_SUPPORT=On \
--G Ninja
-
-  ninja -C builds/Release64
-  ninja -C builds/Release64 spvgen
-}
-
-package() {
-  install -m755 -d "${pkgdir}"/usr/lib
-  install -m755 -d "${pkgdir}"/usr/share/vulkan/icd.d
-  install -m755 -d "${pkgdir}"/usr/share/licenses/${pkgname}
-
-  install xgl/builds/Release64/icd/amdvlk64.so "${pkgdir}"/usr/lib/
-  install xgl/builds/Release64/spvgen/spvgen.so ${pkgdir}/usr/lib/
-  install AMDVLK/json/Redhat/amd_icd64.json "${pkgdir}"/usr/share/vulkan/icd.d/
-  install AMDVLK/LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/
-  
-  sed -i "s#/lib64#/lib#g" "${pkgdir}"/usr/share/vulkan/icd.d/amd_icd64.json
-}

Copied: amdvlk/repos/extra-x86_64/PKGBUILD (from rev 401372, 
amdvlk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-19 07:25:57 UTC (rev 401373)
@@ -0,0 +1,63 @@
+# Maintainer: Laurent Carlier 
+# Contributor: lod 
+
+pkgname=amdvlk
+pkgver=2020.Q4.5
+pkgrel=1
+pkgdesc="AMD's standalone Vulkan driver"
+arch=(x86_64)
+url="https://github.com/GPUOpen-Drivers;
+license=('MIT')
+provides=('vulkan-driver')
+makedepends=('perl-xml-xpath' 'python' 'wayland' 'libxrandr' 
'xorg-server-devel' 'cmake' 'ninja' 'git')
+makedepends+=('python2') # spvgen
+source=("https://github.com/GPUOpen-Drivers/AMDVLK/archive/v-${pkgver}.tar.gz;)
+sha256sums=('83a6dd7bdd5d9602aa7ee6263074c9d453caed0ba3b2c8441a74cb0feea0f2d6')
+
+prepare() {
+  local nrepos path name revision
+  
+  nrepos=$(xpath -q -e //project AMDVLK-v-${pkgver}/default.xml | wc -l)
+  
+  while (($nrepos>0))
+  do
+path=$(xpath -q -e //project[$nrepos]/@path AMDVLK-v-${pkgver}/default.xml 
| sed 's/ path="drivers\/\(.*\)"/\1/g')
+name=$(xpath -q -e //project[$nrepos]/@name AMDVLK-v-${pkgver}/default.xml 
| sed 's/ name="\(.*\)"/\1/g')
+revision=$(xpath -q -e //project[$nrepos]/@revision 
AMDVLK-v-${pkgver}/default.xml | sed 's/ revision="\(.*\)"/\1/g')
+git clone https://github.com/GPUOpen-Drivers/$name $path
+  pushd $path
+git checkout $revision
+  popd
+(( nrepos-- ))
+  done
+  
+  # fix build with gcc9 
+  sed -i "s/-Werror//g" ${srcdir}/pal/shared/gpuopen/cmake/AMD.cmake
+}
+
+build() {
+  cd ${srcdir}/spvgen/external
+  python2 fetch_external_sources.py
+
+  cd ${srcdir}/xgl
+  cmake -H. -Bbuilds/Release64 \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_WAYLAND_SUPPORT=On \
+-G Ninja
+
+  ninja -C builds/Release64
+  ninja -C builds/Release64 spvgen
+}
+
+package() {
+  install -m755 -d "${pkgdir}"/usr/lib
+  install -m755 -d "${pkgdir}"/usr/share/vulkan/icd.d
+  install -m755 -d "${pkgdir}"/usr/share/licenses/${pkgname}
+
+  install xgl/builds/Release64/icd/amdvlk64.so "${pkgdir}"/usr/lib/
+  install xgl/builds/Release64/spvgen/spvgen.so 

[arch-commits] Commit in amdvlk/trunk (PKGBUILD)

2020-11-18 Thread Laurent Carlier via arch-commits
Date: Thursday, November 19, 2020 @ 07:25:52
  Author: lcarlier
Revision: 401372

upgpkg: amdvlk 2020.Q4.5-1: upstream update 2020.Q4.5

Modified:
  amdvlk/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-19 01:29:49 UTC (rev 401371)
+++ PKGBUILD2020-11-19 07:25:52 UTC (rev 401372)
@@ -2,7 +2,7 @@
 # Contributor: lod 
 
 pkgname=amdvlk
-pkgver=2020.Q4.4
+pkgver=2020.Q4.5
 pkgrel=1
 pkgdesc="AMD's standalone Vulkan driver"
 arch=(x86_64)
@@ -12,7 +12,7 @@
 makedepends=('perl-xml-xpath' 'python' 'wayland' 'libxrandr' 
'xorg-server-devel' 'cmake' 'ninja' 'git')
 makedepends+=('python2') # spvgen
 source=("https://github.com/GPUOpen-Drivers/AMDVLK/archive/v-${pkgver}.tar.gz;)
-sha256sums=('6ba377de4a26a51d90531390f1d261f9ad193c9d15a41a29525988f848b2e4ff')
+sha256sums=('83a6dd7bdd5d9602aa7ee6263074c9d453caed0ba3b2c8441a74cb0feea0f2d6')
 
 prepare() {
   local nrepos path name revision


[arch-commits] Commit in linux-firmware/repos (testing-any testing-any/PKGBUILD)

2020-11-18 Thread Laurent Carlier via arch-commits
Date: Wednesday, November 18, 2020 @ 18:35:24
  Author: lcarlier
Revision: 401347

archrelease: copy trunk to testing-any

Added:
  linux-firmware/repos/testing-any/
  linux-firmware/repos/testing-any/PKGBUILD
(from rev 401346, linux-firmware/trunk/PKGBUILD)

--+
 PKGBUILD |   66 +
 1 file changed, 66 insertions(+)

Copied: linux-firmware/repos/testing-any/PKGBUILD (from rev 401346, 
linux-firmware/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2020-11-18 18:35:24 UTC (rev 401347)
@@ -0,0 +1,66 @@
+# Maintainer: Thomas Bächler 
+
+pkgbase=linux-firmware
+pkgname=(linux-firmware amd-ucode)
+#_commit=7a30af16115959cf5a817ae51429e72c0084fc0c  # tags/20200817^0
+_tag=20201118
+pkgver=20201113.2ea8667
+pkgrel=1
+pkgdesc="Firmware files for Linux"
+url="https://git.kernel.org/?p=linux/kernel/git/firmware/linux-firmware.git;a=summary;
+license=('GPL2' 'GPL3' 'custom')
+arch=('any')
+makedepends=('git')
+options=(!strip)
+source=("git+https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git#tag=${_tag}?signed;)
+sha256sums=('SKIP')
+validpgpkeys=('4CDE8575E547BF835FE15807A31B6BD72486CFD6') # Josh Boyer 

+
+prepare() {
+  cd ${pkgname}
+}
+
+pkgver() {
+  cd ${pkgname}
+
+  # Commit date + short rev
+  echo $(TZ=UTC git show -s --pretty=%cd --date=format-local:%Y%m%d 
HEAD).$(git rev-parse --short HEAD)
+}
+
+build() {
+  mkdir -p kernel/x86/microcode
+  cat ${pkgbase}/amd-ucode/microcode_amd*.bin > 
kernel/x86/microcode/AuthenticAMD.bin
+
+  # Reproducibility: set the timestamp on the bin file
+  if [[ -n ${SOURCE_DATE_EPOCH} ]]; then 
+touch -d @${SOURCE_DATE_EPOCH} kernel/x86/microcode/AuthenticAMD.bin
+  fi
+
+  # Reproducibility: strip the inode and device numbers from the cpio archive
+  echo kernel/x86/microcode/AuthenticAMD.bin |
+bsdtar --uid 0 --gid 0 -cnf - -T - |
+bsdtar --null -cf - --format=newc @- > amd-ucode.img
+}
+
+package_linux-firmware() {
+  cd ${pkgname}
+
+  make DESTDIR="${pkgdir}" FIRMWAREDIR=/usr/lib/firmware install
+
+  # Trigger a microcode reload for configurations not using early updates
+  echo 'w /sys/devices/system/cpu/microcode/reload - - - - 1' |
+install -Dm644 /dev/stdin "${pkgdir}/usr/lib/tmpfiles.d/${pkgname}.conf"
+
+  install -Dt "${pkgdir}/usr/share/licenses/${pkgname}" -m644 LICEN* WHENCE
+}
+
+package_amd-ucode() {
+  pkgdesc="Microcode update image for AMD CPUs"
+  license=(custom)
+
+  install -Dt "${pkgdir}/boot" -m644 amd-ucode.img
+
+  install -Dt "${pkgdir}/usr/share/licenses/${pkgname}" -m644 
${pkgbase}/LICENSE.amd-ucode
+}
+
+# vim:set sw=2 et:


[arch-commits] Commit in linux-firmware/trunk (PKGBUILD)

2020-11-18 Thread Laurent Carlier via arch-commits
Date: Wednesday, November 18, 2020 @ 18:35:19
  Author: lcarlier
Revision: 401346

upgpkg: linux-firmware 20201113.2ea8667-1: sync with tag 20201113

Modified:
  linux-firmware/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-18 18:11:02 UTC (rev 401345)
+++ PKGBUILD2020-11-18 18:35:19 UTC (rev 401346)
@@ -3,8 +3,8 @@
 pkgbase=linux-firmware
 pkgname=(linux-firmware amd-ucode)
 #_commit=7a30af16115959cf5a817ae51429e72c0084fc0c  # tags/20200817^0
-_tag=20201022
-pkgver=20201023.dae4b4c
+_tag=20201118
+pkgver=20201113.2ea8667
 pkgrel=1
 pkgdesc="Firmware files for Linux"
 
url="https://git.kernel.org/?p=linux/kernel/git/firmware/linux-firmware.git;a=summary;


[arch-commits] Commit in lib32-amdvlk/trunk (PKGBUILD)

2020-11-17 Thread Laurent Carlier via arch-commits
Date: Tuesday, November 17, 2020 @ 13:31:21
  Author: lcarlier
Revision: 756769

upgpkg: lib32-amdvlk 2020.Q4.4-1: upstream update 2020.Q4.4

Modified:
  lib32-amdvlk/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-17 13:28:11 UTC (rev 756768)
+++ PKGBUILD2020-11-17 13:31:21 UTC (rev 756769)
@@ -2,7 +2,7 @@
 # Contributor: lod 
 
 pkgname=lib32-amdvlk
-pkgver=2020.Q4.3
+pkgver=2020.Q4.4
 pkgrel=1
 pkgdesc="AMD's standalone Vulkan driver"
 arch=(x86_64)
@@ -11,7 +11,7 @@
 provides=('lib32-vulkan-driver')
 makedepends=('perl-xml-xpath' 'python' 'lib32-wayland' 'lib32-libxrandr' 
'xorg-server-devel' 'cmake' 'ninja' 'git')
 source=("https://github.com/GPUOpen-Drivers/AMDVLK/archive/v-${pkgver}.tar.gz;)
-sha256sums=('83d963cdffbd3b816379abd26105c75bf55788e68a2836be0a086c9604750b94')
+sha256sums=('6ba377de4a26a51d90531390f1d261f9ad193c9d15a41a29525988f848b2e4ff')
 
 prepare() {
   local nrepos path name revision


[arch-commits] Commit in lib32-amdvlk/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2020-11-17 Thread Laurent Carlier via arch-commits
Date: Tuesday, November 17, 2020 @ 13:31:26
  Author: lcarlier
Revision: 756770

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-amdvlk/repos/multilib-x86_64/PKGBUILD
(from rev 756769, lib32-amdvlk/trunk/PKGBUILD)
Deleted:
  lib32-amdvlk/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |  126 ++---
 1 file changed, 63 insertions(+), 63 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-17 13:31:21 UTC (rev 756769)
+++ PKGBUILD2020-11-17 13:31:26 UTC (rev 756770)
@@ -1,63 +0,0 @@
-# Maintainer: Laurent Carlier 
-# Contributor: lod 
-
-pkgname=lib32-amdvlk
-pkgver=2020.Q4.3
-pkgrel=1
-pkgdesc="AMD's standalone Vulkan driver"
-arch=(x86_64)
-url="https://github.com/GPUOpen-Drivers;
-license=('MIT')
-provides=('lib32-vulkan-driver')
-makedepends=('perl-xml-xpath' 'python' 'lib32-wayland' 'lib32-libxrandr' 
'xorg-server-devel' 'cmake' 'ninja' 'git')
-source=("https://github.com/GPUOpen-Drivers/AMDVLK/archive/v-${pkgver}.tar.gz;)
-sha256sums=('83d963cdffbd3b816379abd26105c75bf55788e68a2836be0a086c9604750b94')
-
-prepare() {
-  local nrepos path name revision
-  
-  nrepos=$(xpath -q -e //project AMDVLK-v-${pkgver}/default.xml | wc -l)
-  
-  while (($nrepos>0))
-  do
-path=$(xpath -q -e //project[$nrepos]/@path AMDVLK-v-${pkgver}/default.xml 
| sed 's/ path="drivers\/\(.*\)"/\1/g')
-name=$(xpath -q -e //project[$nrepos]/@name AMDVLK-v-${pkgver}/default.xml 
| sed 's/ name="\(.*\)"/\1/g')
-revision=$(xpath -q -e //project[$nrepos]/@revision 
AMDVLK-v-${pkgver}/default.xml | sed 's/ revision="\(.*\)"/\1/g')
-git clone https://github.com/GPUOpen-Drivers/$name $path
-  pushd $path
-git checkout $revision
-  popd
-(( nrepos-- ))
-  done
-  
-  # fix build with gcc9 
-  sed -i "s/-Werror//g" ${srcdir}/pal/shared/gpuopen/cmake/AMD.cmake
-}
-
-build() {
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  cd ${srcdir}/xgl
-  cmake -H. -Bbuilds/Release \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_C_FLAGS=-m32 \
--DCMAKE_CXX_FLAGS=-m32 \
--DLLVM_TARGET_ARCH:STRING=i686 \
--DLLVM_DEFAULT_TARGET_TRIPLE="i686-pc-linux-gnu" \
--DBUILD_WAYLAND_SUPPORT=On \
--G Ninja
-
-  ninja -C builds/Release
-}
-
-package() {
-  install -m755 -d "${pkgdir}"/usr/lib32
-  install -m755 -d "${pkgdir}"/usr/share/vulkan/icd.d
-  install -m755 -d "${pkgdir}"/usr/share/licenses/${pkgname}
-
-  install xgl/builds/Release/icd/amdvlk32.so "${pkgdir}"/usr/lib32/
-  install AMDVLK/json/Redhat/amd_icd32.json "${pkgdir}"/usr/share/vulkan/icd.d/
-  install AMDVLK/LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/
-  
-  sed -i "s/\/lib/\/lib32/g" "${pkgdir}"/usr/share/vulkan/icd.d/amd_icd32.json
-}

Copied: lib32-amdvlk/repos/multilib-x86_64/PKGBUILD (from rev 756769, 
lib32-amdvlk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-17 13:31:26 UTC (rev 756770)
@@ -0,0 +1,63 @@
+# Maintainer: Laurent Carlier 
+# Contributor: lod 
+
+pkgname=lib32-amdvlk
+pkgver=2020.Q4.4
+pkgrel=1
+pkgdesc="AMD's standalone Vulkan driver"
+arch=(x86_64)
+url="https://github.com/GPUOpen-Drivers;
+license=('MIT')
+provides=('lib32-vulkan-driver')
+makedepends=('perl-xml-xpath' 'python' 'lib32-wayland' 'lib32-libxrandr' 
'xorg-server-devel' 'cmake' 'ninja' 'git')
+source=("https://github.com/GPUOpen-Drivers/AMDVLK/archive/v-${pkgver}.tar.gz;)
+sha256sums=('6ba377de4a26a51d90531390f1d261f9ad193c9d15a41a29525988f848b2e4ff')
+
+prepare() {
+  local nrepos path name revision
+  
+  nrepos=$(xpath -q -e //project AMDVLK-v-${pkgver}/default.xml | wc -l)
+  
+  while (($nrepos>0))
+  do
+path=$(xpath -q -e //project[$nrepos]/@path AMDVLK-v-${pkgver}/default.xml 
| sed 's/ path="drivers\/\(.*\)"/\1/g')
+name=$(xpath -q -e //project[$nrepos]/@name AMDVLK-v-${pkgver}/default.xml 
| sed 's/ name="\(.*\)"/\1/g')
+revision=$(xpath -q -e //project[$nrepos]/@revision 
AMDVLK-v-${pkgver}/default.xml | sed 's/ revision="\(.*\)"/\1/g')
+git clone https://github.com/GPUOpen-Drivers/$name $path
+  pushd $path
+git checkout $revision
+  popd
+(( nrepos-- ))
+  done
+  
+  # fix build with gcc9 
+  sed -i "s/-Werror//g" ${srcdir}/pal/shared/gpuopen/cmake/AMD.cmake
+}
+
+build() {
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd ${srcdir}/xgl
+  cmake -H. -Bbuilds/Release \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_C_FLAGS=-m32 \
+-DCMAKE_CXX_FLAGS=-m32 \
+-DLLVM_TARGET_ARCH:STRING=i686 \
+-DLLVM_DEFAULT_TARGET_TRIPLE="i686-pc-linux-gnu" \
+-DBUILD_WAYLAND_SUPPORT=On \
+-G Ninja
+
+  ninja -C builds/Release
+}
+
+package() {
+  install -m755 -d "${pkgdir}"/usr/lib32
+  install -m755 -d "${pkgdir}"/usr/share/vulkan/icd.d
+  install -m755 -d 

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

2020-11-17 Thread Laurent Carlier via arch-commits
Date: Tuesday, November 17, 2020 @ 13:05:48
  Author: lcarlier
Revision: 401310

archrelease: copy trunk to extra-x86_64

Added:
  amdvlk/repos/extra-x86_64/PKGBUILD
(from rev 401309, amdvlk/trunk/PKGBUILD)
Deleted:
  amdvlk/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |  126 ++---
 1 file changed, 63 insertions(+), 63 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-17 13:05:43 UTC (rev 401309)
+++ PKGBUILD2020-11-17 13:05:48 UTC (rev 401310)
@@ -1,63 +0,0 @@
-# Maintainer: Laurent Carlier 
-# Contributor: lod 
-
-pkgname=amdvlk
-pkgver=2020.Q4.3
-pkgrel=1
-pkgdesc="AMD's standalone Vulkan driver"
-arch=(x86_64)
-url="https://github.com/GPUOpen-Drivers;
-license=('MIT')
-provides=('vulkan-driver')
-makedepends=('perl-xml-xpath' 'python' 'wayland' 'libxrandr' 
'xorg-server-devel' 'cmake' 'ninja' 'git')
-makedepends+=('python2') # spvgen
-source=("https://github.com/GPUOpen-Drivers/AMDVLK/archive/v-${pkgver}.tar.gz;)
-sha256sums=('83d963cdffbd3b816379abd26105c75bf55788e68a2836be0a086c9604750b94')
-
-prepare() {
-  local nrepos path name revision
-  
-  nrepos=$(xpath -q -e //project AMDVLK-v-${pkgver}/default.xml | wc -l)
-  
-  while (($nrepos>0))
-  do
-path=$(xpath -q -e //project[$nrepos]/@path AMDVLK-v-${pkgver}/default.xml 
| sed 's/ path="drivers\/\(.*\)"/\1/g')
-name=$(xpath -q -e //project[$nrepos]/@name AMDVLK-v-${pkgver}/default.xml 
| sed 's/ name="\(.*\)"/\1/g')
-revision=$(xpath -q -e //project[$nrepos]/@revision 
AMDVLK-v-${pkgver}/default.xml | sed 's/ revision="\(.*\)"/\1/g')
-git clone https://github.com/GPUOpen-Drivers/$name $path
-  pushd $path
-git checkout $revision
-  popd
-(( nrepos-- ))
-  done
-  
-  # fix build with gcc9 
-  sed -i "s/-Werror//g" ${srcdir}/pal/shared/gpuopen/cmake/AMD.cmake
-}
-
-build() {
-  cd ${srcdir}/spvgen/external
-  python2 fetch_external_sources.py
-
-  cd ${srcdir}/xgl
-  cmake -H. -Bbuilds/Release64 \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_WAYLAND_SUPPORT=On \
--G Ninja
-
-  ninja -C builds/Release64
-  ninja -C builds/Release64 spvgen
-}
-
-package() {
-  install -m755 -d "${pkgdir}"/usr/lib
-  install -m755 -d "${pkgdir}"/usr/share/vulkan/icd.d
-  install -m755 -d "${pkgdir}"/usr/share/licenses/${pkgname}
-
-  install xgl/builds/Release64/icd/amdvlk64.so "${pkgdir}"/usr/lib/
-  install xgl/builds/Release64/spvgen/spvgen.so ${pkgdir}/usr/lib/
-  install AMDVLK/json/Redhat/amd_icd64.json "${pkgdir}"/usr/share/vulkan/icd.d/
-  install AMDVLK/LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/
-  
-  sed -i "s#/lib64#/lib#g" "${pkgdir}"/usr/share/vulkan/icd.d/amd_icd64.json
-}

Copied: amdvlk/repos/extra-x86_64/PKGBUILD (from rev 401309, 
amdvlk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-17 13:05:48 UTC (rev 401310)
@@ -0,0 +1,63 @@
+# Maintainer: Laurent Carlier 
+# Contributor: lod 
+
+pkgname=amdvlk
+pkgver=2020.Q4.4
+pkgrel=1
+pkgdesc="AMD's standalone Vulkan driver"
+arch=(x86_64)
+url="https://github.com/GPUOpen-Drivers;
+license=('MIT')
+provides=('vulkan-driver')
+makedepends=('perl-xml-xpath' 'python' 'wayland' 'libxrandr' 
'xorg-server-devel' 'cmake' 'ninja' 'git')
+makedepends+=('python2') # spvgen
+source=("https://github.com/GPUOpen-Drivers/AMDVLK/archive/v-${pkgver}.tar.gz;)
+sha256sums=('6ba377de4a26a51d90531390f1d261f9ad193c9d15a41a29525988f848b2e4ff')
+
+prepare() {
+  local nrepos path name revision
+  
+  nrepos=$(xpath -q -e //project AMDVLK-v-${pkgver}/default.xml | wc -l)
+  
+  while (($nrepos>0))
+  do
+path=$(xpath -q -e //project[$nrepos]/@path AMDVLK-v-${pkgver}/default.xml 
| sed 's/ path="drivers\/\(.*\)"/\1/g')
+name=$(xpath -q -e //project[$nrepos]/@name AMDVLK-v-${pkgver}/default.xml 
| sed 's/ name="\(.*\)"/\1/g')
+revision=$(xpath -q -e //project[$nrepos]/@revision 
AMDVLK-v-${pkgver}/default.xml | sed 's/ revision="\(.*\)"/\1/g')
+git clone https://github.com/GPUOpen-Drivers/$name $path
+  pushd $path
+git checkout $revision
+  popd
+(( nrepos-- ))
+  done
+  
+  # fix build with gcc9 
+  sed -i "s/-Werror//g" ${srcdir}/pal/shared/gpuopen/cmake/AMD.cmake
+}
+
+build() {
+  cd ${srcdir}/spvgen/external
+  python2 fetch_external_sources.py
+
+  cd ${srcdir}/xgl
+  cmake -H. -Bbuilds/Release64 \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_WAYLAND_SUPPORT=On \
+-G Ninja
+
+  ninja -C builds/Release64
+  ninja -C builds/Release64 spvgen
+}
+
+package() {
+  install -m755 -d "${pkgdir}"/usr/lib
+  install -m755 -d "${pkgdir}"/usr/share/vulkan/icd.d
+  install -m755 -d "${pkgdir}"/usr/share/licenses/${pkgname}
+
+  install xgl/builds/Release64/icd/amdvlk64.so "${pkgdir}"/usr/lib/
+  install xgl/builds/Release64/spvgen/spvgen.so ${pkgdir}/usr/lib/

[arch-commits] Commit in amdvlk/trunk (PKGBUILD)

2020-11-17 Thread Laurent Carlier via arch-commits
Date: Tuesday, November 17, 2020 @ 13:05:43
  Author: lcarlier
Revision: 401309

upgpkg: amdvlk 2020.Q4.4-1: upstream update 2020.Q4.4

Modified:
  amdvlk/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-17 10:04:41 UTC (rev 401308)
+++ PKGBUILD2020-11-17 13:05:43 UTC (rev 401309)
@@ -2,7 +2,7 @@
 # Contributor: lod 
 
 pkgname=amdvlk
-pkgver=2020.Q4.3
+pkgver=2020.Q4.4
 pkgrel=1
 pkgdesc="AMD's standalone Vulkan driver"
 arch=(x86_64)
@@ -12,7 +12,7 @@
 makedepends=('perl-xml-xpath' 'python' 'wayland' 'libxrandr' 
'xorg-server-devel' 'cmake' 'ninja' 'git')
 makedepends+=('python2') # spvgen
 source=("https://github.com/GPUOpen-Drivers/AMDVLK/archive/v-${pkgver}.tar.gz;)
-sha256sums=('83d963cdffbd3b816379abd26105c75bf55788e68a2836be0a086c9604750b94')
+sha256sums=('6ba377de4a26a51d90531390f1d261f9ad193c9d15a41a29525988f848b2e4ff')
 
 prepare() {
   local nrepos path name revision


[arch-commits] Commit in vulkan-tools/trunk (PKGBUILD)

2020-11-12 Thread Laurent Carlier via arch-commits
Date: Friday, November 13, 2020 @ 06:58:37
  Author: lcarlier
Revision: 400732

upgpkg: vulkan-tools 1.2.159-1: upstream update 1.2.159

Modified:
  vulkan-tools/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-12 21:37:46 UTC (rev 400731)
+++ PKGBUILD2020-11-13 06:58:37 UTC (rev 400732)
@@ -1,7 +1,7 @@
 # Maintainer: Laurent Carlier 
 
 pkgname=vulkan-tools
-pkgver=1.2.158
+pkgver=1.2.159
 pkgrel=1
 arch=(x86_64)
 url="https://www.khronos.org/vulkan/;
@@ -10,7 +10,7 @@
 depends=(gcc-libs libxcb vulkan-icd-loader)
 makedepends=(git cmake python vulkan-headers libx11 wayland glslang 
spirv-tools)
 
source=("https://github.com/KhronosGroup/Vulkan-Tools/archive/v${pkgver}.tar.gz;)
-sha256sums=('df590e68ddbe450aed5ca655222637ce7c4e01a1fafc68bf75512d24f143ffc4')
+sha256sums=('61cf8801ed07ffa6aae8cbfbfa5cc5ed16ee6f30df949e415d33c8d2d721260f')
 
 build() {
   cd "${srcdir}"/Vulkan-Tools*


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

2020-11-12 Thread Laurent Carlier via arch-commits
Date: Friday, November 13, 2020 @ 06:58:42
  Author: lcarlier
Revision: 400733

archrelease: copy trunk to extra-x86_64

Added:
  vulkan-tools/repos/extra-x86_64/PKGBUILD
(from rev 400732, vulkan-tools/trunk/PKGBUILD)
Deleted:
  vulkan-tools/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   90 ++---
 1 file changed, 45 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-13 06:58:37 UTC (rev 400732)
+++ PKGBUILD2020-11-13 06:58:42 UTC (rev 400733)
@@ -1,45 +0,0 @@
-# Maintainer: Laurent Carlier 
-
-pkgname=vulkan-tools
-pkgver=1.2.158
-pkgrel=1
-arch=(x86_64)
-url="https://www.khronos.org/vulkan/;
-pkgdesc="Vulkan Utilities and Tools"
-license=('custom')
-depends=(gcc-libs libxcb vulkan-icd-loader)
-makedepends=(git cmake python vulkan-headers libx11 wayland glslang 
spirv-tools)
-source=("https://github.com/KhronosGroup/Vulkan-Tools/archive/v${pkgver}.tar.gz;)
-sha256sums=('df590e68ddbe450aed5ca655222637ce7c4e01a1fafc68bf75512d24f143ffc4')
-
-build() {
-  cd "${srcdir}"/Vulkan-Tools*
-
-  rm -rf build ; mkdir build ; cd build
-  cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_SYSCONFDIR=/etc \
--DCMAKE_INSTALL_DATADIR=/usr/share \
--DCMAKE_SKIP_RPATH=True \
--DBUILD_WSI_XCB_SUPPORT=On \
--DBUILD_WSI_XLIB_SUPPORT=On \
--DBUILD_WSI_WAYLAND_SUPPORT=On \
--DBUILD_CUBE=ON \
--DBUILD_VULKANINFO=ON \
--DBUILD_ICD=OFF \
--DGLSLANG_INSTALL_DIR=/usr \
--DCMAKE_BUILD_TYPE=Release \
-..
-  make
-}
-
-package() {
-  groups=('vulkan-devel')
-  
-  cd "${srcdir}"/Vulkan-Tools*/build
-  
-  make DESTDIR="${pkgdir}" install
-
-  install -dm755 ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 ../LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/
-}

Copied: vulkan-tools/repos/extra-x86_64/PKGBUILD (from rev 400732, 
vulkan-tools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-13 06:58:42 UTC (rev 400733)
@@ -0,0 +1,45 @@
+# Maintainer: Laurent Carlier 
+
+pkgname=vulkan-tools
+pkgver=1.2.159
+pkgrel=1
+arch=(x86_64)
+url="https://www.khronos.org/vulkan/;
+pkgdesc="Vulkan Utilities and Tools"
+license=('custom')
+depends=(gcc-libs libxcb vulkan-icd-loader)
+makedepends=(git cmake python vulkan-headers libx11 wayland glslang 
spirv-tools)
+source=("https://github.com/KhronosGroup/Vulkan-Tools/archive/v${pkgver}.tar.gz;)
+sha256sums=('61cf8801ed07ffa6aae8cbfbfa5cc5ed16ee6f30df949e415d33c8d2d721260f')
+
+build() {
+  cd "${srcdir}"/Vulkan-Tools*
+
+  rm -rf build ; mkdir build ; cd build
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_SYSCONFDIR=/etc \
+-DCMAKE_INSTALL_DATADIR=/usr/share \
+-DCMAKE_SKIP_RPATH=True \
+-DBUILD_WSI_XCB_SUPPORT=On \
+-DBUILD_WSI_XLIB_SUPPORT=On \
+-DBUILD_WSI_WAYLAND_SUPPORT=On \
+-DBUILD_CUBE=ON \
+-DBUILD_VULKANINFO=ON \
+-DBUILD_ICD=OFF \
+-DGLSLANG_INSTALL_DIR=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+..
+  make
+}
+
+package() {
+  groups=('vulkan-devel')
+  
+  cd "${srcdir}"/Vulkan-Tools*/build
+  
+  make DESTDIR="${pkgdir}" install
+
+  install -dm755 ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 ../LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/
+}


[arch-commits] Commit in vulkan-headers/repos/extra-any (PKGBUILD PKGBUILD)

2020-11-09 Thread Laurent Carlier via arch-commits
Date: Tuesday, November 10, 2020 @ 07:03:56
  Author: lcarlier
Revision: 400040

archrelease: copy trunk to extra-any

Added:
  vulkan-headers/repos/extra-any/PKGBUILD
(from rev 400039, vulkan-headers/trunk/PKGBUILD)
Deleted:
  vulkan-headers/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   78 ++---
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-10 07:03:51 UTC (rev 400039)
+++ PKGBUILD2020-11-10 07:03:56 UTC (rev 400040)
@@ -1,39 +0,0 @@
-# Maintainer: Laurent Carlier 
-
-pkgname=vulkan-headers
-_pkgname=Vulkan-Headers
-pkgver=1.2.159
-pkgrel=1
-epoch=1
-pkgdesc="Vulkan header files"
-arch=(any)
-url="https://www.khronos.org/vulkan/;
-license=('APACHE')
-makedepends=(cmake git)
-provides=("vulkan-hpp=${pkgver}")
-groups=(vulkan-devel)
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/KhronosGroup/Vulkan-Headers/archive/v${pkgver}.tar.gz;)
-#source=("git+https://github.com/KhronosGroup/Vulkan-Headers.git#commit=5f1ceaad4c22d08f4fcac9db3046afbd64358249;)
-sha256sums=('e911e1a2c1aba468d2e1728095a4c035a7a0fe01828f089bbc5598ce05aa5be3')
-
-#pkgver() {
-#  cd Vulkan-Headers*
-#
-#  echo 1.1.107+$(git rev-list --count HEAD)+$(git rev-parse --short HEAD)
-#}
-
-build() {
-  cd Vulkan-Headers*
-
-  rm -rf build ; mkdir build ; cd build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
-..
-  make
-}
-
-package() {
-  cd Vulkan-Headers*/build
-  
-  make DESTDIR="${pkgdir}" install
-}

Copied: vulkan-headers/repos/extra-any/PKGBUILD (from rev 400039, 
vulkan-headers/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-10 07:03:56 UTC (rev 400040)
@@ -0,0 +1,39 @@
+# Maintainer: Laurent Carlier 
+
+pkgname=vulkan-headers
+_pkgname=Vulkan-Headers
+pkgver=1.2.160
+pkgrel=1
+epoch=1
+pkgdesc="Vulkan header files"
+arch=(any)
+url="https://www.khronos.org/vulkan/;
+license=('APACHE')
+makedepends=(cmake git)
+provides=("vulkan-hpp=${pkgver}")
+groups=(vulkan-devel)
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/KhronosGroup/Vulkan-Headers/archive/v${pkgver}.tar.gz;)
+#source=("git+https://github.com/KhronosGroup/Vulkan-Headers.git#commit=5f1ceaad4c22d08f4fcac9db3046afbd64358249;)
+sha256sums=('3d77bf6ce282c69196557d6e902329f9073da3c26811ae07000e657ad6957120')
+
+#pkgver() {
+#  cd Vulkan-Headers*
+#
+#  echo 1.1.107+$(git rev-list --count HEAD)+$(git rev-parse --short HEAD)
+#}
+
+build() {
+  cd Vulkan-Headers*
+
+  rm -rf build ; mkdir build ; cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+..
+  make
+}
+
+package() {
+  cd Vulkan-Headers*/build
+  
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in vulkan-headers/trunk (PKGBUILD)

2020-11-09 Thread Laurent Carlier via arch-commits
Date: Tuesday, November 10, 2020 @ 07:03:51
  Author: lcarlier
Revision: 400039

upgpkg: vulkan-headers 1:1.2.160-1: upstream update 1.2.160

Modified:
  vulkan-headers/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-10 07:01:08 UTC (rev 400038)
+++ PKGBUILD2020-11-10 07:03:51 UTC (rev 400039)
@@ -2,7 +2,7 @@
 
 pkgname=vulkan-headers
 _pkgname=Vulkan-Headers
-pkgver=1.2.159
+pkgver=1.2.160
 pkgrel=1
 epoch=1
 pkgdesc="Vulkan header files"
@@ -14,7 +14,7 @@
 groups=(vulkan-devel)
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/KhronosGroup/Vulkan-Headers/archive/v${pkgver}.tar.gz;)
 
#source=("git+https://github.com/KhronosGroup/Vulkan-Headers.git#commit=5f1ceaad4c22d08f4fcac9db3046afbd64358249;)
-sha256sums=('e911e1a2c1aba468d2e1728095a4c035a7a0fe01828f089bbc5598ce05aa5be3')
+sha256sums=('3d77bf6ce282c69196557d6e902329f9073da3c26811ae07000e657ad6957120')
 
 #pkgver() {
 #  cd Vulkan-Headers*


[arch-commits] Commit in vulkan-docs/repos/extra-any (PKGBUILD PKGBUILD)

2020-11-09 Thread Laurent Carlier via arch-commits
Date: Tuesday, November 10, 2020 @ 07:01:08
  Author: lcarlier
Revision: 400038

archrelease: copy trunk to extra-any

Added:
  vulkan-docs/repos/extra-any/PKGBUILD
(from rev 400037, vulkan-docs/trunk/PKGBUILD)
Deleted:
  vulkan-docs/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   84 ++---
 1 file changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-10 07:01:03 UTC (rev 400037)
+++ PKGBUILD2020-11-10 07:01:08 UTC (rev 400038)
@@ -1,42 +0,0 @@
-# Maintainer: Laurent Carlier 
-
-pkgbase=vulkan-docs
-pkgname=(vulkan-html-docs)
-pkgver=1.2.159
-pkgrel=1
-epoch=1
-_pkgname=Vulkan-Docs
-arch=(any)
-url="https://www.khronos.org/vulkan/;
-license=('custom')
-makedepends=(asciidoctor python3 dblatex source-highlight cmake ghostscript 
nodejs npm git)
-groups=(vulkan-devel)
-source=("https://github.com/KhronosGroup/${_pkgname}/archive/v${pkgver}.tar.gz;)
-sha256sums=('98276abb3f58874a297faa88df150cd7ea45bc7389c36f90fa391eb5f1ab8395')
-
-prepare() {
-  npm install escape-string-regexp
-  npm install he
-}
-
-build() {
-  cd "${srcdir}/${_pkgname}-${pkgver}"
-
-  ./makeAllExts html manhtmlpages styleguide registry
-}
-
-package_vulkan-html-docs() {
-  pkgdesc="Vulkan html documentation"
-  cd "${_pkgname}-${pkgver}"
-
-  install -dm755 "${pkgdir}/usr/share/doc/vulkan"
-  install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
-
-  mv -v gen/out/man "${pkgdir}/usr/share/doc/vulkan/"
-  mv -v gen/out/html/* "${pkgdir}/usr/share/doc/vulkan/"
-  mv -v gen/out/registry.html "${pkgdir}/usr/share/doc/vulkan/"
-  mv -v gen/out/styleguide.html "${pkgdir}/usr/share/doc/vulkan/"
-
-  install -m644 config/copyright-ccby.txt 
${pkgdir}/usr/share/licenses/${pkgname}/copyright-ccby.txt
-  install -m644 copyright-spec.txt 
${pkgdir}/usr/share/licenses/${pkgname}/copyright-spec.txt
-}

Copied: vulkan-docs/repos/extra-any/PKGBUILD (from rev 400037, 
vulkan-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-10 07:01:08 UTC (rev 400038)
@@ -0,0 +1,42 @@
+# Maintainer: Laurent Carlier 
+
+pkgbase=vulkan-docs
+pkgname=(vulkan-html-docs)
+pkgver=1.2.160
+pkgrel=1
+epoch=1
+_pkgname=Vulkan-Docs
+arch=(any)
+url="https://www.khronos.org/vulkan/;
+license=('custom')
+makedepends=(asciidoctor python3 dblatex source-highlight cmake ghostscript 
nodejs npm git)
+groups=(vulkan-devel)
+source=("https://github.com/KhronosGroup/${_pkgname}/archive/v${pkgver}.tar.gz;)
+sha256sums=('62be7880bf5ca4b1b7869e644ce644fab2ca08cb6ac07fcb1e56029ce41bc3a7')
+
+prepare() {
+  npm install escape-string-regexp
+  npm install he
+}
+
+build() {
+  cd "${srcdir}/${_pkgname}-${pkgver}"
+
+  ./makeAllExts html manhtmlpages styleguide registry
+}
+
+package_vulkan-html-docs() {
+  pkgdesc="Vulkan html documentation"
+  cd "${_pkgname}-${pkgver}"
+
+  install -dm755 "${pkgdir}/usr/share/doc/vulkan"
+  install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
+
+  mv -v gen/out/man "${pkgdir}/usr/share/doc/vulkan/"
+  mv -v gen/out/html/* "${pkgdir}/usr/share/doc/vulkan/"
+  mv -v gen/out/registry.html "${pkgdir}/usr/share/doc/vulkan/"
+  mv -v gen/out/styleguide.html "${pkgdir}/usr/share/doc/vulkan/"
+
+  install -m644 config/copyright-ccby.txt 
${pkgdir}/usr/share/licenses/${pkgname}/copyright-ccby.txt
+  install -m644 copyright-spec.txt 
${pkgdir}/usr/share/licenses/${pkgname}/copyright-spec.txt
+}


[arch-commits] Commit in vulkan-docs/trunk (PKGBUILD)

2020-11-09 Thread Laurent Carlier via arch-commits
Date: Tuesday, November 10, 2020 @ 07:01:03
  Author: lcarlier
Revision: 400037

upgpkg: vulkan-docs 1:1.2.160-1: upstream update 1.2.160

Modified:
  vulkan-docs/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-10 06:17:19 UTC (rev 400036)
+++ PKGBUILD2020-11-10 07:01:03 UTC (rev 400037)
@@ -2,7 +2,7 @@
 
 pkgbase=vulkan-docs
 pkgname=(vulkan-html-docs)
-pkgver=1.2.159
+pkgver=1.2.160
 pkgrel=1
 epoch=1
 _pkgname=Vulkan-Docs
@@ -12,7 +12,7 @@
 makedepends=(asciidoctor python3 dblatex source-highlight cmake ghostscript 
nodejs npm git)
 groups=(vulkan-devel)
 
source=("https://github.com/KhronosGroup/${_pkgname}/archive/v${pkgver}.tar.gz;)
-sha256sums=('98276abb3f58874a297faa88df150cd7ea45bc7389c36f90fa391eb5f1ab8395')
+sha256sums=('62be7880bf5ca4b1b7869e644ce644fab2ca08cb6ac07fcb1e56029ce41bc3a7')
 
 prepare() {
   npm install escape-string-regexp


[arch-commits] Commit in lib32-mesa/trunk (PKGBUILD)

2020-11-08 Thread Laurent Carlier via arch-commits
Date: Sunday, November 8, 2020 @ 13:56:35
  Author: lcarlier
Revision: 746592

upgpkg: lib32-mesa 20.2.2-2: LLVM 11 rebuild

Modified:
  lib32-mesa/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-08 13:55:32 UTC (rev 746591)
+++ PKGBUILD2020-11-08 13:56:35 UTC (rev 746592)
@@ -7,7 +7,7 @@
 pkgname=('lib32-vulkan-mesa-layers' 'lib32-opencl-mesa' 'lib32-vulkan-intel' 
'lib32-vulkan-radeon' 'lib32-libva-mesa-driver' 'lib32-mesa-vdpau' 'lib32-mesa')
 pkgdesc="An open-source implementation of the OpenGL specification (32-bit)"
 pkgver=20.2.2
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 makedepends=('python-mako' 'lib32-libxml2' 'lib32-expat' 'lib32-libx11' 
'xorgproto' 'lib32-libdrm'
  'lib32-libxshmfence' 'lib32-libxxf86vm' 'lib32-libxdamage' 
'lib32-libvdpau'


[arch-commits] Commit in lib32-mesa/repos (3 files)

2020-11-08 Thread Laurent Carlier via arch-commits
Date: Sunday, November 8, 2020 @ 13:56:40
  Author: lcarlier
Revision: 746593

archrelease: copy trunk to multilib-staging-x86_64

Added:
  lib32-mesa/repos/multilib-staging-x86_64/
  lib32-mesa/repos/multilib-staging-x86_64/LICENSE
(from rev 746592, lib32-mesa/trunk/LICENSE)
  lib32-mesa/repos/multilib-staging-x86_64/PKGBUILD
(from rev 746592, lib32-mesa/trunk/PKGBUILD)

--+
 LICENSE  |   83 +++
 PKGBUILD |  217 +
 2 files changed, 300 insertions(+)

Copied: lib32-mesa/repos/multilib-staging-x86_64/LICENSE (from rev 746592, 
lib32-mesa/trunk/LICENSE)
===
--- multilib-staging-x86_64/LICENSE (rev 0)
+++ multilib-staging-x86_64/LICENSE 2020-11-08 13:56:40 UTC (rev 746593)
@@ -0,0 +1,83 @@
+The Mesa 3D Graphics Library
+
+Disclaimer
+
+   Mesa is a 3-D graphics library with an API which is very similar to
+   that of [1]OpenGL.* To the extent that Mesa utilizes the OpenGL command
+   syntax or state machine, it is being used with authorization from
+   [2]Silicon Graphics, Inc.(SGI). However, the author does not possess an
+   OpenGL license from SGI, and makes no claim that Mesa is in any way a
+   compatible replacement for OpenGL or associated with SGI. Those who
+   want a licensed implementation of OpenGL should contact a licensed
+   vendor.
+
+   Please do not refer to the library as MesaGL (for legal reasons). It's
+   just Mesa or The Mesa 3-D graphics library.
+
+   * OpenGL is a trademark of [3]Silicon Graphics Incorporated.
+
+License / Copyright Information
+
+   The Mesa distribution consists of several components. Different
+   copyrights and licenses apply to different components. For example, the
+   GLX client code uses the SGI Free Software License B, and some of the
+   Mesa device drivers are copyrighted by their authors. See below for a
+   list of Mesa's main components and the license for each.
+
+   The core Mesa library is licensed according to the terms of the MIT
+   license. This allows integration with the XFree86, Xorg and DRI
+   projects.
+
+   The default Mesa license is as follows:
+
+Copyright (C) 1999-2007  Brian Paul   All Rights Reserved.
+
+Permission is hereby granted, free of charge, to any person obtaining a
+copy of this software and associated documentation files (the "Software"),
+to deal in the Software without restriction, including without limitation
+the rights to use, copy, modify, merge, publish, distribute, sublicense,
+and/or sell copies of the Software, and to permit persons to whom the
+Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included
+in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
+OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
+THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
+
+Attention, Contributors
+
+   When contributing to the Mesa project you must agree to the licensing
+   terms of the component to which you're contributing. The following
+   section lists the primary components of the Mesa distribution and their
+   respective licenses.
+
+Mesa Component Licenses
+
+Component Location   License
+--
+Main Mesa codesrc/mesa/  MIT
+
+Device driverssrc/mesa/drivers/* MIT, generally
+
+Gallium code  src/gallium/   MIT
+
+Ext headers   include/GL/glext.h Khronos
+  include/GL/glxext.h
+
+GLX client code   src/glx/   SGI Free Software License B
+
+C11 threadinclude/c11/threads*.h Boost (permissive) emulation
+
+   In general, consult the source files for license terms.
+
+References
+
+   1. https://www.opengl.org/
+   2. https://www.sgi.com/
+   3. https://www.sgi.com/

Copied: lib32-mesa/repos/multilib-staging-x86_64/PKGBUILD (from rev 746592, 
lib32-mesa/trunk/PKGBUILD)
===
--- multilib-staging-x86_64/PKGBUILD(rev 0)
+++ multilib-staging-x86_64/PKGBUILD2020-11-08 13:56:40 UTC (rev 746593)
@@ -0,0 +1,217 @@
+# Maintainer: Laurent Carlier 
+# Maintainer: Felix Yan 
+# Contributor: Jan de Groot 
+# Contributor: Andreas Radke 
+
+pkgbase=lib32-mesa
+pkgname=('lib32-vulkan-mesa-layers' 'lib32-opencl-mesa' 'lib32-vulkan-intel' 
'lib32-vulkan-radeon' 'lib32-libva-mesa-driver' 'lib32-mesa-vdpau' 'lib32-mesa')
+pkgdesc="An open-source 

[arch-commits] Commit in lib32-mesa/repos/multilib-staging-x86_64 (4 files)

2020-11-08 Thread Laurent Carlier via arch-commits
Date: Sunday, November 8, 2020 @ 13:24:14
  Author: lcarlier
Revision: 746560

archrelease: copy trunk to multilib-staging-x86_64

Added:
  lib32-mesa/repos/multilib-staging-x86_64/LICENSE
(from rev 746559, lib32-mesa/trunk/LICENSE)
  lib32-mesa/repos/multilib-staging-x86_64/PKGBUILD
(from rev 746559, lib32-mesa/trunk/PKGBUILD)
Deleted:
  lib32-mesa/repos/multilib-staging-x86_64/LICENSE
  lib32-mesa/repos/multilib-staging-x86_64/PKGBUILD

--+
 LICENSE  |  166 +++
 PKGBUILD |  434 ++---
 2 files changed, 300 insertions(+), 300 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2020-11-08 13:24:07 UTC (rev 746559)
+++ LICENSE 2020-11-08 13:24:14 UTC (rev 746560)
@@ -1,83 +0,0 @@
-The Mesa 3D Graphics Library
-
-Disclaimer
-
-   Mesa is a 3-D graphics library with an API which is very similar to
-   that of [1]OpenGL.* To the extent that Mesa utilizes the OpenGL command
-   syntax or state machine, it is being used with authorization from
-   [2]Silicon Graphics, Inc.(SGI). However, the author does not possess an
-   OpenGL license from SGI, and makes no claim that Mesa is in any way a
-   compatible replacement for OpenGL or associated with SGI. Those who
-   want a licensed implementation of OpenGL should contact a licensed
-   vendor.
-
-   Please do not refer to the library as MesaGL (for legal reasons). It's
-   just Mesa or The Mesa 3-D graphics library.
-
-   * OpenGL is a trademark of [3]Silicon Graphics Incorporated.
-
-License / Copyright Information
-
-   The Mesa distribution consists of several components. Different
-   copyrights and licenses apply to different components. For example, the
-   GLX client code uses the SGI Free Software License B, and some of the
-   Mesa device drivers are copyrighted by their authors. See below for a
-   list of Mesa's main components and the license for each.
-
-   The core Mesa library is licensed according to the terms of the MIT
-   license. This allows integration with the XFree86, Xorg and DRI
-   projects.
-
-   The default Mesa license is as follows:
-
-Copyright (C) 1999-2007  Brian Paul   All Rights Reserved.
-
-Permission is hereby granted, free of charge, to any person obtaining a
-copy of this software and associated documentation files (the "Software"),
-to deal in the Software without restriction, including without limitation
-the rights to use, copy, modify, merge, publish, distribute, sublicense,
-and/or sell copies of the Software, and to permit persons to whom the
-Software is furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
-OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
-THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
-
-Attention, Contributors
-
-   When contributing to the Mesa project you must agree to the licensing
-   terms of the component to which you're contributing. The following
-   section lists the primary components of the Mesa distribution and their
-   respective licenses.
-
-Mesa Component Licenses
-
-Component Location   License
---
-Main Mesa codesrc/mesa/  MIT
-
-Device driverssrc/mesa/drivers/* MIT, generally
-
-Gallium code  src/gallium/   MIT
-
-Ext headers   include/GL/glext.h Khronos
-  include/GL/glxext.h
-
-GLX client code   src/glx/   SGI Free Software License B
-
-C11 threadinclude/c11/threads*.h Boost (permissive) emulation
-
-   In general, consult the source files for license terms.
-
-References
-
-   1. https://www.opengl.org/
-   2. https://www.sgi.com/
-   3. https://www.sgi.com/

Copied: lib32-mesa/repos/multilib-staging-x86_64/LICENSE (from rev 746559, 
lib32-mesa/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2020-11-08 13:24:14 UTC (rev 746560)
@@ -0,0 +1,83 @@
+The Mesa 3D Graphics Library
+
+Disclaimer
+
+   Mesa is a 3-D graphics library with an API which is very similar to
+   that of [1]OpenGL.* To the extent that Mesa utilizes the OpenGL command
+   syntax or state machine, it is being used with authorization from
+   [2]Silicon Graphics, Inc.(SGI). However, the author does not possess an
+   OpenGL license from SGI, and makes no claim that Mesa is in any way a
+   

[arch-commits] Commit in lib32-mesa/trunk (PKGBUILD)

2020-11-08 Thread Laurent Carlier via arch-commits
Date: Sunday, November 8, 2020 @ 13:24:07
  Author: lcarlier
Revision: 746559

upgpkg: lib32-mesa 20.2.2-1: upstream update 20.2.2

Modified:
  lib32-mesa/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-08 13:15:26 UTC (rev 746558)
+++ PKGBUILD2020-11-08 13:24:07 UTC (rev 746559)
@@ -6,8 +6,8 @@
 pkgbase=lib32-mesa
 pkgname=('lib32-vulkan-mesa-layers' 'lib32-opencl-mesa' 'lib32-vulkan-intel' 
'lib32-vulkan-radeon' 'lib32-libva-mesa-driver' 'lib32-mesa-vdpau' 'lib32-mesa')
 pkgdesc="An open-source implementation of the OpenGL specification (32-bit)"
-pkgver=20.2.1
-pkgrel=2
+pkgver=20.2.2
+pkgrel=1
 arch=('x86_64')
 makedepends=('python-mako' 'lib32-libxml2' 'lib32-expat' 'lib32-libx11' 
'xorgproto' 'lib32-libdrm'
  'lib32-libxshmfence' 'lib32-libxxf86vm' 'lib32-libxdamage' 
'lib32-libvdpau'
@@ -18,7 +18,7 @@
 license=('custom')
 source=(https://mesa.freedesktop.org/archive/mesa-${pkgver}.tar.xz{,.sig}
 LICENSE)
-sha512sums=('5d609359754db3e3679bffd5306c1f1d1cf46a2ea98428a9451fe0d99bbf73da863c5d94e6561712cd2012ad13615666cf3d712e54f379b34c091fead39d4795'
+sha512sums=('36673a44fad8c6db3516b23b75825a52df520b9fe1387160301dd5051f420ebf0d1c7b4f8ff96a5547b79c2ba42fd782305ae23ac956f688b695c07b8fe73192'
 'SKIP'
 
'f9f0d0ccf166fe6cb684478b6f1e1ab1f2850431c06aa041738563eb1808a004e52cdec823c103c9e180f03ffc083e95974d291353f0220fe52ae6d4897fecc7')
 validpgpkeys=('8703B6700E7EE06D7A39B8D6EDAE37B02CEB490D'  # Emil Velikov 



[arch-commits] Commit in mesa/trunk (PKGBUILD)

2020-11-08 Thread Laurent Carlier via arch-commits
Date: Sunday, November 8, 2020 @ 12:45:39
  Author: lcarlier
Revision: 399620

upgpkg: mesa 20.2.2-2: LLVM 11 rebuild

Modified:
  mesa/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-08 12:34:28 UTC (rev 399619)
+++ PKGBUILD2020-11-08 12:45:39 UTC (rev 399620)
@@ -7,7 +7,7 @@
 pkgname=('vulkan-mesa-layers' 'opencl-mesa' 'vulkan-intel' 'vulkan-radeon' 
'libva-mesa-driver' 'mesa-vdpau' 'mesa')
 pkgdesc="An open-source implementation of the OpenGL specification"
 pkgver=20.2.2
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 makedepends=('python-mako' 'libxml2' 'libx11' 'xorgproto' 'libdrm' 
'libxshmfence' 'libxxf86vm'
  'libxdamage' 'libvdpau' 'libva' 'wayland' 'wayland-protocols' 
'zstd' 'elfutils' 'llvm'


[arch-commits] Commit in mesa/repos (3 files)

2020-11-08 Thread Laurent Carlier via arch-commits
Date: Sunday, November 8, 2020 @ 12:45:45
  Author: lcarlier
Revision: 399621

archrelease: copy trunk to staging-x86_64

Added:
  mesa/repos/staging-x86_64/
  mesa/repos/staging-x86_64/LICENSE
(from rev 399620, mesa/trunk/LICENSE)
  mesa/repos/staging-x86_64/PKGBUILD
(from rev 399620, mesa/trunk/PKGBUILD)

--+
 LICENSE  |   83 +
 PKGBUILD |  201 +
 2 files changed, 284 insertions(+)

Copied: mesa/repos/staging-x86_64/LICENSE (from rev 399620, mesa/trunk/LICENSE)
===
--- staging-x86_64/LICENSE  (rev 0)
+++ staging-x86_64/LICENSE  2020-11-08 12:45:45 UTC (rev 399621)
@@ -0,0 +1,83 @@
+The Mesa 3D Graphics Library
+
+Disclaimer
+
+   Mesa is a 3-D graphics library with an API which is very similar to
+   that of [1]OpenGL.* To the extent that Mesa utilizes the OpenGL command
+   syntax or state machine, it is being used with authorization from
+   [2]Silicon Graphics, Inc.(SGI). However, the author does not possess an
+   OpenGL license from SGI, and makes no claim that Mesa is in any way a
+   compatible replacement for OpenGL or associated with SGI. Those who
+   want a licensed implementation of OpenGL should contact a licensed
+   vendor.
+
+   Please do not refer to the library as MesaGL (for legal reasons). It's
+   just Mesa or The Mesa 3-D graphics library.
+
+   * OpenGL is a trademark of [3]Silicon Graphics Incorporated.
+
+License / Copyright Information
+
+   The Mesa distribution consists of several components. Different
+   copyrights and licenses apply to different components. For example, the
+   GLX client code uses the SGI Free Software License B, and some of the
+   Mesa device drivers are copyrighted by their authors. See below for a
+   list of Mesa's main components and the license for each.
+
+   The core Mesa library is licensed according to the terms of the MIT
+   license. This allows integration with the XFree86, Xorg and DRI
+   projects.
+
+   The default Mesa license is as follows:
+
+Copyright (C) 1999-2007  Brian Paul   All Rights Reserved.
+
+Permission is hereby granted, free of charge, to any person obtaining a
+copy of this software and associated documentation files (the "Software"),
+to deal in the Software without restriction, including without limitation
+the rights to use, copy, modify, merge, publish, distribute, sublicense,
+and/or sell copies of the Software, and to permit persons to whom the
+Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included
+in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
+OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
+THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
+
+Attention, Contributors
+
+   When contributing to the Mesa project you must agree to the licensing
+   terms of the component to which you're contributing. The following
+   section lists the primary components of the Mesa distribution and their
+   respective licenses.
+
+Mesa Component Licenses
+
+Component Location   License
+--
+Main Mesa codesrc/mesa/  MIT
+
+Device driverssrc/mesa/drivers/* MIT, generally
+
+Gallium code  src/gallium/   MIT
+
+Ext headers   include/GL/glext.h Khronos
+  include/GL/glxext.h
+
+GLX client code   src/glx/   SGI Free Software License B
+
+C11 threadinclude/c11/threads*.h Boost (permissive) emulation
+
+   In general, consult the source files for license terms.
+
+References
+
+   1. https://www.opengl.org/
+   2. https://www.sgi.com/
+   3. https://www.sgi.com/

Copied: mesa/repos/staging-x86_64/PKGBUILD (from rev 399620, 
mesa/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2020-11-08 12:45:45 UTC (rev 399621)
@@ -0,0 +1,201 @@
+# Maintainer: Laurent Carlier 
+# Maintainer: Felix Yan 
+# Maintainer: Jan de Groot 
+# Contributor: Andreas Radke 
+
+pkgbase=mesa
+pkgname=('vulkan-mesa-layers' 'opencl-mesa' 'vulkan-intel' 'vulkan-radeon' 
'libva-mesa-driver' 'mesa-vdpau' 'mesa')
+pkgdesc="An open-source implementation of the OpenGL specification"
+pkgver=20.2.2
+pkgrel=2
+arch=('x86_64')
+makedepends=('python-mako' 'libxml2' 'libx11' 'xorgproto' 'libdrm' 
'libxshmfence' 'libxxf86vm'
+   

[arch-commits] Commit in mesa/repos/staging-x86_64 (LICENSE LICENSE PKGBUILD PKGBUILD)

2020-11-08 Thread Laurent Carlier via arch-commits
Date: Sunday, November 8, 2020 @ 12:32:54
  Author: lcarlier
Revision: 399618

archrelease: copy trunk to staging-x86_64

Added:
  mesa/repos/staging-x86_64/LICENSE
(from rev 399617, mesa/trunk/LICENSE)
  mesa/repos/staging-x86_64/PKGBUILD
(from rev 399617, mesa/trunk/PKGBUILD)
Deleted:
  mesa/repos/staging-x86_64/LICENSE
  mesa/repos/staging-x86_64/PKGBUILD

--+
 LICENSE  |  166 -
 PKGBUILD |  402 ++---
 2 files changed, 284 insertions(+), 284 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2020-11-08 12:31:58 UTC (rev 399617)
+++ LICENSE 2020-11-08 12:32:54 UTC (rev 399618)
@@ -1,83 +0,0 @@
-The Mesa 3D Graphics Library
-
-Disclaimer
-
-   Mesa is a 3-D graphics library with an API which is very similar to
-   that of [1]OpenGL.* To the extent that Mesa utilizes the OpenGL command
-   syntax or state machine, it is being used with authorization from
-   [2]Silicon Graphics, Inc.(SGI). However, the author does not possess an
-   OpenGL license from SGI, and makes no claim that Mesa is in any way a
-   compatible replacement for OpenGL or associated with SGI. Those who
-   want a licensed implementation of OpenGL should contact a licensed
-   vendor.
-
-   Please do not refer to the library as MesaGL (for legal reasons). It's
-   just Mesa or The Mesa 3-D graphics library.
-
-   * OpenGL is a trademark of [3]Silicon Graphics Incorporated.
-
-License / Copyright Information
-
-   The Mesa distribution consists of several components. Different
-   copyrights and licenses apply to different components. For example, the
-   GLX client code uses the SGI Free Software License B, and some of the
-   Mesa device drivers are copyrighted by their authors. See below for a
-   list of Mesa's main components and the license for each.
-
-   The core Mesa library is licensed according to the terms of the MIT
-   license. This allows integration with the XFree86, Xorg and DRI
-   projects.
-
-   The default Mesa license is as follows:
-
-Copyright (C) 1999-2007  Brian Paul   All Rights Reserved.
-
-Permission is hereby granted, free of charge, to any person obtaining a
-copy of this software and associated documentation files (the "Software"),
-to deal in the Software without restriction, including without limitation
-the rights to use, copy, modify, merge, publish, distribute, sublicense,
-and/or sell copies of the Software, and to permit persons to whom the
-Software is furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
-OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
-THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
-
-Attention, Contributors
-
-   When contributing to the Mesa project you must agree to the licensing
-   terms of the component to which you're contributing. The following
-   section lists the primary components of the Mesa distribution and their
-   respective licenses.
-
-Mesa Component Licenses
-
-Component Location   License
---
-Main Mesa codesrc/mesa/  MIT
-
-Device driverssrc/mesa/drivers/* MIT, generally
-
-Gallium code  src/gallium/   MIT
-
-Ext headers   include/GL/glext.h Khronos
-  include/GL/glxext.h
-
-GLX client code   src/glx/   SGI Free Software License B
-
-C11 threadinclude/c11/threads*.h Boost (permissive) emulation
-
-   In general, consult the source files for license terms.
-
-References
-
-   1. https://www.opengl.org/
-   2. https://www.sgi.com/
-   3. https://www.sgi.com/

Copied: mesa/repos/staging-x86_64/LICENSE (from rev 399617, mesa/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2020-11-08 12:32:54 UTC (rev 399618)
@@ -0,0 +1,83 @@
+The Mesa 3D Graphics Library
+
+Disclaimer
+
+   Mesa is a 3-D graphics library with an API which is very similar to
+   that of [1]OpenGL.* To the extent that Mesa utilizes the OpenGL command
+   syntax or state machine, it is being used with authorization from
+   [2]Silicon Graphics, Inc.(SGI). However, the author does not possess an
+   OpenGL license from SGI, and makes no claim that Mesa is in any way a
+   compatible replacement for OpenGL or associated with SGI. Those who
+   want a licensed implementation of 

[arch-commits] Commit in mesa/repos (3 files)

2020-11-08 Thread Laurent Carlier via arch-commits
Date: Sunday, November 8, 2020 @ 12:31:58
  Author: lcarlier
Revision: 399617

archrelease: copy trunk to testing-x86_64

Added:
  mesa/repos/testing-x86_64/
  mesa/repos/testing-x86_64/LICENSE
(from rev 399616, mesa/trunk/LICENSE)
  mesa/repos/testing-x86_64/PKGBUILD
(from rev 399616, mesa/trunk/PKGBUILD)

--+
 LICENSE  |   83 +
 PKGBUILD |  201 +
 2 files changed, 284 insertions(+)

Copied: mesa/repos/testing-x86_64/LICENSE (from rev 399616, mesa/trunk/LICENSE)
===
--- testing-x86_64/LICENSE  (rev 0)
+++ testing-x86_64/LICENSE  2020-11-08 12:31:58 UTC (rev 399617)
@@ -0,0 +1,83 @@
+The Mesa 3D Graphics Library
+
+Disclaimer
+
+   Mesa is a 3-D graphics library with an API which is very similar to
+   that of [1]OpenGL.* To the extent that Mesa utilizes the OpenGL command
+   syntax or state machine, it is being used with authorization from
+   [2]Silicon Graphics, Inc.(SGI). However, the author does not possess an
+   OpenGL license from SGI, and makes no claim that Mesa is in any way a
+   compatible replacement for OpenGL or associated with SGI. Those who
+   want a licensed implementation of OpenGL should contact a licensed
+   vendor.
+
+   Please do not refer to the library as MesaGL (for legal reasons). It's
+   just Mesa or The Mesa 3-D graphics library.
+
+   * OpenGL is a trademark of [3]Silicon Graphics Incorporated.
+
+License / Copyright Information
+
+   The Mesa distribution consists of several components. Different
+   copyrights and licenses apply to different components. For example, the
+   GLX client code uses the SGI Free Software License B, and some of the
+   Mesa device drivers are copyrighted by their authors. See below for a
+   list of Mesa's main components and the license for each.
+
+   The core Mesa library is licensed according to the terms of the MIT
+   license. This allows integration with the XFree86, Xorg and DRI
+   projects.
+
+   The default Mesa license is as follows:
+
+Copyright (C) 1999-2007  Brian Paul   All Rights Reserved.
+
+Permission is hereby granted, free of charge, to any person obtaining a
+copy of this software and associated documentation files (the "Software"),
+to deal in the Software without restriction, including without limitation
+the rights to use, copy, modify, merge, publish, distribute, sublicense,
+and/or sell copies of the Software, and to permit persons to whom the
+Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included
+in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
+OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
+THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
+
+Attention, Contributors
+
+   When contributing to the Mesa project you must agree to the licensing
+   terms of the component to which you're contributing. The following
+   section lists the primary components of the Mesa distribution and their
+   respective licenses.
+
+Mesa Component Licenses
+
+Component Location   License
+--
+Main Mesa codesrc/mesa/  MIT
+
+Device driverssrc/mesa/drivers/* MIT, generally
+
+Gallium code  src/gallium/   MIT
+
+Ext headers   include/GL/glext.h Khronos
+  include/GL/glxext.h
+
+GLX client code   src/glx/   SGI Free Software License B
+
+C11 threadinclude/c11/threads*.h Boost (permissive) emulation
+
+   In general, consult the source files for license terms.
+
+References
+
+   1. https://www.opengl.org/
+   2. https://www.sgi.com/
+   3. https://www.sgi.com/

Copied: mesa/repos/testing-x86_64/PKGBUILD (from rev 399616, 
mesa/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-11-08 12:31:58 UTC (rev 399617)
@@ -0,0 +1,201 @@
+# Maintainer: Laurent Carlier 
+# Maintainer: Felix Yan 
+# Maintainer: Jan de Groot 
+# Contributor: Andreas Radke 
+
+pkgbase=mesa
+pkgname=('vulkan-mesa-layers' 'opencl-mesa' 'vulkan-intel' 'vulkan-radeon' 
'libva-mesa-driver' 'mesa-vdpau' 'mesa')
+pkgdesc="An open-source implementation of the OpenGL specification"
+pkgver=20.2.2
+pkgrel=1
+arch=('x86_64')
+makedepends=('python-mako' 'libxml2' 'libx11' 'xorgproto' 'libdrm' 
'libxshmfence' 'libxxf86vm'
+   

[arch-commits] Commit in mesa/trunk (PKGBUILD)

2020-11-08 Thread Laurent Carlier via arch-commits
Date: Sunday, November 8, 2020 @ 12:31:53
  Author: lcarlier
Revision: 399616

upgpkg: mesa 20.2.2-1: upstream update 20.2.2

Modified:
  mesa/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-08 12:04:07 UTC (rev 399615)
+++ PKGBUILD2020-11-08 12:31:53 UTC (rev 399616)
@@ -6,8 +6,8 @@
 pkgbase=mesa
 pkgname=('vulkan-mesa-layers' 'opencl-mesa' 'vulkan-intel' 'vulkan-radeon' 
'libva-mesa-driver' 'mesa-vdpau' 'mesa')
 pkgdesc="An open-source implementation of the OpenGL specification"
-pkgver=20.2.1
-pkgrel=2
+pkgver=20.2.2
+pkgrel=1
 arch=('x86_64')
 makedepends=('python-mako' 'libxml2' 'libx11' 'xorgproto' 'libdrm' 
'libxshmfence' 'libxxf86vm'
  'libxdamage' 'libvdpau' 'libva' 'wayland' 'wayland-protocols' 
'zstd' 'elfutils' 'llvm'
@@ -17,7 +17,7 @@
 license=('custom')
 source=(https://mesa.freedesktop.org/archive/mesa-${pkgver}.tar.xz{,.sig}
 LICENSE)
-sha512sums=('5d609359754db3e3679bffd5306c1f1d1cf46a2ea98428a9451fe0d99bbf73da863c5d94e6561712cd2012ad13615666cf3d712e54f379b34c091fead39d4795'
+sha512sums=('36673a44fad8c6db3516b23b75825a52df520b9fe1387160301dd5051f420ebf0d1c7b4f8ff96a5547b79c2ba42fd782305ae23ac956f688b695c07b8fe73192'
 'SKIP'
 
'f9f0d0ccf166fe6cb684478b6f1e1ab1f2850431c06aa041738563eb1808a004e52cdec823c103c9e180f03ffc083e95974d291353f0220fe52ae6d4897fecc7')
 validpgpkeys=('8703B6700E7EE06D7A39B8D6EDAE37B02CEB490D'  # Emil Velikov 



[arch-commits] Commit in lib32-amdvlk/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2020-11-05 Thread Laurent Carlier via arch-commits
Date: Thursday, November 5, 2020 @ 11:36:42
  Author: lcarlier
Revision: 743088

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-amdvlk/repos/multilib-x86_64/PKGBUILD
(from rev 743087, lib32-amdvlk/trunk/PKGBUILD)
Deleted:
  lib32-amdvlk/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |  126 ++---
 1 file changed, 63 insertions(+), 63 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-05 11:36:36 UTC (rev 743087)
+++ PKGBUILD2020-11-05 11:36:42 UTC (rev 743088)
@@ -1,63 +0,0 @@
-# Maintainer: Laurent Carlier 
-# Contributor: lod 
-
-pkgname=lib32-amdvlk
-pkgver=2020.Q4.2
-pkgrel=1
-pkgdesc="AMD's standalone Vulkan driver"
-arch=(x86_64)
-url="https://github.com/GPUOpen-Drivers;
-license=('MIT')
-provides=('lib32-vulkan-driver')
-makedepends=('perl-xml-xpath' 'python' 'lib32-wayland' 'lib32-libxrandr' 
'xorg-server-devel' 'cmake' 'ninja' 'git')
-source=("https://github.com/GPUOpen-Drivers/AMDVLK/archive/v-${pkgver}.tar.gz;)
-sha256sums=('ba029de05655e96aad139a25c20516972f56f2e65e1458010a9840999b2e8aed')
-
-prepare() {
-  local nrepos path name revision
-  
-  nrepos=$(xpath -q -e //project AMDVLK-v-${pkgver}/default.xml | wc -l)
-  
-  while (($nrepos>0))
-  do
-path=$(xpath -q -e //project[$nrepos]/@path AMDVLK-v-${pkgver}/default.xml 
| sed 's/ path="drivers\/\(.*\)"/\1/g')
-name=$(xpath -q -e //project[$nrepos]/@name AMDVLK-v-${pkgver}/default.xml 
| sed 's/ name="\(.*\)"/\1/g')
-revision=$(xpath -q -e //project[$nrepos]/@revision 
AMDVLK-v-${pkgver}/default.xml | sed 's/ revision="\(.*\)"/\1/g')
-git clone https://github.com/GPUOpen-Drivers/$name $path
-  pushd $path
-git checkout $revision
-  popd
-(( nrepos-- ))
-  done
-  
-  # fix build with gcc9 
-  sed -i "s/-Werror//g" ${srcdir}/pal/shared/gpuopen/cmake/AMD.cmake
-}
-
-build() {
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  cd ${srcdir}/xgl
-  cmake -H. -Bbuilds/Release \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_C_FLAGS=-m32 \
--DCMAKE_CXX_FLAGS=-m32 \
--DLLVM_TARGET_ARCH:STRING=i686 \
--DLLVM_DEFAULT_TARGET_TRIPLE="i686-pc-linux-gnu" \
--DBUILD_WAYLAND_SUPPORT=On \
--G Ninja
-
-  ninja -C builds/Release
-}
-
-package() {
-  install -m755 -d "${pkgdir}"/usr/lib32
-  install -m755 -d "${pkgdir}"/usr/share/vulkan/icd.d
-  install -m755 -d "${pkgdir}"/usr/share/licenses/${pkgname}
-
-  install xgl/builds/Release/icd/amdvlk32.so "${pkgdir}"/usr/lib32/
-  install AMDVLK/json/Redhat/amd_icd32.json "${pkgdir}"/usr/share/vulkan/icd.d/
-  install AMDVLK/LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/
-  
-  sed -i "s/\/lib/\/lib32/g" "${pkgdir}"/usr/share/vulkan/icd.d/amd_icd32.json
-}

Copied: lib32-amdvlk/repos/multilib-x86_64/PKGBUILD (from rev 743087, 
lib32-amdvlk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-05 11:36:42 UTC (rev 743088)
@@ -0,0 +1,63 @@
+# Maintainer: Laurent Carlier 
+# Contributor: lod 
+
+pkgname=lib32-amdvlk
+pkgver=2020.Q4.3
+pkgrel=1
+pkgdesc="AMD's standalone Vulkan driver"
+arch=(x86_64)
+url="https://github.com/GPUOpen-Drivers;
+license=('MIT')
+provides=('lib32-vulkan-driver')
+makedepends=('perl-xml-xpath' 'python' 'lib32-wayland' 'lib32-libxrandr' 
'xorg-server-devel' 'cmake' 'ninja' 'git')
+source=("https://github.com/GPUOpen-Drivers/AMDVLK/archive/v-${pkgver}.tar.gz;)
+sha256sums=('83d963cdffbd3b816379abd26105c75bf55788e68a2836be0a086c9604750b94')
+
+prepare() {
+  local nrepos path name revision
+  
+  nrepos=$(xpath -q -e //project AMDVLK-v-${pkgver}/default.xml | wc -l)
+  
+  while (($nrepos>0))
+  do
+path=$(xpath -q -e //project[$nrepos]/@path AMDVLK-v-${pkgver}/default.xml 
| sed 's/ path="drivers\/\(.*\)"/\1/g')
+name=$(xpath -q -e //project[$nrepos]/@name AMDVLK-v-${pkgver}/default.xml 
| sed 's/ name="\(.*\)"/\1/g')
+revision=$(xpath -q -e //project[$nrepos]/@revision 
AMDVLK-v-${pkgver}/default.xml | sed 's/ revision="\(.*\)"/\1/g')
+git clone https://github.com/GPUOpen-Drivers/$name $path
+  pushd $path
+git checkout $revision
+  popd
+(( nrepos-- ))
+  done
+  
+  # fix build with gcc9 
+  sed -i "s/-Werror//g" ${srcdir}/pal/shared/gpuopen/cmake/AMD.cmake
+}
+
+build() {
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd ${srcdir}/xgl
+  cmake -H. -Bbuilds/Release \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_C_FLAGS=-m32 \
+-DCMAKE_CXX_FLAGS=-m32 \
+-DLLVM_TARGET_ARCH:STRING=i686 \
+-DLLVM_DEFAULT_TARGET_TRIPLE="i686-pc-linux-gnu" \
+-DBUILD_WAYLAND_SUPPORT=On \
+-G Ninja
+
+  ninja -C builds/Release
+}
+
+package() {
+  install -m755 -d "${pkgdir}"/usr/lib32
+  install -m755 -d "${pkgdir}"/usr/share/vulkan/icd.d
+  install -m755 -d 

[arch-commits] Commit in lib32-amdvlk/trunk (PKGBUILD)

2020-11-05 Thread Laurent Carlier via arch-commits
Date: Thursday, November 5, 2020 @ 11:36:36
  Author: lcarlier
Revision: 743087

upgpkg: lib32-amdvlk 2020.Q4.3-1: upstream update 2020.Q4.3

Modified:
  lib32-amdvlk/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-05 11:19:40 UTC (rev 743086)
+++ PKGBUILD2020-11-05 11:36:36 UTC (rev 743087)
@@ -2,7 +2,7 @@
 # Contributor: lod 
 
 pkgname=lib32-amdvlk
-pkgver=2020.Q4.2
+pkgver=2020.Q4.3
 pkgrel=1
 pkgdesc="AMD's standalone Vulkan driver"
 arch=(x86_64)
@@ -11,7 +11,7 @@
 provides=('lib32-vulkan-driver')
 makedepends=('perl-xml-xpath' 'python' 'lib32-wayland' 'lib32-libxrandr' 
'xorg-server-devel' 'cmake' 'ninja' 'git')
 source=("https://github.com/GPUOpen-Drivers/AMDVLK/archive/v-${pkgver}.tar.gz;)
-sha256sums=('ba029de05655e96aad139a25c20516972f56f2e65e1458010a9840999b2e8aed')
+sha256sums=('83d963cdffbd3b816379abd26105c75bf55788e68a2836be0a086c9604750b94')
 
 prepare() {
   local nrepos path name revision


[arch-commits] Commit in amdvlk/trunk (PKGBUILD)

2020-11-05 Thread Laurent Carlier via arch-commits
Date: Thursday, November 5, 2020 @ 11:07:45
  Author: lcarlier
Revision: 399293

upgpkg: amdvlk 2020.Q4.3-1: upstream update 2020.Q4.3

Modified:
  amdvlk/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-05 07:00:25 UTC (rev 399292)
+++ PKGBUILD2020-11-05 11:07:45 UTC (rev 399293)
@@ -2,7 +2,7 @@
 # Contributor: lod 
 
 pkgname=amdvlk
-pkgver=2020.Q4.2
+pkgver=2020.Q4.3
 pkgrel=1
 pkgdesc="AMD's standalone Vulkan driver"
 arch=(x86_64)
@@ -12,7 +12,7 @@
 makedepends=('perl-xml-xpath' 'python' 'wayland' 'libxrandr' 
'xorg-server-devel' 'cmake' 'ninja' 'git')
 makedepends+=('python2') # spvgen
 source=("https://github.com/GPUOpen-Drivers/AMDVLK/archive/v-${pkgver}.tar.gz;)
-sha256sums=('ba029de05655e96aad139a25c20516972f56f2e65e1458010a9840999b2e8aed')
+sha256sums=('83d963cdffbd3b816379abd26105c75bf55788e68a2836be0a086c9604750b94')
 
 prepare() {
   local nrepos path name revision


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

2020-11-05 Thread Laurent Carlier via arch-commits
Date: Thursday, November 5, 2020 @ 11:07:50
  Author: lcarlier
Revision: 399294

archrelease: copy trunk to extra-x86_64

Added:
  amdvlk/repos/extra-x86_64/PKGBUILD
(from rev 399293, amdvlk/trunk/PKGBUILD)
Deleted:
  amdvlk/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |  126 ++---
 1 file changed, 63 insertions(+), 63 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-05 11:07:45 UTC (rev 399293)
+++ PKGBUILD2020-11-05 11:07:50 UTC (rev 399294)
@@ -1,63 +0,0 @@
-# Maintainer: Laurent Carlier 
-# Contributor: lod 
-
-pkgname=amdvlk
-pkgver=2020.Q4.2
-pkgrel=1
-pkgdesc="AMD's standalone Vulkan driver"
-arch=(x86_64)
-url="https://github.com/GPUOpen-Drivers;
-license=('MIT')
-provides=('vulkan-driver')
-makedepends=('perl-xml-xpath' 'python' 'wayland' 'libxrandr' 
'xorg-server-devel' 'cmake' 'ninja' 'git')
-makedepends+=('python2') # spvgen
-source=("https://github.com/GPUOpen-Drivers/AMDVLK/archive/v-${pkgver}.tar.gz;)
-sha256sums=('ba029de05655e96aad139a25c20516972f56f2e65e1458010a9840999b2e8aed')
-
-prepare() {
-  local nrepos path name revision
-  
-  nrepos=$(xpath -q -e //project AMDVLK-v-${pkgver}/default.xml | wc -l)
-  
-  while (($nrepos>0))
-  do
-path=$(xpath -q -e //project[$nrepos]/@path AMDVLK-v-${pkgver}/default.xml 
| sed 's/ path="drivers\/\(.*\)"/\1/g')
-name=$(xpath -q -e //project[$nrepos]/@name AMDVLK-v-${pkgver}/default.xml 
| sed 's/ name="\(.*\)"/\1/g')
-revision=$(xpath -q -e //project[$nrepos]/@revision 
AMDVLK-v-${pkgver}/default.xml | sed 's/ revision="\(.*\)"/\1/g')
-git clone https://github.com/GPUOpen-Drivers/$name $path
-  pushd $path
-git checkout $revision
-  popd
-(( nrepos-- ))
-  done
-  
-  # fix build with gcc9 
-  sed -i "s/-Werror//g" ${srcdir}/pal/shared/gpuopen/cmake/AMD.cmake
-}
-
-build() {
-  cd ${srcdir}/spvgen/external
-  python2 fetch_external_sources.py
-
-  cd ${srcdir}/xgl
-  cmake -H. -Bbuilds/Release64 \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_WAYLAND_SUPPORT=On \
--G Ninja
-
-  ninja -C builds/Release64
-  ninja -C builds/Release64 spvgen
-}
-
-package() {
-  install -m755 -d "${pkgdir}"/usr/lib
-  install -m755 -d "${pkgdir}"/usr/share/vulkan/icd.d
-  install -m755 -d "${pkgdir}"/usr/share/licenses/${pkgname}
-
-  install xgl/builds/Release64/icd/amdvlk64.so "${pkgdir}"/usr/lib/
-  install xgl/builds/Release64/spvgen/spvgen.so ${pkgdir}/usr/lib/
-  install AMDVLK/json/Redhat/amd_icd64.json "${pkgdir}"/usr/share/vulkan/icd.d/
-  install AMDVLK/LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/
-  
-  sed -i "s#/lib64#/lib#g" "${pkgdir}"/usr/share/vulkan/icd.d/amd_icd64.json
-}

Copied: amdvlk/repos/extra-x86_64/PKGBUILD (from rev 399293, 
amdvlk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-05 11:07:50 UTC (rev 399294)
@@ -0,0 +1,63 @@
+# Maintainer: Laurent Carlier 
+# Contributor: lod 
+
+pkgname=amdvlk
+pkgver=2020.Q4.3
+pkgrel=1
+pkgdesc="AMD's standalone Vulkan driver"
+arch=(x86_64)
+url="https://github.com/GPUOpen-Drivers;
+license=('MIT')
+provides=('vulkan-driver')
+makedepends=('perl-xml-xpath' 'python' 'wayland' 'libxrandr' 
'xorg-server-devel' 'cmake' 'ninja' 'git')
+makedepends+=('python2') # spvgen
+source=("https://github.com/GPUOpen-Drivers/AMDVLK/archive/v-${pkgver}.tar.gz;)
+sha256sums=('83d963cdffbd3b816379abd26105c75bf55788e68a2836be0a086c9604750b94')
+
+prepare() {
+  local nrepos path name revision
+  
+  nrepos=$(xpath -q -e //project AMDVLK-v-${pkgver}/default.xml | wc -l)
+  
+  while (($nrepos>0))
+  do
+path=$(xpath -q -e //project[$nrepos]/@path AMDVLK-v-${pkgver}/default.xml 
| sed 's/ path="drivers\/\(.*\)"/\1/g')
+name=$(xpath -q -e //project[$nrepos]/@name AMDVLK-v-${pkgver}/default.xml 
| sed 's/ name="\(.*\)"/\1/g')
+revision=$(xpath -q -e //project[$nrepos]/@revision 
AMDVLK-v-${pkgver}/default.xml | sed 's/ revision="\(.*\)"/\1/g')
+git clone https://github.com/GPUOpen-Drivers/$name $path
+  pushd $path
+git checkout $revision
+  popd
+(( nrepos-- ))
+  done
+  
+  # fix build with gcc9 
+  sed -i "s/-Werror//g" ${srcdir}/pal/shared/gpuopen/cmake/AMD.cmake
+}
+
+build() {
+  cd ${srcdir}/spvgen/external
+  python2 fetch_external_sources.py
+
+  cd ${srcdir}/xgl
+  cmake -H. -Bbuilds/Release64 \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_WAYLAND_SUPPORT=On \
+-G Ninja
+
+  ninja -C builds/Release64
+  ninja -C builds/Release64 spvgen
+}
+
+package() {
+  install -m755 -d "${pkgdir}"/usr/lib
+  install -m755 -d "${pkgdir}"/usr/share/vulkan/icd.d
+  install -m755 -d "${pkgdir}"/usr/share/licenses/${pkgname}
+
+  install xgl/builds/Release64/icd/amdvlk64.so "${pkgdir}"/usr/lib/
+  install xgl/builds/Release64/spvgen/spvgen.so ${pkgdir}/usr/lib/

[arch-commits] Commit in lib32-libdrm/trunk (PKGBUILD)

2020-11-04 Thread Laurent Carlier via arch-commits
Date: Thursday, November 5, 2020 @ 07:26:34
  Author: lcarlier
Revision: 742806

upgpkg: lib32-libdrm 2.4.103-1: upstream update 2.4.103

Modified:
  lib32-libdrm/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-05 07:26:02 UTC (rev 742805)
+++ PKGBUILD2020-11-05 07:26:34 UTC (rev 742806)
@@ -3,7 +3,7 @@
 
 _pkgbasename=libdrm
 pkgname=lib32-$_pkgbasename
-pkgver=2.4.102
+pkgver=2.4.103
 pkgrel=1
 pkgdesc="Userspace interface to kernel DRM services (32-bit)"
 url="https://dri.freedesktop.org/;
@@ -14,7 +14,7 @@
 checkdepends=('lib32-cairo')
 
source=(https://dri.freedesktop.org/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.xz
 # {,.sig}
 no-drmdevice-test.diff)
-sha512sums=('386afd228efd809fe32776a6ff5d9dd95d1409a6a6a89b3806a3b42ed27e84f1e090f3b7834973f834d6b0d1342b7034447fe8690d072f85f03292d7795c3e0c'
+sha512sums=('15b098b962008271400692b6b15ecb7e22676f8698e0220ad969735ac2315ccc737d19558afb6abda82bae15117e5f306c048184a2369f434b85ecaa670ca885'
 
'f1dd5d8c2270c092ccb8e4f92a0da9ab27706dfa22dcedd3fb2414b968ced9333c8bf62baf0219b822e43dce0d804d1dd5cc27d09b0afe8c01967c1784d4a4bb')
 validpgpkeys=('B97BD6A80CAC4981091AE547FE558C72A67013C3') # Maarten Lankhorst 

 validpgpkeys+=('215DEE688925CCB965BE5DA97C03D7797B6E1AE2') # Damien Lespiau 



[arch-commits] Commit in lib32-libdrm/repos (3 files)

2020-11-04 Thread Laurent Carlier via arch-commits
Date: Thursday, November 5, 2020 @ 07:26:39
  Author: lcarlier
Revision: 742807

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-libdrm/repos/multilib-testing-x86_64/
  lib32-libdrm/repos/multilib-testing-x86_64/PKGBUILD
(from rev 742806, lib32-libdrm/trunk/PKGBUILD)
  lib32-libdrm/repos/multilib-testing-x86_64/no-drmdevice-test.diff
(from rev 742806, lib32-libdrm/trunk/no-drmdevice-test.diff)

+
 PKGBUILD   |   61 +++
 no-drmdevice-test.diff |9 ++
 2 files changed, 70 insertions(+)

Copied: lib32-libdrm/repos/multilib-testing-x86_64/PKGBUILD (from rev 742806, 
lib32-libdrm/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2020-11-05 07:26:39 UTC (rev 742807)
@@ -0,0 +1,61 @@
+# Maintainer: Laurent Carlier 
+# Contributor: Jan de Groot 
+
+_pkgbasename=libdrm
+pkgname=lib32-$_pkgbasename
+pkgver=2.4.103
+pkgrel=1
+pkgdesc="Userspace interface to kernel DRM services (32-bit)"
+url="https://dri.freedesktop.org/;
+arch=(x86_64)
+license=('custom')
+depends=('lib32-libpciaccess' $_pkgbasename)
+makedepends=('valgrind' 'meson')
+checkdepends=('lib32-cairo')
+source=(https://dri.freedesktop.org/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.xz
 # {,.sig}
+no-drmdevice-test.diff)
+sha512sums=('15b098b962008271400692b6b15ecb7e22676f8698e0220ad969735ac2315ccc737d19558afb6abda82bae15117e5f306c048184a2369f434b85ecaa670ca885'
+
'f1dd5d8c2270c092ccb8e4f92a0da9ab27706dfa22dcedd3fb2414b968ced9333c8bf62baf0219b822e43dce0d804d1dd5cc27d09b0afe8c01967c1784d4a4bb')
+validpgpkeys=('B97BD6A80CAC4981091AE547FE558C72A67013C3') # Maarten Lankhorst 

+validpgpkeys+=('215DEE688925CCB965BE5DA97C03D7797B6E1AE2') # Damien Lespiau 

+validpgpkeys+=('10A6D91DA1B05BD29F6DEBAC0C74F35979C486BE') # David Airlie 

+validpgpkeys+=('8703B6700E7EE06D7A39B8D6EDAE37B02CEB490D') # Emil Velikov 

+validpgpkeys+=('D6285B5E899299F3DA746184191C9B905522B045') # Rob Clark 

+validpgpkeys+=('E8EB5B34081CE1EEA26EFE195B5BDA071D49CC38') # Kenneth Graunke 

+validpgpkeys+=('FC9BAE1435A9F7F664B82057B5D62936D1FC9EE8') # Eric Anholt 

+validpgpkeys+=('3BB639E56F861FA2E86505690FDD682D974CA72A') # Matt Turner 

+validpgpkeys+=('C20F5C4490D7D64B4C9A09998CD1DF552975297B') # Robert Bragg 

+validpgpkeys+=('CD47C5341A375F33BEF7BAFAFDD15D5ACEF0F2B1') # Marek Olšák 

+validpgpkeys+=('A66D805F7C9329B4C5D82767CCC4F07FAC641EFF') # Daniel Stone 

+validpgpkeys+=('CFD0E654BCBE5DD2D030D222CFCC297C6D0A120B') # Lucas Stach 

+
+prepare() {
+  cd $_pkgbasename-$pkgver
+
+  # Fails in a container; autotools skipped this one already
+  patch -Np1 -i ../no-drmdevice-test.diff
+}
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  arch-meson $_pkgbasename-$pkgver build \
+--libdir=/usr/lib32 \
+-Dudev=false \
+-Dvalgrind=false
+  ninja -C build
+}
+
+check() {
+  cd build
+  meson test
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+  rm -rf "${pkgdir}"/usr/{include,share,bin}
+  mkdir -p "$pkgdir/usr/share/licenses"
+  ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
+}

Copied: lib32-libdrm/repos/multilib-testing-x86_64/no-drmdevice-test.diff (from 
rev 742806, lib32-libdrm/trunk/no-drmdevice-test.diff)
===
--- multilib-testing-x86_64/no-drmdevice-test.diff  
(rev 0)
+++ multilib-testing-x86_64/no-drmdevice-test.diff  2020-11-05 07:26:39 UTC 
(rev 742807)
@@ -0,0 +1,9 @@
+diff --git i/tests/meson.build w/tests/meson.build
+index fdf950b7..a6a2f1f1 100644
+--- i/tests/meson.build
 w/tests/meson.build
+@@ -83,4 +83,3 @@ drmdevice = executable(
+ test('random', random, timeout : 240)
+ test('hash', hash)
+ test('drmsl', drmsl)
+-test('drmdevice', drmdevice)


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

2020-11-03 Thread Laurent Carlier via arch-commits
Date: Tuesday, November 3, 2020 @ 13:04:22
  Author: lcarlier
Revision: 741166

archrelease: copy trunk to community-x86_64

Added:
  patchutils/repos/community-x86_64/PKGBUILD
(from rev 741165, patchutils/trunk/PKGBUILD)
Deleted:
  patchutils/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-03 13:04:16 UTC (rev 741165)
+++ PKGBUILD2020-11-03 13:04:22 UTC (rev 741166)
@@ -1,29 +0,0 @@
-# Contributor: Aurelien Foret 
-# Maintainer: Douglas Soares de Andrade 
-
-pkgname=patchutils
-pkgver=0.3.4
-pkgrel=4
-pkgdesc="A small collection of programs that operate on patch files"
-license=('GPL')
-url="http://cyberelk.net/tim/patchutils/;
-depends=('perl')
-makedepends=('xmlto')
-arch=('x86_64')
-source=("https://github.com/twaugh/patchutils/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-md5sums=('ee95b5993d07ccdf27ca9f2cc4e6ffee'
- 'SKIP')
-validpgpkeys=('4629AFE960EC20BEC12E3104B7C20D079491EA63') # Tim Waugh 

-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-}

Copied: patchutils/repos/community-x86_64/PKGBUILD (from rev 741165, 
patchutils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-03 13:04:22 UTC (rev 741166)
@@ -0,0 +1,29 @@
+# Contributor: Aurelien Foret 
+# Maintainer: Douglas Soares de Andrade 
+
+pkgname=patchutils
+pkgver=0.4.2
+pkgrel=1
+pkgdesc="A small collection of programs that operate on patch files"
+license=('GPL')
+url="http://cyberelk.net/tim/patchutils/;
+depends=('python3' 'pcre2')
+makedepends=('xmlto')
+arch=('x86_64')
+source=("http://cyberelk.net/tim/data/patchutils/stable/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('8875b0965fe33de62b890f6cd793be7fafe41a4e552edbf641f1fed5ebbf45ed'
+'SKIP')
+validpgpkeys=('4629AFE960EC20BEC12E3104B7C20D079491EA63') # Tim Waugh 

+
+build() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in patchutils/trunk (PKGBUILD)

2020-11-03 Thread Laurent Carlier via arch-commits
Date: Tuesday, November 3, 2020 @ 13:04:16
  Author: lcarlier
Revision: 741165

upgpkg: patchutils 0.4.2-1: upstream update 0.4.2

Modified:
  patchutils/trunk/PKGBUILD

--+
 PKGBUILD |   18 +-
 1 file changed, 9 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-03 11:19:47 UTC (rev 741164)
+++ PKGBUILD2020-11-03 13:04:16 UTC (rev 741165)
@@ -2,21 +2,21 @@
 # Maintainer: Douglas Soares de Andrade 
 
 pkgname=patchutils
-pkgver=0.3.4
-pkgrel=4
+pkgver=0.4.2
+pkgrel=1
 pkgdesc="A small collection of programs that operate on patch files"
 license=('GPL')
 url="http://cyberelk.net/tim/patchutils/;
-depends=('perl')
+depends=('python3' 'pcre2')
 makedepends=('xmlto')
 arch=('x86_64')
-source=("https://github.com/twaugh/patchutils/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-md5sums=('ee95b5993d07ccdf27ca9f2cc4e6ffee'
- 'SKIP')
+source=("http://cyberelk.net/tim/data/patchutils/stable/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('8875b0965fe33de62b890f6cd793be7fafe41a4e552edbf641f1fed5ebbf45ed'
+'SKIP')
 validpgpkeys=('4629AFE960EC20BEC12E3104B7C20D079491EA63') # Tim Waugh 

 
 build() {
-  cd "$srcdir"/$pkgname-$pkgver
+  cd "${srcdir}"/${pkgname}-${pkgver}
 
   ./configure --prefix=/usr
   make
@@ -23,7 +23,7 @@
 }
 
 package() {
-  cd "$srcdir"/$pkgname-$pkgver
+  cd "${srcdir}"/${pkgname}-${pkgver}
 
-  make DESTDIR="$pkgdir" install
+  make DESTDIR="${pkgdir}" install
 }


[arch-commits] Commit in lib32-vulkan-validation-layers/trunk (PKGBUILD)

2020-11-03 Thread Laurent Carlier via arch-commits
Date: Tuesday, November 3, 2020 @ 10:42:53
  Author: lcarlier
Revision: 741157

upgpkg: lib32-vulkan-validation-layers 1.2.158-1: upstream update 1.2.158

Modified:
  lib32-vulkan-validation-layers/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-03 10:32:50 UTC (rev 741156)
+++ PKGBUILD2020-11-03 10:42:53 UTC (rev 741157)
@@ -1,7 +1,7 @@
 # Maintainer: Laurent Carlier 
 
 pkgname=lib32-vulkan-validation-layers
-pkgver=1.2.153
+pkgver=1.2.158
 pkgrel=1
 arch=(x86_64)
 pkgdesc="Vulkan Validation Layers (32-bit)"
@@ -10,7 +10,7 @@
 depends=(lib32-gcc-libs lib32-vulkan-icd-loader vulkan-headers)
 makedepends=(cmake python lib32-libx11 lib32-libxrandr lib32-wayland git)
 
source=(https://github.com/KhronosGroup/Vulkan-ValidationLayers/archive/v${pkgver}.tar.gz)
-sha256sums=('8f4db853eac41a852720a3347322b65240c3a698635d5675dc56f7a1a8b4f6cb')
+sha256sums=('9d7a6eba2db88b8af6457acce0b638324ca03cde2e9589ae96749114091c6e9e')
 
 build() {
   export ASFLAGS=--32


[arch-commits] Commit in lib32-vulkan-validation-layers/repos/multilib-x86_64 (2 files)

2020-11-03 Thread Laurent Carlier via arch-commits
Date: Tuesday, November 3, 2020 @ 10:42:58
  Author: lcarlier
Revision: 741158

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-vulkan-validation-layers/repos/multilib-x86_64/PKGBUILD
(from rev 741157, lib32-vulkan-validation-layers/trunk/PKGBUILD)
Deleted:
  lib32-vulkan-validation-layers/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-03 10:42:53 UTC (rev 741157)
+++ PKGBUILD2020-11-03 10:42:58 UTC (rev 741158)
@@ -1,50 +0,0 @@
-# Maintainer: Laurent Carlier 
-
-pkgname=lib32-vulkan-validation-layers
-pkgver=1.2.153
-pkgrel=1
-arch=(x86_64)
-pkgdesc="Vulkan Validation Layers (32-bit)"
-url="https://www.khronos.org/vulkan/;
-license=('custom')
-depends=(lib32-gcc-libs lib32-vulkan-icd-loader vulkan-headers)
-makedepends=(cmake python lib32-libx11 lib32-libxrandr lib32-wayland git)
-source=(https://github.com/KhronosGroup/Vulkan-ValidationLayers/archive/v${pkgver}.tar.gz)
-sha256sums=('8f4db853eac41a852720a3347322b65240c3a698635d5675dc56f7a1a8b4f6cb')
-
-build() {
-  export ASFLAGS=--32
-  export CFLAGS=-m32
-  export CXXFLAGS=-m32 

   
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig" 
-
-  cd "${srcdir}"/Vulkan-ValidationLayers*
-
-  rm -rf build ; mkdir build ; cd build
-  ../scripts/update_deps.py
-  cmake -C helper.cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_SYSCONFDIR=/etc \
--DCMAKE_INSTALL_LIBDIR=lib32 \
--DCMAKE_INSTALL_DATADIR=/share \
--DCMAKE_SKIP_RPATH=True \
--DBUILD_TESTS=Off \
--DBUILD_WSI_XCB_SUPPORT=On \
--DBUILD_WSI_XLIB_SUPPORT=On \
--DBUILD_WSI_WAYLAND_SUPPORT=On \
--DCMAKE_BUILD_TYPE=Release \
-..
-  make
-}
-
-package() {
-  cd "${srcdir}"/Vulkan-ValidationLayers*/build
-  
-  make DESTDIR="${pkgdir}" install
-
-  rm -r ${pkgdir}/usr/share/vulkan
-
-  install -dm755 ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 ../LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/
-}
-

Copied: lib32-vulkan-validation-layers/repos/multilib-x86_64/PKGBUILD (from rev 
741157, lib32-vulkan-validation-layers/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-03 10:42:58 UTC (rev 741158)
@@ -0,0 +1,50 @@
+# Maintainer: Laurent Carlier 
+
+pkgname=lib32-vulkan-validation-layers
+pkgver=1.2.158
+pkgrel=1
+arch=(x86_64)
+pkgdesc="Vulkan Validation Layers (32-bit)"
+url="https://www.khronos.org/vulkan/;
+license=('custom')
+depends=(lib32-gcc-libs lib32-vulkan-icd-loader vulkan-headers)
+makedepends=(cmake python lib32-libx11 lib32-libxrandr lib32-wayland git)
+source=(https://github.com/KhronosGroup/Vulkan-ValidationLayers/archive/v${pkgver}.tar.gz)
+sha256sums=('9d7a6eba2db88b8af6457acce0b638324ca03cde2e9589ae96749114091c6e9e')
+
+build() {
+  export ASFLAGS=--32
+  export CFLAGS=-m32
+  export CXXFLAGS=-m32 

   
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig" 
+
+  cd "${srcdir}"/Vulkan-ValidationLayers*
+
+  rm -rf build ; mkdir build ; cd build
+  ../scripts/update_deps.py
+  cmake -C helper.cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_SYSCONFDIR=/etc \
+-DCMAKE_INSTALL_LIBDIR=lib32 \
+-DCMAKE_INSTALL_DATADIR=/share \
+-DCMAKE_SKIP_RPATH=True \
+-DBUILD_TESTS=Off \
+-DBUILD_WSI_XCB_SUPPORT=On \
+-DBUILD_WSI_XLIB_SUPPORT=On \
+-DBUILD_WSI_WAYLAND_SUPPORT=On \
+-DCMAKE_BUILD_TYPE=Release \
+..
+  make
+}
+
+package() {
+  cd "${srcdir}"/Vulkan-ValidationLayers*/build
+  
+  make DESTDIR="${pkgdir}" install
+
+  rm -r ${pkgdir}/usr/share/vulkan
+
+  install -dm755 ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 ../LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/
+}
+


[arch-commits] Commit in lib32-vulkan-icd-loader/repos/multilib-x86_64 (3 files)

2020-11-03 Thread Laurent Carlier via arch-commits
Date: Tuesday, November 3, 2020 @ 10:32:50
  Author: lcarlier
Revision: 741156

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-vulkan-icd-loader/repos/multilib-x86_64/PKGBUILD
(from rev 741155, lib32-vulkan-icd-loader/trunk/PKGBUILD)
Deleted:
  
lib32-vulkan-icd-loader/repos/multilib-x86_64/0001-Revert-loader-Return-error-if-layer-loading-failed.patch
  lib32-vulkan-icd-loader/repos/multilib-x86_64/PKGBUILD

---+
 0001-Revert-loader-Return-error-if-layer-loading-failed.patch |   30 --
 PKGBUILD  |  103 --
 2 files changed, 47 insertions(+), 86 deletions(-)

Deleted: 0001-Revert-loader-Return-error-if-layer-loading-failed.patch
===
--- 0001-Revert-loader-Return-error-if-layer-loading-failed.patch   
2020-11-03 10:32:45 UTC (rev 741155)
+++ 0001-Revert-loader-Return-error-if-layer-loading-failed.patch   
2020-11-03 10:32:50 UTC (rev 741156)
@@ -1,30 +0,0 @@
-From 8fdc320b442c45f25044826715058ce3569f3ae1 Mon Sep 17 00:00:00 2001
-From: Charles Giessen 
-Date: Thu, 17 Sep 2020 16:31:16 -0600
-Subject: [PATCH] Revert "loader: Return error if layer loading failed"
-
-This reverts commit 49648d8fb398ac7d3d8e159939de060b8e759ecf.
-Many layers were relying on silently failing to allow 32/64 bit versions
-to work on linux. A later commit will properly check for failing layers.
-
-Signed-off-by: Laurent Carlier 

- loader/loader.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/loader/loader.c b/loader/loader.c
-index dd7f7d5b7..4d8865e13 100644
 a/loader/loader.c
-+++ b/loader/loader.c
-@@ -5942,7 +5942,7 @@ VkResult loader_create_instance_chain(const 
VkInstanceCreateInfo *pCreateInfo, c
- 
- lib_handle = loaderOpenLayerFile(inst, "instance", layer_prop);
- if (!lib_handle) {
--return VK_ERROR_LAYER_NOT_PRESENT;
-+continue;
- }
- 
- if (NULL == layer_prop->functions.negotiate_layer_interface) {
--- 
-2.28.0
-

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-03 10:32:45 UTC (rev 741155)
+++ PKGBUILD2020-11-03 10:32:50 UTC (rev 741156)
@@ -1,56 +0,0 @@
-# Maintainer: Laurent Carlier 
-
-pkgname=lib32-vulkan-icd-loader
-pkgver=1.2.153
-pkgrel=2
-arch=(x86_64)
-pkgdesc="Vulkan Installable Client Driver (ICD) Loader (32-bit)"
-url="https://www.khronos.org/vulkan/;
-license=('custom')
-makedepends=(cmake python lib32-libx11 lib32-libxrandr lib32-wayland 
vulkan-headers git)
-depends=(lib32-glibc)
-optdepends=('lib32-vulkan-driver: packaged vulkan driver')
-source=("vulkan-loader-${pkgver}.tar.gz::https://github.com/KhronosGroup/Vulkan-Loader/archive/v${pkgver}.tar.gz;
-0001-Revert-loader-Return-error-if-layer-loading-failed.patch)
-sha256sums=('5fb906b2dc968f2256f2d09b093ec8cc7f19812d656c649de8ed709a6da63d4a'
-'0450033ffcd8970ee1d69cf97c989b48e9b675b0fb71197f5e7b39c816b9c4aa')
-
-prepare() {
-  cd "${srcdir}"/Vulkan-Loader*
-
-  # https://github.com/ValveSoftware/steam-for-linux/issues/7368
-  patch -Np1 -i 
../0001-Revert-loader-Return-error-if-layer-loading-failed.patch
-}
-
-build() {
-  export ASFLAGS=--32
-  export CFLAGS=-m32
-  export CXXFLAGS=-m32 

   
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig" 
-
-  cd "${srcdir}"/Vulkan-Loader*
-
-  rm -rf build ; mkdir build ; cd build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DVULKAN_HEADERS_INSTALL_DIR=/usr \
--DCMAKE_INSTALL_SYSCONFDIR=/etc \
--DCMAKE_INSTALL_LIBDIR=lib32 \
--DCMAKE_INSTALL_DATADIR=/share \
--DCMAKE_SKIP_RPATH=True \
--DBUILD_TESTS=Off \
--DBUILD_WSI_XCB_SUPPORT=On \
--DBUILD_WSI_XLIB_SUPPORT=On \
--DBUILD_WSI_WAYLAND_SUPPORT=On \
--DCMAKE_BUILD_TYPE=Release \
-..
-  make
-}
-
-package() {
-  cd "${srcdir}"/Vulkan-Loader*/build
-  
-  make DESTDIR="${pkgdir}" install
-
-  install -dm755 ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 ../LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/
-}

Copied: lib32-vulkan-icd-loader/repos/multilib-x86_64/PKGBUILD (from rev 
741155, lib32-vulkan-icd-loader/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-03 10:32:50 UTC (rev 741156)
@@ -0,0 +1,47 @@
+# Maintainer: Laurent Carlier 
+
+pkgname=lib32-vulkan-icd-loader
+pkgver=1.2.158
+pkgrel=1
+arch=(x86_64)
+pkgdesc="Vulkan Installable Client Driver (ICD) Loader (32-bit)"
+url="https://www.khronos.org/vulkan/;
+license=('custom')
+makedepends=(cmake python lib32-libx11 lib32-libxrandr lib32-wayland 

[arch-commits] Commit in lib32-vulkan-icd-loader/trunk (2 files)

2020-11-03 Thread Laurent Carlier via arch-commits
Date: Tuesday, November 3, 2020 @ 10:32:45
  Author: lcarlier
Revision: 741155

upgpkg: lib32-vulkan-icd-loader 1.2.158-1: upstream update 1.2.158

Modified:
  lib32-vulkan-icd-loader/trunk/PKGBUILD
Deleted:
  
lib32-vulkan-icd-loader/trunk/0001-Revert-loader-Return-error-if-layer-loading-failed.patch

---+
 0001-Revert-loader-Return-error-if-layer-loading-failed.patch |   30 --
 PKGBUILD  |   17 +
 2 files changed, 4 insertions(+), 43 deletions(-)

Deleted: 0001-Revert-loader-Return-error-if-layer-loading-failed.patch
===
--- 0001-Revert-loader-Return-error-if-layer-loading-failed.patch   
2020-11-03 10:28:29 UTC (rev 741154)
+++ 0001-Revert-loader-Return-error-if-layer-loading-failed.patch   
2020-11-03 10:32:45 UTC (rev 741155)
@@ -1,30 +0,0 @@
-From 8fdc320b442c45f25044826715058ce3569f3ae1 Mon Sep 17 00:00:00 2001
-From: Charles Giessen 
-Date: Thu, 17 Sep 2020 16:31:16 -0600
-Subject: [PATCH] Revert "loader: Return error if layer loading failed"
-
-This reverts commit 49648d8fb398ac7d3d8e159939de060b8e759ecf.
-Many layers were relying on silently failing to allow 32/64 bit versions
-to work on linux. A later commit will properly check for failing layers.
-
-Signed-off-by: Laurent Carlier 

- loader/loader.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/loader/loader.c b/loader/loader.c
-index dd7f7d5b7..4d8865e13 100644
 a/loader/loader.c
-+++ b/loader/loader.c
-@@ -5942,7 +5942,7 @@ VkResult loader_create_instance_chain(const 
VkInstanceCreateInfo *pCreateInfo, c
- 
- lib_handle = loaderOpenLayerFile(inst, "instance", layer_prop);
- if (!lib_handle) {
--return VK_ERROR_LAYER_NOT_PRESENT;
-+continue;
- }
- 
- if (NULL == layer_prop->functions.negotiate_layer_interface) {
--- 
-2.28.0
-

Modified: PKGBUILD
===
--- PKGBUILD2020-11-03 10:28:29 UTC (rev 741154)
+++ PKGBUILD2020-11-03 10:32:45 UTC (rev 741155)
@@ -1,8 +1,8 @@
 # Maintainer: Laurent Carlier 
 
 pkgname=lib32-vulkan-icd-loader
-pkgver=1.2.153
-pkgrel=2
+pkgver=1.2.158
+pkgrel=1
 arch=(x86_64)
 pkgdesc="Vulkan Installable Client Driver (ICD) Loader (32-bit)"
 url="https://www.khronos.org/vulkan/;
@@ -10,18 +10,9 @@
 makedepends=(cmake python lib32-libx11 lib32-libxrandr lib32-wayland 
vulkan-headers git)
 depends=(lib32-glibc)
 optdepends=('lib32-vulkan-driver: packaged vulkan driver')
-source=("vulkan-loader-${pkgver}.tar.gz::https://github.com/KhronosGroup/Vulkan-Loader/archive/v${pkgver}.tar.gz;
-0001-Revert-loader-Return-error-if-layer-loading-failed.patch)
-sha256sums=('5fb906b2dc968f2256f2d09b093ec8cc7f19812d656c649de8ed709a6da63d4a'
-'0450033ffcd8970ee1d69cf97c989b48e9b675b0fb71197f5e7b39c816b9c4aa')
+source=("vulkan-loader-${pkgver}.tar.gz::https://github.com/KhronosGroup/Vulkan-Loader/archive/v${pkgver}.tar.gz;)
+sha256sums=('dc9e6a0b5296edb962d3dc168a257cbc1759e1d28afb8b4061a1bc5cb0fa7ede')
 
-prepare() {
-  cd "${srcdir}"/Vulkan-Loader*
-
-  # https://github.com/ValveSoftware/steam-for-linux/issues/7368
-  patch -Np1 -i 
../0001-Revert-loader-Return-error-if-layer-loading-failed.patch
-}
-
 build() {
   export ASFLAGS=--32
   export CFLAGS=-m32


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

2020-11-03 Thread Laurent Carlier via arch-commits
Date: Tuesday, November 3, 2020 @ 10:29:31
  Author: lcarlier
Revision: 399205

archrelease: copy trunk to extra-x86_64

Added:
  vulkan-tools/repos/extra-x86_64/PKGBUILD
(from rev 399204, vulkan-tools/trunk/PKGBUILD)
Deleted:
  vulkan-tools/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   90 ++---
 1 file changed, 45 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-03 10:29:24 UTC (rev 399204)
+++ PKGBUILD2020-11-03 10:29:31 UTC (rev 399205)
@@ -1,45 +0,0 @@
-# Maintainer: Laurent Carlier 
-
-pkgname=vulkan-tools
-pkgver=1.2.153
-pkgrel=1
-arch=(x86_64)
-url="https://www.khronos.org/vulkan/;
-pkgdesc="Vulkan Utilities and Tools"
-license=('custom')
-depends=(gcc-libs libxcb vulkan-icd-loader)
-makedepends=(git cmake python vulkan-headers libx11 wayland glslang 
spirv-tools)
-source=("https://github.com/KhronosGroup/Vulkan-Tools/archive/v${pkgver}.tar.gz;)
-sha256sums=('34bb95309d9c7d70f14e8144cb921cbbf138b47060770fcc3fdda25a3e45441f')
-
-build() {
-  cd "${srcdir}"/Vulkan-Tools*
-
-  rm -rf build ; mkdir build ; cd build
-  cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_SYSCONFDIR=/etc \
--DCMAKE_INSTALL_DATADIR=/usr/share \
--DCMAKE_SKIP_RPATH=True \
--DBUILD_WSI_XCB_SUPPORT=On \
--DBUILD_WSI_XLIB_SUPPORT=On \
--DBUILD_WSI_WAYLAND_SUPPORT=On \
--DBUILD_CUBE=ON \
--DBUILD_VULKANINFO=ON \
--DBUILD_ICD=OFF \
--DGLSLANG_INSTALL_DIR=/usr \
--DCMAKE_BUILD_TYPE=Release \
-..
-  make
-}
-
-package() {
-  groups=('vulkan-devel')
-  
-  cd "${srcdir}"/Vulkan-Tools*/build
-  
-  make DESTDIR="${pkgdir}" install
-
-  install -dm755 ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 ../LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/
-}

Copied: vulkan-tools/repos/extra-x86_64/PKGBUILD (from rev 399204, 
vulkan-tools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-03 10:29:31 UTC (rev 399205)
@@ -0,0 +1,45 @@
+# Maintainer: Laurent Carlier 
+
+pkgname=vulkan-tools
+pkgver=1.2.158
+pkgrel=1
+arch=(x86_64)
+url="https://www.khronos.org/vulkan/;
+pkgdesc="Vulkan Utilities and Tools"
+license=('custom')
+depends=(gcc-libs libxcb vulkan-icd-loader)
+makedepends=(git cmake python vulkan-headers libx11 wayland glslang 
spirv-tools)
+source=("https://github.com/KhronosGroup/Vulkan-Tools/archive/v${pkgver}.tar.gz;)
+sha256sums=('df590e68ddbe450aed5ca655222637ce7c4e01a1fafc68bf75512d24f143ffc4')
+
+build() {
+  cd "${srcdir}"/Vulkan-Tools*
+
+  rm -rf build ; mkdir build ; cd build
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_SYSCONFDIR=/etc \
+-DCMAKE_INSTALL_DATADIR=/usr/share \
+-DCMAKE_SKIP_RPATH=True \
+-DBUILD_WSI_XCB_SUPPORT=On \
+-DBUILD_WSI_XLIB_SUPPORT=On \
+-DBUILD_WSI_WAYLAND_SUPPORT=On \
+-DBUILD_CUBE=ON \
+-DBUILD_VULKANINFO=ON \
+-DBUILD_ICD=OFF \
+-DGLSLANG_INSTALL_DIR=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+..
+  make
+}
+
+package() {
+  groups=('vulkan-devel')
+  
+  cd "${srcdir}"/Vulkan-Tools*/build
+  
+  make DESTDIR="${pkgdir}" install
+
+  install -dm755 ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 ../LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/
+}


[arch-commits] Commit in vulkan-tools/trunk (PKGBUILD)

2020-11-03 Thread Laurent Carlier via arch-commits
Date: Tuesday, November 3, 2020 @ 10:29:24
  Author: lcarlier
Revision: 399204

upgpkg: vulkan-tools 1.2.158-1: upstream update 1.2.158

Modified:
  vulkan-tools/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-03 10:05:03 UTC (rev 399203)
+++ PKGBUILD2020-11-03 10:29:24 UTC (rev 399204)
@@ -1,7 +1,7 @@
 # Maintainer: Laurent Carlier 
 
 pkgname=vulkan-tools
-pkgver=1.2.153
+pkgver=1.2.158
 pkgrel=1
 arch=(x86_64)
 url="https://www.khronos.org/vulkan/;
@@ -10,7 +10,7 @@
 depends=(gcc-libs libxcb vulkan-icd-loader)
 makedepends=(git cmake python vulkan-headers libx11 wayland glslang 
spirv-tools)
 
source=("https://github.com/KhronosGroup/Vulkan-Tools/archive/v${pkgver}.tar.gz;)
-sha256sums=('34bb95309d9c7d70f14e8144cb921cbbf138b47060770fcc3fdda25a3e45441f')
+sha256sums=('df590e68ddbe450aed5ca655222637ce7c4e01a1fafc68bf75512d24f143ffc4')
 
 build() {
   cd "${srcdir}"/Vulkan-Tools*


[arch-commits] Commit in vulkan-lunarg-tools/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2020-11-03 Thread Laurent Carlier via arch-commits
Date: Tuesday, November 3, 2020 @ 10:05:03
  Author: lcarlier
Revision: 399203

archrelease: copy trunk to extra-x86_64

Added:
  vulkan-lunarg-tools/repos/extra-x86_64/PKGBUILD
(from rev 399202, vulkan-lunarg-tools/trunk/PKGBUILD)
Deleted:
  vulkan-lunarg-tools/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |  178 ++---
 1 file changed, 90 insertions(+), 88 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-03 10:04:58 UTC (rev 399202)
+++ PKGBUILD2020-11-03 10:05:03 UTC (rev 399203)
@@ -1,88 +0,0 @@
-# Maintainer: Laurent Carlier 
-
-pkgbase=vulkan-lunarg-tools
-pkgname=(vulkan-extra-tools vulkan-extra-layers)
-pkgver=1.2.153+10858+bde9980a3
-pkgrel=1
-arch=(x86_64)
-url="http://lunarg.com/;
-license=('custom')
-depends=()
-makedepends=(git cmake python libx11 libxrandr wayland qt5-svg qt5-webengine)
-# source=("https://github.com/LunarG/VulkanTools/archive/v${pkgver}.tar.gz;)
-source=("VulkanTools-sdk::git+https://github.com/LunarG/VulkanTools.git#commit=bde9980a31a0bc6197ee9f66f71775ce4f014879;)
-sha256sums=('SKIP')
-
-_install() {
-  local src f dir
-  for src; do
-f="${src#fakeinstall/}"
-dir="${pkgdir}/${f%/*}"
-install -m755 -d "${dir}"
-mv -v "${src}" "${dir}/"
-  done
-}
-
-pkgver() {
- cd "${srcdir}"/VulkanTools*
-
- echo 1.2.153+$(git rev-list --count HEAD)+$(git rev-parse --short HEAD)
-}
-
-build() {
-  cd "${srcdir}"/VulkanTools*
-
-  ./update_external_sources.sh
-  rm -rf build ; mkdir build ; cd build
-  ../scripts/update_deps.py
-
-  cmake -C helper.cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_SYSCONFDIR=/etc \
--DCMAKE_INSTALL_DATADIR=/usr/share \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_SKIP_RPATH=True \
--DBUILD_WSI_XCB_SUPPORT=On \
--DBUILD_WSI_XLIB_SUPPORT=On \
--DBUILD_WSI_WAYLAND_SUPPORT=On \
--DBUILD_TESTS=OFF \
--DBUILD_VIA=ON \
--DCMAKE_BUILD_TYPE=Release \
-..
-  make
-  make DESTDIR="${srcdir}/fakeinstall" install
-}
-
-package_vulkan-extra-tools() {
-  pkgdesc="Vulkan lunarg tools"
-  depends=(vulkan-validation-layers qt5-svg qt5-webengine)
-  conflicts=('vulkan-trace<1.2.148.1')
-  groups=('vulkan-devel')
-
-  _install fakeinstall/usr/bin/*
-
-  install -dm755 ${pkgdir}/usr/share/{doc,licenses}/${pkgname}
-  install -m644 VulkanTools*/LICENSE.txt 
"${pkgdir}"/usr/share/licenses/${pkgname}/
-  install -m644 VulkanTools*/vkconfig/vkconfig.md 
"${pkgdir}"/usr/share/doc/${pkgname}/
-}
-
-package_vulkan-extra-layers() {
-  pkgdesc="Extra layers for Vulkan development"
-  depends=(vulkan-validation-layers)
-  groups=('vulkan-devel')
-  
-  _install fakeinstall/usr/lib/libVkLayer_api_dump.so
-  _install fakeinstall/usr/lib/libVkLayer_monitor.so
-  _install fakeinstall/usr/lib/libVkLayer_screenshot.so
-  _install fakeinstall/usr/lib/libVkLayer_device_simulation.so
-
-  _install fakeinstall/etc/vulkan/explicit_layer.d/VkLayer_api_dump.json
-  _install fakeinstall/etc/vulkan/explicit_layer.d/VkLayer_monitor.json
-  _install fakeinstall/etc/vulkan/explicit_layer.d/VkLayer_screenshot.json
-  _install 
fakeinstall/etc/vulkan/explicit_layer.d/VkLayer_device_simulation.json
-
-  install -dm755 ${pkgdir}/usr/share/{doc,licenses}/${pkgname}
-  install -m644 VulkanTools*/LICENSE.txt 
"${pkgdir}"/usr/share/licenses/${pkgname}/
-  install -m644 VulkanTools*/layersvt/README.md 
"${pkgdir}"/usr/share/doc/${pkgname}/
-}
-

Copied: vulkan-lunarg-tools/repos/extra-x86_64/PKGBUILD (from rev 399202, 
vulkan-lunarg-tools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-03 10:05:03 UTC (rev 399203)
@@ -0,0 +1,90 @@
+# Maintainer: Laurent Carlier 
+
+pkgbase=vulkan-lunarg-tools
+pkgname=(vulkan-extra-tools vulkan-extra-layers)
+_tag=1.2.154.0
+pkgver=1.2.154.0
+pkgrel=1
+arch=(x86_64)
+url="http://lunarg.com/;
+license=('custom')
+depends=()
+makedepends=(git cmake python libx11 libxrandr wayland qt5-svg qt5-webengine)
+# source=("https://github.com/LunarG/VulkanTools/archive/v${pkgver}.tar.gz;)
+source=("VulkanTools-sdk::git+https://github.com/LunarG/VulkanTools.git#tag=sdk-${_tag};)
+sha256sums=('SKIP')
+
+_install() {
+  local src f dir
+  for src; do
+f="${src#fakeinstall/}"
+dir="${pkgdir}/${f%/*}"
+install -m755 -d "${dir}"
+mv -v "${src}" "${dir}/"
+  done
+}
+
+pkgver() {
+ cd "${srcdir}"/VulkanTools*
+
+ #echo ${_tag}+$(git rev-list --count HEAD)+$(git rev-parse --short HEAD)
+ echo ${_tag}
+}
+
+build() {
+  cd "${srcdir}"/VulkanTools*
+
+  ./update_external_sources.sh
+  rm -rf build ; mkdir build ; cd build
+  ../scripts/update_deps.py
+
+  cmake -C helper.cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_SYSCONFDIR=/etc \
+-DCMAKE_INSTALL_DATADIR=/usr/share \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_SKIP_RPATH=True \
+

[arch-commits] Commit in vulkan-lunarg-tools/trunk (PKGBUILD)

2020-11-03 Thread Laurent Carlier via arch-commits
Date: Tuesday, November 3, 2020 @ 10:04:58
  Author: lcarlier
Revision: 399202

upgpkg: vulkan-lunarg-tools 1.2.154.0-1: upstream update 1.2.154

Modified:
  vulkan-lunarg-tools/trunk/PKGBUILD

--+
 PKGBUILD |8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-03 09:51:01 UTC (rev 399201)
+++ PKGBUILD2020-11-03 10:04:58 UTC (rev 399202)
@@ -2,7 +2,8 @@
 
 pkgbase=vulkan-lunarg-tools
 pkgname=(vulkan-extra-tools vulkan-extra-layers)
-pkgver=1.2.153+10858+bde9980a3
+_tag=1.2.154.0
+pkgver=1.2.154.0
 pkgrel=1
 arch=(x86_64)
 url="http://lunarg.com/;
@@ -10,7 +11,7 @@
 depends=()
 makedepends=(git cmake python libx11 libxrandr wayland qt5-svg qt5-webengine)
 # source=("https://github.com/LunarG/VulkanTools/archive/v${pkgver}.tar.gz;)
-source=("VulkanTools-sdk::git+https://github.com/LunarG/VulkanTools.git#commit=bde9980a31a0bc6197ee9f66f71775ce4f014879;)
+source=("VulkanTools-sdk::git+https://github.com/LunarG/VulkanTools.git#tag=sdk-${_tag};)
 sha256sums=('SKIP')
 
 _install() {
@@ -26,7 +27,8 @@
 pkgver() {
  cd "${srcdir}"/VulkanTools*
 
- echo 1.2.153+$(git rev-list --count HEAD)+$(git rev-parse --short HEAD)
+ #echo ${_tag}+$(git rev-list --count HEAD)+$(git rev-parse --short HEAD)
+ echo ${_tag}
 }
 
 build() {


[arch-commits] Commit in vulkan-validation-layers/trunk (PKGBUILD)

2020-11-03 Thread Laurent Carlier via arch-commits
Date: Tuesday, November 3, 2020 @ 09:50:55
  Author: lcarlier
Revision: 399200

upgpkg: vulkan-validation-layers 1.2.158-1: upstream update 1.2.158

Modified:
  vulkan-validation-layers/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-03 09:23:28 UTC (rev 399199)
+++ PKGBUILD2020-11-03 09:50:55 UTC (rev 399200)
@@ -1,7 +1,7 @@
 # Maintainer: Laurent Carlier 
 
 pkgname=vulkan-validation-layers
-pkgver=1.2.153
+pkgver=1.2.158
 pkgrel=1
 pkgdesc="Vulkan Validation Layers"
 arch=(x86_64)
@@ -12,7 +12,7 @@
 options=(!strip)
 
source=(https://github.com/KhronosGroup/Vulkan-ValidationLayers/archive/v${pkgver}.tar.gz)
 
#source=("git+https://github.com/KhronosGroup/Vulkan-ValidationLayers.git#commit=35d091dad71304dab79758fdae4bda12f692d735;)
-sha256sums=('8f4db853eac41a852720a3347322b65240c3a698635d5675dc56f7a1a8b4f6cb')
+sha256sums=('9d7a6eba2db88b8af6457acce0b638324ca03cde2e9589ae96749114091c6e9e')
 
 #pkgver() {
 #  cd "${srcdir}/Vulkan-ValidationLayers"


[arch-commits] Commit in vulkan-validation-layers/repos/extra-x86_64 (2 files)

2020-11-03 Thread Laurent Carlier via arch-commits
Date: Tuesday, November 3, 2020 @ 09:51:01
  Author: lcarlier
Revision: 399201

archrelease: copy trunk to extra-x86_64

Added:
  vulkan-validation-layers/repos/extra-x86_64/PKGBUILD
(from rev 399200, vulkan-validation-layers/trunk/PKGBUILD)
Deleted:
  vulkan-validation-layers/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |  108 ++---
 1 file changed, 54 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-03 09:50:55 UTC (rev 399200)
+++ PKGBUILD2020-11-03 09:51:01 UTC (rev 399201)
@@ -1,54 +0,0 @@
-# Maintainer: Laurent Carlier 
-
-pkgname=vulkan-validation-layers
-pkgver=1.2.153
-pkgrel=1
-pkgdesc="Vulkan Validation Layers"
-arch=(x86_64)
-url="https://www.khronos.org/vulkan/;
-license=('custom')
-depends=(gcc-libs vulkan-icd-loader vulkan-headers libx11)
-makedepends=(cmake python-lxml libx11 libxrandr wayland git)
-options=(!strip)
-source=(https://github.com/KhronosGroup/Vulkan-ValidationLayers/archive/v${pkgver}.tar.gz)
-#source=("git+https://github.com/KhronosGroup/Vulkan-ValidationLayers.git#commit=35d091dad71304dab79758fdae4bda12f692d735;)
-sha256sums=('8f4db853eac41a852720a3347322b65240c3a698635d5675dc56f7a1a8b4f6cb')
-
-#pkgver() {
-#  cd "${srcdir}/Vulkan-ValidationLayers"
-#
-#  echo 1.1.97.0+$(git rev-list --count HEAD)+$(git rev-parse --short HEAD)
-#}
-
-build() {
-  cd "${srcdir}"/Vulkan-ValidationLayers*
-
-  rm -rf build ; mkdir build ; cd build
-  ../scripts/update_deps.py
-  cmake -C helper.cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_INSTALL_SYSCONFDIR=/etc \
--DCMAKE_INSTALL_DATADIR=/share \
--DCMAKE_INSTALL_INCLUDEDIR="/usr/include/vulkan/" \
--DBUILD_LAYER_SUPPORT_FILES=ON \
--DCMAKE_SKIP_RPATH=True \
--DBUILD_TESTS=Off \
--DBUILD_WSI_XCB_SUPPORT=On \
--DBUILD_WSI_XLIB_SUPPORT=On \
--DBUILD_WSI_WAYLAND_SUPPORT=On \
--DCMAKE_BUILD_TYPE=RelWithDebInfo \
-..
-  make
-}
-
-package() {
-  groups=('vulkan-devel')
-  cd "${srcdir}"/Vulkan-ValidationLayers*/build
-  
-  make DESTDIR="${pkgdir}" install
-
-  install -dm755 "${pkgdir}"/usr/share/{licenses/,doc/}${pkgname}/
-  cp -r ../docs/* "${pkgdir}"/usr/share/doc/${pkgname}/
-  install -m644 ../LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/
-}

Copied: vulkan-validation-layers/repos/extra-x86_64/PKGBUILD (from rev 399200, 
vulkan-validation-layers/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-03 09:51:01 UTC (rev 399201)
@@ -0,0 +1,54 @@
+# Maintainer: Laurent Carlier 
+
+pkgname=vulkan-validation-layers
+pkgver=1.2.158
+pkgrel=1
+pkgdesc="Vulkan Validation Layers"
+arch=(x86_64)
+url="https://www.khronos.org/vulkan/;
+license=('custom')
+depends=(gcc-libs vulkan-icd-loader vulkan-headers libx11)
+makedepends=(cmake python-lxml libx11 libxrandr wayland git)
+options=(!strip)
+source=(https://github.com/KhronosGroup/Vulkan-ValidationLayers/archive/v${pkgver}.tar.gz)
+#source=("git+https://github.com/KhronosGroup/Vulkan-ValidationLayers.git#commit=35d091dad71304dab79758fdae4bda12f692d735;)
+sha256sums=('9d7a6eba2db88b8af6457acce0b638324ca03cde2e9589ae96749114091c6e9e')
+
+#pkgver() {
+#  cd "${srcdir}/Vulkan-ValidationLayers"
+#
+#  echo 1.1.97.0+$(git rev-list --count HEAD)+$(git rev-parse --short HEAD)
+#}
+
+build() {
+  cd "${srcdir}"/Vulkan-ValidationLayers*
+
+  rm -rf build ; mkdir build ; cd build
+  ../scripts/update_deps.py
+  cmake -C helper.cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_SYSCONFDIR=/etc \
+-DCMAKE_INSTALL_DATADIR=/share \
+-DCMAKE_INSTALL_INCLUDEDIR="/usr/include/vulkan/" \
+-DBUILD_LAYER_SUPPORT_FILES=ON \
+-DCMAKE_SKIP_RPATH=True \
+-DBUILD_TESTS=Off \
+-DBUILD_WSI_XCB_SUPPORT=On \
+-DBUILD_WSI_XLIB_SUPPORT=On \
+-DBUILD_WSI_WAYLAND_SUPPORT=On \
+-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+..
+  make
+}
+
+package() {
+  groups=('vulkan-devel')
+  cd "${srcdir}"/Vulkan-ValidationLayers*/build
+  
+  make DESTDIR="${pkgdir}" install
+
+  install -dm755 "${pkgdir}"/usr/share/{licenses/,doc/}${pkgname}/
+  cp -r ../docs/* "${pkgdir}"/usr/share/doc/${pkgname}/
+  install -m644 ../LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/
+}


[arch-commits] Commit in vulkan-icd-loader/trunk (2 files)

2020-11-03 Thread Laurent Carlier via arch-commits
Date: Tuesday, November 3, 2020 @ 09:23:23
  Author: lcarlier
Revision: 399198

upgpkg: vulkan-icd-loader 1.2.158-1: upstream update 1.2.158

Modified:
  vulkan-icd-loader/trunk/PKGBUILD
Deleted:
  
vulkan-icd-loader/trunk/0001-Revert-loader-Return-error-if-layer-loading-failed.patch

---+
 0001-Revert-loader-Return-error-if-layer-loading-failed.patch |   30 --
 PKGBUILD  |   17 +
 2 files changed, 4 insertions(+), 43 deletions(-)

Deleted: 0001-Revert-loader-Return-error-if-layer-loading-failed.patch
===
--- 0001-Revert-loader-Return-error-if-layer-loading-failed.patch   
2020-11-03 09:20:30 UTC (rev 399197)
+++ 0001-Revert-loader-Return-error-if-layer-loading-failed.patch   
2020-11-03 09:23:23 UTC (rev 399198)
@@ -1,30 +0,0 @@
-From 8fdc320b442c45f25044826715058ce3569f3ae1 Mon Sep 17 00:00:00 2001
-From: Charles Giessen 
-Date: Thu, 17 Sep 2020 16:31:16 -0600
-Subject: [PATCH] Revert "loader: Return error if layer loading failed"
-
-This reverts commit 49648d8fb398ac7d3d8e159939de060b8e759ecf.
-Many layers were relying on silently failing to allow 32/64 bit versions
-to work on linux. A later commit will properly check for failing layers.
-
-Signed-off-by: Laurent Carlier 

- loader/loader.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/loader/loader.c b/loader/loader.c
-index dd7f7d5b7..4d8865e13 100644
 a/loader/loader.c
-+++ b/loader/loader.c
-@@ -5942,7 +5942,7 @@ VkResult loader_create_instance_chain(const 
VkInstanceCreateInfo *pCreateInfo, c
- 
- lib_handle = loaderOpenLayerFile(inst, "instance", layer_prop);
- if (!lib_handle) {
--return VK_ERROR_LAYER_NOT_PRESENT;
-+continue;
- }
- 
- if (NULL == layer_prop->functions.negotiate_layer_interface) {
--- 
-2.28.0
-

Modified: PKGBUILD
===
--- PKGBUILD2020-11-03 09:20:30 UTC (rev 399197)
+++ PKGBUILD2020-11-03 09:23:23 UTC (rev 399198)
@@ -1,8 +1,8 @@
 # Maintainer: Laurent Carlier 
 
 pkgname=vulkan-icd-loader
-pkgver=1.2.153
-pkgrel=2
+pkgver=1.2.158
+pkgrel=1
 arch=(x86_64)
 pkgdesc="Vulkan Installable Client Driver (ICD) Loader"
 url="https://www.khronos.org/vulkan/;
@@ -10,11 +10,9 @@
 makedepends=(cmake python-lxml libx11 libxrandr wayland vulkan-headers git)
 depends=(glibc)
 optdepends=('vulkan-driver: packaged vulkan driver') # vulkan-driver: 
vulkan-intel/vulkan-radeon/nvidia-utils/
-source=("https://github.com/KhronosGroup/Vulkan-Loader/archive/v${pkgver}.tar.gz;
-0001-Revert-loader-Return-error-if-layer-loading-failed.patch)
+source=("https://github.com/KhronosGroup/Vulkan-Loader/archive/v${pkgver}.tar.gz;)
 
#source=("git+https://github.com/KhronosGroup/Vulkan-Loader.git#commit=8df99b31f01ef1ef7fb17082dd577e77f20cb050;)
-sha256sums=('5fb906b2dc968f2256f2d09b093ec8cc7f19812d656c649de8ed709a6da63d4a'
-'0450033ffcd8970ee1d69cf97c989b48e9b675b0fb71197f5e7b39c816b9c4aa')
+sha256sums=('dc9e6a0b5296edb962d3dc168a257cbc1759e1d28afb8b4061a1bc5cb0fa7ede')
 
 #pkgver() {
 #  cd "${srcdir}"/Vulkan-Loader*
@@ -22,13 +20,6 @@
 #  echo 1.1.106+$(git rev-list --count HEAD)+$(git rev-parse --short HEAD)
 #}
 
-prepare() {
-  cd "${srcdir}"/Vulkan-Loader*
-
-  # https://github.com/ValveSoftware/steam-for-linux/issues/7368
-  patch -Np1 -i 
../0001-Revert-loader-Return-error-if-layer-loading-failed.patch
-}
-
 build() {
   cd "${srcdir}"/Vulkan-Loader*
 


[arch-commits] Commit in vulkan-icd-loader/repos/extra-x86_64 (3 files)

2020-11-03 Thread Laurent Carlier via arch-commits
Date: Tuesday, November 3, 2020 @ 09:23:28
  Author: lcarlier
Revision: 399199

archrelease: copy trunk to extra-x86_64

Added:
  vulkan-icd-loader/repos/extra-x86_64/PKGBUILD
(from rev 399198, vulkan-icd-loader/trunk/PKGBUILD)
Deleted:
  
vulkan-icd-loader/repos/extra-x86_64/0001-Revert-loader-Return-error-if-layer-loading-failed.patch
  vulkan-icd-loader/repos/extra-x86_64/PKGBUILD

---+
 0001-Revert-loader-Return-error-if-layer-loading-failed.patch |   30 --
 PKGBUILD  |  107 --
 2 files changed, 49 insertions(+), 88 deletions(-)

Deleted: 0001-Revert-loader-Return-error-if-layer-loading-failed.patch
===
--- 0001-Revert-loader-Return-error-if-layer-loading-failed.patch   
2020-11-03 09:23:23 UTC (rev 399198)
+++ 0001-Revert-loader-Return-error-if-layer-loading-failed.patch   
2020-11-03 09:23:28 UTC (rev 399199)
@@ -1,30 +0,0 @@
-From 8fdc320b442c45f25044826715058ce3569f3ae1 Mon Sep 17 00:00:00 2001
-From: Charles Giessen 
-Date: Thu, 17 Sep 2020 16:31:16 -0600
-Subject: [PATCH] Revert "loader: Return error if layer loading failed"
-
-This reverts commit 49648d8fb398ac7d3d8e159939de060b8e759ecf.
-Many layers were relying on silently failing to allow 32/64 bit versions
-to work on linux. A later commit will properly check for failing layers.
-
-Signed-off-by: Laurent Carlier 

- loader/loader.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/loader/loader.c b/loader/loader.c
-index dd7f7d5b7..4d8865e13 100644
 a/loader/loader.c
-+++ b/loader/loader.c
-@@ -5942,7 +5942,7 @@ VkResult loader_create_instance_chain(const 
VkInstanceCreateInfo *pCreateInfo, c
- 
- lib_handle = loaderOpenLayerFile(inst, "instance", layer_prop);
- if (!lib_handle) {
--return VK_ERROR_LAYER_NOT_PRESENT;
-+continue;
- }
- 
- if (NULL == layer_prop->functions.negotiate_layer_interface) {
--- 
-2.28.0
-

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-03 09:23:23 UTC (rev 399198)
+++ PKGBUILD2020-11-03 09:23:28 UTC (rev 399199)
@@ -1,58 +0,0 @@
-# Maintainer: Laurent Carlier 
-
-pkgname=vulkan-icd-loader
-pkgver=1.2.153
-pkgrel=2
-arch=(x86_64)
-pkgdesc="Vulkan Installable Client Driver (ICD) Loader"
-url="https://www.khronos.org/vulkan/;
-license=('custom')
-makedepends=(cmake python-lxml libx11 libxrandr wayland vulkan-headers git)
-depends=(glibc)
-optdepends=('vulkan-driver: packaged vulkan driver') # vulkan-driver: 
vulkan-intel/vulkan-radeon/nvidia-utils/
-source=("https://github.com/KhronosGroup/Vulkan-Loader/archive/v${pkgver}.tar.gz;
-0001-Revert-loader-Return-error-if-layer-loading-failed.patch)
-#source=("git+https://github.com/KhronosGroup/Vulkan-Loader.git#commit=8df99b31f01ef1ef7fb17082dd577e77f20cb050;)
-sha256sums=('5fb906b2dc968f2256f2d09b093ec8cc7f19812d656c649de8ed709a6da63d4a'
-'0450033ffcd8970ee1d69cf97c989b48e9b675b0fb71197f5e7b39c816b9c4aa')
-
-#pkgver() {
-#  cd "${srcdir}"/Vulkan-Loader*
-#
-#  echo 1.1.106+$(git rev-list --count HEAD)+$(git rev-parse --short HEAD)
-#}
-
-prepare() {
-  cd "${srcdir}"/Vulkan-Loader*
-
-  # https://github.com/ValveSoftware/steam-for-linux/issues/7368
-  patch -Np1 -i 
../0001-Revert-loader-Return-error-if-layer-loading-failed.patch
-}
-
-build() {
-  cd "${srcdir}"/Vulkan-Loader*
-
-  rm -rf build ; mkdir build ; cd build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DVULKAN_HEADERS_INSTALL_DIR=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_INSTALL_SYSCONFDIR=/etc \
--DCMAKE_INSTALL_DATADIR=/share \
--DCMAKE_SKIP_RPATH=True \
--DBUILD_TESTS=Off \
--DBUILD_WSI_XCB_SUPPORT=On \
--DBUILD_WSI_XLIB_SUPPORT=On \
--DBUILD_WSI_WAYLAND_SUPPORT=On \
--DCMAKE_BUILD_TYPE=Release \
-..
-  make
-}
-
-package() {
-  cd "${srcdir}"/Vulkan-Loader*/build
-  
-  make DESTDIR="${pkgdir}" install
-  
-  install -dm755 ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 ../LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/
-}

Copied: vulkan-icd-loader/repos/extra-x86_64/PKGBUILD (from rev 399198, 
vulkan-icd-loader/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-03 09:23:28 UTC (rev 399199)
@@ -0,0 +1,49 @@
+# Maintainer: Laurent Carlier 
+
+pkgname=vulkan-icd-loader
+pkgver=1.2.158
+pkgrel=1
+arch=(x86_64)
+pkgdesc="Vulkan Installable Client Driver (ICD) Loader"
+url="https://www.khronos.org/vulkan/;
+license=('custom')
+makedepends=(cmake python-lxml libx11 libxrandr wayland vulkan-headers git)
+depends=(glibc)
+optdepends=('vulkan-driver: packaged vulkan driver') # vulkan-driver: 
vulkan-intel/vulkan-radeon/nvidia-utils/

[arch-commits] Commit in vulkan-docs/trunk (PKGBUILD)

2020-11-03 Thread Laurent Carlier via arch-commits
Date: Tuesday, November 3, 2020 @ 09:20:25
  Author: lcarlier
Revision: 399196

upgpkg: vulkan-docs 1:1.2.159-1: upstream update 1.2.159

Modified:
  vulkan-docs/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-03 09:07:44 UTC (rev 399195)
+++ PKGBUILD2020-11-03 09:20:25 UTC (rev 399196)
@@ -2,7 +2,7 @@
 
 pkgbase=vulkan-docs
 pkgname=(vulkan-html-docs)
-pkgver=1.2.157
+pkgver=1.2.159
 pkgrel=1
 epoch=1
 _pkgname=Vulkan-Docs
@@ -12,7 +12,7 @@
 makedepends=(asciidoctor python3 dblatex source-highlight cmake ghostscript 
nodejs npm git)
 groups=(vulkan-devel)
 
source=("https://github.com/KhronosGroup/${_pkgname}/archive/v${pkgver}.tar.gz;)
-sha256sums=('f1bfa0b8969bf76c1e9ffcde9e229f1e73461a191f2b626029dd93c5e50691b9')
+sha256sums=('98276abb3f58874a297faa88df150cd7ea45bc7389c36f90fa391eb5f1ab8395')
 
 prepare() {
   npm install escape-string-regexp


[arch-commits] Commit in vulkan-docs/repos/extra-any (PKGBUILD PKGBUILD)

2020-11-03 Thread Laurent Carlier via arch-commits
Date: Tuesday, November 3, 2020 @ 09:20:30
  Author: lcarlier
Revision: 399197

archrelease: copy trunk to extra-any

Added:
  vulkan-docs/repos/extra-any/PKGBUILD
(from rev 399196, vulkan-docs/trunk/PKGBUILD)
Deleted:
  vulkan-docs/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   84 ++---
 1 file changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-03 09:20:25 UTC (rev 399196)
+++ PKGBUILD2020-11-03 09:20:30 UTC (rev 399197)
@@ -1,42 +0,0 @@
-# Maintainer: Laurent Carlier 
-
-pkgbase=vulkan-docs
-pkgname=(vulkan-html-docs)
-pkgver=1.2.157
-pkgrel=1
-epoch=1
-_pkgname=Vulkan-Docs
-arch=(any)
-url="https://www.khronos.org/vulkan/;
-license=('custom')
-makedepends=(asciidoctor python3 dblatex source-highlight cmake ghostscript 
nodejs npm git)
-groups=(vulkan-devel)
-source=("https://github.com/KhronosGroup/${_pkgname}/archive/v${pkgver}.tar.gz;)
-sha256sums=('f1bfa0b8969bf76c1e9ffcde9e229f1e73461a191f2b626029dd93c5e50691b9')
-
-prepare() {
-  npm install escape-string-regexp
-  npm install he
-}
-
-build() {
-  cd "${srcdir}/${_pkgname}-${pkgver}"
-
-  ./makeAllExts html manhtmlpages styleguide registry
-}
-
-package_vulkan-html-docs() {
-  pkgdesc="Vulkan html documentation"
-  cd "${_pkgname}-${pkgver}"
-
-  install -dm755 "${pkgdir}/usr/share/doc/vulkan"
-  install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
-
-  mv -v gen/out/man "${pkgdir}/usr/share/doc/vulkan/"
-  mv -v gen/out/html/* "${pkgdir}/usr/share/doc/vulkan/"
-  mv -v gen/out/registry.html "${pkgdir}/usr/share/doc/vulkan/"
-  mv -v gen/out/styleguide.html "${pkgdir}/usr/share/doc/vulkan/"
-
-  install -m644 config/copyright-ccby.txt 
${pkgdir}/usr/share/licenses/${pkgname}/copyright-ccby.txt
-  install -m644 copyright-spec.txt 
${pkgdir}/usr/share/licenses/${pkgname}/copyright-spec.txt
-}

Copied: vulkan-docs/repos/extra-any/PKGBUILD (from rev 399196, 
vulkan-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-03 09:20:30 UTC (rev 399197)
@@ -0,0 +1,42 @@
+# Maintainer: Laurent Carlier 
+
+pkgbase=vulkan-docs
+pkgname=(vulkan-html-docs)
+pkgver=1.2.159
+pkgrel=1
+epoch=1
+_pkgname=Vulkan-Docs
+arch=(any)
+url="https://www.khronos.org/vulkan/;
+license=('custom')
+makedepends=(asciidoctor python3 dblatex source-highlight cmake ghostscript 
nodejs npm git)
+groups=(vulkan-devel)
+source=("https://github.com/KhronosGroup/${_pkgname}/archive/v${pkgver}.tar.gz;)
+sha256sums=('98276abb3f58874a297faa88df150cd7ea45bc7389c36f90fa391eb5f1ab8395')
+
+prepare() {
+  npm install escape-string-regexp
+  npm install he
+}
+
+build() {
+  cd "${srcdir}/${_pkgname}-${pkgver}"
+
+  ./makeAllExts html manhtmlpages styleguide registry
+}
+
+package_vulkan-html-docs() {
+  pkgdesc="Vulkan html documentation"
+  cd "${_pkgname}-${pkgver}"
+
+  install -dm755 "${pkgdir}/usr/share/doc/vulkan"
+  install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
+
+  mv -v gen/out/man "${pkgdir}/usr/share/doc/vulkan/"
+  mv -v gen/out/html/* "${pkgdir}/usr/share/doc/vulkan/"
+  mv -v gen/out/registry.html "${pkgdir}/usr/share/doc/vulkan/"
+  mv -v gen/out/styleguide.html "${pkgdir}/usr/share/doc/vulkan/"
+
+  install -m644 config/copyright-ccby.txt 
${pkgdir}/usr/share/licenses/${pkgname}/copyright-ccby.txt
+  install -m644 copyright-spec.txt 
${pkgdir}/usr/share/licenses/${pkgname}/copyright-spec.txt
+}


[arch-commits] Commit in vulkan-headers/trunk (PKGBUILD)

2020-11-03 Thread Laurent Carlier via arch-commits
Date: Tuesday, November 3, 2020 @ 09:07:38
  Author: lcarlier
Revision: 399194

upgpkg: vulkan-headers 1:1.2.159-1: upstream update 1.2.159

Modified:
  vulkan-headers/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-03 06:22:37 UTC (rev 399193)
+++ PKGBUILD2020-11-03 09:07:38 UTC (rev 399194)
@@ -2,7 +2,7 @@
 
 pkgname=vulkan-headers
 _pkgname=Vulkan-Headers
-pkgver=1.2.157
+pkgver=1.2.159
 pkgrel=1
 epoch=1
 pkgdesc="Vulkan header files"
@@ -14,7 +14,7 @@
 groups=(vulkan-devel)
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/KhronosGroup/Vulkan-Headers/archive/v${pkgver}.tar.gz;)
 
#source=("git+https://github.com/KhronosGroup/Vulkan-Headers.git#commit=5f1ceaad4c22d08f4fcac9db3046afbd64358249;)
-sha256sums=('dbc121f58641acd45c386ee96ecd5e10a124c489087443d7367fff4b53b49283')
+sha256sums=('e911e1a2c1aba468d2e1728095a4c035a7a0fe01828f089bbc5598ce05aa5be3')
 
 #pkgver() {
 #  cd Vulkan-Headers*


[arch-commits] Commit in vulkan-headers/repos/extra-any (PKGBUILD PKGBUILD)

2020-11-03 Thread Laurent Carlier via arch-commits
Date: Tuesday, November 3, 2020 @ 09:07:44
  Author: lcarlier
Revision: 399195

archrelease: copy trunk to extra-any

Added:
  vulkan-headers/repos/extra-any/PKGBUILD
(from rev 399194, vulkan-headers/trunk/PKGBUILD)
Deleted:
  vulkan-headers/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   78 ++---
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-03 09:07:38 UTC (rev 399194)
+++ PKGBUILD2020-11-03 09:07:44 UTC (rev 399195)
@@ -1,39 +0,0 @@
-# Maintainer: Laurent Carlier 
-
-pkgname=vulkan-headers
-_pkgname=Vulkan-Headers
-pkgver=1.2.157
-pkgrel=1
-epoch=1
-pkgdesc="Vulkan header files"
-arch=(any)
-url="https://www.khronos.org/vulkan/;
-license=('APACHE')
-makedepends=(cmake git)
-provides=("vulkan-hpp=${pkgver}")
-groups=(vulkan-devel)
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/KhronosGroup/Vulkan-Headers/archive/v${pkgver}.tar.gz;)
-#source=("git+https://github.com/KhronosGroup/Vulkan-Headers.git#commit=5f1ceaad4c22d08f4fcac9db3046afbd64358249;)
-sha256sums=('dbc121f58641acd45c386ee96ecd5e10a124c489087443d7367fff4b53b49283')
-
-#pkgver() {
-#  cd Vulkan-Headers*
-#
-#  echo 1.1.107+$(git rev-list --count HEAD)+$(git rev-parse --short HEAD)
-#}
-
-build() {
-  cd Vulkan-Headers*
-
-  rm -rf build ; mkdir build ; cd build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
-..
-  make
-}
-
-package() {
-  cd Vulkan-Headers*/build
-  
-  make DESTDIR="${pkgdir}" install
-}

Copied: vulkan-headers/repos/extra-any/PKGBUILD (from rev 399194, 
vulkan-headers/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-03 09:07:44 UTC (rev 399195)
@@ -0,0 +1,39 @@
+# Maintainer: Laurent Carlier 
+
+pkgname=vulkan-headers
+_pkgname=Vulkan-Headers
+pkgver=1.2.159
+pkgrel=1
+epoch=1
+pkgdesc="Vulkan header files"
+arch=(any)
+url="https://www.khronos.org/vulkan/;
+license=('APACHE')
+makedepends=(cmake git)
+provides=("vulkan-hpp=${pkgver}")
+groups=(vulkan-devel)
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/KhronosGroup/Vulkan-Headers/archive/v${pkgver}.tar.gz;)
+#source=("git+https://github.com/KhronosGroup/Vulkan-Headers.git#commit=5f1ceaad4c22d08f4fcac9db3046afbd64358249;)
+sha256sums=('e911e1a2c1aba468d2e1728095a4c035a7a0fe01828f089bbc5598ce05aa5be3')
+
+#pkgver() {
+#  cd Vulkan-Headers*
+#
+#  echo 1.1.107+$(git rev-list --count HEAD)+$(git rev-parse --short HEAD)
+#}
+
+build() {
+  cd Vulkan-Headers*
+
+  rm -rf build ; mkdir build ; cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+..
+  make
+}
+
+package() {
+  cd Vulkan-Headers*/build
+  
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in libzip/trunk (PKGBUILD)

2020-10-31 Thread Laurent Carlier via arch-commits
Date: Saturday, October 31, 2020 @ 08:00:18
  Author: lcarlier
Revision: 399069

upgpkg: libzip 1.7.3-1: upstream update 1.7.3

Modified:
  libzip/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-31 07:54:17 UTC (rev 399068)
+++ PKGBUILD2020-10-31 08:00:18 UTC (rev 399069)
@@ -2,8 +2,8 @@
 # Contributor: Tobias Powalowski 
 
 pkgname=libzip
-pkgver=1.6.1
-pkgrel=2
+pkgver=1.7.3
+pkgrel=1
 pkgdesc="A C library for reading, creating, and modifying zip archives"
 url="https://libzip.org;
 license=('BSD')
@@ -11,7 +11,7 @@
 depends=('zlib' 'bzip2' 'openssl' 'gnutls')
 makedepends=('cmake')
 source=("${url}/download/${pkgname}-${pkgver}.tar.xz")
-sha256sums=('705dac7a671b3f440181481e607b0908129a9cf1ddfcba75d66436c0e7d33641')
+sha256sums=('a60473ffdb7b4260c08bfa19c2ccea0438edac11193c3afbbb1f17fbcf6c6132')
 
 build() {
   cd "${pkgname}-${pkgver}"


[arch-commits] Commit in lib32-libelf/trunk (PKGBUILD)

2020-10-31 Thread Laurent Carlier via arch-commits
Date: Saturday, October 31, 2020 @ 07:55:06
  Author: lcarlier
Revision: 737452

upgpkg: lib32-libelf 0.181-1: upstream update 0.181

Modified:
  lib32-libelf/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-31 07:54:52 UTC (rev 737451)
+++ PKGBUILD2020-10-31 07:55:06 UTC (rev 737452)
@@ -3,13 +3,13 @@
 
 _pkgbasename=elfutils
 pkgname=lib32-libelf
-pkgver=0.180
+pkgver=0.181
 pkgrel=1
 pkgdesc="Libraries to handle ELF object files and DWARF debugging information 
(32-bit)"
 arch=('x86_64')
 url="https://sourceware.org/elfutils/;
 license=('LGPL3' 'GPL' 'GPL3')
-depends=('lib32-bzip2' 'lib32-zlib' 'lib32-xz' 'libelf')
+depends=('lib32-bzip2' 'lib32-zlib' 'lib32-xz' 'lib32-curl' 'libelf')
 makedepends=('gcc-multilib')
 provides=('lib32-elfutils')
 conflicts=('lib32-elfutils')
@@ -16,7 +16,7 @@
 replaces=('lib32-elfutils')
 
source=(https://sourceware.org/elfutils/ftp/${pkgver}/elfutils-${pkgver}.tar.bz2{,.sig})
 options=('staticlibs')
-sha256sums=('b827b6e35c59d188ba97d7cf148fa8dc6f5c68eb6c5981888dfdbb758c0b569d'
+sha256sums=('29a6ad7421ec2acfee489bb4a699908281ead2cb63a20a027ce8804a165f0eb3'
 'SKIP')
 validpgpkeys=('47CC0331081B8BC6D0FD4DA08370665B57816A6A') # Mark J. Wielaard 

 validpgpkeys+=('EC3CFE88F6CA0788774F5C1D1AA44BE649DE760A') # Mark Wielaard 



  1   2   3   4   5   6   7   8   9   10   >