-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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
[liblrc] create a new port #27023
[liblrc] create a new port #27023
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a new experimental fast check for PR issues. Please let us know if this bot is helpful!
Use the version scheme "version" instead of "version-string" in port "liblrc".
After committing all other changes, the version database must be updated
git add -u && git commit
git checkout 5f82fa45df07a446bab57f65479f3d2df797f408 -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/baseline.json b/versions/baseline.json
index 5b80040..9dc41a6 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -3852,6 +3852,10 @@
"baseline": "0.31",
"port-version": 2
},
+ "liblrc": {
+ "baseline": "1.0.0",
+ "port-version": 1
+ },
"liblsl": {
"baseline": "1.16.0",
"port-version": 0
You have modified or added at least one portfile where deprecated functions are used.
If you feel able to do so, please consider migrating them to the new functions:
vcpkg_install_cmake
-> vcpkg_cmake_install
(from port vcpkg-cmake
)
vcpkg_build_cmake
-> vcpkg_cmake_build
(from port vcpkg-cmake
)
vcpkg_configure_cmake
-> vcpkg_cmake_configure
(Please remove the option PREFER_NINJA
) (from port vcpkg-cmake
)
vcpkg_fixup_cmake_targets
-> vcpkg_cmake_config_fixup
(from port vcpkg-cmake-config
)
In the ports that use the new function, you have to add the corresponding dependencies:
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
The following files are affected:
ports/liblrc/portfile.cmake
You have modified or added at least one vcpkg.json where you should check the license
field.
If you feel able to do so, please consider adding a "license" field to the following files:
ports/liblrc/vcpkg.json
Valid values for the license field can be found in the documentation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a new experimental fast check for PR issues. Please let us know if this bot is helpful!
All manifest files must be formatted
./vcpkg format-manifest ports/*/vcpkg.json
Diff
diff --git a/ports/liblrc/vcpkg.json b/ports/liblrc/vcpkg.json
index 16151e9..2509b4f 100644
--- a/ports/liblrc/vcpkg.json
+++ b/ports/liblrc/vcpkg.json
@@ -1,9 +1,9 @@
{
"name": "liblrc",
"version-string": "1.0.0",
- "license": null,
"description": "Tools for parsing and playing back LRC lyrics.",
"homepage": "https://github.com/ywh233/LRC-Tools",
+ "license": null,
"dependencies": [
{
"name": "vcpkg-cmake",
Use the version scheme "version" instead of "version-string" in port "liblrc".
After committing all other changes, the version database must be updated
git add -u && git commit
git checkout 5f82fa45df07a446bab57f65479f3d2df797f408 -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/baseline.json b/versions/baseline.json
index 5b80040..05c272c 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -3852,6 +3852,10 @@
"baseline": "0.31",
"port-version": 2
},
+ "liblrc": {
+ "baseline": "1.0.0",
+ "port-version": 0
+ },
"liblsl": {
"baseline": "1.16.0",
"port-version": 0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a new experimental fast check for PR issues. Please let us know if this bot is helpful!
PRs must add only one version and must not modify any published versions
When making any changes to a library, the version or port-version in vcpkg.json
or CONTROL
must be modified.
error: checked-in files for liblrc have changed but the version was not updated
version: 1.0.0
old SHA: 143874878c79404dd49a56c02076a567b316a7a5
new SHA: 7186f5daec8286682c6198f196bdd62a9dbce3f1
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***
@rinechran, Thanks for your pr, CI tested failed on many triplets, this is error log.
|
|
thank you for your advice I'll try to work on it this weekend |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a new experimental fast check for PR issues. Please let us know if this bot is helpful!
PRs must add only one version and must not modify any published versions
When making any changes to a library, the version or port-version in vcpkg.json
or CONTROL
must be modified.
error: checked-in files for liblrc have changed but the version was not updated
version: 1.0.0
old SHA: 7186f5daec8286682c6198f196bdd62a9dbce3f1
new SHA: 8883c963ad24a5786434f5d94743cb62a901d143
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a new experimental fast check for PR issues. Please let us know if this bot is helpful!
PRs must add only one version and must not modify any published versions
When making any changes to a library, the version or port-version in vcpkg.json
or CONTROL
must be modified.
error: checked-in files for liblrc have changed but the version was not updated
version: 1.0.0
old SHA: 8883c963ad24a5786434f5d94743cb62a901d143
new SHA: 6c3e2ffc2e978a4a787ef7c2e111e4a75c832557
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***
Co-authored-by: Jack·Boos·Yu <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a new experimental fast check for PR issues. Please let us know if this bot is helpful!
PRs must add only one version and must not modify any published versions
When making any changes to a library, the version or port-version in vcpkg.json
or CONTROL
must be modified.
error: checked-in files for liblrc have changed but the version was not updated
version: 1.0.0
old SHA: 6c3e2ffc2e978a4a787ef7c2e111e4a75c832557
new SHA: 631cf031a7e5f6a9872876109b6895603dc75d17
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a new experimental fast check for PR issues. Please let us know if this bot is helpful!
PRs must add only one version and must not modify any published versions
When making any changes to a library, the version or port-version in vcpkg.json
or CONTROL
must be modified.
error: checked-in files for liblrc have changed but the version was not updated
version: 1.0.0
old SHA: 631cf031a7e5f6a9872876109b6895603dc75d17
new SHA: a93aba0a682f18848e4dd8edd6468368dc8c25c8
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a new experimental fast check for PR issues. Please let us know if this bot is helpful!
PRs must add only one version and must not modify any published versions
When making any changes to a library, the version or port-version in vcpkg.json
or CONTROL
must be modified.
error: checked-in files for liblrc have changed but the version was not updated
version: 1.0.0
old SHA: a93aba0a682f18848e4dd8edd6468368dc8c25c8
new SHA: 3a681cb06d45b17830b0ca94d46155e464f4ffb8
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a new experimental fast check for PR issues. Please let us know if this bot is helpful!
PRs must add only one version and must not modify any published versions
When making any changes to a library, the version or port-version in vcpkg.json
or CONTROL
must be modified.
error: checked-in files for liblrc have changed but the version was not updated
version: 1.0.0
old SHA: 3a681cb06d45b17830b0ca94d46155e464f4ffb8
new SHA: 95a607cdc6885eb5cf3d8bc80678e6dc4f7c3b13
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a new experimental fast check for PR issues. Please let us know if this bot is helpful!
PRs must add only one version and must not modify any published versions
When making any changes to a library, the version or port-version in vcpkg.json
or CONTROL
must be modified.
error: checked-in files for liblrc have changed but the version was not updated
version: 1.0.0
old SHA: 95a607cdc6885eb5cf3d8bc80678e6dc4f7c3b13
new SHA: e335abcee36904e503939a5636403e7f42affc25
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***
What does your PR fix?
Tools for parsing and playing back LRC lyrics.
Which triplets are supported/not supported? Have you updated the CI baseline?
all
Does your PR follow the maintainer guide?
yes