- Update to version 1.1.2
+ Bugfixes: + Fixed Tidal Open API cover provider to only login when needed instead of on startup. + Fixed KDE added keyboard accelerator characters (ampersands) appearing in sidebar (#1400, #1389, #1476). + Fixed KDE added keyboard accelerator characters (ampersands) appearing when editing playlist name (#1499). + Fixed collection "Search for this" adding prefix without value (#1510). + Fixed play (-p) command line option not working on startup (#1465). + Fixed scan transaction being started when "Update the collection when Strawberry starts" option is unchecked (#1469) + Fixed Spotify bitrate being limited 128kbit/s. + Fixed Spotify returning too many artists and albums. + Fixed manually switching Spotify songs blocking UI. + Fixed analyzer not being set. + Fixed context top text being updated causing selected text to be unselected. + Fixed filter search to use filename for songs with empty title. + Fixed missing developer in Appstream appdata file. + Fixed MPRIS2 DesktopEntry to return desktop file entry without ".desktop" (#1516) + Fixed WavPack .wvc accepted as valid audio files (#1525). + Fixed dynamic playlist controls not following system colors (#1483). + Fixed freeze on playlist right click (#1478). + Fixed copying songs to a iPod device keeping too many files open (#1527). + Fixed MBIDs from MP4 being parsed incorrectly causing ListenBrainz errors (#1531). + Fixed playlist sorting after filename (#1538). + Enhancements: + Improved volume adjustment and track seeking using touchpad (#1498). + Use own thread for lyrics parsing. + Added url and filename columns to collection and playlist filter search. OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/strawberry?expand=0&rev=166
This commit is contained in:
commit
419217fad3
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
## Default LFS
|
||||||
|
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.png filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.zst filter=lfs diff=lfs merge=lfs -text
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
.osc
|
13
_constraints
Normal file
13
_constraints
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
<constraints>
|
||||||
|
<overwrite>
|
||||||
|
<conditions>
|
||||||
|
<arch>ppc64</arch>
|
||||||
|
<arch>ppc64le</arch>
|
||||||
|
</conditions>
|
||||||
|
<hardware>
|
||||||
|
<disk>
|
||||||
|
<size unit="M">6000</size>
|
||||||
|
</disk>
|
||||||
|
</hardware>
|
||||||
|
</overwrite>
|
||||||
|
</constraints>
|
3
strawberry-1.1.0.tar.xz
Normal file
3
strawberry-1.1.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:03ac6d9593e25694c32e42264e38dd90005d2dc5634d53f24f64bdfc706587a7
|
||||||
|
size 11353132
|
3
strawberry-1.1.1.tar.xz
Normal file
3
strawberry-1.1.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ec0deff3c332aaa79dc9fb6dddd694480695cc6c97e7a7aba48e45cdde11f302
|
||||||
|
size 11352308
|
3
strawberry-1.1.2.tar.xz
Normal file
3
strawberry-1.1.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:270899825bd3c9283d31b2e10edd0e86df14a2f3a4fbea44dde78928ef388848
|
||||||
|
size 11354732
|
1388
strawberry.changes
Normal file
1388
strawberry.changes
Normal file
File diff suppressed because it is too large
Load Diff
142
strawberry.spec
Normal file
142
strawberry.spec
Normal file
@ -0,0 +1,142 @@
|
|||||||
|
#
|
||||||
|
# spec file for package strawberry
|
||||||
|
#
|
||||||
|
# Copyright (c) 2024 SUSE LLC
|
||||||
|
#
|
||||||
|
# All modifications and additions to the file contributed by third parties
|
||||||
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
|
# upon. The license for this file, and modifications and additions to the
|
||||||
|
# file, is the same license as for the pristine package itself (unless the
|
||||||
|
# license for the pristine package is not an Open Source License, in which
|
||||||
|
# case the license is the MIT License). An "Open Source License" is a
|
||||||
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
|
#
|
||||||
|
|
||||||
|
|
||||||
|
Name: strawberry
|
||||||
|
Version: 1.1.2
|
||||||
|
Release: 0
|
||||||
|
Summary: A music player and music collection organizer
|
||||||
|
License: GPL-3.0-or-later
|
||||||
|
Group: Productivity/Multimedia/Sound/Players
|
||||||
|
URL: https://www.strawberrymusicplayer.org/
|
||||||
|
Source: https://files.strawberrymusicplayer.org/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
|
BuildRequires: appstream-glib
|
||||||
|
BuildRequires: cmake
|
||||||
|
BuildRequires: desktop-file-utils
|
||||||
|
%if 0%{?sle_version} == 150500 || 0%{?sle_version} == 150600
|
||||||
|
BuildRequires: gcc13
|
||||||
|
BuildRequires: gcc13-c++
|
||||||
|
%else
|
||||||
|
BuildRequires: gcc
|
||||||
|
BuildRequires: gcc-c++
|
||||||
|
%endif
|
||||||
|
BuildRequires: gettext
|
||||||
|
BuildRequires: git
|
||||||
|
BuildRequires: hicolor-icon-theme
|
||||||
|
BuildRequires: libboost_headers-devel
|
||||||
|
BuildRequires: make
|
||||||
|
BuildRequires: pkgconfig
|
||||||
|
BuildRequires: update-desktop-files
|
||||||
|
BuildRequires: cmake(Qt6Concurrent)
|
||||||
|
BuildRequires: cmake(Qt6Core)
|
||||||
|
BuildRequires: cmake(Qt6DBus)
|
||||||
|
BuildRequires: cmake(Qt6Gui)
|
||||||
|
BuildRequires: cmake(Qt6LinguistTools)
|
||||||
|
BuildRequires: cmake(Qt6Network)
|
||||||
|
BuildRequires: cmake(Qt6Sql)
|
||||||
|
BuildRequires: cmake(Qt6Test)
|
||||||
|
BuildRequires: cmake(Qt6Widgets)
|
||||||
|
BuildRequires: pkgconfig(alsa)
|
||||||
|
BuildRequires: pkgconfig(dbus-1)
|
||||||
|
BuildRequires: pkgconfig(fftw3)
|
||||||
|
BuildRequires: pkgconfig(gio-2.0)
|
||||||
|
BuildRequires: pkgconfig(gio-unix-2.0)
|
||||||
|
BuildRequires: pkgconfig(glib-2.0)
|
||||||
|
BuildRequires: pkgconfig(gnutls)
|
||||||
|
BuildRequires: pkgconfig(gstreamer-1.0)
|
||||||
|
BuildRequires: pkgconfig(gstreamer-app-1.0)
|
||||||
|
BuildRequires: pkgconfig(gstreamer-audio-1.0)
|
||||||
|
BuildRequires: pkgconfig(gstreamer-base-1.0)
|
||||||
|
BuildRequires: pkgconfig(gstreamer-tag-1.0)
|
||||||
|
BuildRequires: pkgconfig(gthread-2.0)
|
||||||
|
BuildRequires: pkgconfig(icu-i18n)
|
||||||
|
BuildRequires: pkgconfig(icu-uc)
|
||||||
|
BuildRequires: pkgconfig(libcdio)
|
||||||
|
BuildRequires: pkgconfig(libchromaprint)
|
||||||
|
BuildRequires: pkgconfig(libebur128)
|
||||||
|
BuildRequires: pkgconfig(libgpod-1.0)
|
||||||
|
BuildRequires: pkgconfig(libmtp)
|
||||||
|
BuildRequires: pkgconfig(libnotify)
|
||||||
|
BuildRequires: pkgconfig(libpulse)
|
||||||
|
BuildRequires: pkgconfig(libudf)
|
||||||
|
BuildRequires: pkgconfig(protobuf)
|
||||||
|
BuildRequires: pkgconfig(sqlite3) >= 3.9
|
||||||
|
BuildRequires: pkgconfig(taglib) >= 1.11.1
|
||||||
|
%if 0%{?suse_version} > 1600
|
||||||
|
BuildRequires: cmake(KDSingleApplication-qt6)
|
||||||
|
%endif
|
||||||
|
|
||||||
|
Requires: qt6-sql-sqlite
|
||||||
|
|
||||||
|
%description
|
||||||
|
Strawberry is a music player and music collection organizer.
|
||||||
|
It is a fork of Clementine. The name is inspired by the band Strawbs.
|
||||||
|
|
||||||
|
Features:
|
||||||
|
- Play and organize music
|
||||||
|
- Supports WAV, FLAC, WavPack, DSF, DSDIFF, Ogg FLAC, Ogg Vorbis, Ogg Opus, Ogg Speex, MPC, TrueAudio,
|
||||||
|
AIFF, MP4, MP3, ASF and Monkey's Audio.
|
||||||
|
- Audio CD playback
|
||||||
|
- Native desktop notifications
|
||||||
|
- Playlists in multiple formats
|
||||||
|
- Advanced audio output and device options
|
||||||
|
- Edit tags on music files
|
||||||
|
- Fetch tags from MusicBrainz
|
||||||
|
- Album cover art from Last.fm, Musicbrainz, Discogs, Musixmatch, Deezer, Tidal, Qobuz and Spotify
|
||||||
|
- Song lyrics from Lyrics.com, Genius, Musixmatch, ChartLyrics, lyrics.ovh and lololyrics.com
|
||||||
|
- Support for multiple backends
|
||||||
|
- Audio analyzer
|
||||||
|
- Equalizer
|
||||||
|
- Transfer music to iPod, MTP or mass-storage USB player
|
||||||
|
- Scrobbler with support for Last.fm, Libre.fm and ListenBrainz
|
||||||
|
- Subsonic streaming support
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q
|
||||||
|
|
||||||
|
%build
|
||||||
|
%if 0%{?sle_version} == 150500 || 0%{?sle_version} == 150600
|
||||||
|
export CC="gcc-13"
|
||||||
|
export CXX="g++-13"
|
||||||
|
%endif
|
||||||
|
export CFLAGS="%{optflags} -fno-strict-aliasing"
|
||||||
|
export CXXFLAGS="$CFLAGS"
|
||||||
|
%cmake -DBUILD_WERROR=OFF \
|
||||||
|
-DQT_MAJOR_VERSION=6
|
||||||
|
%cmake_build
|
||||||
|
|
||||||
|
%install
|
||||||
|
%cmake_install
|
||||||
|
|
||||||
|
%suse_update_desktop_file org.strawberrymusicplayer.strawberry Qt AudioVideo Audio Player
|
||||||
|
|
||||||
|
%check
|
||||||
|
desktop-file-validate %{buildroot}%{_datadir}/applications/org.strawberrymusicplayer.strawberry.desktop
|
||||||
|
appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/org.strawberrymusicplayer.strawberry.appdata.xml
|
||||||
|
|
||||||
|
%files
|
||||||
|
%doc README.md Changelog
|
||||||
|
%license COPYING
|
||||||
|
%{_bindir}/strawberry*
|
||||||
|
%{_datadir}/applications/*.desktop
|
||||||
|
%{_datadir}/icons/hicolor/*/apps/strawberry.*
|
||||||
|
%{_datadir}/metainfo/*.appdata.xml
|
||||||
|
%{_mandir}/man1/%{name}.1%{?ext_man}
|
||||||
|
%{_mandir}/man1/%{name}-tagreader.1%{?ext_man}
|
||||||
|
|
||||||
|
%changelog
|
Loading…
Reference in New Issue
Block a user