Compare commits
6 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| bdd22df541 | |||
| a32132f4ac | |||
| e0806974b5 | |||
| 68109bd4c4 | |||
| 61599e7908 | |||
| ca763818db |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d154b7a324727200cc9c2ca3402e338a91bb6317401edfd45cf86e094c126463
|
||||
size 119076
|
||||
3
decibels-49.0.tar.bz2
Normal file
3
decibels-49.0.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b9eae0947818c6180e768cf56546b236eebbc46e43f5a645c94ef24be21cdc5c
|
||||
size 130864
|
||||
@@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 15 21:12:19 UTC 2025 - Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>
|
||||
|
||||
- Update to version 49.0
|
||||
* Missing trailing new line
|
||||
* fix: reset position when skipping past the end of audio
|
||||
* fix: correctly avoid excess draws on waveform scale position
|
||||
update
|
||||
* Fix translate url
|
||||
* metainfo: fix dark brand color
|
||||
* Force playback buttons and timeline to be Left-To-Right
|
||||
* Port to AdwShortcutsDialog
|
||||
* Put each main window into its own group
|
||||
* Update translation
|
||||
- Add pkgconfig(libadwaita-1) BuildRequires: fix build
|
||||
requirements version 49.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 15 23:30:11 UTC 2025 - Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>
|
||||
|
||||
- Update to version 48.0
|
||||
* The waveform was rewritten, redesigned and unified with the
|
||||
scale
|
||||
* Added support for multiple windows
|
||||
* Added playback rate shortcuts
|
||||
* Changed the app's icon
|
||||
* Added support for opening the containing folder of an audio
|
||||
file
|
||||
* Update gi submodule
|
||||
- add meson_test to check files
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 11 08:49:42 UTC 2024 - Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>
|
||||
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
#
|
||||
# spec file for package decibels
|
||||
#
|
||||
# Copyright (c) 2025 mantarimay
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@@ -17,13 +18,13 @@
|
||||
|
||||
%define lname org.gnome.Decibels
|
||||
%define sname gi-typescript-definitions
|
||||
%define scommit 94acb6307e8d467cd9b3e340a18431496636b8f6
|
||||
%define scommit dbbaa0527556cd3ce5434c4a5072cd99348eff7a
|
||||
Name: decibels
|
||||
Version: 46.0
|
||||
Version: 49.0
|
||||
Release: 0
|
||||
Summary: Play audio files with a waveform
|
||||
License: GPL-3.0-or-later
|
||||
URL: https://gitlab.gnome.org/GNOME/Incubator/decibels
|
||||
URL: https://gitlab.gnome.org/GNOME/decibels
|
||||
Source0: %{url}/-/archive/%{version}/%{name}-%{version}.tar.bz2
|
||||
Source1: https://gitlab.gnome.org/BrainBlasted/%{sname}/-/archive/%{scommit}/%{sname}-%{scommit}.tar.bz2
|
||||
BuildRequires: appstream-glib
|
||||
@@ -35,6 +36,7 @@ BuildRequires: typescript
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: pkgconfig(gjs-1.0)
|
||||
BuildRequires: pkgconfig(gtk4)
|
||||
BuildRequires: pkgconfig(libadwaita-1) >= 1.8.alpha
|
||||
BuildRequires: typelib(Adw)
|
||||
Requires: typelib(GstPlay)
|
||||
Provides: bundled(gi-types)
|
||||
@@ -61,9 +63,10 @@ tar -xf %{SOURCE1} --strip-components 1 -C gi-types
|
||||
%find_lang %{lname}
|
||||
|
||||
%check
|
||||
%meson_test
|
||||
|
||||
%files
|
||||
%license LICENCE
|
||||
%license LICEN*
|
||||
%doc README*
|
||||
%{_bindir}/%{lname}
|
||||
%dir %{_datadir}/%{lname}
|
||||
@@ -71,10 +74,8 @@ tar -xf %{SOURCE1} --strip-components 1 -C gi-types
|
||||
%{_datadir}/applications/%{lname}.desktop
|
||||
%{_datadir}/icons/hicolor/*/*/%{lname}*
|
||||
%{_datadir}/metainfo/%{lname}.metainfo.xml
|
||||
%{_datadir}/glib-2.0/schemas/%{lname}.gschema.xml
|
||||
%{_datadir}/dbus-1/services/%{lname}.service
|
||||
|
||||
%files lang -f %{lname}.lang
|
||||
|
||||
%changelog
|
||||
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6f1e010ff55c48234bac5cb9434a3de68d7ecfa07d50b08d6d047079229fd694
|
||||
size 511451
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:88c6053ce36395bbbecd4161d3b6fb12a12763319fd5c49a1210982978a25795
|
||||
size 538634
|
||||
Reference in New Issue
Block a user