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

[amd-amf] Add amd-amf port #28251

Merged
merged 14 commits into from
Dec 15, 2022
11 changes: 11 additions & 0 deletions ports/amd-amf/portfile.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO GPUOpen-LibrariesAndSDKs/AMF
REF v1.4.26
SHA512 2c931ef7d38ade88a96041e0012605a5d25ec484bb2134f58310cf1a2c7212a869797cef99e2e751c8a6b3c473ba1f8762d4a5d41466d38cb5e31bf664a25f55
HEAD_REF master
)

# Install the AMF headers to the default vcpkg location
file(INSTALL "${SOURCE_PATH}/amf/public/include/" DESTINATION "${CURRENT_PACKAGES_DIR}/include/AMF")
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE.txt")
8 changes: 8 additions & 0 deletions ports/amd-amf/vcpkg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"name": "amd-amf",
"version": "1.4.26",
"description": "AMD Advanced Media Framework headers",
"homepage": "https://github.com/GPUOpen-LibrariesAndSDKs/AMF",
"license": "MIT",
"supports": "!osx"
}
9 changes: 9 additions & 0 deletions versions/a-/amd-amf.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"versions": [
{
"git-tree": "c65d944ff736b48b7b94298ed4627cb49458e7ba",
"version": "1.4.26",
"port-version": 0
}
]
}
4 changes: 4 additions & 0 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@
"baseline": "1.2.6.1",
"port-version": 1
},
"amd-amf": {
"baseline": "1.4.26",
"port-version": 0
},
"ampl-asl": {
"baseline": "2020-11-11",
"port-version": 3
Expand Down