Package Details: sayonara-player 1.9.0_stable1-1

Git Clone URL: https://aur.archlinux.org/sayonara-player.git (read-only, click to copy)
Package Base: sayonara-player
Description: Small, clear and fast audio player for Linux written in C++, supported by the Qt framework. It uses Gstreamer as audio backend.
Upstream URL: https://sayonara-player.com/
Keywords: audio music sayonara-player
Licenses: GPL3
Submitter: stefan.weckend
Maintainer: FabioLolix
Last Packager: FabioLolix
Votes: 79
Popularity: 1.00
First Submitted: 2012-10-31 20:22 (UTC)
Last Updated: 2024-03-03 09:49 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

xircon commented on 2021-05-29 07:17 (UTC)

File not found, should be:

http://sayonara-player.com/files/sayonara-player-1.7.0-stable1.tar.gz

codebling commented on 2020-10-08 20:50 (UTC)

@FabioLolix the test that is failing under chroot is still preventing this package from building. Can we disable the tests or add the flag -DCMAKE_BUILD_TYPE=Debug to allow the tests to pass?

TornaxO7 commented on 2020-09-12 15:41 (UTC)

Awesome! Thanks for the update :)

Tio commented on 2020-08-31 16:57 (UTC)

Works with the latest update. Thanks.

codebling commented on 2020-08-29 20:16 (UTC)

Thanks for the update. If you need a co-maintainer please let me know. I'm willing to contribute but setting up another "competing" package will likely confuse everyone (especially when there are already 3 packages)

FabioLolix commented on 2020-08-28 08:10 (UTC)

I can't look at issues today

ali.molaei commented on 2020-08-28 06:00 (UTC)

Seems to have problems in new -2 package

CMake Error: The source directory "$HOME/.cache/yay/sayonara-player/src/sayonara-player/build/make" does not exist.

FabioLolix commented on 2020-08-08 15:12 (UTC)

I'll be back at updating/maintaining pkgbuilds in 1 or 2 days

codebling commented on 2020-08-07 07:39 (UTC)

@Tio @richteer @blackr0se I'm waiting for the package to be orphaned so I can claim and fix it. Stand by - I made the request Saturday and I think it takes 10-14 days.

Tio commented on 2020-08-02 02:01 (UTC)

Error:

/usr/include/qt/QtGui/qfontmetrics.h:106:9: note: declared here
  106 |     int width(const QString &, int len = -1) const;
      |         ^~~~~
/var/tmp/pamac-build-tio/sayonara-player/src/sayonara-player/src/Gui/Utils/Widgets/Slider.cpp: In member function ‘virtual void Gui::Slider::paintEvent(QPaintEvent*)’:
/var/tmp/pamac-build-tio/sayonara-player/src/sayonara-player/src/Gui/Utils/Widgets/Slider.cpp:220:16: error: aggregate ‘QPainterPath path’ has incomplete type and cannot be defined
  220 |   QPainterPath path;
      |                ^~~~
make[2]: *** [src/Gui/Utils/CMakeFiles/gui_utils.dir/build.make:541: src/Gui/Utils/CMakeFiles/gui_utils.dir/Widgets/Slider.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [CMakeFiles/Makefile2:2298: src/Gui/Utils/CMakeFiles/gui_utils.dir/all] Error 2
make: *** [Makefile:150: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...