From 534591cb42de08e169ab89a34f6f509ac66d1426 Mon Sep 17 00:00:00 2001 From: olf Date: Sun, 4 Feb 2024 16:37:21 +0100 Subject: [PATCH 1/4] [README.md] Enhance "ToDo"'s phrasing --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a176d08..b97b20c 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ **FlowPlayer is a music player with lyrics support, online radio and 10-band equalizer.** Features: -- ** +- ** Note that the ability to ... may be broken (this is [known for XXX](https://github.com/sailfishos-applications/flowplayer/issues/) ‒ currently nothing) due to API changes in recent SailfishOS releases.
Pull requests with fixes, improvements and enhancements are welcome! From 048eade95d704a2107421f8493283326f0af275d Mon Sep 17 00:00:00 2001 From: olf Date: Sun, 4 Feb 2024 17:19:30 +0100 Subject: [PATCH 2/4] [README.md] Insert linkt to itself MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit … in order to be even with the OpenRepos page: https://openrepos.net/content/olf/flowplayer --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b97b20c..116dc32 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ **FlowPlayer is a music player with lyrics support, online radio and 10-band equalizer.** Features: -- ** +- ** Note that the ability to ... may be broken (this is [known for XXX](https://github.com/sailfishos-applications/flowplayer/issues/) ‒ currently nothing) due to API changes in recent SailfishOS releases.
Pull requests with fixes, improvements and enhancements are welcome! From 51769dd92598cd074a44fca53b97cb1d8631ed5f Mon Sep 17 00:00:00 2001 From: olf Date: Sun, 4 Feb 2024 17:31:30 +0100 Subject: [PATCH 3/4] Update LICENSE.txt --- LICENSE.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/LICENSE.txt b/LICENSE.txt index 68497fa..2700aa0 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -368,9 +368,10 @@ file, then You may include the notice in a location (such as a LICENSE file in a relevant directory) where a recipient would be likely to look for such a notice. -Additional, accurate notices of copyright ownership: +Accurate notices of copyright ownership: - (C) 2015-2021 Matias Perez (CepiPerez) -- (C) 2022-2023 olf (Olf0) +- (C) 2022-2024 olf (Olf0) +- (C) 2023-2024 Damien Caliste (dcaliste) Exhibit B - "Incompatible With Secondary Licenses" Notice --------------------------------------------------------- From 6dc00aded848fd558dce8566cce31584e8c40fd1 Mon Sep 17 00:00:00 2001 From: olf Date: Sun, 4 Feb 2024 19:31:39 +0100 Subject: [PATCH 4/4] [flowplayer.spec] Add missing `BuildRequires: pkgconfig(Qt5Xml)` (#39) Fixes issue #38 --- rpm/flowplayer.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rpm/flowplayer.spec b/rpm/flowplayer.spec index 2b5e581..2c243ff 100644 --- a/rpm/flowplayer.spec +++ b/rpm/flowplayer.spec @@ -21,7 +21,7 @@ Version: 0.3.1 # build at GitHub and OBS, when configured accordingly; mind the sorting # (`adud` < `alpha`). For details and reasons, see # https://github.com/storeman-developers/harbour-storeman/wiki/Git-tag-format -Release: rc2 +Release: rc3 # The Group tag should comprise one of the groups listed here: # https://github.com/mer-tools/spectacle/blob/master/data/GROUPS Group: Applications/Multimedia @@ -45,6 +45,7 @@ Requires: qml(org.nemomobile.thumbnailer) Requires: qml(com.jolla.mediaplayer) BuildRequires: pkgconfig(sailfishapp) >= 1.0.2 BuildRequires: pkgconfig(Qt5Core) +BuildRequires: pkgconfig(Qt5Xml) BuildRequires: pkgconfig(Qt5Qml) BuildRequires: pkgconfig(Qt5Quick) BuildRequires: pkgconfig(gstreamer-1.0)