diff options
| author | ousttrue <ousttrue@gmail.com> | 2020-11-13 05:37:53 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-12 12:37:53 -0800 |
| commit | 4733e26fa827d173c67e780ac154307581688afa (patch) | |
| tree | 4d65a2b9ca21d9ae2953d79dedd81e7f75ece414 /ports/usd/CONTROL | |
| parent | 8a33418aa58a115d6c3c87cf7fa180caaff917bc (diff) | |
| download | vcpkg-4733e26fa827d173c67e780ac154307581688afa.tar.gz vcpkg-4733e26fa827d173c67e780ac154307581688afa.zip | |
[usd] fix dll path and update to 20.08 (#13687)
* fix plugInfo.json and dll path
* release build issue: https://github.com/PixarAnimationStudios/USD/issues/960
* add usage
* [usd] Add homepage
* [usd] Fix install copyright
* fix for linux build
* fix windows build
* fix No such file or directory
* use VCPKG_TARGET_IS_WINDOWS
* cmake to share/pxr
* fix TARGET_PATH
Co-authored-by: Lily <47812810+LilyWangL@users.noreply.github.com>
Co-authored-by: wangli28 <wangli28@beyondsoft.com>
Co-authored-by: Nicole Mazzuca <mazzucan@outlook.com>
Diffstat (limited to 'ports/usd/CONTROL')
| -rw-r--r-- | ports/usd/CONTROL | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ports/usd/CONTROL b/ports/usd/CONTROL index 59df24ec3..1d3225a0d 100644 --- a/ports/usd/CONTROL +++ b/ports/usd/CONTROL @@ -1,5 +1,6 @@ Source: usd -Version: 20.02-1 +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 |
