Search Criteria
Package Details: greenisland 0.9.0.1-1
Git Clone URL: | https://aur.archlinux.org/greenisland.git (read-only, click to copy) |
---|---|
Package Base: | greenisland |
Description: | Green Island: Qt-based compositor infrastructure for Wayland |
Upstream URL: | http://hawaiios.org |
Keywords: | compositor qml qt5 qtquick wayland |
Licenses: | |
Conflicts: | |
Submitter: | plfiorini |
Maintainer: | plfiorini |
Last Packager: | plfiorini |
Votes: | 11 |
Popularity: | 0.000000 |
First Submitted: | 2015-03-11 07:53 |
Last Updated: | 2017-01-23 20:40 |
Dependencies (13)
- fontconfig (fontconfig-srb, fontconfig-infinality-ultimate, fontconfig-infinality, fontconfig-infinality-remix, fontconfig-git, fontconfig-ubuntu)
- freetype2 (freetype2-v35, freetype2-old-hinting, freetype2-infinality, freetype2-ttmetrics, freetype2-ultimate5, freetype2-git, freetype2-infinality-remix, freetype2-minimal-git)
- libdrm (libdrm-grate-git, libdrm-git, libdrm-minimal-git)
- libinput (libinput-swap-two-and-three-finger-tap, libinput-fix101796-git, libinput-no-hysteresis, libinput-nosmoothing, libinput-nomiddletap, libinput-accel-profile-git, libinput-hires-scroll, libinput-complyue, libinput-git, libinput-multiplier, libinput-minimal-git, libinput-three-finger-drag)
- libxkbcommon (libxkbcommon-git)
- qt5-declarative (qt5-declarative-git)
- systemd (systemd-light, systemd-cdown-git, systemd-git, systemd-selinux)
- wayland-protocols (wayland-protocols-git)
- xkeyboard-config (xkeyboard-config-rub, xkeyboard-config-hhk, xkeyboard-config-bone, xkeyboard-config-dreymar-git, xkeyboard-config-chromebook, galliumos-xkeyboard-config, xkeyboard-config-adnw, xkeyboard-config-git, xkeyboard-config-bbkt-git)
- extra-cmake-modules (extra-cmake-modules-git) (make)
- gdb (gdb-git, gdb-ibuclaw-git, gdb-trunk, gdb-mini) (make)
- libxcursor (libxcursor-git) (make)
- xcb-util-cursor (xcb-util-cursor-git) (make)
Latest Comments
xorgmc commented on 2016-07-07 07:15
Compiling fails with
In file included from /tmp/yaourt-tmp-xorg/aur-greenisland/src/build/headers/GreenIsland/platform/eglplatformcontext.h:1:0,
from /tmp/yaourt-tmp-xorg/aur-greenisland/src/build/headers/GreenIsland/Platform/EGLPlatformContext:1,
from /tmp/yaourt-tmp-xorg/aur-greenisland/src/greenisland-greenisland-b37dfb6/src/platform/eglconvenience/eglpbuffer.h:46,
from /tmp/yaourt-tmp-xorg/aur-greenisland/src/greenisland-greenisland-b37dfb6/src/platform/deviceintegration/eglfscontext.cpp:45:
/tmp/yaourt-tmp-xorg/aur-greenisland/src/greenisland-greenisland-b37dfb6/src/platform/eglconvenience/eglplatformcontext.h:73:22: Fehler: »void (* GreenIsland::Platform::EGLPlatformContext::getProcAddress(const QByteArray&))()« marked »override«, but does not override
QFunctionPointer getProcAddress(const QByteArray &procName) Q_DECL_OVERRIDE;
^~~~~~~~~~~~~~
In file included from /usr/include/qt/QtGui/5.7.0/QtGui/qpa/qplatformwindow.h:57:0,
from /tmp/yaourt-tmp-xorg/aur-greenisland/src/greenisland-greenisland-b37dfb6/src/platform/eglconvenience/eglplatformcontext.h:44,
from /tmp/yaourt-tmp-xorg/aur-greenisland/src/build/headers/GreenIsland/platform/eglplatformcontext.h:1,
from /tmp/yaourt-tmp-xorg/aur-greenisland/src/build/headers/GreenIsland/Platform/EGLPlatformContext:1,
from /tmp/yaourt-tmp-xorg/aur-greenisland/src/greenisland-greenisland-b37dfb6/src/platform/eglconvenience/eglpbuffer.h:46,
from /tmp/yaourt-tmp-xorg/aur-greenisland/src/greenisland-greenisland-b37dfb6/src/platform/deviceintegration/eglfscontext.cpp:45:
/usr/include/qt/QtGui/5.7.0/QtGui/qpa/qplatformopenglcontext.h:86:30: Warnung: »virtual void (* QPlatformOpenGLContext::getProcAddress(const char*))()« was hidden [-Woverloaded-virtual]
virtual QFunctionPointer getProcAddress(const char *procName) = 0;
^~~~~~~~~~~~~~
In file included from /tmp/yaourt-tmp-xorg/aur-greenisland/src/build/headers/GreenIsland/platform/eglplatformcontext.h:1:0,
from /tmp/yaourt-tmp-xorg/aur-greenisland/src/build/headers/GreenIsland/Platform/EGLPlatformContext:1,
from /tmp/yaourt-tmp-xorg/aur-greenisland/src/greenisland-greenisland-b37dfb6/src/platform/eglconvenience/eglpbuffer.h:46,
from /tmp/yaourt-tmp-xorg/aur-greenisland/src/greenisland-greenisland-b37dfb6/src/platform/deviceintegration/eglfscontext.cpp:45:
/tmp/yaourt-tmp-xorg/aur-greenisland/src/greenisland-greenisland-b37dfb6/src/platform/eglconvenience/eglplatformcontext.h:73:22: Warnung: by »void (* GreenIsland::Platform::EGLPlatformContext::getProcAddress(const QByteArray&))()« [-Woverloaded-virtual]
QFunctionPointer getProcAddress(const QByteArray &procName) Q_DECL_OVERRIDE;
^~~~~~~~~~~~~~
make[2]: *** [src/platform/CMakeFiles/GreenIslandPlatform.dir/build.make:141: src/platform/CMakeFiles/GreenIslandPlatform.dir/deviceintegration/eglfscontext.cpp.o] Fehler 1
make[1]: *** [CMakeFiles/Makefile2:1398: src/platform/CMakeFiles/GreenIslandPlatform.dir/all] Fehler 2
make: *** [Makefile:161: all] Fehler 2
Compiling greenisland-git works fine.