Date: Saturday, October 1, 2022 @ 11:43:11
  Author: lcarlier
Revision: 457054

upgpkg: amdvlk 2022.Q3.5-1: upstream update 2022.Q3.5

Modified:
  amdvlk/trunk/PKGBUILD
Deleted:
  amdvlk/trunk/pal.patch

-----------+
 PKGBUILD  |   14 ++++----------
 pal.patch |   11 -----------
 2 files changed, 4 insertions(+), 21 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-10-01 07:52:40 UTC (rev 457053)
+++ PKGBUILD    2022-10-01 11:43:11 UTC (rev 457054)
@@ -2,7 +2,7 @@
 # Contributor: lod <[email protected]>
 
 pkgname=amdvlk
-pkgver=2022.Q3.4
+pkgver=2022.Q3.5
 pkgrel=1
 pkgdesc="AMD's standalone Vulkan driver"
 arch=(x86_64)
@@ -12,10 +12,8 @@
 makedepends=('perl-xml-xpath' 'python' 'wayland' 'libxrandr' 
'xorg-server-devel' 'directx-shader-compiler' 'glslang'
              'cmake' 'ninja' 'git')
 options=('!lto')
-source=("https://github.com/GPUOpen-Drivers/AMDVLK/archive/v-${pkgver}.tar.gz";
-        pal.patch)
-sha256sums=('61c0331e2501e0eebb6b01f43bd9382aba4357c7e70c1bf629c14265766caf75'
-            '4953f94566c14c51b82bf7e1c60612f4dac3fd35a0c6da31c8460ee3df69de4c')
+source=("https://github.com/GPUOpen-Drivers/AMDVLK/archive/v-${pkgver}.tar.gz";)
+sha256sums=('a8320886b27150e6d79167ca77665f45a46622f64e6193c50e7d980995434797')
             
 prepare() {
   local nrepos path name revision
@@ -33,10 +31,6 @@
       popd
     (( nrepos-- ))
   done
-  
-  # https://github.com/GPUOpen-Drivers/pal/issues/89
-  #cd pal
-  #patch -Np1 -i ../pal.patch
 }
 
 build() {
@@ -58,7 +52,7 @@
   install xgl/builds/Release64/icd/amdvlk64.so "${pkgdir}"/usr/lib/
   install xgl/builds/Release64/icd/amd_icd64.json 
"${pkgdir}"/usr/share/vulkan/icd.d/
   install xgl/builds/Release64/icd/amd_icd64.json 
"${pkgdir}"/usr/share/vulkan/implicit_layer.d/
-  install AMDVLK/LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/
+  install AMDVLK-v-${pkgver}/LICENSE.txt 
"${pkgdir}"/usr/share/licenses/${pkgname}/
   
   sed -i "s#/lib64#/lib#g" "${pkgdir}"/usr/share/vulkan/icd.d/amd_icd64.json
   sed -i "s#/lib64#/lib#g" 
"${pkgdir}"/usr/share/vulkan/implicit_layer.d/amd_icd64.json

Deleted: pal.patch
===================================================================
--- pal.patch   2022-10-01 07:52:40 UTC (rev 457053)
+++ pal.patch   2022-10-01 11:43:11 UTC (rev 457054)
@@ -1,11 +0,0 @@
-diff -Nru pal/src/util/lnx/lnxUuid.cpp pal.b/src/util/lnx/lnxUuid.cpp
---- pal/src/util/lnx/lnxUuid.cpp       2022-08-18 10:38:07.000000000 +0200
-+++ pal.b/src/util/lnx/lnxUuid.cpp     2022-08-18 11:24:11.431430755 +0200
-@@ -29,6 +29,7 @@
- #include "util/imported/libuuid/libuuid.h"
- 
- #include <random>
-+#include <ctime>
- #include <unistd.h>
- 
- namespace Util

Reply via email to