Accepting request 660682 from home:jaimeMF:branches:multimedia:apps
- Update to version 2.1.0: * support for MusicBrainz genres * new convenient script functions: $title and $delete * new command line option (-P, --no-plugins) allowing to skip plugin loading, which may help when a plugin is crashing Picard at start and to identify if an issue is due to a plugin or the main program * improve tags support, better compatibility with other applications, wider range of audio files supported * better stability and performance * full changelog available at https://blog.metabrainz.org/2018/12/21/picard-2-1-release/ - Picard has been refactored to org.musicbrainz.Picard - Add appdata.xml file OBS-URL: https://build.opensuse.org/request/show/660682 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/picard?expand=0&rev=64
This commit is contained in:
parent
3f36906431
commit
fbbeaf6f5c
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0c6ee49e0c6dd61793e5705823570055e55e7601d665c9be75271c8b2ff54337
|
||||
size 2759058
|
3
picard-2.1.0.tar.gz
Normal file
3
picard-2.1.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cc00d51b8897cfe4a27e5ccd845a48e8eacffcbc96d0fa652a180954f0198a14
|
||||
size 2975623
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 22 09:58:29 UTC 2018 - Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@fastmail.net>
|
||||
|
||||
- Update to version 2.1.0:
|
||||
* support for MusicBrainz genres
|
||||
* new convenient script functions: $title and $delete
|
||||
* new command line option (-P, --no-plugins) allowing to skip plugin loading, which may help when a plugin is crashing Picard at start and to identify if an issue is due to a plugin or the main program
|
||||
* improve tags support, better compatibility with other applications, wider range of audio files supported
|
||||
* better stability and performance
|
||||
* full changelog available at https://blog.metabrainz.org/2018/12/21/picard-2-1-release/
|
||||
- Picard has been refactored to org.musicbrainz.Picard
|
||||
- Add appdata.xml file
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 7 06:45:35 UTC 2018 - mvetter@suse.com
|
||||
|
||||
|
13
picard.spec
13
picard.spec
@ -12,12 +12,12 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: picard
|
||||
Version: 2.0.4
|
||||
Version: 2.1.0
|
||||
Release: 0
|
||||
Summary: The Next Generation MusicBrainz Tagger
|
||||
License: GPL-2.0-or-later
|
||||
@ -58,7 +58,7 @@ python3 setup.py build
|
||||
export LANG=en_US.UTF-8
|
||||
python3 setup.py install --skip-build --prefix=%{_prefix} --root=%{buildroot}
|
||||
|
||||
%suse_update_desktop_file -G "Music Tagger" -N "picard" picard
|
||||
%suse_update_desktop_file -G "Music Tagger" -N "picard" org.musicbrainz.Picard
|
||||
|
||||
rm -rfv %{buildroot}%{_datadir}/locale/sco
|
||||
|
||||
@ -78,10 +78,11 @@ rm -rfv %{buildroot}%{_datadir}/locale/sco
|
||||
%doc AUTHORS.txt NEWS.txt
|
||||
%license COPYING.txt
|
||||
%{_bindir}/picard
|
||||
%{_datadir}/applications/%{name}.desktop
|
||||
%{_datadir}/applications/org.musicbrainz.Picard.desktop
|
||||
%{python3_sitearch}/picard*
|
||||
%{_datadir}/icons/hicolor/*/apps/picard.png
|
||||
%{_datadir}/icons/hicolor/*/apps/picard.svg
|
||||
%{_datadir}/icons/hicolor/*/apps/org.musicbrainz.Picard.png
|
||||
%{_datadir}/icons/hicolor/*/apps/org.musicbrainz.Picard.svg
|
||||
%{_datadir}/metainfo/org.musicbrainz.Picard.appdata.xml
|
||||
|
||||
%files lang -f %{name}.lang
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user