mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 12:35:37 +08:00
[amd-amf] Add amd-amf port (#28251)
* Add AMF port * Add AMF port and its versions * add amf port - ci * add amf port - format * add amf port - versions * rename amf to amd-amf * version * add ffmpeg qsv port - fix * add ffmpeg qsv port - fix * add ffmpeg qsv port - fix indent * add space line * update version * remove space line * remove space Co-authored-by: Jonliu1993 <13720414433@163.com>
This commit is contained in:
parent
1937b15357
commit
456f7f0ed7
11
ports/amd-amf/portfile.cmake
Normal file
11
ports/amd-amf/portfile.cmake
Normal file
@ -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
ports/amd-amf/vcpkg.json
Normal file
8
ports/amd-amf/vcpkg.json
Normal file
@ -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
versions/a-/amd-amf.json
Normal file
9
versions/a-/amd-amf.json
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "c65d944ff736b48b7b94298ed4627cb49458e7ba",
|
||||||
|
"version": "1.4.26",
|
||||||
|
"port-version": 0
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -80,6 +80,10 @@
|
|||||||
"baseline": "1.2.6.1",
|
"baseline": "1.2.6.1",
|
||||||
"port-version": 1
|
"port-version": 1
|
||||||
},
|
},
|
||||||
|
"amd-amf": {
|
||||||
|
"baseline": "1.4.26",
|
||||||
|
"port-version": 0
|
||||||
|
},
|
||||||
"ampl-asl": {
|
"ampl-asl": {
|
||||||
"baseline": "2020-11-11",
|
"baseline": "2020-11-11",
|
||||||
"port-version": 3
|
"port-version": 3
|
||||||
|
Loading…
Reference in New Issue
Block a user