Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[flowplayer.spec] Let TSQM file translation work on OBS #68

Merged
merged 3 commits into from
Feb 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions rpm/flowplayer.changes
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
* Sat Feb 24 2024 olf <[email protected]> - 0.3.3
- Slightly overhaul `AboutPage.qml` (#58, #59)
- Avoid creating QSettings too early (#65) by @llewelld, closes issue #64
- Let `TS`→`QM` file translation work on OBS (#68), fixes a common issue

* Thu Feb 08 2024 olf <[email protected]> - 0.3.2
- Use Sailfish.Pickers.FolderPickerPage to configure music directories (#33) by @smokku
- Enhance AboutPage.qml (#37, #44)
- Translation updates for DE & SV (#45, #46)
- Use `Sailfish.Pickers.FolderPickerPage` to configure music directories (#33) by @smokku
- Enhance `AboutPage.qml` (#37, #44)
- Translation updates for DE & SV (#45, #46) by @Olf0 & @eson57
- Try harder to get rid of hardcoded home paths (#48) by @dcaliste
- Change the organisation name (#51) by @dcaliste

Expand Down
1 change: 1 addition & 0 deletions rpm/flowplayer.spec
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ BuildRequires: pkgconfig(Qt5Quick)
BuildRequires: pkgconfig(gstreamer-1.0)
BuildRequires: pkgconfig(libresource)
BuildRequires: pkgconfig(taglib)
BuildRequires: qt5-qttools-linguist
BuildRequires: desktop-file-utils

# This description section includes metadata for SailfishOS:Chum, see
Expand Down
Loading