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

Laurent Carlier lcarlier at archlinux.org
Fri Sep 2 15:12:55 UTC 2016


    Date: Friday, September 2, 2016 @ 15:12:55
  Author: lcarlier
Revision: 275677

upgpkg: vulkan-tools 1.0.24.0-1

upstream update 1.0.24.0

Modified:
  vulkan-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-09-02 15:01:03 UTC (rev 275676)
+++ PKGBUILD	2016-09-02 15:12:55 UTC (rev 275677)
@@ -3,7 +3,7 @@
 
 pkgbase=vulkan-tools
 pkgname=(vulkan-trace vulkan-extra-layers)
-pkgver=1.0.21.0
+pkgver=1.0.24.0
 pkgrel=1
 arch=(i686 x86_64)
 url="http://lunarg.com/"
@@ -10,12 +10,11 @@
 license=('custom')
 depends=()
 makedepends=(git cmake wget python-lxml libxcb imagemagick)
-#source=("https://github.com/LunarG/VulkanTools/archive/sdk-${pkgver}.tar.gz"
-source=("VulkanTools-sdk-1.0.21.0::git+https://github.com/LunarG/VulkanTools.git#commit=e0edb67f0642abbe95ccd351a410114f5961611c"
-        'git://github.com/KhronosGroup/glslang.git#commit=e4821e43c86d97bcf65fb07c1f70471b7102978d'
-        'git://github.com/KhronosGroup/SPIRV-Tools.git#commit=1a9385bbd0e6eae188c14302cf37c415ecc8b698'
-        'git://github.com/KhronosGroup/SPIRV-Headers')
-sha256sums=('SKIP'
+source=("vulkanTools-sdk-${pkgver}::https://github.com/LunarG/VulkanTools/archive/sdk-${pkgver}.tar.gz"
+        'git://github.com/KhronosGroup/glslang.git#commit=81cd764b5ffc475bc73f1fb35f75fd1171bb2343'
+        'git://github.com/KhronosGroup/SPIRV-Tools.git#commit=923a4596b44831a07060df45caacb522613730c9'
+        'git://github.com/KhronosGroup/SPIRV-Headers#commit=33d41376d378761ed3a4c791fc4b647761897f26')
+sha256sums=('e7319a00d5f74e8e1995b29a9f6cb5b8ef4d6ff240ab10cd372429f7ef043a7a'
             'SKIP'
             'SKIP'
             'SKIP')
@@ -23,18 +22,6 @@
 build() {
   cd "${srcdir}/VulkanTools-sdk-${pkgver}"
 
-  pushd ${srcdir}/glslang
-  # Revert glslang a5c33d6ffb34ccede5b233bc724c907166b6e479
-  # See https://github.com/KhronosGroup/Vulkan-LoaderAndValidationLayers/issues/681
-  git diff-index --quiet HEAD | true
-  rc=${PIPESTATUS[0]}
-  if (( $rc == 0 ))
-  then
-    echo "applying patch to revert glslang a5c33d"
-    git apply "${srcdir}/VulkanTools-sdk-${pkgver}"/glslang_revert_a5c33d.patch.txt
-  fi
-  popd
-  
   # reproduce some of the update_external_sources.sh script
   rm -rf external && mkdir external && cd external
   git clone ${srcdir}/glslang



More information about the arch-commits mailing list