Replacing gnome-sound-recorder

OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/vocalis?expand=0&rev=1
This commit is contained in:
Dominique Leuenberger 2024-09-16 13:51:55 +00:00 committed by Git OBS Bridge
commit 5517e0367a
7 changed files with 580 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@ -0,0 +1,23 @@
## Default LFS
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.gem filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.lz filter=lfs diff=lfs merge=lfs -text
*.lzma filter=lfs diff=lfs merge=lfs -text
*.obscpio filter=lfs diff=lfs merge=lfs -text
*.oxt filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.txz filter=lfs diff=lfs merge=lfs -text
*.whl filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.osc

19
_service Normal file
View File

@ -0,0 +1,19 @@
<?xml version="1.0"?>
<services>
<service name="obs_scm" mode="manual">
<param name="scm">git</param>
<param name="url">https://gitlab.gnome.org/World/vocalis.git</param>
<param name="revision">46f0701a</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">v?(.*)\+0</param>
<param name="versionrewrite-replacement">\1</param>
<!-- <param name="changesgenerate">enable</param> -->
</service>
<service name="tar" mode="buildtime"/>
<service name="recompress" mode="buildtime">
<param name="file">*.tar</param>
<param name="compression">zst</param>
</service>
<service name="set_version" mode="manual" />
</services>

View File

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

448
vocalis.changes Normal file
View File

@ -0,0 +1,448 @@
-------------------------------------------------------------------
Mon Sep 16 12:14:26 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 43.beta+116:
+ Application is renamed to vocalis
- Add typescript BuildRequires: New dependency.
- Rename package to vocalis, providing/obsoleting
gnome-sound-recorder.
-------------------------------------------------------------------
Sun Aug 7 10:30:10 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 43.beta:
+ Port to AdwAboutWindow.
+ Updated translations.
-------------------------------------------------------------------
Sun Mar 20 08:24:28 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 42.0:
+ Updated translations.
-------------------------------------------------------------------
Mon Feb 14 10:49:52 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 42.beta:
+ Port to GTK4 / libadwaita
+ Proper dark theme support
+ Fix build with meson 0.60 and newer.
+ Updated translations.
- Replace pkgconfig(gtk+-3.0) and pkgconfig(libhandy-1) with
pkgconfig(gtk4) and pkgconfig(libadwaita-1) BuildRequires
following upstreams port.
- Add explicit pkgconfig(gstreamer-1.0) and
pkgconfig(gstreamer-pbutils-1.0): meson checks for them.
- Drop gstreamer-plugins-bad Requires: No longer needed, all the
needed codecs are now in base or good.
- Drop 1335b1b1aff61167f8648f7cb3c569764031960d.patch: Fixed
upstream.
-------------------------------------------------------------------
Wed Feb 2 16:00:22 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
- Add 1335b1b1aff61167f8648f7cb3c569764031960d.patch: Fix build
with meson 0.60 and newer.
- Drop gnome-sound-recorder-rpmlintrc, no longer needed.
- Drop update-desktop-files BuildRequires and macro, no longer
needed.
- Add desktop-file-utils, and add a check section and run
meson_test macro, validate desktop file and metadata during build
via upstream provided tests.
-------------------------------------------------------------------
Wed Mar 24 07:55:00 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 40.0:
+ Updated translations.
-------------------------------------------------------------------
Tue Feb 16 10:41:14 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 40.beta:
+ Updated translations.
-------------------------------------------------------------------
Sun Jan 31 11:15:35 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 3.38.1:
+ Fix export dialog for recordings disappears shortly after
opening.
+ Fix not able to use space bar in recording name input.
+ Fix recording is lost when using space bar in name input.
+ Fix ui becomes unusable and recording is lost after stopping a
record.
+ Remove m4a option since using it results in unusable
recordings.
+ Updated translations.
-------------------------------------------------------------------
Mon Oct 5 15:56:59 UTC 2020 - dimstar@opensuse.org
- Update to version 3.38.0:
+ An overall update of Sound Recorder's design:
- The possibility to seek backward/forward while playing a
recording.
- Recordings now always display the associated wave.
- The possiblity to export a recording.
- Code cleanup and translations updates.
- Add pkgconfig(gstreamer-player-1.0) and pkgconfig(libhandy-1)
BuildRequires: new dependencies.
-------------------------------------------------------------------
Thu Aug 13 14:18:19 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
- Require gjs: /usr/bin/gnome-sound-recorder is a script using
/usr/bin/gjs-console as interpreter (boo#1169340).
-------------------------------------------------------------------
Sat Jan 25 14:11:59 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
- No longer recommend -lang: supplements are in use
-------------------------------------------------------------------
Wed Nov 6 20:06:12 UTC 2019 - Michael Gorse <mgorse@suse.com>
- Don't use arch-specific libdir (boo#1109687).
-------------------------------------------------------------------
Wed Sep 18 16:01:23 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 3.34.0:
+ Add dual installation support.
+ Updated translations.
-------------------------------------------------------------------
Wed Jun 5 21:52:59 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 3.32.1:
+ Keep the same app ID as in 3.30 in the appdata file.
+ Add release and OARS tags to appdata file.
+ Updated translations.
-------------------------------------------------------------------
Tue Mar 12 06:12:23 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 3.32.0:
+ Updated translations.
-------------------------------------------------------------------
Tue Mar 5 05:37:03 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 3.31.92:
+ Updated translations.
-------------------------------------------------------------------
Sun Feb 17 20:12:01 UTC 2019 - bjorn.lie@gmail.com
- Update to version 3.31.90:
+ Drop application menu.
+ Port to meson.
+ Various translation fixes.
+ Drop git.mk - it's an autotools leftover.
+ Set a minimium width and height size.
+ Make record button a "suggested action".
+ Require gtk +> 3.13.2.
+ Remove old RTL hacks.
+ Fix crashes when selecting a recording.
+ Fix gjs "Too many arguments" warnings.
+ Set a default window title for zero sounds recorded.
+ Validate appdata and desktop files.
+ Use same application id everywhere in the app.
+ Use latest GJS standards for variable and class declarations.
+ Port to ES6 classes.
+ New icon.
+ Updated translations.
- Switch to meson build system, add meson BuildRequires and macros.
- Drop obsolete intltool, pkgconfig(gobject-2.0),
pkgconfig(gdk-3.0) and pkgconfig(gdk-pixbuf-2.0) BuildRequires,
no longer needed.
- Replace gjs with pkgconfig(gjs-1.0) BuildRequires.
- Add appstream-glib BuildRequires.
- Drop pkgconfig(gstreamer-1.0), gstreamer-plugins-bad,
gstreamer-plugins-base and gstreamer-plugins-good BuildRequires:
No longer needed, runtime dependencies are enough.
-------------------------------------------------------------------
Fri Jan 11 21:06:45 UTC 2019 - bjorn.lie@gmail.com
- Update to version 3.28.2:
+ Remote usage of conditional catch statements.
+ Rename icon to match appid, desktop file, about dialog and main
window.
+ Updated translations.
- Drop gsr-Remove-usage-conditional-catch-statements.patch: Fixed
upstream.
-------------------------------------------------------------------
Wed Dec 19 23:15:18 UTC 2018 - bjorn.lie@gmail.com
- Add gsr-Remove-usage-conditional-catch-statements.patch: Remove
usage of conditional catch statements. They are no longer
supported in mozjs60.
-------------------------------------------------------------------
Tue Apr 10 01:05:53 UTC 2018 - bjorn.lie@gmail.com
- Update to version 3.28.1:
+ Updated translations.
-------------------------------------------------------------------
Wed Feb 28 16:29:43 UTC 2018 - dimstar@opensuse.org
- Modernize spec-file by calling spec-cleaner
-------------------------------------------------------------------
Mon Feb 12 11:46:31 UTC 2018 - dimstar@opensuse.org
- Update to version 3.27.90:
+ bgo790682: Fix scoping error caused by deprecated "let"
keyword.
+ build: Install appstream metadata to non-deprecated location.
-------------------------------------------------------------------
Mon Jan 15 09:12:08 UTC 2018 - zaitor@opensuse.org
- Update to version 3.24.0.1+20171218.4d8a9a8:
+ gschema: Fix gettext-domain
+ Updated translations.
- Stop post(un) handling of glib2_gsettings_schema_post(un) and
desktop_database_post(un), and drop
glib2_gsettings_schema_requires macro file-triggers takes care of
this for us now.
- Minor spec cleanup, use autosetup and make_build macros, pass
disable-static to configure.
-------------------------------------------------------------------
Wed Mar 22 17:44:19 UTC 2017 - zaitor@opensuse.org
- Update to version 3.24.0.1:
+ configure: Drop id3mux check failure to a warning.
+ Updated translations.
-------------------------------------------------------------------
Tue Mar 21 09:56:24 UTC 2017 - dimstar@opensuse.org
- Update to version 3.24.0:
+ Fix codec errors caused by mono/stereo combobox.
+ Fix for Debian/Tails (bgo#777862).
+ Updated translations.
- Add pkgconfig(gstreamer-1.0) BuildRequires: new verified
dependency.
- Add gstreamer-plugins-base, gstreamer-plugins-good and
gstreamer-plugins-bad BuildRequires: newly verified build
dependencies.
- Add gstreamer-plugins-base, gstreamer-plugins-good and
gstreamer-plugins-bad Requires: the build dependency is merely to
confirm the modules are present, but generally it would be
runtime dependencies.
-------------------------------------------------------------------
Tue Sep 13 07:17:17 UTC 2016 - zaitor@opensuse.org
- Update to version 3.21.92:
+ Updated translations.
-------------------------------------------------------------------
Fri Jul 1 17:20:47 UTC 2016 - toddrme2178@gmail.com
- Fix Group tag.
-------------------------------------------------------------------
Mon May 9 18:53:53 UTC 2016 - zaitor@opensuse.org
- Update to version 3.20.2:
+ Updated translations.
-------------------------------------------------------------------
Fri Apr 29 11:38:15 UTC 2016 - zaitor@opensuse.org
- Update to version 3.19.92:
+ Deleting files did not refresh listview (bgo#765348).
-------------------------------------------------------------------
Sun Feb 28 11:03:00 UTC 2016 - zaitor@opensuse.org
- Update to version 3.19.91:
+ Fix syntax error in icons Makefile.
+ Prevent stylesheet file deletion after 'make clean'.
+ Fix duplicate buttons in headerbar of about dialog.
+ Icon: provide a symbolic variant.
+ Format date created.
+ Create lookup table for files so retrieval for renaming is o(1)
operation.
+ Updated translations.
-------------------------------------------------------------------
Thu Jan 21 10:43:05 UTC 2016 - zaitor@opensuse.org
- Update to version 3.19.4:
+ Assign an icon to the application window.
+ Enable recodings in mono.
+ Set the correct application icon in the 'About' dialog.
+ Fix deprecated file creation mask.
+ Play when button is pressed even if row is not selected.
+ Updated translations.
-------------------------------------------------------------------
Mon Nov 9 08:41:04 UTC 2015 - zaitor@opensuse.org
- Update to version 3.18.2:
+ Fix bgo#756993.
- Drop gsd-bgo756993-Check-for-null-clock.patch: Fixed upstream.
-------------------------------------------------------------------
Fri Oct 30 15:30:45 UTC 2015 - zaitor@opensuse.org
- Add gsd-bgo756993-Check-for-null-clock.patch: Check for a null
clock before getting the time. Crash fix from upstream git
(bgo#756993).
-------------------------------------------------------------------
Tue Oct 13 01:06:20 UTC 2015 - zaitor@opensuse.org
- Update to version 3.18.1:
+ Updated translations.
- Switch package to noarch BuildArch: There is no binary in this
package.
-------------------------------------------------------------------
Wed Sep 16 07:50:29 UTC 2015 - dimstar@opensuse.org
- Update to version 3.17.92:
+ No changes, only version bump.
-------------------------------------------------------------------
Mon Aug 31 17:05:48 UTC 2015 - zaitor@opensuse.org
- Update to version 3.17.91:
+ Updated translations.
-------------------------------------------------------------------
Mon Aug 17 08:55:55 UTC 2015 - zaitor@opensuse.org
- Update to version 3.17.90:
+ Updated translations.
-------------------------------------------------------------------
Mon May 25 09:07:35 UTC 2015 - zaitor@opensuse.org
- Update to version 3.17.2:
+ Bugs fixed: bgo#744989.
-------------------------------------------------------------------
Thu Apr 30 10:58:28 UTC 2015 - dimstar@opensuse.org
- Update to version 3.17.1:
+ Updated translations.
-------------------------------------------------------------------
Tue Mar 24 08:10:07 UTC 2015 - dimstar@opensuse.org
- Update to version 3.16.0:
+ Updated translations.
-------------------------------------------------------------------
Mon Mar 16 09:09:17 UTC 2015 - dimstar@opensuse.org
- Update to version 3.15.92:
+ Waveform bugfixes.
+ Updated translations.
-------------------------------------------------------------------
Tue Mar 3 12:33:58 UTC 2015 - dimstar@opensuse.org
- Update to version 3.15.91:
+ Force symbolic link creation during installation.
+ Updated translations.
-------------------------------------------------------------------
Tue Feb 17 09:45:00 UTC 2015 - dimstar@opensuse.org
- Update to version 3.15.90:
+ Correct overlapping of long titles and the date in main view.
+ Improve window size.
+ Improve file name assignment.
+ Replace margin_right and margin_left with margin_start and
margin_end.
+ Updated translations.
-------------------------------------------------------------------
Wed Dec 17 20:10:16 UTC 2014 - zaitor@opensuse.org
- Update to version 3.15.3:
+ Whitespace cleanup.
+ Add hours to the time label for recordings.
+ Fix line spacing.
+ Updated translations.
-------------------------------------------------------------------
Sun Nov 9 22:15:14 UTC 2014 - zaitor@opensuse.org
- Update to version 3.14.2:
+ Updated translations.
-------------------------------------------------------------------
Mon Sep 22 19:05:23 UTC 2014 - zaitor@opensuse.org
- Update to version 3.14.0.1:
+ Updated translations.
-------------------------------------------------------------------
Mon Sep 15 19:42:58 UTC 2014 - zaitor@opensuse.org
- Update to version 3.14:
+ More css style fixes.
-------------------------------------------------------------------
Tue Sep 2 17:47:32 UTC 2014 - zaitor@opensuse.org
- Update to version 3.13.91:
+ Add a HighContrast app icon.
+ Update css to work with new version of Adwaita.
-------------------------------------------------------------------
Tue Jul 22 12:02:51 UTC 2014 - dimstar@opensuse.org
- Update to version 3.13.4:
+ Adapt for the package.js which is shipped by gjs.
+ Improve error handling.
+ Add AppData file.
-------------------------------------------------------------------
Mon Apr 14 19:29:16 UTC 2014 - zaitor@opensuse.org
- Update to version 3.12.1:
+ Change Done button in Preferences dialog to close.
+ Add title to header bar in Info dialog.
+ Add accelerator for quit action.
+ Avoid calls to undefined vars in case of invalid audio
settings.
- Changes from version 3.12.0:
+ No changes from version 3.11.92.
-------------------------------------------------------------------
Wed Mar 19 17:10:51 UTC 2014 - zaitor@opensuse.org
- Update to version 3.11.92:
+ Include COPYING and AUTHORS files
+ Improve README and NEWS files.
-------------------------------------------------------------------
Mon Mar 3 17:29:03 UTC 2014 - zaitor@opensuse.org
- Update to version 3.11.91:
+ Ui changes.
+ Bug fixes.
+ Updated translations.
- Drop gnome-sound-recorder-gettext.patch, fixed upstream.
- Drop gnome-common BuildRequires and call to gnome-autogen.sh: No
longer required, as there are no patches left.
-------------------------------------------------------------------
Tue Dec 17 20:54:23 UTC 2013 - dimstar@opensuse.org
- Initial package, version 3.11.3.
- Add gnome-sound-recorder-gettext.patch: Fix installation of
translation's filenames.

4
vocalis.obsinfo Normal file
View File

@ -0,0 +1,4 @@
name: vocalis
version: 43.beta+116
mtime: 1725956899
commit: 46f0701a388b7e4f3371cd0c523b9ff84ec92d64

82
vocalis.spec Normal file
View File

@ -0,0 +1,82 @@
#
# spec file for package vocalis
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2013 Dominique Leuenberger, Amsterdam, The Netherlands.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: vocalis
Version: 43.beta+116
Release: 0
Summary: Sound Recorder
License: BSD-3-Clause AND LGPL-2.0-or-later
Group: Productivity/Multimedia/Sound/Utilities
URL: https://wiki.gnome.org/Design/Apps/SoundRecorder
Source0: %{name}-%{version}.tar.zst
BuildRequires: appstream-glib
BuildRequires: desktop-file-utils
BuildRequires: meson
BuildRequires: pkgconfig
BuildRequires: typescript
BuildRequires: pkgconfig(gio-2.0) >= 2.43.4
BuildRequires: pkgconfig(gjs-1.0) >= 1.54.0
BuildRequires: pkgconfig(glib-2.0) >= 2.39.3
BuildRequires: pkgconfig(gobject-introspection-1.0) >= 1.31.6
BuildRequires: pkgconfig(gstreamer-1.0)
BuildRequires: pkgconfig(gstreamer-pbutils-1.0)
BuildRequires: pkgconfig(gstreamer-player-1.0) >= 1.12
BuildRequires: pkgconfig(gtk4)
BuildRequires: pkgconfig(libadwaita-1) >= 1.2.alpha
Requires: /usr/bin/gjs-console
Requires: gstreamer-plugins-base
Requires: gstreamer-plugins-good
Provides: gnome-sound-recorder = %{version}
Obsoletes: gnome-sound-recorder < %{version}
BuildArch: noarch
%description
A simple, modern sound recorder.
%lang_package
%prep
%autosetup -p1
%build
%meson \
--libdir=%{_prefix}/unused-in-noarch
%{nil}
%meson_build
%install
%meson_install
%find_lang app.drey.Vocalis
%check
%meson_test
%files
%license COPYING
%doc README.md NEWS AUTHORS
%{_bindir}/vocalis
%{_datadir}/app.drey.Vocalis/
%{_datadir}/applications/app.drey.Vocalis.desktop
%{_datadir}/glib-2.0/schemas/app.drey.Vocalis.gschema.xml
%{_datadir}/icons/hicolor/*/apps/app.drey.Vocalis*.svg
%{_datadir}/metainfo/app.drey.Vocalis.metainfo.xml
%files lang -f app.drey.Vocalis.lang
%changelog