Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: goodvibes | Distribution: SUSE Linux Enterprise 15 SP6 |
Version: 0.7.6 | Vendor: openSUSE |
Release: bp156.2.7 | Build date: Tue May 14 06:13:47 2024 |
Group: Productivity/Multimedia/Sound/Players | Build host: s390zl29 |
Size: 695248 | Source RPM: goodvibes-0.7.6-bp156.2.7.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://gitlab.com/goodvibes/goodvibes | |
Summary: A lightweight radio player |
A lightweight radio player written in C and GTK+. It offers a simple way to have your favorite radio stations at easy reach.
GPL-3.0-only
* Wed Sep 20 2023 Bjørn Lie <bjorn.lie@gmail.com> - Drop no longer needed pkgconfig(amtk-5) BuildRequires. It was removed upstream in 0.7.0 release. * Sun Jan 22 2023 Andrea Manzini <andrea.manzini@suse.com> - Update to 0.7.6: * Fix newline in playback status label. * Updated translations: Chinese (Traditional), Finnish, Spanish. * Sun Oct 16 2022 Andrea Manzini <andrea.manzini@suse.com> - Update to 0.7.5: * Update default stations list, add SomaFM stations. !85 * Add a "Remove all Stations" to the right-click context menu. #152 Translations * New translations: Chinese (Traditional). * Updated translations: Catalan, Croatian, Dutch, French, Slovak, Spanish, Turkish. * Sun Sep 25 2022 Andrea Manzini <andrea.manzini@suse.com> - Update to 0.7.4: * Don't assume that the .git directory exists, that is not the case for distros that build from a tarball. #146 * For some streams, GStreamer doesn't send any buffering messages, and those streams never started to play. This is now fixed. #145 Translations * New translations: Finnish. * Updated translations: French, Norwegian, Polish, Portuguese, Portuguese (Brazil). * Sun Nov 28 2021 Alexei Podvalsky <avvissu@yandex.by> - Update to 0.7.2: * Crash when playing station from touchscreen devices. #138 * New translations: Danish. * Add name of the station playing to MPRIS2 metadata, for real. * Window decoration broken for themes. #140 * Relicense from "GPLv3 or later" to "GPLv3 only". * Add a second view for stations details, replaces the main tooltip. #133 * Show the stream type (HLS, DASH or HTTP(+Icy)) in the stations view. * Display name of the station playing in MPRIS2 "artist" field. * Remove the "Autoset Window Height" setting from Preferences and the corresponding "window-autoset-height" from the Settings. Note that the height is still automatically set in status icon mode though. * Sample rate and channels mode are not always set. #132 * Updated translations: Catalan, Croatian, Dutch, Indonesian, Portuguese, Portuguese (Brazil), Spanish, Telugu, Turkish. * Code-refactoring to make room for a GtkStack in the main window. * Isolate most of the code related to status icon, to prepare for GTK4. * Re-format the codebase with clang-format. * Drop dependency ``libamtk``. #135 * Bump requirements: ``gstreamer >= 1.14``. * Allow users to add security exception in case of invalid certificate. #128 * Add CSS class name ``goodvibes-main-window`` to the main window. #130 * Updated translations: Croatian, Dutch, Norwegian, Turkish. * Bump requirements: ``gtk >= 3.16``. * Updated translations: Italian, Marathi, Russian. * New translations: Marathi, Portuguese, Turkish. * Updated translations: French, English (US), Italian, Norwegian, Portuguese (PT), Russian. * Drop the migration code that was introduced in 0.4.1 to handle the new application id and the new path for the station list. #89 * Drop libcaphe, aka. Goodvibes internal implementation to inhibit the system from suspending/sleeping, and use ``gtk_application_{un,}inhibit()`` instead. #117 #126 * Use ``g_clear_handle_id()`` everywhere. #82 * Bump requirements: ``glib >= 2.56``, ``meson >= 0.49``. * New translations: Catalan, Croatian, Italian, Portuguese (Brazil), Telugu. * ... * Fri Aug 21 2020 Dirk Mueller <dmueller@suse.com> - update to 0.5.3: * Add min/max bitrate to station information. #118 * Add channel mode (mono, stereo) to station information. #119 * Add sample rate (kHz) to station information. #124 * Check for memory leaks with Valgrind. #12 * Update default station list. * MPRIS status values 'CanGo{Next,Previous}' are never updated. #121 * Sample rate and channels mode are not always set. #125 * New translations: Indonesian. * Updated translations: Dutch, French, German. * Wed Apr 08 2020 Alexei Podvalsky <avvissu@yandex.by> - Update to 0.5.2: * Make the titlebar dynamic. #112 * Make the tooltip dynamic. #113 * HLS streams fail to play. #111 * Override the default CSS to create a yellow-ish "Goodvibes theme" (rather than just living with the blue-ish defaults from Read the Docs). * New translations: Polish, Slovak. * Updated translations: Czech, Dutch, Norwegian * Mon Feb 17 2020 Alexei Podvalsky <avvissu@yandex.by> - Update to 0.5.1: * Unable to play the AAC radio SomaFM (flatpak). #107 * Withdraw notifications when the application quits. #108 * Drop App Menu and Menu Bar, switch to a Primary Menu button. * Add a window to document the Keyboard Shortcuts. * Allow to select the behavior of the Close button * Don't minimize the window on ``<Esc>`` * Allow to choose the theme variant in status icon mode. * Make saving the window size and position more robust. * Fix the position of the Preferences window (center on parent or mouse). * Fix the URL for the online help. * Add dependency ``libamtk``. * Thu Sep 26 2019 Alexei Podvalsky <avvissu@yandex.by> - Update to 0.4.3: * Right-click on an empty space of the station list doesn't popup the menu. #98 * No icon in status icon mode. #100 * Add a minimal test suite for the station list, rework the code and fix some obscure bugs at the same time. #99 * CI images updated (debian: buster > sid, fedora: 28 > 30). * New translations: English (United States), Portuguese (Portugal). * Updated translations: French, German, Spanish. * ``mutest`` is needed to run the test suite. * Sat Nov 10 2018 Alexei Podvalsky <avvissu@yandex.by> - Update to 0.4.2: * Segfault on application shutdown * Ready for Flatpak! * Change application id to 'io.gitlab.Goodvibes'. * Rename icon files according to the app id (flatpak requirement). * Stations are now saved in $XDG_DATA_HOME (was $XDG_CONFIG_HOME). * Use GResource to handle glade files. #54 * Support lowercase keys in pls playlists. #88 * Add meson post-install script. * New translations: Spanish. * Project moved to GitLab, good-bye GitHub. * Build system switched to Meson, good-bye Autotools. #53 * Add an appstream file (ie. appdata). #47 * Desktop file: exec now accepts url (thx Elías Alejandro Año Mendoza). * Updated translations: Dutch, German. - Switch to meson - Spec file cleanup * Wed May 09 2018 avvissu@yandex.by - Update to 0.3.7: * Update default station list * Fix notification crash on Cinnamon. #79 * Updated translations: Czech, French, German, Norwegian * Sun Apr 01 2018 avvissu@yandex.by - Update to 0.3.6: * Add support for dark theme. #59 * Fix <Play/Pause> multimedia key. #83 * Updated translations: Dutch, French, Norwegian. * Sun Mar 11 2018 avvissu@yandex.by - Update to 0.3.5: * i18n: update goodvibes.pot and po files * Mon Jan 29 2018 avvissu@yandex.by - Update to 0.3.4: * New icon set at last ! Thanks to Hector Lahminewski and his endless patience - the icons have been waiting for almost a year :/ * There's now a script to launch Goodvibes from the source tree - talking to developers here, users don't care. * Updated translations: Dutch, French. * Sun Jan 07 2018 avvissu@yandex.by - Update to 0.3.3: * Fix XML escaping of station properties before saving. * Add support for the NumberOfEvents key in pls playlist. * New translations: German, Norwegian Bokmal, Russian. * Add translators to the About dialog. * Sat Nov 25 2017 avvissu@yandex.by - Initial package
/usr/bin/goodvibes /usr/bin/goodvibes-client /usr/share/applications/io.gitlab.Goodvibes.desktop /usr/share/dbus-1/services/io.gitlab.Goodvibes.service /usr/share/doc/packages/goodvibes /usr/share/doc/packages/goodvibes/NEWS /usr/share/doc/packages/goodvibes/README.md /usr/share/glib-2.0/schemas/io.gitlab.Goodvibes.enums.xml /usr/share/glib-2.0/schemas/io.gitlab.Goodvibes.gschema.xml /usr/share/icons/hicolor/16x16/apps/io.gitlab.Goodvibes.png /usr/share/icons/hicolor/22x22/apps/io.gitlab.Goodvibes.png /usr/share/icons/hicolor/24x24/apps/io.gitlab.Goodvibes.png /usr/share/icons/hicolor/256x256/apps/io.gitlab.Goodvibes.png /usr/share/icons/hicolor/32x32/apps/io.gitlab.Goodvibes.png /usr/share/icons/hicolor/48x48/apps/io.gitlab.Goodvibes.png /usr/share/icons/hicolor/512x512/apps/io.gitlab.Goodvibes.png /usr/share/icons/hicolor/symbolic/apps/io.gitlab.Goodvibes-symbolic.svg /usr/share/licenses/goodvibes /usr/share/licenses/goodvibes/COPYING /usr/share/man/man1/goodvibes-client.1.gz /usr/share/man/man1/goodvibes.1.gz /usr/share/metainfo/io.gitlab.Goodvibes.appdata.xml
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 20:22:04 2024