Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

quimup-2.0.1-bp156.1.3 RPM for ppc64le

From OpenSuSE Leap 15.6 for ppc64le

Name: quimup Distribution: SUSE Linux Enterprise 15 SP6
Version: 2.0.1 Vendor: openSUSE
Release: bp156.1.3 Build date: Thu Apr 4 05:42:16 2024
Group: Productivity/Multimedia/Sound/Players Build host: obs-power8-01
Size: 1872221 Source RPM: quimup-2.0.1-bp156.1.3.src.rpm
Packager: https://bugs.opensuse.org
Url: https://quimup.sourceforge.io
Summary: A client for the music player daemon (MPD)
QUIMUP is a client for the music player daemon (MPD) written in C++ and QT3.

The program can be used with most Linux desktops (KDE, GNOME, XFCE).
The interface offers controlling MPD's many features.
The focus is on mouse handling: playlist management is done entirely by drag-&-drop;
playback functions are directly accessible from the system tray.

Provides

Requires

License

GPL-3.0-or-later

Changelog

* Fri Feb 09 2024 Luigi Baldoni <aloisio@gmx.com>
  - Update to version 2.0.1
    * Fixed: Albun art with W not equal to H caused problems.
* Mon Feb 05 2024 Luigi Baldoni <aloisio@gmx.com>
  - Update to version 2.0.0
    * MIGRATED TO QT6
    Added features:
    * Wayland compatibility
    * Get album art directly from MPD, also remotely.
    * Large album comments are now mouse-scrollable.
    * Auto-reconnecting can be turned off.
    * MPD's command timeout can be set.
    * IPv6 for remote connections.
    * Parameter -e for more detailed cout.
    * Option 'Bold' and 'Italic' for various labels.
    * Icons and colors suited for a dark theme.
    * Option to apply colors to the progress bar.
    * Double-click on albumart opens it in image viewer.
    * Set default album/stream art from local file.
    * "Titles" mode for the library.
    * "Album" column to titles in library.
    * Connect tab shows if MPD is a user/system service.
    Fixed bugs:
    * A failing connection could freeze the program.
    * Searched titles were sorted by artist.
    * Connection crashed on 'mpd --kill' by the user.
    * Errors rendering artist-title when scrolling.
    * Artist-title scroll did not speed up on mouse-over.
    * Vertical alingment of scrolling artist-title.
    * Changing font size did not (de)activate scrolling.
    * Scrolling font waaay too big on Fedora.
    * Inconsistent handling of missing tag info.
    * Streams starting with https were refused.
    * Failing start/quit commands (like 'mpd --kill').
    * Window icon was always a generic 'W' in Wayland.
    * Systray's tooltip-text showed formatting code.
    * Window did not open to foreground from system tray.
    * Systray > Quit failed after close [x] from window.
    * Remotely starting external tracks (2xclick) failed.
    * Searching for local album art in the wrong order.
    * Files 'open with' command was rather ramshackle.
    * QtPainter error 'engine == 0' (error on cout).
    * Stream timing-out triggered reconnecting to MPD.
    * Media keys did not (all) work in the browser.
    * Erractic auto-column-width in library and playlist.
    * Palylist # column was too narrow for large numbers.
    * MPD could be found running when it was not.
    * Trying to connect locally when MPD is not running.
    * Starting MPD without checking if it is installed.
    * Not quitting MPD locally when connected remotely.
    * Autodetect ignored ~/.config/mpd/mpd.conf.
    * Context menus disappeared when not connected.
    * Not checking if external apps are installed.
    Other:
    * Auto-detect now prioritizes 'bind-to-address'es.
    * Auto-detect now runs only once, on startup.
    * Removed taglib (MPD gets embedded album art now).
    * Settings are now in ~/.config/quimup/quimup.conf.
    * All bitmaps are svg (scalable vector graphics) now.
    * Removes option to disable albumart..
    * Several minor text and tooltip tweaks.
    * Replaced obsolete email address in various places.
    * Updated 'README' and 'FAQ.txt' files.
    * Updated QtSingleApplication code from qt-solutions.
  - Dropped quimup.desktop
  - Added manpage
* Wed Dec 19 2018 aloisio@gmx.com
  - Update to version 1.4.4
    * Fixed: Wrong time-stamp for some (single track) albums.
    * Fixed: Using the systray Quimup always started minimized.
    * Fixed: Player was not the active window after startup.
    * Fixed: Files dropped on playlist are inserted at position.
    * Fixed: Crash with deleted/moved external playlist items.
    * Fixed: Compilation error on Mageia (thanks David Geiger).
    * Fixed: libpng warning: iCCP: known incorrect sRGB profile.
    * Coded: Fixed many new c++ compiler warnings (not errors).
    * Coded: Added Taglib version check in qm_player (openSuse).
    * Other: Autoconfig searches more places for mpd.conf
    * Other: Settings window is now resizable (as it should be).
    * Other: Some changes in 'about' text and 'Settings' layout.
  - Dropped quimup-gcc47.patch and quimup.patch (no longer
    necessary)
* Tue Jan 02 2018 jengelh@inai.de
  - Trim marketing from description.
* Sat Dec 30 2017 aloisio@gmx.com
  - Update to version 1.4.3:
    * Fixed: Possible crash when connection to MPD was lost.
    * Fixed: Settings window could be too small for comfort.
    * Fixed: Column widths not set in Library and Playlist view.
    * Fixed: Obsolete email address in 'about'.
    * Added: Option to start player minimized.
    * Other: Minor cosmetic changes.
  - Refreshed quimup.patch
  - Spec cleanup
* Wed Feb 08 2017 olaf@aepfle.de
  - Fix crash in error_check() with quimup.patch
* Sun May 15 2016 dap.darkness@gmail.com
  - Update to version 1.4.1:
    (note that 1.4.2 introduces build time issue against taglib)
    * Fixed: On startup player could show 2 close buttons.
    * Fixed: Folder browser did not list .m3u playlists
    * Coded: Added #include <QDataStream> to qtlocalpeer.h
    * Other: Minor changes in dialog text and command-line output.
    * Added: Use flac-type embedded cover art from ogg file.
  - Removed quimup-1.4.0_qt5-5.5.patch.
* Mon Oct 05 2015 avvissu@yandex.ru
  - Fix build on openSUSE > 13.2: quimup-1.4.0_qt5-5.5.patch
* Tue Mar 24 2015 aloisio@gmx.com
  - update to version 1.4.0
    * Coded: Migrated the code to QT5
    * Fixed: After changing colors wrong album-art could be shown.
    * Added: Use embedded cover art from asf and ape-tagged mp3.
  - spec cleanup
* Tue Jul 08 2014 dap.darkness@gmail.com
  - new upstream version <1.3.2>
    * Fixed: Provided password was not used unconditionally.
    * Fixed: Playlist not updated when a dropped item was rejected.
    * Fixed: Settings were not saved upon system shutdown/logout.
    * Fixed: Could not find translation(s) in default location.
    * Fixed: Music dir was not always found automatically.
    * Added: Use embedded cover art (mp3 ogg mpc mp4 flac wv ape).
    * Added: Player and Browser now respond to 'media keys'.
    * Added: Support for *.cue playlist files in folder view.
    * Added: 'Reset status' to playlist context menu.
    * Added: '-l none' to cmd parameters to force internal locale.
    * Added: More extensions are accepted for D&D operations.
    * Other: Some cosmetic tweaks, as usual.
  - added copyright&license header.
  - removed clean section.

Files

/usr/bin/quimup
/usr/share/applications/quimup.desktop
/usr/share/doc/packages/quimup
/usr/share/doc/packages/quimup/changelog
/usr/share/doc/packages/quimup/description
/usr/share/doc/packages/quimup/faq
/usr/share/doc/packages/quimup/readme
/usr/share/icons/hicolor/128x128/apps/quimup.png
/usr/share/icons/hicolor/32x32/apps/quimup.png
/usr/share/icons/hicolor/64x64/apps/quimup.png
/usr/share/icons/hicolor/scalable/apps/quimup.svg
/usr/share/licenses/quimup
/usr/share/licenses/quimup/COPYING
/usr/share/man/man1/quimup.1.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Fri Apr 26 23:22:11 2024