Accepting request 972170 from home:susnux:branches:GNOME:Apps
- Update to version 3.3.4 * Removed Speexenc (SPX) encoder from MediaProfiles. * Added opus encoder. * Added suport for pipewiresrc plugin * Removed support for Skype as the latest versions of Skype do not support MPRIS2. * This will be the last version suporting Pulseaudio (pulsesrc). * Later, newer audio-recorder versions will run on Gstreamer and Pipewire. OBS-URL: https://build.opensuse.org/request/show/972170 OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/audio-recorder?expand=0&rev=24
This commit is contained in:
parent
624b1309b3
commit
851f8c08a8
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 22 11:37:58 UTC 2022 - Ferdinand Thiessen <rpm@fthiessen.de>
|
||||||
|
|
||||||
|
- Update to version 3.3.4
|
||||||
|
* Removed Speexenc (SPX) encoder from MediaProfiles.
|
||||||
|
* Added opus encoder.
|
||||||
|
* Added suport for pipewiresrc plugin
|
||||||
|
* Removed support for Skype as the latest versions of Skype do not
|
||||||
|
support MPRIS2.
|
||||||
|
* This will be the last version suporting Pulseaudio (pulsesrc).
|
||||||
|
* Later, newer audio-recorder versions will run on Gstreamer and Pipewire.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Apr 26 11:29:57 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>
|
Mon Apr 26 11:29:57 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package audio-recorder
|
# spec file for package audio-recorder
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2022 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
|
||||||
@ -12,18 +12,19 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
%define ubuntuversion jammy
|
||||||
Name: audio-recorder
|
Name: audio-recorder
|
||||||
Version: 3.2.3
|
Version: 3.3.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: An audio recorder application for the GNOME 2/3
|
Summary: An audio recorder application for the GNOME 2/3
|
||||||
License: GPL-3.0
|
License: GPL-3.0-only
|
||||||
Group: Productivity/Multimedia/Sound/Utilities
|
Group: Productivity/Multimedia/Sound/Utilities
|
||||||
Url: https://launchpad.net/~audio-recorder
|
URL: https://launchpad.net/~audio-recorder
|
||||||
Source: https://launchpad.net/~audio-recorder/+archive/ubuntu/ppa/+sourcefiles/audio-recorder/%{version}~hirsute/audio-recorder_%{version}~hirsute.tar.gz
|
Source: %{url}/+archive/ubuntu/ppa/+sourcefiles/audio-recorder/%{version}~%{ubuntuversion}/audio-recorder_%{version}~%{ubuntuversion}.tar.gz
|
||||||
# PATCH-FIX-OPENSUSE audio-recorder-correct-desktop-menu.patch badshah400@gmail.com -- Fixes the .desktop file by removing unity related tags from it.
|
# PATCH-FIX-OPENSUSE audio-recorder-correct-desktop-menu.patch badshah400@gmail.com -- Fixes the .desktop file by removing unity related tags from it.
|
||||||
Patch0: audio-recorder-correct-desktop-menu.patch
|
Patch0: audio-recorder-correct-desktop-menu.patch
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
@ -60,18 +61,11 @@ It has an advanced timer that can:
|
|||||||
* Start recording on voice or sound.
|
* Start recording on voice or sound.
|
||||||
* Stop or pause recording on "silence".
|
* Stop or pause recording on "silence".
|
||||||
|
|
||||||
The recording can be automatically controlled by:
|
The recording can be automatically controlled by all MPRIS2
|
||||||
* RhythmBox audio player.
|
compatible players.
|
||||||
* Banshee audio player.
|
|
||||||
* Amarok and other MPRIS compatible players.
|
|
||||||
* Skype. It can automatically record all your Skype calls without
|
|
||||||
any user interaction.
|
|
||||||
|
|
||||||
This program supports several audio (output) formats such as Ogg Vorbis
|
This program supports several audio (output) formats such as Ogg Vorbis
|
||||||
audio, FLAC, MP3 and WAV.
|
audio, FLAC, Opus, MP3 and WAV.
|
||||||
|
|
||||||
User can also control the recorder from command line with
|
|
||||||
--command <arg> option.
|
|
||||||
|
|
||||||
%lang_package
|
%lang_package
|
||||||
|
|
||||||
@ -82,7 +76,7 @@ User can also control the recorder from command line with
|
|||||||
%build
|
%build
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
%configure
|
%configure
|
||||||
make %{?_smp_mflags}
|
%make_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:06e43aa5e961f2301300ced8395d3bfd05f1436ef7e15a5a2dca5ae14e08fb74
|
|
||||||
size 528709
|
|
3
audio-recorder_3.3.4~jammy.tar.gz
Normal file
3
audio-recorder_3.3.4~jammy.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:450f33013f7c11d56074710d5f45830d81afbbb5e3a01edfd853efd89609aae8
|
||||||
|
size 529601
|
Loading…
x
Reference in New Issue
Block a user