mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-14 21:37:56 +08:00
[egl-registry, opengl-registry] Update egl-registry to 2020-02-20 and opengl-registry to 2020-03-25 (#10676)
* Update egl-registry to 2020-02-20 and opengl-registry to 2020-03-25 * opengl-registry: remove extra includes that * egl-registry, opengl-registry: add Homepage * egl-registry, opengl-registry: remove includes, use
This commit is contained in:
parent
5c0c7672a8
commit
aedd6c30a0
@ -1,3 +1,4 @@
|
|||||||
Source: egl-registry
|
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
|
Description: the EGL API and Extension Registry
|
||||||
|
@ -1,10 +1,8 @@
|
|||||||
include(vcpkg_common_functions)
|
|
||||||
|
|
||||||
vcpkg_from_github(
|
vcpkg_from_github(
|
||||||
OUT_SOURCE_PATH SOURCE_PATH
|
OUT_SOURCE_PATH SOURCE_PATH
|
||||||
REPO KhronosGroup/EGL-Registry
|
REPO KhronosGroup/EGL-Registry
|
||||||
REF aa9b63f3ab18aee92c95786a2478156430f809e4
|
REF 11478904448bbdf5757b798c856a525aa2b351b1
|
||||||
SHA512 5ee7143c2cb46defbe1b2ecb0fabfb52fac2d9529b98c638dd4c04a312a62e7f7b3aee27d9749c92174ab967d533136b5881ce37ae9f2bee6685f52ffa8c8db6
|
SHA512 f1e54810cb2948e9d8798d65507069bba4ee6534d719e792db11e36d600ef37e59a34262809d8b1e41160ae1e45a283fa322cd9d9a647985c48a6d7d6d1706ee
|
||||||
HEAD_REF master
|
HEAD_REF master
|
||||||
)
|
)
|
||||||
|
|
||||||
@ -18,11 +16,11 @@ file(
|
|||||||
file(
|
file(
|
||||||
COPY
|
COPY
|
||||||
${SOURCE_PATH}/api/egl.xml
|
${SOURCE_PATH}/api/egl.xml
|
||||||
DESTINATION ${CURRENT_PACKAGES_DIR}/share/egl-registry
|
DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT}
|
||||||
)
|
)
|
||||||
|
|
||||||
file(
|
file(
|
||||||
INSTALL ${SOURCE_PATH}/sdk/docs/man/copyright.xml
|
INSTALL ${SOURCE_PATH}/sdk/docs/man/copyright.xml
|
||||||
DESTINATION ${CURRENT_PACKAGES_DIR}/share/egl-registry
|
DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT}
|
||||||
RENAME copyright
|
RENAME copyright
|
||||||
)
|
)
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
Source: opengl-registry
|
Source: opengl-registry
|
||||||
Version: 2020-02-03
|
Version: 2020-03-25
|
||||||
|
Homepage: https://github.com/KhronosGroup/OpenGL-Registry
|
||||||
Build-Depends: egl-registry
|
Build-Depends: egl-registry
|
||||||
Description: the API and Extension registries for the OpenGL family APIs
|
Description: the API and Extension registries for the OpenGL family APIs
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
vcpkg_from_github(
|
vcpkg_from_github(
|
||||||
OUT_SOURCE_PATH SOURCE_PATH
|
OUT_SOURCE_PATH SOURCE_PATH
|
||||||
REPO KhronosGroup/OpenGL-Registry
|
REPO KhronosGroup/OpenGL-Registry
|
||||||
REF 2223f5bebde4aa6b170fb32cdaaf580703fddb67
|
REF 4594c03239fb76580bc5d5a13acb2a8f563f0158
|
||||||
SHA512 4e9b570f242942bd45a6601a6b0fcf1dc265c6ba03acaf782a639e7399842dd7350c2d4876236df80a070b2bd9ce7cee88cf2d85f2c50cfba7878d1f9379bbe9
|
SHA512 c005a4eb7e5c17002647e7762ae1a7ecba0d0780a62d66f1afd3b7f45c1ca49bd5a069ab0fabb94de3ec971604586457932941fa8eb924cf5ac3a959d8f5f146
|
||||||
HEAD_REF master
|
HEAD_REF master
|
||||||
)
|
)
|
||||||
|
|
||||||
@ -16,12 +16,12 @@ file(COPY
|
|||||||
${SOURCE_PATH}/xml/gl.xml
|
${SOURCE_PATH}/xml/gl.xml
|
||||||
${SOURCE_PATH}/xml/glx.xml
|
${SOURCE_PATH}/xml/glx.xml
|
||||||
${SOURCE_PATH}/xml/wgl.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
|
# Using the Makefile because it is the smallest file with a complete copy of the license text
|
||||||
file(
|
file(
|
||||||
INSTALL ${SOURCE_PATH}/xml/Makefile
|
INSTALL ${SOURCE_PATH}/xml/Makefile
|
||||||
DESTINATION ${CURRENT_PACKAGES_DIR}/share/opengl-registry
|
DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT}
|
||||||
RENAME copyright
|
RENAME copyright
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user