Page 2 of 2

Re: Sayonara Music Player

Posted: Fri Aug 02, 2019 9:55 am
by nathan2423
Looks like test repo version is 1.1.1, while the current version is 1.4.1. If this could be updated it would be appreciated as their provided deb won't install on 18.3.

Looks like there have been a series of worthwhile improvements at the 1.3 and 1.4 levels. I like this player because it most reminds me of the look and feel of Musicmonkey.

sayonara (1.4.1-0ppa1-all1) all; urgency=low

* Language: Added ability to check for updates
* Language: Fixed some runtime tranlation issues
* Library: Genre View issue fixed
* Library: Artist field in Cover view fixed
* Streams: Remove jumping of time label

-- Lucio Carreras Sun, 26 May 2019 22:04:26 +0200

sayonara (1.4.0-0ppa1-all1) all; urgency=low

* Covers: Faster cover view
* Covers: File searcher reactivated
* Covers: Save options
* Importer: Zip support
* Library: Show tracks w/o genre
* Library: Column resize saved
* Player: MPRIS revisited
* Player: KDE Plasma fix
* Streams: Radio station search support
* Raspberry: 32/64 bit issues fixed

-- Lucio Carreras Sat, 25 May 2019 12:26:27 +0200

sayonara (1.3.0-0ppa2-all1) all; urgency=low

* Language update

-- Lucio Carreras Sun, 28 Apr 2019 15:17:24 +0200

sayonara (1.3.0-0ppa1-all1) all; urgency=low

* rar support
* Cover View: Significantly reduces memory consumption
* Tags: Cover support for xiph headers
* Tags: Comment section
* Info Dialog: Layout update
* Tag Editor: Segfault fixed
* Audio Converter revisited
* Audio Converter only for flac and wav files now
* Audio Converter use external tools from lame and vorbistools
* Track View: Column widths
* LastFM Login fixed
* Info dialog: Bugfixes

-- Lucio Carreras Sun, 28 Apr 2019 14:28:50 +0200

Re: Sayonara Music Player

Posted: Fri Aug 02, 2019 5:11 pm
by Stevo
Sayonara 1.4.1 has been ported over for the MX 17.18 and 19 test repos. You can install the packages early from this zip file:

Re: Sayonara Music Player

Posted: Fri Aug 02, 2019 7:47 pm
by nathan2423
Thank you Stevo! Unfortunately I am getting a 404 error on that link though...

Re: Sayonara Music Player

Posted: Fri Aug 02, 2019 9:07 pm
by Stevo
Oh, it's one of the randomly generated Google links that ends with an underscore, which our forum software messes up. I'll put it in a URL link to fix that, but if I forget again, you can copy and paste the link in the address bar to get to it.

Re: Sayonara Music Player

Posted: Mon Jan 29, 2024 6:42 am
by Dearth
Hello,

could you please update Sayonara in the repos to the latest version 1.9.0?

Here's a link to the .deb files provided by the developer:
https://sayonara-player.com/files/debian/1.9.0-stable1/

Re: Sayonara Music Player

Posted: Mon Jan 29, 2024 5:05 pm
by Stevo
Sure, I'll take a hack at it.

Re: Sayonara Music Player

Posted: Mon Jan 29, 2024 5:45 pm
by Stevo
It seems 1.9.0-stable1 has a bug in its code that only allows for 64-bit builds to succeed. This is what I get for i386 and armhf compiles:

Code: Select all

/build/sayonara-1.9.0-stable1/src/Components/Engine/Callbacks.cpp: In function 'int {anonymous}::getBufferState(GstMessage*)':
/build/sayonara-1.9.0-stable1/src/Components/Engine/Callbacks.cpp:304:101: error: cannot convert 'long int*' to 'gint64*' {aka 'long long int*'}
  304 |                 gst_message_parse_buffering_stats(message, &bufferingMode, &averageIn, &averageOut, &bufferingLeft);
      |                                                                                                     ^~~~~~~~~~~~~~
      |                                                                                                     |
      |                                                                                                     long int*

Code: Select all

                 from /build/sayonara-1.9.0-stable1/src/Components/Engine/Callbacks.cpp:21:
/usr/include/gstreamer-1.0/gst/gstmessage.h:543:60: note:   initializing argument 5 of 'void gst_message_parse_buffering_stats(GstMessage*, GstBufferingMode*, gint*, gint*, gint64*)'
  543 |                                                    gint64 *buffering_left);
      |                                                    ~~~~~~~~^~~~~~~~~~~~~~
make[3]: *** [src/Components/CMakeFiles/sayonara_components.dir/build.make:765: src/Components/CMakeFiles/sayonara_components.dir/Engine/Callbacks.cpp.o] Error 1

Re: Sayonara Music Player

Posted: Mon Jan 29, 2024 6:07 pm
by Stevo
Dearth wrote: Mon Jan 29, 2024 6:42 am Hello,

could you please update Sayonara in the repos to the latest version 1.9.0?

Here's a link to the .deb files provided by the developer:
https://sayonara-player.com/files/debian/1.9.0-stable1/
Also note that the developer's debs are only for Ubuntu Jammy and Mantic amd64 platforms, avoiding that issue...