From 1d4e6809240d71e1c0c8f3d1a08d15ec83c8db0a98fba5ea5d45c55da3c6a018 Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Sat, 12 Jan 2019 15:29:35 +0000 Subject: [PATCH 1/2] - 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 --- strawberry-0.4.2.tar.xz | 3 --- strawberry-0.5.1.tar.xz | 3 +++ strawberry.changes | 35 +++++++++++++++++++++++++++++++++++ strawberry.spec | 7 +++---- 4 files changed, 41 insertions(+), 7 deletions(-) delete mode 100644 strawberry-0.4.2.tar.xz create mode 100644 strawberry-0.5.1.tar.xz diff --git a/strawberry-0.4.2.tar.xz b/strawberry-0.4.2.tar.xz deleted file mode 100644 index 7316b5a..0000000 --- a/strawberry-0.4.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5ddfba18a5e607c263354e41b85582ae7cb5ccd020b0639390928c76d5ed8d89 -size 7234500 diff --git a/strawberry-0.5.1.tar.xz b/strawberry-0.5.1.tar.xz new file mode 100644 index 0000000..37cd753 --- /dev/null +++ b/strawberry-0.5.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a6c0cae3da11d771d25f11391a02bd83f93cc1d8d8a77b00892d06a0249e49d +size 7766024 diff --git a/strawberry.changes b/strawberry.changes index 51fc0a0..a4c4074 100644 --- a/strawberry.changes +++ b/strawberry.changes @@ -1,3 +1,38 @@ +------------------------------------------------------------------- +Sat Jan 12 15:26:45 UTC 2019 - Jonas Kvinge + +- 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 diff --git a/strawberry.spec b/strawberry.spec index 99cb508..ace616c 100644 --- a/strawberry.spec +++ b/strawberry.spec @@ -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 From 774537f409aeb041d803062cce9a2d4f49f9f5181964ad96a2fb906076b816a9 Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Sat, 12 Jan 2019 16:57:45 +0000 Subject: [PATCH 2/2] - Remove unneeded libQt5Gui-private-headers-devel, Qt5Xml and liblastfm dependency OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/strawberry?expand=0&rev=33 --- strawberry.changes | 2 +- strawberry.spec | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/strawberry.changes b/strawberry.changes index a4c4074..e08b122 100644 --- a/strawberry.changes +++ b/strawberry.changes @@ -30,7 +30,7 @@ Sat Jan 12 15:26:45 UTC 2019 - Jonas Kvinge + Updated contributors in about + Added debian copyright file + Fixed some compile errors -- Remove unneeded Qt5Xml and liblastfm dependency +- Remove unneeded libQt5Gui-private-headers-devel, Qt5Xml and liblastfm dependency - Update description ------------------------------------------------------------------- diff --git a/strawberry.spec b/strawberry.spec index ace616c..e5ea106 100644 --- a/strawberry.spec +++ b/strawberry.spec @@ -31,7 +31,6 @@ BuildRequires: desktop-file-utils BuildRequires: gcc-c++ BuildRequires: git BuildRequires: hicolor-icon-theme -BuildRequires: libQt5Gui-private-headers-devel BuildRequires: libboost_headers-devel BuildRequires: make BuildRequires: pkgconfig