Package Details: wayfire-plugins-extra-git r71.a3412ee-1

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: librewish
Votes: 2
Popularity: 0.000017
First Submitted: 2019-10-25 14:02 (UTC)
Last Updated: 2020-08-08 15:19 (UTC)

Dependencies (7)

Required by (3)

Sources (1)

Latest Comments

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() :

[28/43] Compiling C++ obj
ect src/libmag.so.p/mag.cpp.o
FAILED: src/libmag.so.p/mag.cpp.o
ccache c++ -Isrc/libmag.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 -DWLR_USE_UNSTABLE -DWAYFIRE_PLUGIN -Wno-unused-parameter -Wp,-D_GLIBCXX_ASSERTIONS -fPIC -pthread -MD -MQ src/libmag.so.p/mag.cpp.o -MF src/libmag.so.p/mag.cpp.o.d -o src/libmag.so.p/mag.cpp.o -c ../src/mag.cpp
../src/mag.cpp: In lambda function:
../src/mag.cpp:176:30: error: ‘struct wlr_output’ has no member named ‘front_buffer’
  176 |         if (!output->handle->front_buffer)
      |                              ^~~~~~~~~~~~
../src/mag.cpp:184:52: error: ‘struct wlr_output’ has no member named ‘front_buffer’
  184 |         if (!wlr_buffer_get_dmabuf(output->handle->front_buffer, &dmabuf_attribs))
      |                                                    ^~~~~~~~~~~~
[33/43] Compiling C++ object src/libwinzoom.so.p/window-zoom.cpp.o
ninja: build stopped: subcommand failed.
==> ERROR: A failure occurred in build().