Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
3 changes: 2 additions & 1 deletion ports/egl-registry/CONTROL
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Source: egl-registry
Version: 2020-02-03
Version: 2020-02-20
Homepage: https://github.com/KhronosGroup/EGL-Registry
Description: the EGL API and Extension Registry
10 changes: 4 additions & 6 deletions ports/egl-registry/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
include(vcpkg_common_functions)

vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO KhronosGroup/EGL-Registry
REF aa9b63f3ab18aee92c95786a2478156430f809e4
SHA512 5ee7143c2cb46defbe1b2ecb0fabfb52fac2d9529b98c638dd4c04a312a62e7f7b3aee27d9749c92174ab967d533136b5881ce37ae9f2bee6685f52ffa8c8db6
REF 11478904448bbdf5757b798c856a525aa2b351b1
SHA512 f1e54810cb2948e9d8798d65507069bba4ee6534d719e792db11e36d600ef37e59a34262809d8b1e41160ae1e45a283fa322cd9d9a647985c48a6d7d6d1706ee
HEAD_REF master
)

Expand All @@ -18,11 +16,11 @@ file(
file(
COPY
${SOURCE_PATH}/api/egl.xml
DESTINATION ${CURRENT_PACKAGES_DIR}/share/egl-registry
DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT}
)

file(
INSTALL ${SOURCE_PATH}/sdk/docs/man/copyright.xml
DESTINATION ${CURRENT_PACKAGES_DIR}/share/egl-registry
DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT}
RENAME copyright
)
3 changes: 2 additions & 1 deletion ports/opengl-registry/CONTROL
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Source: opengl-registry
Version: 2020-02-03
Version: 2020-03-25
Homepage: https://github.com/KhronosGroup/OpenGL-Registry
Build-Depends: egl-registry
Description: the API and Extension registries for the OpenGL family APIs
8 changes: 4 additions & 4 deletions ports/opengl-registry/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO KhronosGroup/OpenGL-Registry
REF 2223f5bebde4aa6b170fb32cdaaf580703fddb67
SHA512 4e9b570f242942bd45a6601a6b0fcf1dc265c6ba03acaf782a639e7399842dd7350c2d4876236df80a070b2bd9ce7cee88cf2d85f2c50cfba7878d1f9379bbe9
REF 4594c03239fb76580bc5d5a13acb2a8f563f0158
SHA512 c005a4eb7e5c17002647e7762ae1a7ecba0d0780a62d66f1afd3b7f45c1ca49bd5a069ab0fabb94de3ec971604586457932941fa8eb924cf5ac3a959d8f5f146
HEAD_REF master
)

Expand All @@ -16,12 +16,12 @@ file(COPY
${SOURCE_PATH}/xml/gl.xml
${SOURCE_PATH}/xml/glx.xml
${SOURCE_PATH}/xml/wgl.xml
DESTINATION ${CURRENT_PACKAGES_DIR}/share/opengl-registry
DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT}
)

# Using the Makefile because it is the smallest file with a complete copy of the license text
file(
INSTALL ${SOURCE_PATH}/xml/Makefile
DESTINATION ${CURRENT_PACKAGES_DIR}/share/opengl-registry
DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT}
RENAME copyright
)