forked from pool/audio-recorder
Accepting request 888744 from GNOME:Apps
- Update to version 3.2.3 * The recording must end with EOS message, otherwise MPEG 4 Audio (.m4a) files becomes invalid. * Fixed export to M4A / AAC with new gstreamer * Fixed a minor issue in settings-pipe.c (forwarded request 888470 from susnux) OBS-URL: https://build.opensuse.org/request/show/888744 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/audio-recorder?expand=0&rev=14
This commit is contained in:
commit
ae51ca8529
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 26 11:29:57 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>
|
||||||
|
|
||||||
|
- Update to version 3.2.3
|
||||||
|
* The recording must end with EOS message,
|
||||||
|
otherwise MPEG 4 Audio (.m4a) files becomes invalid.
|
||||||
|
* Fixed export to M4A / AAC with new gstreamer
|
||||||
|
* Fixed a minor issue in settings-pipe.c
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 30 11:08:42 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
|
Thu Jan 30 11:08:42 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
@ -17,13 +17,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: audio-recorder
|
Name: audio-recorder
|
||||||
Version: 3.0.5
|
Version: 3.2.3
|
||||||
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
|
||||||
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}~disco/audio-recorder_%{version}~disco.tar.gz
|
Source: https://launchpad.net/~audio-recorder/+archive/ubuntu/ppa/+sourcefiles/audio-recorder/%{version}~hirsute/audio-recorder_%{version}~hirsute.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
|
||||||
@ -80,7 +80,7 @@ User can also control the recorder from command line with
|
|||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
aclocal && autoconf && automake -a
|
autoreconf -fi
|
||||||
%configure
|
%configure
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
@ -90,22 +90,19 @@ make %{?_smp_mflags}
|
|||||||
%find_lang %{name} %{?no_lang_C}
|
%find_lang %{name} %{?no_lang_C}
|
||||||
|
|
||||||
%post
|
%post
|
||||||
%desktop_database_post
|
|
||||||
%icon_theme_cache_post
|
|
||||||
%glib2_gsettings_schema_post
|
%glib2_gsettings_schema_post
|
||||||
|
|
||||||
%postun
|
%postun
|
||||||
%desktop_database_postun
|
|
||||||
%icon_theme_cache_postun
|
|
||||||
%glib2_gsettings_schema_postun
|
%glib2_gsettings_schema_postun
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc ChangeLog README COPYING
|
%license COPYING
|
||||||
|
%doc ChangeLog README
|
||||||
%{_bindir}/%{name}
|
%{_bindir}/%{name}
|
||||||
%{_datadir}/applications/%{name}.desktop
|
%{_datadir}/applications/%{name}.desktop
|
||||||
%{_datadir}/%{name}/
|
%{_datadir}/%{name}/
|
||||||
%{_datadir}/icons/hicolor/
|
%{_datadir}/icons/hicolor/scalable/*/audio-recorder*.svg
|
||||||
%{_datadir}/pixmaps/%{name}/
|
%{_datadir}/pixmaps/%{name}
|
||||||
%{_datadir}/glib-2.0/schemas/org.gnome.audio-recorder.gschema.xml
|
%{_datadir}/glib-2.0/schemas/org.gnome.audio-recorder.gschema.xml
|
||||||
%{_mandir}/man1/%{name}.1%{ext_man}
|
%{_mandir}/man1/%{name}.1%{ext_man}
|
||||||
|
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:38eabb210668238e29afa44fd4b05277ac8c2d7397a45e096431aacfd7436f69
|
|
||||||
size 527106
|
|
3
audio-recorder_3.2.3~hirsute.tar.gz
Normal file
3
audio-recorder_3.2.3~hirsute.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:06e43aa5e961f2301300ced8395d3bfd05f1436ef7e15a5a2dca5ae14e08fb74
|
||||||
|
size 528709
|
Loading…
Reference in New Issue
Block a user