Search Criteria
Package Details: wayfire-plugins-extra-git r71.a3412ee-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/wayfire-plugins-extra-git.git (read-only, click to copy) |
---|---|
Package Base: | wayfire-plugins-extra-git |
Description: | 3D wayland compositor extra plugins |
Upstream URL: | https://github.com/WayfireWM/wayfire-plugins-extra |
Licenses: | MIT |
Conflicts: | wayfire-plugins-extra |
Provides: | wayfire-plugins-extra, wayfire-plugins-extra-git |
Submitter: | librewish |
Maintainer: | SolarAquarion |
Last Packager: | SolarAquarion |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2019-10-25 14:02 (UTC) |
Last Updated: | 2024-05-28 12:19 (UTC) |
Dependencies (12)
- glibmm
- glm (glm-gitAUR)
- iio-sensor-proxy (iio-sensor-proxy-gitAUR)
- wayfire-gitAUR (wayfire-hidpi-xprop-gitAUR, wayfire-hidpi-xprop-track-wlroots-gitAUR, wayfire-hidpi-xprop-animation-track-wlroots-gitAUR)
- wayland-protocols (wayland-protocols-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- glm (glm-gitAUR) (make)
- libdisplay-info (libdisplay-info-gitAUR) (make)
- meson (meson-gitAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
- nlohmann-json (nlohmann-json-gitAUR) (make)
- wcmAUR (wcm-gitAUR) (optional) – GTK3-based configuration tool for the Wayfire compositor
Required by (3)
- desq-shell (requires wayfire-plugins-extra)
- wcm-git (requires wayfire-plugins-extra) (optional)
- wf-msg-git (requires wayfire-plugins-extra)
Latest Comments
kode54 commented on 2024-08-24 22:51 (UTC)
This patch will enable the currently disabled optional plugins, one of which has an extra dependency:
https://gist.github.com/kode54/ee53bee72f07fb8cb3c0c9c6ecb15840
earlybird commented on 2024-05-23 05:03 (UTC)
this works - https://pastebin.com/RWnqTVUJ
earlybird commented on 2024-04-14 19:04 (UTC)
Please add nlohmann-json to the makedepends for building in chroot makedepends=('git' 'meson' 'ninja' 'libdisplay-info' 'nlohmann-json')
earlybird commented on 2024-03-25 08:11 (UTC)
Change depends=('wayfire-git' 'glibmm' 'iio-sensor-proxy' 'wayland-protocols' 'glm')
earlybird commented on 2023-12-30 08:24 (UTC)
add libdisplay-info to makedepends or we can not build it in chroot environment
netmanny commented on 2022-11-06 08:11 (UTC)
/usr/include/wayfire/opengl.hpp:131:8: note: conversion of argument 1 would be ill-formed: /usr/include/wayfire/opengl.hpp:131:8: note: candidate: ‘constexpr wf::texture_t::texture_t(wf::texture_t&&)’ /usr/include/wayfire/opengl.hpp:131:8: note: conversion of argument 1 would be ill-formed: [35/43] Compiling C++ object src/libannotate.so.p/annotate.cpp.o FAILED: src/libannotate.so.p/annotate.cpp.o ccache c++ -Isrc/libannotate.so.p -Isrc -I../src -I/usr/include/cairo -I/usr/include/lzo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/libdrm -I/usr/include/libevdev-1.0 -I/usr/include/libxml2 -flto=auto -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wnon-virtual-dtor -Wextra -std=c++17 -O0 -DWLR_USE_UNSTABLE -DWAYFIRE_PLUGIN -Wno-unused-parameter -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -fPIC -pthread -MD -MQ src/libannotate.so.p/annotate.cpp.o -MF src/libannotate.so.p/annotate.cpp.o.d -o src/libannotate.so.p/annotate.cpp.o -c ../src/annotate.cpp ../src/annotate.cpp: In lambda function: ../src/annotate.cpp:571:53: error: ‘stream_signal_t’ in namespace ‘wf’ does not name a type 571 | const auto& workspace = static_cast<wf::stream_signal_t*>(data); | ^~~~~~~~~~~~~~~ ../src/annotate.cpp:571:68: error: expected ‘>’ before ‘’ token 571 | const auto& workspace = static_cast<wf::stream_signal_t*>(data); | ^ ../src/annotate.cpp:571:68: error: expected ‘(’ before ‘’ token ../src/annotate.cpp:571:69: error: expected primary-expression before ‘>’ token 571 | const auto& workspace = static_cast<wf::stream_signal_t*>(data); | ^ ../src/annotate.cpp:571:76: error: expected ‘)’ before ‘;’ token 571 | const auto& workspace = static_cast<wf::stream_signal_t*>(data); | ^ ../src/annotate.cpp:583:73: error: no matching function for call to ‘wf::texture_t::texture_t(<brace-enclosed initializer list>)’ 583 | OpenGL::render_texture(wf::texture_t{ol.texture->tex}, | ^ In file included from /usr/include/wayfire/scene.hpp:3, from /usr/include/wayfire/output.hpp:8, from ../src/annotate.cpp:29: /usr/include/wayfire/opengl.hpp:158:14: note: candidate: ‘wf::texture_t::texture_t(wlr_surface)’ 158 | explicit texture_t(wlr_surface); | ^~~~~~~~~ /usr/include/wayfire/opengl.hpp:158:14: note: conversion of argument 1 would be ill-formed: /usr/include/wayfire/opengl.hpp:156:14: note: candidate: ‘wf::texture_t::texture_t(wlr_texture)’ 156 | explicit texture_t(wlr_texture); | ^~~~~~~~~ /usr/include/wayfire/opengl.hpp:156:14: note: conversion of argument 1 would be ill-formed: /usr/include/wayfire/opengl.hpp:154:5: note: candidate: ‘wf::texture_t::texture_t(GLuint)’ 154 | texture_t(GLuint tex); | ^~~~~~~~~ /usr/include/wayfire/opengl.hpp:154:5: note: conversion of argument 1 would be ill-formed: /usr/include/wayfire/opengl.hpp:152:5: note: candidate: ‘wf::texture_t::texture_t()’ 152 | texture_t(); | ^~~~~~~~~ /usr/include/wayfire/opengl.hpp:152:5: note: candidate expects 0 arguments, 1 provided /usr/include/wayfire/opengl.hpp:131:8: note: candidate: ‘constexpr wf::texture_t::texture_t(const wf::texture_t& ’ 131 | struct texture_t | ^~~~~~~~~ /usr/include/wayfire/opengl.hpp:131:8: note: conversion of argument 1 would be ill-formed: /usr/include/wayfire/opengl.hpp:131:8: note: candidate: ‘constexpr wf::texture_t::texture_t(wf::texture_t&&)’ /usr/include/wayfire/opengl.hpp:131:8: note: conversion of argument 1 would be ill-formed: ninja: build stopped: subcommand failed. ==> ERROR: A failure occurred in build(). Aborting... -> error making: wayfire-plugins-extra-git yay wayfire 26.26s user 3.55s system 98% cpu 30.350 total
tombh commented on 2022-04-21 13:27 (UTC)
Regarding @Khaithang's issue, I have it too. We can subscribe to progress on it at https://github.com/WayfireWM/wayfire-plugins-extra/issues/115
Khaithang commented on 2022-03-22 18:16 (UTC)
Error in build() :