Commit Graph

12286 Commits

Author SHA1 Message Date
ericLemanissier
79746f640b (#11565) doc: update links to point to github pages 2022-07-08 20:22:12 +02:00
toge
6977ed440e (#11559) simdjson: add version 2.2.0 2022-07-08 19:42:55 +02:00
Jordan Williams
b81442ca25 (#11532) qt/6.x.x: Run CMake in build context
Running CMake in the package method requires the build context.
Without using the required build context, libraries will not be found.
This PR uses a build context function to wrap CMake calls.
This ensures the necessary build environment can be used when running CMake.

Fixes #11489.
2022-07-08 19:13:39 +02:00
Jordan Williams
554ae9d7c4 (#11531) qt/5.x.x: Fix passing link directories to QMake
* qt/5.x.x: Fix passing link directories through QMake

QMake incorrectly sets `LFLAGS` instead of `LDFLAGS` in Makefiles.
The former passes flags to the lexer and not the linker.
This is the result of passing library directories via `QMAKE_LFLAGS`.
Instead, use the `QMAKE_LIBDIR` variable to pass these directories.

* Fix resolv Conan Hook warning
2022-07-08 00:22:03 +02:00
Kim Lindberger
cdfc8038e8 (#11526) [ruy] Upgrade ruy to cci.20220628 2022-07-07 23:52:27 +02:00
Jordan Williams
df1fb263e8 (#11496) qt/5.x.x: Disable QtWebEngine jumbo builds
Jumbo builds consistently crash builds when building QtWebEngine.
On a fairly new machine with 32 GB of RAM, I can't have other applications open.
On a the Pinebook Pro, an aarch64 machine, compilation just freezes when it reaches jumbo builds.
Although jumbo builds can improve build times, they should never be defaulted on.
This is explained in the CMake documentation for unity builds.
To ensure builds complete, jumbo builds must be disabled.
The QMake configure command-line option `-webengine-jumbo-build 0` accomplishes this.
2022-07-07 09:41:58 +02:00
Alexander Bigerl
3dbb423c62 (#11530) metall: initial recipe
* initial metall package

* typos 🤦

* addressed issues from review

* do not test the package if cross building

Co-authored-by: SSE4 <tomskside@gmail.com>

* added import for tools.cross_building to test_package conanfile.py

Co-authored-by: SSE4 <tomskside@gmail.com>
2022-07-07 09:04:15 +02:00
tt4g
ed22748cad (#11567) Add libpqxx/7.7.4 2022-07-06 23:22:11 +02:00
Javier G. Sogo
2a6717f3b1 (#11560) v2 - Do not notify via slack 2022-07-06 23:02:24 +02:00
Rasmus Thomsen
4e564f687c (#11548) xerces-c: fixup install name on MacOS 2022-07-06 22:43:56 +02:00
Bishop Johnson
0a3e560b56 (#11547) enjincppsdk: add version 1.0.0-alpha.7 2022-07-06 22:22:06 +02:00
ericLemanissier
5dec193da4 (#11545) Harrbuzz 4.4.1
* harfbuzz: add version 4.4.0

Generated and committed by [Conan Center Bot](https://github.com/qchateau/conan-center-bot)
Find more updatable recipes in the [GitHub Pages](https://qchateau.github.io/conan-center-bot/)

* Update conanfile.py

* Update conanfile.py

* remove old versions

* harfbuzz 4.4.1

* Update conandata.yml

* remove 2.x versions

* only export used patches

Co-authored-by: Quentin Chateau via Conan Center Bot <quentin.chateau@gmail.com>
2022-07-06 22:02:12 +02:00
Javier G. Sogo
01b9b3e9d8 (#11544) gitignore - with new generators some files appear at root level 2022-07-06 21:42:06 +02:00
Mikhail Lappo
64de8bf91b (#11541) (#11540) perfetto: Bump version to 27.0 2022-07-06 21:22:11 +02:00
toge
7b4cb890b5 (#11538) osmanip: add recipe
* osmanip: add recipe

* update required cmake version

* link arsenalgear
2022-07-06 21:02:36 +02:00
SpaceIm
276c847b07 (#11534) ogg: remove build_testing option 2022-07-06 20:42:03 +02:00
Thomas Steiner
7e0ff14467 (#11528) Version bump sqlitecpp: sqlite3 3.38.5 2022-07-06 20:22:01 +02:00
ericLemanissier
5ef6709254 (#11432) qt5: add md4c dependency
* qt5: add md4c dependency

* don't delete harfbuzz

it seems to be mandatory

* don't remove md4c

bundled header is always used.

* don't unbundle xcb

it's required on xenial

* Update conanfile.py
2022-07-06 20:02:10 +02:00
Andreas Stefl
2538cffced (#11378) fix pango requirements
Pango only uses xrender when Xft, fontconfig and freetype are enabled
2022-07-06 19:42:04 +02:00
toge
59ad9dbb82 (#11311) mongo-c-driver: add version 1.22.0
* mongo-c-driver: add version 1.21.2

* disable warning as errors

* fix patch

* add crypt32

* drop support static build in 1.21.2

* disable pointer conversions check

* add version 1.22.0
2022-07-06 19:22:03 +02:00
theirix
f051231048 (#11262) libwebsockets: add version 4.3.2, bump deps
* Register builddirs for cmake file

* Add libwebsockets 4.3.2

* Bump dependencies

* Disable build for MSVC pre-2019

* Disable warnings as errors (/WX) for MSVC

* Fix patching

* Temporarily override Windows SDK version
2022-07-06 19:02:03 +02:00
Serkan Tuerker
b1fbb052b4 (#8373) zxing-cpp: dependency version update of stb
* zxing-cpp: dependency version update of stb

See
354ee84b27 (diff-48e3a9d98498745b6951e8e1892a7dccba4ce971fc5c4149e2b2317e40308932)

* - reject MT + DLL

* Update conanfile.py

Co-authored-by: SSE4 <tomskside@gmail.com>
2022-07-06 18:42:01 +02:00
ericLemanissier
f9d317ec42 (#11434) qt6: add md4c dependency
* qt6: add md4c dependency

* don't unbundle xcb-xinput

it's mandatory

* Update conanfile.py

* Update conanfile.py
2022-07-05 10:05:30 +02:00
SpaceIm
95914f78be (#11502) Bump geos/3.11.0
* add geos/3.11.0

* drop maintenance of several versions

* fix conan v2 migration hook
2022-07-05 09:25:08 +02:00
Paul Harris
c1153ca82a (#11475) qt: set QT_PLUGIN_PATH for the run/build environments 2022-07-05 07:24:01 +02:00
René Ferdinand Rivera Morell
477a80a0a2 (#11535) B2 4.9.2 2022-07-05 05:05:12 +02:00
toge
c280102c1a (#11486) openscenegraph: update dependencies 2022-07-04 23:44:55 +02:00
ericLemanissier
749d441e71 (#11524) pango 1.50.8 2022-07-04 23:05:11 +02:00
Alex
9f06bfda52 (#11518) erikzenker-hsm: Bump min Conan version and deps
* erikzenker-hsm: Bump minimal Conan version to 1.43

* erikzenker-hsm: Bump Boost dep to 1.79
2022-07-04 22:44:59 +02:00
Yoann Potinet
8f96d5969d (#11517) Bump acl/2.0.5 2022-07-04 22:24:55 +02:00
Martin Delille
48147a8d8b (#11501) Add create-dmg/1.1.0
* Add create-dmg/1.1.0

* Add support folder content
2022-07-04 21:42:04 +02:00
Jordan Williams
9ff06876d1 (#11492) libdrm/2.4.109: Package man pages in res/man
Fixes the Conan Hook warning when man pages are installed under share/man.
2022-07-04 20:45:38 +02:00
toge
55aed78fd8 (#11491) arsenalgear: add "arsenalgear" to include path
* add "arsenalgear" to include path
add exprtk to requires

* link math lib
2022-07-04 19:45:34 +02:00
Zero King
16f4001146 (#11482) aws-c-event-stream: add version 0.2.12
Generated and committed by [Conan Center Bot](https://github.com/qchateau/conan-center-bot)
Find more updatable recipes in the [GitHub Pages](https://qchateau.github.io/conan-center-bot/)

Co-authored-by: Quentin Chateau via Conan Center Bot <quentin.chateau@gmail.com>
2022-07-04 17:53:45 +02:00
Uilian Ries
dc19e92dc6 (#11345) [cocoyaxi] Macos: Remove cmake as build_requirement
Signed-off-by: Uilian Ries <uilianries@gmail.com>
2022-07-04 16:45:44 +02:00
Anonymous Maarten
81f9b609a5 (#11480) detours: add detours/cci.20220630 recipe
* detours: add detours/cci.20220630 recipe

* detours: add mingw support

* detours: fix test package for MSVC
2022-07-04 14:27:56 +02:00
Martin Delille
ab5979bd2b (#11505) uncrustify/*: Define includedirs to fix hook error 2022-07-04 13:45:21 +02:00
toge
cc2b33d1d7 (#11503) rapidcsv: add version 8.64
Generated and committed by [Conan Center Bot](https://github.com/qchateau/conan-center-bot)
Find more updatable recipes in the [GitHub Pages](https://qchateau.github.io/conan-center-bot/)

Co-authored-by: Quentin Chateau via Conan Center Bot <quentin.chateau@gmail.com>
2022-07-04 13:27:51 +02:00
Martin Delille
0a03829424 (#11499) Use quazip proper patch for Qt6/C++17
* Bump qt version

* Use proper commit for patch
2022-07-04 12:45:18 +02:00
Roberto Rossini
9a11d3757e (#11487) highfive: add v2.4.1 2022-07-04 12:25:23 +02:00
Gauthier Billot
52c0e976ca (#11042) ogg: Add option to disable testing
* ogg: Add option to disable testing

* Update recipes/ogg/all/conanfile.py

Co-authored-by: Uilian Ries <uilianries@gmail.com>

* Update recipes/ogg/all/conanfile.py

Co-authored-by: Uilian Ries <uilianries@gmail.com>

* Update recipes/ogg/all/conanfile.py

Co-authored-by: Uilian Ries <uilianries@gmail.com>

Co-authored-by: Uilian Ries <uilianries@gmail.com>
2022-07-04 12:07:22 +02:00
Jordan Williams
dc4ca9ceaa (#11494) wayland: Add version 1.21.0 2022-07-04 11:47:05 +02:00
Tobias Hermann
f320fbf11d (#11411) Add latest frugally-deep version (0.15.18-p0) 2022-07-04 10:47:14 +02:00
Alex
0fd031b2fc (#11521) source_location: add version 0.2.1
Generated and committed by [Conan Center Bot](https://github.com/qchateau/conan-center-bot)
Find more updatable recipes in the [GitHub Pages](https://qchateau.github.io/conan-center-bot/)

Co-authored-by: Quentin Chateau via Conan Center Bot <quentin.chateau@gmail.com>
2022-07-04 08:45:21 +02:00
ericLemanissier
ed7054a0f5 (#11520) meson: add version 0.63.0
Generated and committed by [Conan Center Bot](https://github.com/qchateau/conan-center-bot)
Find more updatable recipes in the [GitHub Pages](https://qchateau.github.io/conan-center-bot/)

Co-authored-by: Quentin Chateau via Conan Center Bot <quentin.chateau@gmail.com>
2022-07-04 08:05:19 +02:00
Roberto Rossini
68e2ca0f80 (#11519) libcuckoo: add v0.3.1 2022-07-04 02:45:17 +02:00
Alex
b7211aaf81 (#11515) hdf5: add version 1.13.1
Generated and committed by [Conan Center Bot](https://github.com/qchateau/conan-center-bot)
Find more updatable recipes in the [GitHub Pages](https://qchateau.github.io/conan-center-bot/)

Co-authored-by: Quentin Chateau via Conan Center Bot <quentin.chateau@gmail.com>
2022-07-03 23:45:07 +02:00
Alex
cb2538ed4a (#11513) vulkan-headers: add version 1.3.219
Generated and committed by [Conan Center Bot](https://github.com/qchateau/conan-center-bot)
Find more updatable recipes in the [GitHub Pages](https://qchateau.github.io/conan-center-bot/)

Co-authored-by: Quentin Chateau via Conan Center Bot <quentin.chateau@gmail.com>
2022-07-03 23:25:08 +02:00
Alex
f4324504d3 (#11512) hana: add version 1.79.0
Generated and committed by [Conan Center Bot](https://github.com/qchateau/conan-center-bot)
Find more updatable recipes in the [GitHub Pages](https://qchateau.github.io/conan-center-bot/)

Co-authored-by: Quentin Chateau via Conan Center Bot <quentin.chateau@gmail.com>
2022-07-03 23:05:15 +02:00
Alex
7b9f706dce (#11508) emsdk: add version 3.1.15
Generated and committed by [Conan Center Bot](https://github.com/qchateau/conan-center-bot)
Find more updatable recipes in the [GitHub Pages](https://qchateau.github.io/conan-center-bot/)

Co-authored-by: Quentin Chateau via Conan Center Bot <quentin.chateau@gmail.com>
2022-07-03 22:45:11 +02:00