From 22048345e15c748380e858b1ca5f9c12e0b9f7c3d6cf34cf366c14c4a4bf2351 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 26 Jul 2024 05:59:36 +0000 Subject: [PATCH] - change license to MIT OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/eartag?expand=0&rev=8 --- .gitattributes | 23 ++++++++++++++ .gitignore | 1 + _service | 16 ++++++++++ eartag-0.6.1.tar.gz | 3 ++ eartag.changes | 32 ++++++++++++++++++++ eartag.obsinfo | 4 +++ eartag.spec | 74 +++++++++++++++++++++++++++++++++++++++++++++ 7 files changed, 153 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 _service create mode 100644 eartag-0.6.1.tar.gz create mode 100644 eartag.changes create mode 100644 eartag.obsinfo create mode 100644 eartag.spec diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -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 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/_service b/_service new file mode 100644 index 0000000..727eab2 --- /dev/null +++ b/_service @@ -0,0 +1,16 @@ + + + + git + https://gitlab.gnome.org/World/eartag.git + refs/tags/0.6.1 + @PARENT_TAG@ + disable + + + + *.tar + gz + + + diff --git a/eartag-0.6.1.tar.gz b/eartag-0.6.1.tar.gz new file mode 100644 index 0000000..29a282c --- /dev/null +++ b/eartag-0.6.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2917df1638ba8d9f0e5a2a2f43c72d8ca05a87d37f2a85549d673e86af867961 +size 4508293 diff --git a/eartag.changes b/eartag.changes new file mode 100644 index 0000000..b2a56b9 --- /dev/null +++ b/eartag.changes @@ -0,0 +1,32 @@ +------------------------------------------------------------------- +Thu Jul 25 23:02:15 UTC 2024 - Richard Rahl + +- change license to MIT + +------------------------------------------------------------------- +Mon May 13 19:39:49 UTC 2024 - Richard Rahl + +- Update to version 0.6.1: + + switch to libadwaita >= 1.5 +- Add blueprint-compiler BuildRequires: new upstream dependency + since commit 324f6a24. +- Add forgotten set_version service. + +------------------------------------------------------------------- +Fri Feb 23 06:45:56 UTC 2024 - Richard Rahl + +- add chromaprint-fpcalc as dependency for identifying songs +- update to 0.6.0: + * Tags to insert can be picked from a list, + and inserted tags are highlighted with a color + * The preview field also gains syntax highlighting, + as well as a way to select the file to preview + * A new "Move to folder" option has been added + * new feature "Extract Tags from Filename" + * Undo all changes in selected files feature + * Remove tags from selected files feature + +------------------------------------------------------------------- +Thu Nov 30 12:50:41 UTC 2023 - Richard Rahl + +- initial packaging of version 0.5.1 for openSUSE Tumbleweed diff --git a/eartag.obsinfo b/eartag.obsinfo new file mode 100644 index 0000000..a262968 --- /dev/null +++ b/eartag.obsinfo @@ -0,0 +1,4 @@ +name: eartag +version: 0.6.1 +mtime: 1714747470 +commit: 2d9b03723050e276a4e4f59af67fd3d119c0d8d3 diff --git a/eartag.spec b/eartag.spec new file mode 100644 index 0000000..6f55ff9 --- /dev/null +++ b/eartag.spec @@ -0,0 +1,74 @@ +# +# spec file for package eartag +# +# 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: eartag +Version: 0.6.1 +Release: 0 +Summary: Edit audio file tags +License: MIT +URL: https://gitlab.gnome.org/World/eartag +Source: %{name}-%{version}.tar.gz +BuildArch: noarch +BuildRequires: blueprint-compiler +BuildRequires: meson +BuildRequires: python3-Pillow +BuildRequires: python3-gobject +BuildRequires: python3-mutagen +BuildRequires: python3-pyacoustid +BuildRequires: python3-python-magic +BuildRequires: pkgconfig(gtk4) +BuildRequires: pkgconfig(libadwaita-1) >= 1.5 +Requires: chromaprint-fpcalc +Requires: python3-Pillow +Requires: python3-gobject +Requires: python3-mutagen +Requires: python3-pyacoustid +Requires: python3-python-magic + +%description +Ear Tag is a simple audio file tag editor. It is primarily geared towards making quick edits or bulk-editing tracks in albums/EPs. +Unlike other tagging programs, Ear Tag does not require the user to set up a music library folder. + +%lang_package + +%prep +%autosetup + +%build +%meson +%meson_build + +%install +%meson_install + +%find_lang app.drey.EarTag + +%files +%license COPYING +%doc README.md +%{_bindir}/eartag +%{_datarootdir}/applications/app.drey.EarTag.desktop +%dir %{_datarootdir}/eartag +%{_datarootdir}/eartag/* +%{_datarootdir}/icons/* +%{_datarootdir}/metainfo/app.drey.EarTag.metainfo.xml +%{_datarootdir}/glib-2.0/schemas/app.drey.EarTag.gschema.xml + +%files lang -f app.drey.EarTag.lang + +%changelog