From 074485baaf6c87babfe0d691cb6a6d6d2ab9d6a5 Mon Sep 17 00:00:00 2001 From: Danny Rawlins Date: Sat, 29 Jun 2019 21:06:27 +1000 Subject: [PATCH] shaderc: 2018.0 -> 2019.0 --- shaderc/.footprint | 8 +++++++- shaderc/.signature | 8 ++++---- shaderc/Pkgfile | 2 +- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/shaderc/.footprint b/shaderc/.footprint index 7bc39dedb..f09164f31 100644 --- a/shaderc/.footprint +++ b/shaderc/.footprint @@ -3,11 +3,17 @@ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/glslc drwxr-xr-x root/root usr/include/ drwxr-xr-x root/root usr/include/shaderc/ +-rw-r--r-- root/root usr/include/shaderc/env.h -rw-r--r-- root/root usr/include/shaderc/shaderc.h -rw-r--r-- root/root usr/include/shaderc/shaderc.hpp +-rw-r--r-- root/root usr/include/shaderc/status.h +-rw-r--r-- root/root usr/include/shaderc/visibility.h drwxr-xr-x root/root usr/lib/ -rw-r--r-- root/root usr/lib/libshaderc.a -rw-r--r-- root/root usr/lib/libshaderc_combined.a lrwxrwxrwx root/root usr/lib/libshaderc_shared.so -> libshaderc_shared.so.1 -rwxr-xr-x root/root usr/lib/libshaderc_shared.so.1 --rw-r--r-- root/root usr/lib/libshaderc_util.a +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/shaderc.pc +-rw-r--r-- root/root usr/lib/pkgconfig/shaderc_combined.pc +-rw-r--r-- root/root usr/lib/pkgconfig/shaderc_static.pc diff --git a/shaderc/.signature b/shaderc/.signature index b04f06758..6f0d2f260 100644 --- a/shaderc/.signature +++ b/shaderc/.signature @@ -1,6 +1,6 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF371GTbgUPufTmR0tFTdyAtBaRo56fn/dzuwcNV/oi25B63Dbe2fRYEbYunpABNFH/qMHZdXY/oXF/kLGsyBxTAk= -SHA256 (Pkgfile) = 18eb6194163dd19914ed1ddf5aa5c78e4a234f8d20bbf82739238f40dd3266f9 -SHA256 (.footprint) = da2cc5a9f214dd43b006db6f17cc4fdbdaeef2703bf9e2d5480feb69ff1ca9e9 -SHA256 (shaderc-v2018.0.tar.gz) = b96f27e7375a6df08732ebd47c18febf82bd0a87e541fd7814fd8c3aa6c8913a +RWSagIOpLGJF35V5n4UqYmzeQu4cohZL2/HGcxhTXCLuIPyO0E7cW0OYqKgbPCcVrNd+nqUg8u6pcNHhe/WLfObxrJ2Iw5z0XAY= +SHA256 (Pkgfile) = c557460679e2cf4efcd5dedb697c7a9f7cb67802bc1e65c0d9e684924e915d41 +SHA256 (.footprint) = 310a6df7168ed6cf5297b487d09e9e1955bfea51d6168129d6184836a5fae87f +SHA256 (shaderc-v2019.0.tar.gz) = 1018cd02be52295272fdbffa056ee24b881be277c83d039ad554d91230f4e11b SHA256 (fix-glslang-link-order.patch) = 986a972d8b8fbfa750e92b750673108c4ae77af47acdc4dbb684358e2600a4ea diff --git a/shaderc/Pkgfile b/shaderc/Pkgfile index 15a0dc889..5a520b41a 100644 --- a/shaderc/Pkgfile +++ b/shaderc/Pkgfile @@ -4,7 +4,7 @@ # Depends on: glslang ninja name=shaderc -version=2018.0 +version=2019.0 release=1 source=(https://github.com/google/$name/archive/v$version/$name-v$version.tar.gz fix-glslang-link-order.patch)