diff -Nur /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/graphics/vulkan-loader/Portfile graphics/vulkan-loader/Portfile
old
|
new
|
|
4 | 4 | PortGroup github 1.0 |
5 | 5 | PortGroup cmake 1.0 |
6 | 6 | |
7 | | github.setup KhronosGroup Vulkan-Loader 1.3.261.1 sdk- |
| 7 | github.setup KhronosGroup Vulkan-Loader 1.3.275.0 vulkan-sdk- |
8 | 8 | github.tarball_from archive |
9 | 9 | name vulkan-loader |
10 | 10 | revision 0 |
… |
… |
|
27 | 27 | port:python${py_ver_nodot} \ |
28 | 28 | port:vulkan-headers |
29 | 29 | |
30 | | checksums sha256 f85f0ea57b63750d4ddaf6c8649df781c4777006daa3cd772b01e7b5ed02f3f2 \ |
31 | | rmd160 9684ff855c5e1c290b7e40a4a7ecba32466ab683 \ |
32 | | size 1684764 |
| 30 | checksums sha256 f49a2653cd592439c5b4b987ffa0b2577b7fa72b7d344d7a2a89f7d6cb2b342e \ |
| 31 | rmd160 c53227cd4dc2a77084dc082afaf043871d455bbe \ |
| 32 | size 1701620 |
33 | 33 | |
34 | 34 | configure.args-append \ |
35 | 35 | -DPython_ADDITIONAL_VERSIONS=${py_ver} \ |
… |
… |
|
37 | 37 | |
38 | 38 | variant manifest description {Install default MoltenVK ICD Manifest} {} |
39 | 39 | |
40 | | destroot { |
41 | | file copy ${worksrcpath}/loader/vulkan.framework ${destroot}${frameworks_dir}/vulkan.framework |
42 | | xinstall -m 755 {*}[glob ${worksrcpath}/loader/*.dylib] ${destroot}${prefix}/lib/ |
43 | | |
| 40 | post-destroot { |
44 | 41 | if {[variant_isset manifest]} { |
45 | 42 | xinstall -d ${destroot}${prefix}/share/vulkan/icd.d |
46 | 43 | file copy ${filespath}/MoltenVK_icd.json ${workpath}/MoltenVK_icd.json |