Norman Feske
8943a3e949
Remove '_drv' suffix
...
Issue #4420
2024-06-20 12:54:30 +02:00
Norman Feske
b27bd256dd
libports: use [build_artifacts] in qt5 run scripts
...
Issue #4860
2023-11-28 14:44:29 +01:00
Christian Prochaska
351439b4ab
Add vfs_gpu.lib.so to Qt5 run scripts and recipes
...
Issue #4380
2022-02-28 11:45:18 +01:00
Josef Söntgen
f21cf3f8b1
mesa: name driver library appropriately
...
Rename the 'egl_drv' library and the various back ends to 'mesa_gpu_drv'
and 'mesa_gpu-<backend>'.
Fixes #4275 .
2021-10-13 14:50:37 +02:00
Christian Helmuth
de7d4a5523
Replace libc_pipe plugin by VFS pipe plugin
2020-07-30 08:49:24 +02:00
Christian Prochaska
5af4552511
qt5: build Qt libraries and applications with qmake
...
Fixes #3795
2020-07-03 13:48:55 +02:00
Norman Feske
98f39c698f
Rename "Nitpicker" service name to "Gui"
...
Issue #3778
2020-06-22 09:39:39 +02:00
Christian Prochaska
2f47bbde30
qt5: use VFS pipe plugin
...
Fixes #3759
2020-05-27 11:56:46 +02:00
Christian Helmuth
3dc822f767
qt5: honor --depot-user in run scripts
2018-08-28 16:45:26 +02:00
Christian Prochaska
f347cb90f1
depot: qt5 recipes
...
Fixes #2792
2018-05-30 12:26:19 +02:00
Emery Hemingway
e2661c58dc
Convert static VFS library to dynamic library
...
Fix #2759
2018-05-30 12:26:19 +02:00
Christian Prochaska
a0a54df74c
qt5: pointer shape support
...
Fixes #2586
2017-11-30 11:23:22 +01:00
Sebastian Sumpf
ff935ee1b0
libports: Mesa demos + adjust Qt5
...
* Adjust Qt5 to new Mesa version
* Added eglgears
* Adjust Mesa library build target
fixes #2488
2017-08-28 16:49:43 +02:00
Christian Prochaska
99937a6267
qt5: update to version 5.8.0
...
Fixes #2424
2017-05-31 13:16:23 +02:00
Christian Prochaska
a507928cde
qt5: fix deprecated warnings
...
Fixes #2427
2017-05-31 13:16:19 +02:00
Stefan Kalkowski
0fb672b493
run: use default Qemu memory size for x86
...
Fix #2428
2017-05-31 13:16:19 +02:00
Christian Prochaska
85919d29e2
qt5: update to version 5.6.2
...
Issue #2424
2017-05-31 13:16:18 +02:00
Norman Feske
773e08976d
Assign cap quotas in run scripts and recipes
...
Issue #2398
2017-05-31 13:16:06 +02:00
Norman Feske
03d7208386
Turn posix lib into shared library
...
By building the posix library as shared object with an ABI, we
effectively decouple posix-using programs from the library
implementation (which happens to depend on several os-level APIs such as
the VFS).
2017-05-31 13:16:02 +02:00
Christian Helmuth
88db3c0df7
Fix some deprecated warnings
...
Issue #1987
2017-03-24 16:20:03 +01:00
Christian Prochaska
ea726a1f48
libc: pipe plugin
...
A libc plugin which implements pipes using a ring buffer.
Fixes #1947
2016-05-23 15:52:35 +02:00
Christian Prochaska
7fff1770e0
qt5: update run scripts
...
Fixes #1695
2015-09-30 12:20:41 +02:00
Christian Prochaska
4973f2a310
Qt5: migrate to new ports mechanism
...
Fixes #1233 .
2014-08-22 16:16:40 +02:00
Norman Feske
dc1a08074a
qt5: use window manager
2014-08-13 12:07:55 +02:00
Christian Prochaska
db89c85954
Qt5: ARM-related improvements
...
- fix compile errors when building for ARM
- use the correct device drivers in Qt run scripts
Fixes #1154 .
2014-05-27 11:14:45 +02:00
Norman Feske
ca971bbfd8
Move repositories to 'repos/' subdirectory
...
This patch changes the top-level directory layout as a preparatory
step for improving the tools for managing 3rd-party source codes.
The rationale is described in the issue referenced below.
Issue #1082
2014-05-14 16:08:00 +02:00