conda-forge / qt-webengine-feedstock

A conda-smithy repository for qt-webengine.
BSD 3-Clause "New" or "Revised" License
1 stars 14 forks source link

Update to 6.x #46

Open jschueller opened 7 months ago

jschueller commented 7 months ago

@conda-forge-admin please rerender

conda-forge-webservices[bot] commented 7 months ago

Hi! This is the friendly automated conda-forge-linting service.

I wanted to let you know that I linted all conda-recipes in your PR (recipe) and found some lint.

Here's what I've got...

For recipe:

conda-forge-webservices[bot] commented 7 months ago

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipe) and found it was in an excellent condition.

jschueller commented 7 months ago

@conda-forge-admin please rerender

h-vetinari commented 3 months ago

On OSX:

ERROR: Feature "webengine_system_icu": Forcing to "ON" breaks its condition:
    ICU_FOUND
Condition values dump:
    ICU_FOUND = ""

ERROR: Feature "webengine_system_ffmpeg": Forcing to "ON" breaks its condition:
    FFMPEG_FOUND AND QT_FEATURE_webengine_system_opus AND QT_FEATURE_webengine_system_libwebp
Condition values dump:
    FFMPEG_FOUND = ""
    QT_FEATURE_webengine_system_opus = "OFF"
    QT_FEATURE_webengine_system_libwebp = "OFF"

ERROR: Feature "webengine_system_libevent": Forcing to "ON" breaks its condition:
    UNIX AND LIBEVENT_FOUND
Condition values dump:
    UNIX = "1"
    LIBEVENT_FOUND = ""
h-vetinari commented 3 months ago

Also not building correctly on linux:

// Path to a library.
pkgcfg_lib_ZLIB_z:FILEPATH=$PREFIX/lib/libz.so

[1/2] Check QtWebEngine support
QtWebEngine will not be built: Could not find all necessary libraries for qpa-xcb support. X11:YES LIBDRM:YES XCOMPOSITE:NO XCURSOR:NO XRANDR:NO XI:NO XPROTO:NO XSHMFENCE:NO XTST:NO
[1/2] Install the project...
-- Install configuration: "Release"
-- Up-to-date: $PREFIX/lib/cmake/Qt6
-- Installing: $PREFIX/lib/cmake/Qt6/FindSnappy.cmake
-- Installing: $PREFIX/lib/cmake/Qt6/FindGPerf.cmake
-- Installing: $PREFIX/lib/cmake/Qt6/FindGn.cmake
-- Installing: $PREFIX/lib/cmake/Qt6/FindPkgConfigHost.cmake
-- Installing: $PREFIX/lib/cmake/Qt6/FindNodejs.cmake
-- Installing: $PREFIX/lib/cmake/Qt6/FindNinja.cmake

Resource usage statistics from building qt6-webengine:
   Process count: 7
   CPU time: Sys=0:00:06.6, User=0:00:00.8
   Memory: 74.7M
   Disk usage: 3.1M
   Time elapsed: 0:00:21.5
h-vetinari commented 3 months ago

And finally windows:

ERROR: Feature "webengine_system_icu": Forcing to "ON" breaks its condition:
    ICU_FOUND
Condition values dump:
    ICU_FOUND = ""

ERROR: Feature "webengine_system_libevent": Forcing to "ON" breaks its condition:
    UNIX AND LIBEVENT_FOUND
Condition values dump:
    UNIX = ""
    LIBEVENT_FOUND = ""