Antonio Larrosa
fda5d91a4b
- Update to 2.5: * Bugfixes - PICARD-214 - Take case insensitive file systems into account when renaming files - PICARD-1972 - Times missing in bottom panel - PICARD-1973 - Multi-value tags getting flattened when files get matched to tracks - PICARD-1974 - Picard crashes when using the same tag name more than once in "Tags from File Names..." - PICARD-1975 - Tags from file names does not properly set hidden tags - PICARD-1976 - Cover art providers do not handle URLs with query arguments correctly - PICARD-1979 - Comment tag in MP4 not saved correctly - PICARD-1982 - Cover art not saving properly * Improvements - PICARD-1978 - Add keyboard shortcut for Tags From Filenames and allow to place it in toolbar - Update to 2.5.0b1: * Bugfixes - PICARD-1882 - Scripting text not well readable with dark theme on KDE - PICARD-1888 - Returning tracks to cluster uses matched release rather than what's in the files - PICARD-1932 - Failed AcoustID submission shows as successful - PICARD-1939 - Crash when "Remove" button is hit without picking a file first - PICARD-1941 - Unchanged multi-value tags on tracks show up as changed - PICARD-1954 - Right-clicking on album with "could not load OBS-URL: https://build.opensuse.org/request/show/844218 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/picard?expand=0&rev=90
92 lines
2.7 KiB
RPMSpec
92 lines
2.7 KiB
RPMSpec
#
|
|
# spec file for package picard
|
|
#
|
|
# Copyright (c) 2020 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: picard
|
|
Version: 2.5
|
|
Release: 0
|
|
Summary: The Next Generation MusicBrainz Tagger
|
|
License: GPL-2.0-or-later
|
|
Group: Productivity/Multimedia/Sound/Utilities
|
|
URL: https://picard.musicbrainz.org
|
|
Source0: https://codeload.github.com/metabrainz/picard/tar.gz/release-%{version}#/%{name}-%{version}.tar.gz
|
|
BuildRequires: desktop-file-utils
|
|
BuildRequires: gcc-c++
|
|
BuildRequires: hicolor-icon-theme
|
|
BuildRequires: libofa-devel
|
|
BuildRequires: python3-devel
|
|
BuildRequires: python3-mutagen >= 1.43
|
|
BuildRequires: python3-qt5
|
|
BuildRequires: python3-setuptools
|
|
BuildRequires: python3-sip
|
|
BuildRequires: update-desktop-files
|
|
Requires: python3-Markdown
|
|
Requires: python3-dateutil >= 2.7.3
|
|
Requires: python3-mutagen >= 1.37
|
|
Requires: python3-qt5
|
|
Recommends: chromaprint-fpcalc
|
|
Recommends: python3-discid
|
|
|
|
%description
|
|
MusicBrainz Picard is a MusicBrainz tag editor written in Python.
|
|
Picard Tagger focuses on album-oriented tagging as opposed to
|
|
track-based tagging.
|
|
|
|
%lang_package
|
|
|
|
%prep
|
|
%setup -q -n %{name}-release-%{version}
|
|
|
|
%build
|
|
export LANG=en_US.UTF-8
|
|
python3 setup.py config
|
|
python3 setup.py build
|
|
|
|
%install
|
|
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" org.musicbrainz.Picard
|
|
|
|
rm -rfv %{buildroot}%{_datadir}/locale/sco
|
|
|
|
%find_lang %{name} %{name}.lang
|
|
%find_lang %{name}-countries %{name}.lang
|
|
%find_lang %{name}-attributes %{name}.lang
|
|
|
|
%if 0%{?suse_version} < 1500
|
|
%post
|
|
%icon_theme_cache_post
|
|
|
|
%postun
|
|
%icon_theme_cache_postun
|
|
%endif
|
|
|
|
%files
|
|
%doc AUTHORS.txt NEWS.md
|
|
%license COPYING.txt
|
|
%{_bindir}/picard
|
|
%{_datadir}/applications/org.musicbrainz.Picard.desktop
|
|
%{python3_sitearch}/picard*
|
|
%{_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
|
|
|
|
%changelog
|