[libnice] Fix license (#26560)

* [libnice] Fix license

* version
This commit is contained in:
Thomas1664 2022-08-29 21:06:37 +02:00 committed by GitHub
parent 2ab1624cf0
commit ed0279d48d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 15 additions and 6 deletions

View File

@ -8,7 +8,7 @@ vcpkg_from_gitlab(
) )
vcpkg_configure_meson( vcpkg_configure_meson(
SOURCE_PATH ${SOURCE_PATH} SOURCE_PATH "${SOURCE_PATH}"
OPTIONS OPTIONS
-Dgtk_doc=disabled #Enable generating the API reference (depends on GTK-Doc) -Dgtk_doc=disabled #Enable generating the API reference (depends on GTK-Doc)
-Dintrospection=disabled #Enable GObject Introspection (depends on GObject)' -Dintrospection=disabled #Enable GObject Introspection (depends on GObject)'
@ -35,6 +35,9 @@ vcpkg_copy_pdbs()
vcpkg_copy_tools(TOOL_NAMES stunbdc stund AUTO_CLEAN) vcpkg_copy_tools(TOOL_NAMES stunbdc stund AUTO_CLEAN)
vcpkg_fixup_pkgconfig() vcpkg_fixup_pkgconfig()
file(COPY "${SOURCE_PATH}/COPYING.LGPL" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}") vcpkg_install_copyright(
file(COPY "${SOURCE_PATH}/COPYING.MPL" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}") FILE_LIST
file(INSTALL "${SOURCE_PATH}/COPYING" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright) "${SOURCE_PATH}/COPYING"
"${SOURCE_PATH}/COPYING.LGPL"
"${SOURCE_PATH}/COPYING.MPL"
)

View File

@ -1,9 +1,10 @@
{ {
"name": "libnice", "name": "libnice",
"version": "0.1.18", "version": "0.1.18",
"port-version": 1,
"description": "Libnice is an implementation of the IETF's Interactive Connectivity Establishment (ICE) standard (RFC 5245) and the Session Traversal Utilities for NAT (STUN) standard (RFC 5389).", "description": "Libnice is an implementation of the IETF's Interactive Connectivity Establishment (ICE) standard (RFC 5245) and the Session Traversal Utilities for NAT (STUN) standard (RFC 5389).",
"homepage": "https://nice.freedesktop.org", "homepage": "https://nice.freedesktop.org",
"license": "LGPL-2.1-only", "license": "LGPL-2.1-only AND MPL-1.1",
"dependencies": [ "dependencies": [
"glib", "glib",
{ {

View File

@ -3906,7 +3906,7 @@
}, },
"libnice": { "libnice": {
"baseline": "0.1.18", "baseline": "0.1.18",
"port-version": 0 "port-version": 1
}, },
"libnoise": { "libnoise": {
"baseline": "1.0.0", "baseline": "1.0.0",

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "e15c3356146049f0dffd9aef46786677bb4b007e",
"version": "0.1.18",
"port-version": 1
},
{ {
"git-tree": "0317c7f34e075c4ebad894b0a6fffed8657f93e5", "git-tree": "0317c7f34e075c4ebad894b0a6fffed8657f93e5",
"version": "0.1.18", "version": "0.1.18",