Accepting request 1152269 from GNOME:Apps
OBS-URL: https://build.opensuse.org/request/show/1152269 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/eartag?expand=0&rev=2
This commit is contained in:
commit
271795f727
10
_service
10
_service
@ -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>
|
||||
|
@ -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
3
eartag-0.6.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:313aaa9801b1f65935c6e7be6b3306dd1b13dac04f2e77a6f5e640d64074d763
|
||||
size 1012284
|
@ -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>
|
||||
|
||||
|
@ -1,4 +0,0 @@
|
||||
name: eartag
|
||||
version: 0.5.1
|
||||
mtime: 1698499213
|
||||
commit: d939a201faab668bd65e4dcf49aa203312595329
|
23
eartag.spec
23
eartag.spec
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user