diff options
| author | Jonathan Hale <Squareys@googlemail.com> | 2019-11-25 19:31:55 +0100 |
|---|---|---|
| committer | Griffin Downs <35574547+grdowns@users.noreply.github.com> | 2019-11-25 10:31:55 -0800 |
| commit | a3ab4500a4fbe26bdd6b8a671e2a1dc44112f5eb (patch) | |
| tree | 7728dba538c7e052fc7bed994340f09af177d10a /ports/magnum-plugins/CONTROL | |
| parent | 4603d007c2ed1e5119f929ee4e1a91edb3f63820 (diff) | |
| download | vcpkg-a3ab4500a4fbe26bdd6b8a671e2a1dc44112f5eb.tar.gz vcpkg-a3ab4500a4fbe26bdd6b8a671e2a1dc44112f5eb.zip | |
[magnum-plugins] Fix basisimporter/basisimageconverter features (#8939)
* [magnum-plugins] Patch FindBasisUniversal to find prebuilt basisu
Signed-off-by: Squareys <squareys@googlemail.com>
* [magnum-plugins] Patch BasisImporter to use slightly outdated basisu
jherico's fork which the vcpkg port is based on does not integrate
https://github.com/BinomialLLC/basis_universal/commit/54304fa01443280bbaa9854f16c9f1756b17b40b
yet, which renamed a parameter.
Signed-off-by: Squareys <squareys@googlemail.com>
* [magnum-plugins] Only apply FindBasisUniversal patch on release
The change is integrated upstream for --head builds already.
Signed-off-by: Squareys <squareys@googlemail.com>
* [magnum-plugins] Download large patch from GitHub history
Diffstat (limited to 'ports/magnum-plugins/CONTROL')
| -rw-r--r-- | ports/magnum-plugins/CONTROL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/magnum-plugins/CONTROL b/ports/magnum-plugins/CONTROL index c298e9417..285c120fb 100644 --- a/ports/magnum-plugins/CONTROL +++ b/ports/magnum-plugins/CONTROL @@ -1,5 +1,5 @@ Source: magnum-plugins -Version: 2019.10 +Version: 2019.10-1 Build-Depends: magnum[core] Description: Plugins for magnum, C++11/C++14 graphics middleware for games and data visualization Homepage: https://magnum.graphics/ |
