vcpkg/ports/qtinterfaceframework/vcpkg.json
Alexander Neumann 5afd32266c
[qtinterfaceframework|opencv] fix python stuff (#24041)
* add upstream patch

* [skip actions] add the patch file

* fine tune

* [opencv] update portfiles to use vcpkg-get-python-packages

* fix references

* try another fix

* add all deps

* add code from tensorflow about venv

* retry

* fix file path

* new approach

* unset pythonhome

* next unset

* try this instead.

* retry without the PYTHON_LIB_PATH stuff

* try and error

* next try

* retry

* typo fix

* try updating

* retry

* more try and error

* reorder

* drop qface version

* use qface 2.0.5

* bump watchdog

* fix call on !windows

* fine tuning

* refactor function signature

* update version

* fix formating

* version stuff

* create dir before usage

* fine tuning

* version stuff

* update and patch libilbc

* formating stuff

* fix version-string

* version stuff

* add license

* version update

* bump version

* version stuff

* version stuff

Co-authored-by: Alexander Neumann <you@example.com>
Co-authored-by: Stefano Sinigardi <stesinigardi@hotmail.com>
2022-04-14 11:08:23 -07:00

42 lines
783 B
JSON

{
"name": "qtinterfaceframework",
"version": "6.2.4",
"port-version": 1,
"description": "Qt Interface Framework",
"homepage": "https://www.qt.io/",
"license": null,
"dependencies": [
{
"name": "pkgconf",
"host": true
},
{
"name": "qtdeclarative",
"default-features": false
},
{
"name": "qtinterfaceframework",
"host": true,
"default-features": false
},
{
"name": "qtmultimedia",
"default-features": false
},
{
"name": "qtremoteobjects",
"default-features": false
},
{
"name": "qttools",
"default-features": false
},
"taglib",
{
"name": "vcpkg-get-python-packages",
"host": true,
"default-features": false
}
]
}