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 --------------------------------------------------------- diff --git a/README.md b/README.md index a176d08..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! 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)