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

archrelease: copy trunk to extra-x86_64

Added:
  amdvlk/repos/extra-x86_64/PKGBUILD
    (from rev 457054, amdvlk/trunk/PKGBUILD)
Deleted:
  amdvlk/repos/extra-x86_64/PKGBUILD
  amdvlk/repos/extra-x86_64/pal.patch

-----------+
 PKGBUILD  |  124 ++++++++++++++++++++++++++++--------------------------------
 pal.patch |   11 -----
 2 files changed, 59 insertions(+), 76 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-10-01 11:43:11 UTC (rev 457054)
+++ PKGBUILD    2022-10-01 11:43:16 UTC (rev 457055)
@@ -1,65 +0,0 @@
-# Maintainer: Laurent Carlier <[email protected]>
-# Contributor: lod <[email protected]>
-
-pkgname=amdvlk
-pkgver=2022.Q3.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' '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')
-            
-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
-  
-  # https://github.com/GPUOpen-Drivers/pal/issues/89
-  #cd pal
-  #patch -Np1 -i ../pal.patch
-}
-
-build() {
-  cd ${srcdir}/xgl
-  cmake -H. -Bbuilds/Release64 \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DBUILD_WAYLAND_SUPPORT=On \
-    -G Ninja
-    
-  ninja -C builds/Release64
-}
-
-package() {
-  install -m755 -d "${pkgdir}"/usr/lib
-  install -m755 -d "${pkgdir}"/usr/share/vulkan/icd.d
-  install -m755 -d "${pkgdir}"/usr/share/vulkan/implicit_layer.d
-  install -m755 -d "${pkgdir}"/usr/share/licenses/${pkgname}
-
-  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}/
-  
-  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
-}

Copied: amdvlk/repos/extra-x86_64/PKGBUILD (from rev 457054, 
amdvlk/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-10-01 11:43:16 UTC (rev 457055)
@@ -0,0 +1,59 @@
+# Maintainer: Laurent Carlier <[email protected]>
+# Contributor: lod <[email protected]>
+
+pkgname=amdvlk
+pkgver=2022.Q3.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' 'directx-shader-compiler' 'glslang'
+             'cmake' 'ninja' 'git')
+options=('!lto')
+source=("https://github.com/GPUOpen-Drivers/AMDVLK/archive/v-${pkgver}.tar.gz";)
+sha256sums=('a8320886b27150e6d79167ca77665f45a46622f64e6193c50e7d980995434797')
+            
+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
+}
+
+build() {
+  cd ${srcdir}/xgl
+  cmake -H. -Bbuilds/Release64 \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DBUILD_WAYLAND_SUPPORT=On \
+    -G Ninja
+    
+  ninja -C builds/Release64
+}
+
+package() {
+  install -m755 -d "${pkgdir}"/usr/lib
+  install -m755 -d "${pkgdir}"/usr/share/vulkan/icd.d
+  install -m755 -d "${pkgdir}"/usr/share/vulkan/implicit_layer.d
+  install -m755 -d "${pkgdir}"/usr/share/licenses/${pkgname}
+
+  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-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 11:43:11 UTC (rev 457054)
+++ pal.patch   2022-10-01 11:43:16 UTC (rev 457055)
@@ -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