[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:
reito 2022-12-16 03:52:05 +08:00 committed by GitHub
parent 1937b15357
commit 456f7f0ed7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 32 additions and 0 deletions

View 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
View 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
View File

@ -0,0 +1,9 @@
{
"versions": [
{
"git-tree": "c65d944ff736b48b7b94298ed4627cb49458e7ba",
"version": "1.4.26",
"port-version": 0
}
]
}

View File

@ -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