Accepting request 1151967 from home:rrahl0:upgrades

back to obs_scm

OBS-URL: https://build.opensuse.org/request/show/1151967
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/eartag?expand=0&rev=3
This commit is contained in:
Dominique Leuenberger 2024-02-27 12:47:05 +00:00 committed by Git OBS Bridge
parent 650ee43826
commit 37579d00ac
6 changed files with 36 additions and 21 deletions

View File

@ -1,11 +1,15 @@
<?xml version="1.0"?>
<?xml version="1.0" ?>
<services>
<service name="obs_scm" mode="manual">
<param name="scm">git</param>
<param name="url">https://gitlab.gnome.org/World/eartag.git</param>
<param name="revision">refs/tags/0.5.1</param>
<param name="revision">refs/tags/0.6.0</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="changesgenerate">disable</param>
</service>
<service name="tar" mode="buildtime" />
<service name="tar" mode="manual" />
<service name="recompress" mode="manual">
<param name="file">*.tar</param>
<param name="compression">gz</param>
</service>
</services>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b7efe8df3d2a77ae65f715f0d1f959c85ce3841d3844d45a7b6cc701042e9361
size 1433612

3
eartag-0.6.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:313aaa9801b1f65935c6e7be6b3306dd1b13dac04f2e77a6f5e640d64074d763
size 1012284

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Fri Feb 23 06:45:56 UTC 2024 - Richard Rahl <rrahl0@proton.me>
- 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 <rrahl0@proton.me>

View File

@ -1,4 +0,0 @@
name: eartag
version: 0.5.1
mtime: 1698499213
commit: d939a201faab668bd65e4dcf49aa203312595329

View File

@ -1,7 +1,7 @@
#
# spec file for package eartag
#
# Copyright (c) 2023 SUSE LLC
# 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
@ -17,26 +17,27 @@
Name: eartag
Version: 0.5.1
Version: 0.6.0
Release: 0
Summary: Edit audio file tags
License: X11-distribute-modifications-variant
URL: https://gitlab.gnome.org/World/eartag
Source: %{name}-%{version}.tar
Source: %{name}-%{version}.tar.gz
BuildArch: noarch
BuildRequires: meson
BuildRequires: pkgconfig(libadwaita-1)
BuildRequires: gtk4-devel
BuildRequires: python3-gobject
BuildRequires: python3-Pillow
BuildRequires: python3-gobject
BuildRequires: python3-mutagen
BuildRequires: python3-python-magic
BuildRequires: python3-pyacoustid
Requires: python3-python-magic
Requires: python3-pyacoustid
Requires: python3-mutagen
Requires: python3-gobject
BuildRequires: python3-python-magic
BuildRequires: pkgconfig(gtk4)
BuildRequires: pkgconfig(libadwaita-1)
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.