[fdk-aac] add license field and use vcpkg_install_copyright() (#32467)

* [fdk-aac] add license field and use vcpkg_install_copyright()

* Update version database
This commit is contained in:
Marc 2023-07-10 18:53:25 +02:00 committed by GitHub
parent dafef74af5
commit a9f6994ced
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 3 deletions

View File

@ -32,5 +32,5 @@ vcpkg_cmake_config_fixup(CONFIG_PATH "lib/cmake/${PORT}")
vcpkg_fixup_pkgconfig()
vcpkg_copy_pdbs()
vcpkg_copy_tool_dependencies("${CURRENT_PACKAGES_DIR}/tools/${PORT}")
file(INSTALL "${SOURCE_PATH}/NOTICE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME "copyright")
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/NOTICE")
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")

View File

@ -1,9 +1,10 @@
{
"name": "fdk-aac",
"version-semver": "2.0.2",
"port-version": 1,
"port-version": 2,
"description": "A standalone Third-Party Modified Version of the Fraunhofer FDK AAC Codec Library for Android. Uses a fork without HE-AAC, HE-AACv2, or xHE-AAC support to avoid patent licensing and GPL compatibility issues when built without the he-aac option.",
"homepage": "https://gitlab.freedesktop.org/wtaymans/fdk-aac-stripped",
"license": "FDK-AAC",
"dependencies": [
{
"name": "vcpkg-cmake",

View File

@ -2482,7 +2482,7 @@
},
"fdk-aac": {
"baseline": "2.0.2",
"port-version": 1
"port-version": 2
},
"fdlibm": {
"baseline": "5.3",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "85e6f9518580daf2454d9db89b0e813d0e9d4008",
"version-semver": "2.0.2",
"port-version": 2
},
{
"git-tree": "56f6b0699ef8d63059cd4ecb1bdc7613104d7cf8",
"version-semver": "2.0.2",