forked from pool/audio-recorder
Accepting request 972513 from 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. (forwarded request 972170 from susnux) OBS-URL: https://build.opensuse.org/request/show/972513 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/audio-recorder?expand=0&rev=15
This commit is contained in:
commit
05fe81f6db
@ -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>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# 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)
|
||||
# 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
|
||||
Version: 3.2.3
|
||||
Version: 3.3.4
|
||||
Release: 0
|
||||
Summary: An audio recorder application for the GNOME 2/3
|
||||
License: GPL-3.0
|
||||
License: GPL-3.0-only
|
||||
Group: Productivity/Multimedia/Sound/Utilities
|
||||
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
|
||||
URL: https://launchpad.net/~audio-recorder
|
||||
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.
|
||||
Patch0: audio-recorder-correct-desktop-menu.patch
|
||||
BuildRequires: autoconf
|
||||
@ -60,18 +61,11 @@ It has an advanced timer that can:
|
||||
* Start recording on voice or sound.
|
||||
* Stop or pause recording on "silence".
|
||||
|
||||
The recording can be automatically controlled by:
|
||||
* RhythmBox audio player.
|
||||
* Banshee audio player.
|
||||
* Amarok and other MPRIS compatible players.
|
||||
* Skype. It can automatically record all your Skype calls without
|
||||
any user interaction.
|
||||
The recording can be automatically controlled by all MPRIS2
|
||||
compatible players.
|
||||
|
||||
This program supports several audio (output) formats such as Ogg Vorbis
|
||||
audio, FLAC, MP3 and WAV.
|
||||
|
||||
User can also control the recorder from command line with
|
||||
--command <arg> option.
|
||||
audio, FLAC, Opus, MP3 and WAV.
|
||||
|
||||
%lang_package
|
||||
|
||||
@ -82,7 +76,7 @@ User can also control the recorder from command line with
|
||||
%build
|
||||
autoreconf -fi
|
||||
%configure
|
||||
make %{?_smp_mflags}
|
||||
%make_build
|
||||
|
||||
%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…
Reference in New Issue
Block a user