diff options
Diffstat (limited to 'ports/usd')
| -rw-r--r-- | ports/usd/CONTROL | 6 | ||||
| -rw-r--r-- | ports/usd/vcpkg.json | 22 |
2 files changed, 22 insertions, 6 deletions
diff --git a/ports/usd/CONTROL b/ports/usd/CONTROL deleted file mode 100644 index 1d3225a0d..000000000 --- a/ports/usd/CONTROL +++ /dev/null @@ -1,6 +0,0 @@ -Source: usd -Version: 20.08 -Homepage: https://github.com/PixarAnimationStudios/USD -Build-Depends: boost-assign, boost-crc, boost-date-time, boost-filesystem, boost-format, boost-multi-index, boost-program-options, boost-regex, boost-system, boost-vmd, tbb, zlib -Description: Universal Scene Description (USD) is an efficient, scalable system for authoring, reading, and streaming time-sampled scene description for interchange between graphics applications. -Supports: !x86 diff --git a/ports/usd/vcpkg.json b/ports/usd/vcpkg.json new file mode 100644 index 000000000..e284433ec --- /dev/null +++ b/ports/usd/vcpkg.json @@ -0,0 +1,22 @@ +{ + "name": "usd", + "version-string": "20.08", + "port-version": 1, + "description": "Universal Scene Description (USD) is an efficient, scalable system for authoring, reading, and streaming time-sampled scene description for interchange between graphics applications.", + "homepage": "https://github.com/PixarAnimationStudios/USD", + "supports": "!x86", + "dependencies": [ + "boost-assign", + "boost-crc", + "boost-date-time", + "boost-filesystem", + "boost-format", + "boost-multi-index", + "boost-program-options", + "boost-regex", + "boost-system", + "boost-vmd", + "tbb", + "zlib" + ] +} |
