Skip to content
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

[opengl/egl-registry] update and add pc file #21651

Merged
merged 12 commits into from
Nov 26, 2021

Conversation

Neumann-A
Copy link
Contributor

pc file from cygwin packaging

Copy link

@github-actions github-actions bot left a 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: Local changes detected for glad but no changes to version or port version.
-- Version: 0.1.34#2
-- Old SHA: d222f56675de6eedfc3a25e5a4b93fee39747f49
-- New SHA: b090859edd4604d8b8f31c64102994ae2b29947a
-- Did you remember to update the version or port version?
-- Pass `--overwrite-version` to bypass this check.
***No files were updated.***
After committing all other changes, the version database must be updated
git add -u && git commit
git checkout a2fcb03749ff5897b5985092934dc6057680c789 -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/g-/glad.json b/versions/g-/glad.json
index 6f853c2..951f19b 100644
--- a/versions/g-/glad.json
+++ b/versions/g-/glad.json
@@ -1,10 +1,5 @@
 {
   "versions": [
-    {
-      "git-tree": "b090859edd4604d8b8f31c64102994ae2b29947a",
-      "version": "0.1.34",
-      "port-version": 2
-    },
     {
       "git-tree": "2bb03ac897eea39575c41edf7353df6a47af3f35",
       "version": "0.1.34",

Copy link

@github-actions github-actions bot left a 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!

After committing all other changes, the version database must be updated
git add -u && git commit
git checkout a2fcb03749ff5897b5985092934dc6057680c789 -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/g-/glad.json b/versions/g-/glad.json
index 966ced0..50c1d43 100644
--- a/versions/g-/glad.json
+++ b/versions/g-/glad.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "b090859edd4604d8b8f31c64102994ae2b29947a",
+      "git-tree": "26af7e85a7ebb05bd9741aed07badc6865e1d70c",
       "version": "0.1.34",
       "port-version": 3
     },

@JonLiu1993 JonLiu1993 self-assigned this Nov 25, 2021
@JonLiu1993 JonLiu1993 added category:port-feature The issue is with a library, which is requesting new capabilities that didn’t exist category:port-update The issue is with a library, which is requesting update new revision labels Nov 25, 2021
ports/egl-registry/vcpkg.json Outdated Show resolved Hide resolved
ports/glad/portfile.cmake Outdated Show resolved Hide resolved
ports/glad/portfile.cmake Outdated Show resolved Hide resolved
ports/glad/vcpkg.json Show resolved Hide resolved
ports/opengl-registry/vcpkg.json Outdated Show resolved Hide resolved
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
Copy link

@github-actions github-actions bot left a 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!

After committing all other changes, the version database must be updated
git add -u && git commit
git checkout a2fcb03749ff5897b5985092934dc6057680c789 -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/e-/egl-registry.json b/versions/e-/egl-registry.json
index ec1d430..330405b 100644
--- a/versions/e-/egl-registry.json
+++ b/versions/e-/egl-registry.json
@@ -1,8 +1,8 @@
 {
   "versions": [
     {
-      "git-tree": "683163accb58927e50bde0e66c06049610cbe3a0",
-      "version-string": "2021-11-23",
+      "git-tree": "ec272777ea9d0ceccf5cc8b0336f038853e5c911",
+      "version-date": "2021-11-23",
       "port-version": 0
     },
     {
diff --git a/versions/g-/glad.json b/versions/g-/glad.json
index 50c1d43..c704203 100644
--- a/versions/g-/glad.json
+++ b/versions/g-/glad.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "26af7e85a7ebb05bd9741aed07badc6865e1d70c",
+      "git-tree": "2ebf6ed85a860c74f8649571e168900426cbb944",
       "version": "0.1.34",
       "port-version": 3
     },
diff --git a/versions/o-/opengl-registry.json b/versions/o-/opengl-registry.json
index 4dccc24..4d482df 100644
--- a/versions/o-/opengl-registry.json
+++ b/versions/o-/opengl-registry.json
@@ -1,8 +1,8 @@
 {
   "versions": [
     {
-      "git-tree": "91faee18c40260f9104d59cef183c4c3fd0dbdb8",
-      "version-string": "2021-11-17",
+      "git-tree": "7f4a1e05a6cfbd923a2eaf9d32da22bde0742a15",
+      "version-date": "2021-11-17",
       "port-version": 0
     },
     {

@JonLiu1993 JonLiu1993 added requires:all-feature-testing vcpkg install port[all features supported by that port] needs to be demonstrated to function info:reviewed Pull Request changes follow basic guidelines and removed requires:author-response requires:all-feature-testing vcpkg install port[all features supported by that port] needs to be demonstrated to function labels Nov 25, 2021
@BillyONeal BillyONeal merged commit e4e9755 into microsoft:master Nov 26, 2021
@BillyONeal
Copy link
Member

Thanks for the update!

@Neumann-A Neumann-A deleted the create_opengl_registry_pc branch November 26, 2021 09:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:port-feature The issue is with a library, which is requesting new capabilities that didn’t exist category:port-update The issue is with a library, which is requesting update new revision info:reviewed Pull Request changes follow basic guidelines
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants