Package Details: xfb 2.0.0-7

Git Clone URL: https://aur.archlinux.org/xfb.git (read-only, click to copy)
Package Base: xfb
Description: Open-source Radio Automation with comprehensive accessibility support
Upstream URL: https://github.com/netpack/XFB
Licenses: GPL3
Submitter: netpack
Maintainer: netpack
Last Packager: netpack
Votes: 1
Popularity: 0.000005
First Submitted: 2024-04-09 14:18 (UTC)
Last Updated: 2025-12-01 09:54 (UTC)

Latest Comments

netpack commented on 2025-12-01 10:12 (UTC)

Thank you :-) If you want to help development (suggest, comment, or just hang out): https://discord.gg/XXhfW5tt

Cheers, \f

simona commented on 2025-12-01 10:09 (UTC)

solved. tnx.

simona commented on 2025-11-30 22:46 (UTC)


/home/simona/.cache/yay/xfb/src/XFB/tests/integration/TestPlayerUIController.cpp: In member function ‘void TestPlayerUIController::testPlayButtonConnection()’:
/home/simona/.cache/yay/xfb/src/XFB/tests/integration/TestPlayerUIController.cpp:142:25: error: ‘Ui::player* player::ui’ is private within this context
142 |     if (m_playerWindow->ui && m_playerWindow->ui->btPlay) {
|                         ^~
In file included from /home/simona/.cache/yay/xfb/src/XFB/tests/integration/TestPlayerUIController.cpp:4:
/home/simona/.cache/yay/xfb/src/XFB/tests/integration/../../src/player.h:214:17: note: declared private here
214 |     Ui::player *ui;
|                 ^~
/home/simona/.cache/yay/xfb/src/XFB/tests/integration/TestPlayerUIController.cpp:142:47: error: ‘Ui::player* player::ui’ is private within this context
142 |     if (m_playerWindow->ui && m_playerWindow->ui->btPlay) {
|                                               ^~
/home/simona/.cache/yay/xfb/src/XFB/tests/integration/../../src/player.h:214:17: note: declared private here
214 |     Ui::player *ui;
|                 ^~
/home/simona/.cache/yay/xfb/src/XFB/tests/integration/TestPlayerUIController.cpp:142:49: error: invalid use of incomplete type‘class Ui::player’
142 |     if (m_playerWindow->ui && m_playerWindow->ui->btPlay) {
|                                                 ^~
/home/simona/.cache/yay/xfb/src/XFB/tests/integration/../../src/player.h:35:7: note: forward declaration of ‘class Ui::player’
35 | class player;
|       ^~~~~~
/home/simona/.cache/yay/xfb/src/XFB/tests/integration/TestPlayerUIController.cpp: In member function ‘void TestPlayerUIController::testPlaybackStateUpdates()’:
/home/simona/.cache/yay/xfb/src/XFB/tests/integration/TestPlayerUIController.cpp:219:25: error: ‘Ui::player* player::ui’ is private within this context
219 |     if (m_playerWindow->ui && m_playerWindow->ui->btPlay) {
|                         ^~
/home/simona/.cache/yay/xfb/src/XFB/tests/integration/../../src/player.h:214:17: note: declared private here
214 |     Ui::player *ui;
|                 ^~
/home/simona/.cache/yay/xfb/src/XFB/tests/integration/TestPlayerUIController.cpp:219:47: error: ‘Ui::player* player::ui’ is private within this context
219 |     if (m_playerWindow->ui && m_playerWindow->ui->btPlay) {
|                                               ^~
/home/simona/.cache/yay/xfb/src/XFB/tests/integration/../../src/player.h:214:17: note: declared private here
214 |     Ui::player *ui;
|                 ^~
/home/simona/.cache/yay/xfb/src/XFB/tests/integration/TestPlayerUIController.cpp:219:49: error: invalid use of incomplete type‘class Ui::player’
219 |     if (m_playerWindow->ui && m_playerWindow->ui->btPlay) {
|                                                 ^~
/home/simona/.cache/yay/xfb/src/XFB/tests/integration/../../src/player.h:35:7: note: forward declaration of ‘class Ui::player’
35 | class player;
|       ^~~~~~
/home/simona/.cache/yay/xfb/src/XFB/tests/integration/TestPlayerUIController.cpp: In member function ‘void TestPlayerUIController::testPositionUpdates()’: