Versions
v0_pre20200904-r1 :: 0 :: gentoo (Masked by set 4536)
- Modified
- License
- LGPL-3+
- Keywords
- ~amd64
v0_pre20200904 :: 0 :: gentoo (Masked by set 4536)
- Modified
- License
- LGPL-3+
- Keywords
- ~amd64
Dependencies
dev-qt / designer : WYSIWYG tool for designing and building graphical user interfaces with QtWidgets
dev-qt / qt-docs : Qt5 documentation, for use with Qt Creator and other tools
dev-qt / qtbluetooth : Bluetooth support library for the Qt5 framework
dev-qt / qtcharts : Chart component library for the Qt5 framework
dev-qt / qtcore : Cross-platform application development framework
dev-qt / qtdatavis3d : 3D data visualization library for the Qt5 framework
dev-qt / qtdbus : Qt5 module for inter-process communication over the D-Bus protocol
dev-qt / qtgamepad : Qt module to support gamepad hardware
dev-qt / qthelp : Qt5 module for integrating online documentation into applications
dev-qt / qtlocation : Location (places, maps, navigation) library for the Qt5 framework
dev-qt / qtmultimedia : Multimedia (audio, video, radio, camera) library for the Qt5 framework
dev-qt / qtpositioning : Physical position determination library for the Qt5 framework
dev-qt / qtquickcontrols2 : Set of next generation Qt Quick controls for the Qt5 framework
dev-qt / qtscxml : State Chart XML (SCXML) support library for the Qt5 framework
dev-qt / qtsensors : Hardware sensor access library for the Qt5 framework
dev-qt / qtserialbus : Qt module to access CAN, ModBus, and other industrial serial buses and protocols
dev-qt / qtserialport : Serial port abstraction library for the Qt5 framework
dev-qt / qtspeech : Text-to-speech library for the Qt5 framework
dev-qt / qtsql : SQL abstraction library for the Qt5 framework
dev-qt / qtsvg : SVG rendering library for the Qt5 framework
dev-qt / qtvirtualkeyboard : Customizable input framework and virtual keyboard for Qt
dev-qt / qtwebchannel : Qt5 module for integrating C++ and QML applications with HTML/JavaScript clients
dev-qt / qtwebengine : Library for rendering dynamic web content in Qt5 C++ and QML applications
dev-qt / qtwebsockets : Implementation of the WebSocket protocol for the Qt5 framework
dev-qt / qtwebview : Module for displaying web content in a QML application using the Qt5 framework
Runtime Dependencies
dev-qt / designer : WYSIWYG tool for designing and building graphical user interfaces with QtWidgets
dev-qt / qt-docs : Qt5 documentation, for use with Qt Creator and other tools
dev-qt / qtbluetooth : Bluetooth support library for the Qt5 framework
dev-qt / qtcharts : Chart component library for the Qt5 framework
dev-qt / qtcore : Cross-platform application development framework
dev-qt / qtdatavis3d : 3D data visualization library for the Qt5 framework
dev-qt / qtdbus : Qt5 module for inter-process communication over the D-Bus protocol
dev-qt / qtgamepad : Qt module to support gamepad hardware
dev-qt / qthelp : Qt5 module for integrating online documentation into applications
dev-qt / qtlocation : Location (places, maps, navigation) library for the Qt5 framework
dev-qt / qtmultimedia : Multimedia (audio, video, radio, camera) library for the Qt5 framework
dev-qt / qtpositioning : Physical position determination library for the Qt5 framework
dev-qt / qtquickcontrols2 : Set of next generation Qt Quick controls for the Qt5 framework
dev-qt / qtscxml : State Chart XML (SCXML) support library for the Qt5 framework
dev-qt / qtsensors : Hardware sensor access library for the Qt5 framework
dev-qt / qtserialbus : Qt module to access CAN, ModBus, and other industrial serial buses and protocols
dev-qt / qtserialport : Serial port abstraction library for the Qt5 framework
dev-qt / qtspeech : Text-to-speech library for the Qt5 framework
dev-qt / qtsql : SQL abstraction library for the Qt5 framework
dev-qt / qtsvg : SVG rendering library for the Qt5 framework
dev-qt / qtvirtualkeyboard : Customizable input framework and virtual keyboard for Qt
dev-qt / qtwebchannel : Qt5 module for integrating C++ and QML applications with HTML/JavaScript clients
dev-qt / qtwebengine : Library for rendering dynamic web content in Qt5 C++ and QML applications
dev-qt / qtwebsockets : Implementation of the WebSocket protocol for the Qt5 framework
dev-qt / qtwebview : Module for displaying web content in a QML application using the Qt5 framework
Masks
4536- Marek Szuba
Masked for testing and further work - the golang-vcs-snapshot variant seems to be incompatible with revdeps using go-module, the variant using the latter is still broken.- dev-go/qt
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Marek Szuba · gentoo
dev-go/qt-0_pre20200904: explicitly depend on dev-qt/qtcore
Turns out it IS somehow possible for other Qt ebuilds to be emerged without pulling qtCore in. Closes: https://bugs.gentoo.org/766369 Signed-off-by: Marek Szuba <marecki@gentoo.org> - Marek Szuba · gentoo
dev-go/qt: Another take on migration to go-module.eclass
With updated go.sum, 'go install' no longer complains about missing .zip files - but now qtsetup fails on invalid 'go list' arguments. Signed-off-by: Marek Szuba <marecki@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Marek Szuba · gentoo
dev-go/qt: update outdated comments
Signed-off-by: Marek Szuba <marecki@gentoo.org> - Marek Szuba · gentoo
dev-go/qt: New package
Qt5 Go bindings, Go package name 'therecipe/qt'. Dependency of mail-mta/protonmail-bridge[gui]. Packaged for Gentoo instead of using vendoring because it takes a long time to build, uses golang-vcs-snapshot.eclass for now because it seems to be incompatible with go-module.eclass - it keeps failing on vendored dependencies having already been unzipped. Builds fine and most tests pass, that said I haven't done any runtime testing yet and it will likely be very sensitive to dev-qt/* upgrades. Use at own risk for now. Signed-off-by: Marek Szuba <marecki@gentoo.org>