-
Notifications
You must be signed in to change notification settings - Fork 7.3k
[libgig] New Port #33255
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
[libgig] New Port #33255
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 e1088b0
attempted fix to patch fix
Rossmaxx b0a03c0
changed CRLF to LF
Rossmaxx 77c11ec
added end of lines
Rossmaxx 363c9fb
enabled libuuid for windows
Rossmaxx 89d1b51
Revert "enabled libuuid for windows"
Rossmaxx 2ff44b8
added blank spaces in other lines
Rossmaxx 3be8b95
blacklisted uwp
Rossmaxx b946c4d
tweaked the patch to enable cmake cpp 11
Rossmaxx 231c302
fix formatting
Rossmaxx 27d2801
patched 32 bit builds
Rossmaxx 1548bdf
does this fix versioning?
Rossmaxx 170df35
another fix attempt at versioning
Rossmaxx caaf88f
added missing blank line
Rossmaxx 3e9a826
added version
Rossmaxx 1bca871
Removed unnecessary vcpkg_fixup_pkgconfig call
Rossmaxx c7ddcd3
added extra tools to portfile
Rossmaxx e392d11
fixed libakai using a patch
Rossmaxx c418eb7
versions
Rossmaxx 9f47442
Revert "fixed libakai using a patch"
Rossmaxx 35b646b
added versions
Rossmaxx 381f682
revoked mac and linux support
Rossmaxx f579a95
removed linux build patch
Rossmaxx a127e28
versions
Rossmaxx 70260c5
added usage patch
Rossmaxx ba34393
versions
Rossmaxx da5672b
removed auto clean
Rossmaxx a7c9be0
removed "extra" from extra-tools
Rossmaxx 768a420
fixed formatting
Rossmaxx 181d6b9
version
Rossmaxx File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix formatting
- Loading branch information
commit 231c302cadc8679503258b054c745300f0bf13c8
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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" | ||
| ] | ||
| } | ||
| } | ||
| } | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.