bincrafters / community

Central repository for issues and recipes
http://bincrafters.readthedocs.io/en/latest/
MIT License
217 stars 36 forks source link

[request] qt/5.15.1 #1271

Closed reneme closed 4 years ago

reneme commented 4 years ago

Package Details

The above mentioned version is newly released by the upstream project and not yet available as a recipe. Please add this version.

ericLemanissier commented 4 years ago

build just started on the stable channel, so the recipe and binaries should be available in ~30 minutes. thanks for the notification !

reneme commented 4 years ago

Thanks for the swift turnaround!

For reference, I get a few warnings about patches not being applied because they're already in. Perhaps they can make their way out of the recipe. I'll have a look at that tomorrow.

WARN: patches/e2eb6e9.diff: file 1/1:    b'src/corelib/mimetypes/mime/generate.pl'
WARN: patches/e2eb6e9.diff:  hunk no.1 doesn't match source file at line 63
WARN: patches/e2eb6e9.diff:   expected: b'        $compress = "zstd -cq19 --single-thread";'
WARN: patches/e2eb6e9.diff:   actual  : b'        $compress = "zstd -cq19 -T1";'
WARN: patches/e2eb6e9.diff: already patched  b'src/corelib/mimetypes/mime/generate.pl'
WARN: patches/c994a33.diff: file 1/1:    b'src/corelib/mimetypes/mime/generate.pl'
WARN: patches/c994a33.diff:  hunk no.1 doesn't match source file at line 70
WARN: patches/c994a33.diff:   expected: b'if (checkCommand("xml")) {'
WARN: patches/c994a33.diff:   actual  : b'if (checkCommand("xmlstarlet")) {'
WARN: patches/c994a33.diff: already patched  b'src/corelib/mimetypes/mime/generate.pl'
WARN: patches/b619f2a.diff: file 1/1:    b'src/corelib/tools/qarraydata.cpp'
WARN: patches/b619f2a.diff:  hunk no.1 doesn't match source file at line 3
WARN: patches/b619f2a.diff:   expected: b'** Copyright (C) 2019 The Qt Company Ltd.'
WARN: patches/b619f2a.diff:   actual  : b'** Copyright (C) 2020 The Qt Company Ltd.'
WARN: patches/b619f2a.diff: file 1/1:    b'src/corelib/tools/qarraydata.cpp'
WARN: patches/b619f2a.diff:  hunk no.2 doesn't match source file at line 152
WARN: patches/b619f2a.diff:   expected: b'QT_WARNING_PUSH'
WARN: patches/b619f2a.diff:   actual  : b'const QArrayData QArrayData::shared_null[2] = {'
WARN: patches/b619f2a.diff: already patched  b'src/corelib/tools/qarraydata.cpp'
ericLemanissier commented 4 years ago

already done here: https://github.com/bincrafters/conan-qt/commit/bef822e436f8cd7c5930451e75c7ddbdf9678118 ;)