Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
4d0c871
added libgig port to vcpkg
Rossmaxx Aug 18, 2023
e1088b0
attempted fix to patch fix
Rossmaxx Aug 18, 2023
b0a03c0
changed CRLF to LF
Rossmaxx Aug 18, 2023
77c11ec
added end of lines
Rossmaxx Aug 18, 2023
363c9fb
enabled libuuid for windows
Rossmaxx Aug 18, 2023
89d1b51
Revert "enabled libuuid for windows"
Rossmaxx Aug 18, 2023
2ff44b8
added blank spaces in other lines
Rossmaxx Aug 19, 2023
3be8b95
blacklisted uwp
Rossmaxx Aug 19, 2023
b946c4d
tweaked the patch to enable cmake cpp 11
Rossmaxx Aug 20, 2023
231c302
fix formatting
Rossmaxx Aug 20, 2023
27d2801
patched 32 bit builds
Rossmaxx Aug 21, 2023
1548bdf
does this fix versioning?
Rossmaxx Aug 21, 2023
170df35
another fix attempt at versioning
Rossmaxx Aug 21, 2023
caaf88f
added missing blank line
Rossmaxx Aug 21, 2023
3e9a826
added version
Rossmaxx Aug 22, 2023
1bca871
Removed unnecessary vcpkg_fixup_pkgconfig call
Rossmaxx Aug 24, 2023
c7ddcd3
added extra tools to portfile
Rossmaxx Aug 27, 2023
e392d11
fixed libakai using a patch
Rossmaxx Aug 27, 2023
c418eb7
versions
Rossmaxx Aug 27, 2023
9f47442
Revert "fixed libakai using a patch"
Rossmaxx Aug 27, 2023
35b646b
added versions
Rossmaxx Aug 27, 2023
381f682
revoked mac and linux support
Rossmaxx Sep 24, 2023
f579a95
removed linux build patch
Rossmaxx Sep 24, 2023
a127e28
versions
Rossmaxx Sep 24, 2023
70260c5
added usage patch
Rossmaxx Sep 28, 2023
ba34393
versions
Rossmaxx Sep 28, 2023
da5672b
removed auto clean
Rossmaxx Sep 30, 2023
a7c9be0
removed "extra" from extra-tools
Rossmaxx Oct 2, 2023
768a420
fixed formatting
Rossmaxx Oct 2, 2023
181d6b9
version
Rossmaxx Oct 2, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix formatting
  • Loading branch information
Rossmaxx committed Aug 20, 2023
commit 231c302cadc8679503258b054c745300f0bf13c8
70 changes: 35 additions & 35 deletions ports/libgig/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,35 +1,35 @@
{
"name": "libgig",
"version": "4.3.0",
"description": "C++ library for loading Gigasampler files and DLS Level 1/2 files",
"homepage": "https://www.linuxsampler.org/libgig/",
"supports": "!uwp",
"dependencies": [
{
"name": "libuuid",
"platform": "!osx & !windows"
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"extra-tools": {
"description": "Build extra tools",
"dependencies": [
"libsndfile"
]
},
"tests": {
"description": "Build test cases",
"dependencies": [
"cppunit"
]
}
}
}
{
"name": "libgig",
"version": "4.3.0",
"description": "C++ library for loading Gigasampler files and DLS Level 1/2 files",
"homepage": "https://www.linuxsampler.org/libgig/",
"supports": "!uwp",
"dependencies": [
{
"name": "libuuid",
"platform": "!osx & !windows"
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"extra-tools": {
"description": "Build extra tools",
"dependencies": [
"libsndfile"
]
},
"tests": {
"description": "Build test cases",
"dependencies": [
"cppunit"
]
}
}
}