mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-19 05:53:03 +08:00
[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:
parent
dafef74af5
commit
a9f6994ced
@ -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")
|
||||
|
@ -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",
|
||||
|
@ -2482,7 +2482,7 @@
|
||||
},
|
||||
"fdk-aac": {
|
||||
"baseline": "2.0.2",
|
||||
"port-version": 1
|
||||
"port-version": 2
|
||||
},
|
||||
"fdlibm": {
|
||||
"baseline": "5.3",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "85e6f9518580daf2454d9db89b0e813d0e9d4008",
|
||||
"version-semver": "2.0.2",
|
||||
"port-version": 2
|
||||
},
|
||||
{
|
||||
"git-tree": "56f6b0699ef8d63059cd4ecb1bdc7613104d7cf8",
|
||||
"version-semver": "2.0.2",
|
||||
|
Loading…
Reference in New Issue
Block a user