- Update to version 0.5.1
+ Added scrobbler with support for Last.fm, Libre.fm and ListenBrainz + Fixed key up causing playback to reset + New improved last.fm and musicbrainz album cover providers + Removed Qt5Xml and liblastfm dependency + Replaced sha2 with QCryptographicHash + Fixed songs not showing up under devices + Removed qxt dependency + Replaced globalshortcuts backend for X11 and Windows + Made global shortcuts on X11 optional and off by default + Added support for Monkey's Audio + Fixed crashes in devices + Enabled transcoder and organiser in menus + Added transcoder for WavPack + Changed default group by for collection to album artist + Enabled organise without gstreamer + Added cmake USE_BUNDLE option for macOS/Windows + Fixed broken GSD D-Bus shortcuts backend + Fixed broken background image setting + Disabling fading when a ALSA device is selected + Replaced QtSingleApplication with SingleApplication + Fixed scroll over icon to change track feature + Fixed freeze when changing appearance settings + Made text in about dialog selectable + Improved manual pages + Fixed typos + Updated contributors in about + Added debian copyright file + Fixed some compile errors - Remove unneeded Qt5Xml and liblastfm dependency OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/strawberry?expand=0&rev=32
This commit is contained in:
parent
b4809605ce
commit
1d4e680924
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5ddfba18a5e607c263354e41b85582ae7cb5ccd020b0639390928c76d5ed8d89
|
||||
size 7234500
|
3
strawberry-0.5.1.tar.xz
Normal file
3
strawberry-0.5.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9a6c0cae3da11d771d25f11391a02bd83f93cc1d8d8a77b00892d06a0249e49d
|
||||
size 7766024
|
@ -1,3 +1,38 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 12 15:26:45 UTC 2019 - Jonas Kvinge <jonas@jkvinge.net>
|
||||
|
||||
- Update to version 0.5.1
|
||||
+ Added scrobbler with support for Last.fm, Libre.fm and ListenBrainz
|
||||
+ Fixed key up causing playback to reset
|
||||
+ New improved last.fm and musicbrainz album cover providers
|
||||
+ Removed Qt5Xml and liblastfm dependency
|
||||
+ Replaced sha2 with QCryptographicHash
|
||||
+ Fixed songs not showing up under devices
|
||||
+ Removed qxt dependency
|
||||
+ Replaced globalshortcuts backend for X11 and Windows
|
||||
+ Made global shortcuts on X11 optional and off by default
|
||||
+ Added support for Monkey's Audio
|
||||
+ Fixed crashes in devices
|
||||
+ Enabled transcoder and organiser in menus
|
||||
+ Added transcoder for WavPack
|
||||
+ Changed default group by for collection to album artist
|
||||
+ Enabled organise without gstreamer
|
||||
+ Added cmake USE_BUNDLE option for macOS/Windows
|
||||
+ Fixed broken GSD D-Bus shortcuts backend
|
||||
+ Fixed broken background image setting
|
||||
+ Disabling fading when a ALSA device is selected
|
||||
+ Replaced QtSingleApplication with SingleApplication
|
||||
+ Fixed scroll over icon to change track feature
|
||||
+ Fixed freeze when changing appearance settings
|
||||
+ Made text in about dialog selectable
|
||||
+ Improved manual pages
|
||||
+ Fixed typos
|
||||
+ Updated contributors in about
|
||||
+ Added debian copyright file
|
||||
+ Fixed some compile errors
|
||||
- Remove unneeded Qt5Xml and liblastfm dependency
|
||||
- Update description
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 28 23:09:57 UTC 2018 - Jonas Kvinge <jonas@jkvinge.net>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package strawberry
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: strawberry
|
||||
Version: 0.4.2
|
||||
Version: 0.5.1
|
||||
Release: 0
|
||||
Summary: A audio player and music collection organizer
|
||||
License: GPL-3.0-or-later
|
||||
@ -33,7 +33,6 @@ BuildRequires: git
|
||||
BuildRequires: hicolor-icon-theme
|
||||
BuildRequires: libQt5Gui-private-headers-devel
|
||||
BuildRequires: libboost_headers-devel
|
||||
BuildRequires: liblastfm-qt5-devel
|
||||
BuildRequires: make
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: update-desktop-files
|
||||
@ -45,7 +44,6 @@ BuildRequires: pkgconfig(Qt5Network)
|
||||
BuildRequires: pkgconfig(Qt5Sql)
|
||||
BuildRequires: pkgconfig(Qt5Widgets)
|
||||
BuildRequires: pkgconfig(Qt5X11Extras)
|
||||
BuildRequires: pkgconfig(Qt5Xml)
|
||||
BuildRequires: pkgconfig(alsa)
|
||||
BuildRequires: pkgconfig(dbus-1)
|
||||
BuildRequires: pkgconfig(gio-2.0)
|
||||
@ -100,6 +98,7 @@ Features:
|
||||
- Equalizer
|
||||
- Transfer music to iPod, iPhone, MTP or mass-storage USB player
|
||||
- Integrated Tidal support
|
||||
- Scrobbler with support for Last.fm, Libre.fm and ListenBrainz
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
Loading…
Reference in New Issue
Block a user