Accepting request 1166811 from multimedia:apps
OBS-URL: https://build.opensuse.org/request/show/1166811 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/decibels?expand=0&rev=4
This commit is contained in:
commit
d4fe156088
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f8e7cd1aef86b30d00a8f6d22152c68f05816e9e16072d75d4403a50d213fbbf
|
|
||||||
size 114954
|
|
3
decibels-46.0.tar.bz2
Normal file
3
decibels-46.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d154b7a324727200cc9c2ca3402e338a91bb6317401edfd45cf86e094c126463
|
||||||
|
size 119076
|
@ -1,3 +1,33 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 11 08:49:42 UTC 2024 - Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>
|
||||||
|
|
||||||
|
- Update to version 46.0
|
||||||
|
* Decibels joined GNOME Incubator
|
||||||
|
* The application ID changed to org.gnome.Decibels
|
||||||
|
* The application's source code is now hosted on GNOME Gitlab's
|
||||||
|
instance instead of GitHub
|
||||||
|
* Only the header bar is now draggable, instead of the whole app
|
||||||
|
window
|
||||||
|
* The app is more secure because it only uses the needed sandbox
|
||||||
|
permissions
|
||||||
|
* Decibels no longer incorrectly advertises being able to open
|
||||||
|
directories
|
||||||
|
* The waveform now looks better because it has slightly thicker
|
||||||
|
lines
|
||||||
|
* Fixed crashes when handling invalid audio files
|
||||||
|
* Added keyboard controls for controlling playback
|
||||||
|
* It is now possible to scroll on the playback bar to seek
|
||||||
|
forwards or backwards
|
||||||
|
* Decibels now shows the correct track's durations reliably
|
||||||
|
instead of showing 1:40
|
||||||
|
* The design of the app was improved with new icons and papercut
|
||||||
|
fixes
|
||||||
|
* Added Spanish and updated the Chinese, Russian and Ukrainian
|
||||||
|
translations
|
||||||
|
- Update submodule gi-types to commit 94acb630
|
||||||
|
- Add typelib(Adw) and blueprint-compiler BuildRequires: fix build
|
||||||
|
requirements version 46.0
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Dec 3 03:50:09 UTC 2023 - Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>
|
Sun Dec 3 03:50:09 UTC 2023 - Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package decibels
|
# spec file for package decibels
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -15,18 +15,19 @@
|
|||||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
%define lname com.vixalien.decibels
|
%define lname org.gnome.Decibels
|
||||||
%define sname gi-typescript-definitions
|
%define sname gi-typescript-definitions
|
||||||
%define scommit eb2a87a25c5e2fb580b605fbec0bd312fe34c492
|
%define scommit 94acb6307e8d467cd9b3e340a18431496636b8f6
|
||||||
Name: decibels
|
Name: decibels
|
||||||
Version: 0.1.7
|
Version: 46.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Play audio files with a waveform
|
Summary: Play audio files with a waveform
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
URL: https://github.com/vixalien/decibels
|
URL: https://gitlab.gnome.org/GNOME/Incubator/decibels
|
||||||
Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
|
Source0: %{url}/-/archive/%{version}/%{name}-%{version}.tar.bz2
|
||||||
Source1: https://gitlab.gnome.org/BrainBlasted/%{sname}/-/archive/%{scommit}/%{sname}-%{scommit}.tar.bz2
|
Source1: https://gitlab.gnome.org/BrainBlasted/%{sname}/-/archive/%{scommit}/%{sname}-%{scommit}.tar.bz2
|
||||||
BuildRequires: appstream-glib
|
BuildRequires: appstream-glib
|
||||||
|
BuildRequires: blueprint-compiler
|
||||||
BuildRequires: desktop-file-utils
|
BuildRequires: desktop-file-utils
|
||||||
BuildRequires: hicolor-icon-theme
|
BuildRequires: hicolor-icon-theme
|
||||||
BuildRequires: meson >= 0.62.0
|
BuildRequires: meson >= 0.62.0
|
||||||
@ -34,6 +35,7 @@ BuildRequires: typescript
|
|||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: pkgconfig(gjs-1.0)
|
BuildRequires: pkgconfig(gjs-1.0)
|
||||||
BuildRequires: pkgconfig(gtk4)
|
BuildRequires: pkgconfig(gtk4)
|
||||||
|
BuildRequires: typelib(Adw)
|
||||||
Requires: typelib(GstPlay)
|
Requires: typelib(GstPlay)
|
||||||
Provides: bundled(gi-types)
|
Provides: bundled(gi-types)
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -58,6 +60,8 @@ tar -xf %{SOURCE1} --strip-components 1 -C gi-types
|
|||||||
|
|
||||||
%find_lang %{lname}
|
%find_lang %{lname}
|
||||||
|
|
||||||
|
%check
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license LICENCE
|
%license LICENCE
|
||||||
%doc README*
|
%doc README*
|
||||||
|
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6f1e010ff55c48234bac5cb9434a3de68d7ecfa07d50b08d6d047079229fd694
|
||||||
|
size 511451
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:418a58db6bb427ade4c3f5f929f5d5bfb7c6f4a807edf5afb3e8c4a7fda51797
|
|
||||||
size 493740
|
|
Loading…
Reference in New Issue
Block a user