Accepting request 1000072 from multimedia:apps
- Update to version 1.0.8 + Bugfixes: + Fixed backslash being appended to filter text when switching playlist (#1005). + Fixed OSD notifications service registering taking too long to timeout when not available. + Fixed radio stream added twice when double-clicked (#1015). + Fixed translating undo and redo buttons (#1017). + Enhancements: + Use ICU instead of iconv to transliterate characters for filenames. + Make separating albums by grouping tag optional in collection group by album. + Added support for video game music formats VGM and SPC. + Added setting for explicitly turning on HTTP/2 for streaming. Strawberry will set the libsoup SOUP_FORCE_HTTP1 environment variable when the HTTP/2 is not checked (#1016). OBS-URL: https://build.opensuse.org/request/show/1000072 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/strawberry?expand=0&rev=45
This commit is contained in:
commit
b3e6216bab
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c2d242f091eaeb5bf6c83e8b3b0405e3c5ea89a23845843541726fc81643bd06
|
|
||||||
size 11216436
|
|
3
strawberry-1.0.8.tar.xz
Normal file
3
strawberry-1.0.8.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f6b8a267fc9ea366eb44b8c90c777a93e3d104bf29be38b5f72d565079e05024
|
||||||
|
size 11222136
|
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 29 16:03:08 UTC 2022 - Jonas Kvinge <jonaski@opensuse.org>
|
||||||
|
|
||||||
|
- Update to version 1.0.8
|
||||||
|
|
||||||
|
+ Bugfixes:
|
||||||
|
+ Fixed backslash being appended to filter text when switching playlist (#1005).
|
||||||
|
+ Fixed OSD notifications service registering taking too long to timeout when not available.
|
||||||
|
+ Fixed radio stream added twice when double-clicked (#1015).
|
||||||
|
+ Fixed translating undo and redo buttons (#1017).
|
||||||
|
+ Enhancements:
|
||||||
|
+ Use ICU instead of iconv to transliterate characters for filenames.
|
||||||
|
+ Make separating albums by grouping tag optional in collection group by album.
|
||||||
|
+ Added support for video game music formats VGM and SPC.
|
||||||
|
+ Added setting for explicitly turning on HTTP/2 for streaming. Strawberry will set the libsoup SOUP_FORCE_HTTP1 environment variable when the HTTP/2 is not checked (#1016).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jul 25 19:50:13 UTC 2022 - Jonas Kvinge <jonaski@opensuse.org>
|
Mon Jul 25 19:50:13 UTC 2022 - Jonas Kvinge <jonaski@opensuse.org>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: strawberry
|
Name: strawberry
|
||||||
Version: 1.0.7
|
Version: 1.0.8
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A music player and music collection organizer
|
Summary: A music player and music collection organizer
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
@ -76,6 +76,8 @@ BuildRequires: pkgconfig(gstreamer-audio-1.0)
|
|||||||
BuildRequires: pkgconfig(gstreamer-base-1.0)
|
BuildRequires: pkgconfig(gstreamer-base-1.0)
|
||||||
BuildRequires: pkgconfig(gstreamer-tag-1.0)
|
BuildRequires: pkgconfig(gstreamer-tag-1.0)
|
||||||
BuildRequires: pkgconfig(gthread-2.0)
|
BuildRequires: pkgconfig(gthread-2.0)
|
||||||
|
BuildRequires: pkgconfig(icu-i18n)
|
||||||
|
BuildRequires: pkgconfig(icu-uc)
|
||||||
BuildRequires: pkgconfig(libcdio)
|
BuildRequires: pkgconfig(libcdio)
|
||||||
BuildRequires: pkgconfig(libchromaprint)
|
BuildRequires: pkgconfig(libchromaprint)
|
||||||
BuildRequires: pkgconfig(libgpod-1.0)
|
BuildRequires: pkgconfig(libgpod-1.0)
|
||||||
|
Loading…
Reference in New Issue
Block a user