commit 17020f4a2ddb38a1a1530f6beca48dc511c0d10c14e73ebe456e5eb8436a7bc3 Author: Dominique Leuenberger Date: Mon Dec 4 12:27:48 2023 +0000 Accepting request 1130538 from home:rrahl0 I want to maintain eatag in Factory, and want to use GNOME:Apps as the develproject for maintance OBS-URL: https://build.opensuse.org/request/show/1130538 OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/eartag?expand=0&rev=1 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..5e3293d --- /dev/null +++ b/_service @@ -0,0 +1,11 @@ + + + + git + https://gitlab.gnome.org/World/eartag.git + refs/tags/0.5.1 + @PARENT_TAG@ + disable + + + diff --git a/eartag-0.5.1.obscpio b/eartag-0.5.1.obscpio new file mode 100644 index 0000000..2a79eac --- /dev/null +++ b/eartag-0.5.1.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7efe8df3d2a77ae65f715f0d1f959c85ce3841d3844d45a7b6cc701042e9361 +size 1433612 diff --git a/eartag.changes b/eartag.changes new file mode 100644 index 0000000..f72bb76 --- /dev/null +++ b/eartag.changes @@ -0,0 +1,4 @@ +------------------------------------------------------------------- +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..af72c4f --- /dev/null +++ b/eartag.obsinfo @@ -0,0 +1,4 @@ +name: eartag +version: 0.5.1 +mtime: 1698499213 +commit: d939a201faab668bd65e4dcf49aa203312595329 diff --git a/eartag.spec b/eartag.spec new file mode 100644 index 0000000..effaf80 --- /dev/null +++ b/eartag.spec @@ -0,0 +1,72 @@ +# +# spec file for package eartag +# +# Copyright (c) 2023 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.5.1 +Release: 0 +Summary: Edit audio file tags +License: X11-distribute-modifications-variant +URL: https://gitlab.gnome.org/World/eartag +Source: %{name}-%{version}.tar +BuildArch: noarch +BuildRequires: meson +BuildRequires: pkgconfig(libadwaita-1) +BuildRequires: gtk4-devel +BuildRequires: python3-gobject +BuildRequires: python3-Pillow +BuildRequires: python3-mutagen +BuildRequires: python3-python-magic +BuildRequires: python3-pyacoustid +Requires: python3-python-magic +Requires: python3-pyacoustid +Requires: python3-mutagen +Requires: python3-gobject +Requires: python3-Pillow + +%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