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

[FlashRuntimeExtensions] Add new port #22171

Merged
merged 26 commits into from
Jan 20, 2022
Merged
Show file tree
Hide file tree
Changes from 22 commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
0d77ed3
Initial commit with a working port on Windows.
al-sabr Dec 23, 2021
43541f7
Added version file.
al-sabr Dec 23, 2021
b23adcf
Update ports/flash-runtime-extensions/portfile.cmake
al-sabr Dec 23, 2021
0742e9f
Update ports/flash-runtime-extensions/portfile.cmake
al-sabr Dec 23, 2021
a826bd9
Update ports/flash-runtime-extensions/portfile.cmake
al-sabr Dec 23, 2021
4101c7f
Update ports/flash-runtime-extensions/vcpkg.json
al-sabr Dec 23, 2021
f4f5ccc
Update ports/flash-runtime-extensions/vcpkg.json
al-sabr Dec 23, 2021
6353c3d
Fixed address.
al-sabr Dec 23, 2021
008d2a5
Merge branch 'flash-runtime-extensions' of https://github.com/al-sabr…
al-sabr Dec 23, 2021
84b7539
Fixed url for original port.
al-sabr Dec 23, 2021
7473e88
format vcpkg.json
JonLiu1993 Dec 24, 2021
0bbfe9d
update version
JonLiu1993 Dec 24, 2021
25cdde3
Removed comma.
al-sabr Dec 25, 2021
92d0a9a
Merge branch 'flash-runtime-extensions' of https://github.com/al-sabr…
al-sabr Dec 25, 2021
ad3eaae
add supports
JonLiu1993 Dec 27, 2021
20b1fb4
update version
JonLiu1993 Dec 27, 2021
f6e7468
Removing folder fixing vcpkg build.
al-sabr Dec 28, 2021
c5be415
Merge branch 'flash-runtime-extensions' of https://github.com/al-sabr…
al-sabr Dec 28, 2021
9796d73
Changed hash value and version.
al-sabr Jan 3, 2022
581074c
Fixed baseline hash an version.
al-sabr Jan 3, 2022
9b0a59c
Update ports/flash-runtime-extensions/portfile.cmake
JackBoosY Jan 6, 2022
b203825
Update ports/flash-runtime-extensions/portfile.cmake
JackBoosY Jan 7, 2022
073df15
added vcpkg x-add-version flash-runtime-extensions --overwrite-version
al-sabr Jan 10, 2022
0ec2a43
update veersion
JonLiu1993 Jan 11, 2022
91d945c
update supports
JonLiu1993 Jan 20, 2022
701356b
update version
JonLiu1993 Jan 20, 2022
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
2 changes: 2 additions & 0 deletions ports/flash-runtime-extensions/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# flash-runtime-extensions
CMake port of FlashRuntimeExtensions for vcpkg
22 changes: 22 additions & 0 deletions ports/flash-runtime-extensions/portfile.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
set(VCPKG_POLICY_MISMATCHED_NUMBER_OF_BINARIES enabled)

vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO al-sabr/FlashRuntimeExtensions
REF v2.4
SHA512 16db340a9c8d868c64b9771e3ac9a20e775fa145f36158e798733b788fd99d1ac101bfae93b8f88b0e5a0a530e0261c1fbdf7d367031dd3108c14ee00a106c10
HEAD_REF main
)

vcpkg_cmake_configure(
SOURCE_PATH "${SOURCE_PATH}"
)

vcpkg_cmake_install()

file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)

file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")

file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug")
17 changes: 17 additions & 0 deletions ports/flash-runtime-extensions/vcpkg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "flash-runtime-extensions",
"version": "2.4",
"description": "Adobe AIR Native Extension API for Windows/MacOS/Linux",
"homepage": "https://github.com/al-sabr/FlashRuntimeExtensions",
"supports": "!(arm64 | (arm & uwp))",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}
4 changes: 4 additions & 0 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -2172,6 +2172,10 @@
"baseline": "2019-04-07",
"port-version": 3
},
"flash-runtime-extensions": {
"baseline": "2.3",
"port-version": 0
},
"flashlight-cpu": {
"baseline": "0.3",
"port-version": 2
Expand Down
9 changes: 9 additions & 0 deletions versions/f-/flash-runtime-extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"versions": [
{
"git-tree": "9796d73275e87af0c90ac675087c45269cff1caf",
"version": "2.4",
"port-version": 0
}
]
}