Accepting request 1127564 from multimedia:apps

Update to version 0.1.6

OBS-URL: https://build.opensuse.org/request/show/1127564
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/decibels?expand=0&rev=2
This commit is contained in:
Ana Guerrero 2023-11-20 20:19:30 +00:00 committed by Git OBS Bridge
commit ad023bfdfc
4 changed files with 18 additions and 7 deletions

View File

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

3
decibels-0.1.6.tar.gz Normal file
View File

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

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sun Nov 19 15:38:43 UTC 2023 - Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>
- Update to version 0.1.6
* remove 30s skip buttons
* Update translations
- Update to version 0.1.5
* generate the waves progressively
* use RMS to generate peaks
* Update translations
-------------------------------------------------------------------
Mon Oct 16 13:41:47 UTC 2023 - Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>

View File

@ -19,7 +19,7 @@
%define sname gi-typescript-definitions
%define scommit eb2a87a25c5e2fb580b605fbec0bd312fe34c492
Name: decibels
Version: 0.1.4
Version: 0.1.6
Release: 0
Summary: Play audio files with a waveform
License: GPL-3.0-or-later
@ -29,7 +29,7 @@ Source1: https://gitlab.gnome.org/BrainBlasted/%{sname}/-/archive/%{scomm
BuildRequires: appstream-glib
BuildRequires: desktop-file-utils
BuildRequires: hicolor-icon-theme
BuildRequires: meson
BuildRequires: meson >= 0.62.0
BuildRequires: typescript
BuildRequires: pkgconfig
BuildRequires: pkgconfig(gjs-1.0)
@ -56,7 +56,7 @@ tar -xf %{SOURCE1} --strip-components 1 -C gi-types
%install
%meson_install
%find_lang %{name}
%find_lang %{lname}
%files
%license LICENCE
@ -70,7 +70,7 @@ tar -xf %{SOURCE1} --strip-components 1 -C gi-types
%{_datadir}/glib-2.0/schemas/%{lname}.gschema.xml
%{_datadir}/dbus-1/services/%{lname}.service
%files lang -f %{name}.lang
%files lang -f %{lname}.lang
%changelog