os/mac/pkgconfig/13: update for beta 9 SDK
This commit is contained in:
parent
0fdb06b421
commit
44f93069bb
@ -5,8 +5,9 @@ libdir=${exec_prefix}/lib
|
|||||||
includedir=${prefix}/include
|
includedir=${prefix}/include
|
||||||
|
|
||||||
Name: expat
|
Name: expat
|
||||||
Version: 2.4.1
|
Version: 2.4.8
|
||||||
Description: expat XML parser
|
Description: expat XML parser
|
||||||
URL: http://www.libexpat.org
|
URL: https://libexpat.github.io/
|
||||||
Libs: -L${libdir} -lexpat
|
Libs: -L${libdir} -lexpat
|
||||||
|
Libs.private:
|
||||||
Cflags:
|
Cflags:
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
# | (__| |_| | _ <| |___
|
# | (__| |_| | _ <| |___
|
||||||
# \___|\___/|_| \_\_____|
|
# \___|\___/|_| \_\_____|
|
||||||
#
|
#
|
||||||
# Copyright (C) 2001 - 2020, Daniel Stenberg, <daniel@haxx.se>, et al.
|
# Copyright (C) 2001 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al.
|
||||||
#
|
#
|
||||||
# This software is licensed as described in the file COPYING, which
|
# This software is licensed as described in the file COPYING, which
|
||||||
# you should have received as part of this distribution. The terms
|
# you should have received as part of this distribution. The terms
|
||||||
@ -18,6 +18,8 @@
|
|||||||
# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
|
# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
|
||||||
# KIND, either express or implied.
|
# KIND, either express or implied.
|
||||||
#
|
#
|
||||||
|
# SPDX-License-Identifier: curl
|
||||||
|
#
|
||||||
###########################################################################
|
###########################################################################
|
||||||
|
|
||||||
# This should most probably benefit from getting a "Requires:" field added
|
# This should most probably benefit from getting a "Requires:" field added
|
||||||
@ -34,7 +36,7 @@ supported_features="alt-svc AsynchDNS GSS-API HSTS HTTP2 HTTPS-proxy IPv6 Kerber
|
|||||||
Name: libcurl
|
Name: libcurl
|
||||||
URL: https://curl.se/
|
URL: https://curl.se/
|
||||||
Description: Library to transfer files with ftp, http, etc.
|
Description: Library to transfer files with ftp, http, etc.
|
||||||
Version: 7.79.1
|
Version: 7.84.0
|
||||||
Libs: -L${libdir} -lcurl
|
Libs: -L${libdir} -lcurl
|
||||||
Libs.private: -lldap -lz
|
Libs.private: -lldap -lz
|
||||||
Cflags:
|
Cflags:
|
||||||
|
@ -8,6 +8,7 @@ includedir=${prefix}/include
|
|||||||
Name: libexslt
|
Name: libexslt
|
||||||
Version: 0.8.20
|
Version: 0.8.20
|
||||||
Description: EXSLT Extension library
|
Description: EXSLT Extension library
|
||||||
Requires: libxml-2.0
|
Requires: libxml-2.0, libxslt
|
||||||
Libs: -L${libdir} -lexslt -lxslt -lxml2 -lz -lpthread -licucore -lm
|
|
||||||
Cflags:
|
Cflags:
|
||||||
|
Libs: -L${libdir} -lexslt
|
||||||
|
Libs.private:
|
||||||
|
@ -9,5 +9,6 @@ Name: libxslt
|
|||||||
Version: 1.1.35
|
Version: 1.1.35
|
||||||
Description: XSLT library version 2.
|
Description: XSLT library version 2.
|
||||||
Requires: libxml-2.0
|
Requires: libxml-2.0
|
||||||
Libs: -L${libdir} -lxslt -lxml2 -lz -lpthread -licucore -lm
|
|
||||||
Cflags:
|
Cflags:
|
||||||
|
Libs: -L${libdir} -lxslt
|
||||||
|
Libs.private:
|
||||||
|
@ -6,7 +6,7 @@ includedir=${prefix}/include
|
|||||||
|
|
||||||
Name: SQLite
|
Name: SQLite
|
||||||
Description: SQL database engine
|
Description: SQL database engine
|
||||||
Version: 3.37.0
|
Version: 3.39.4
|
||||||
Libs: -L${libdir} -lsqlite3
|
Libs: -L${libdir} -lsqlite3
|
||||||
Libs.private:
|
Libs.private:
|
||||||
Cflags:
|
Cflags:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user