update to 3.2.3 [release 3.2.3-1mamba;Thu Feb 04 2021]
This commit is contained in:
parent
76bdf80576
commit
f00d2fb6b3
@ -1,5 +1,5 @@
|
|||||||
Name: audio-recorder
|
Name: audio-recorder
|
||||||
Version: 1.1
|
Version: 3.2.3
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: An audio recorder application
|
Summary: An audio recorder application
|
||||||
Group: Graphical Desktop/Applications/Multimedia
|
Group: Graphical Desktop/Applications/Multimedia
|
||||||
@ -7,7 +7,7 @@ Vendor: openmamba
|
|||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://launchpad.net/audio-recorder
|
URL: https://launchpad.net/audio-recorder
|
||||||
Source: https://launchpad.net/audio-recorder/trunk/version%{version}/+download/audio-recorder-%{version}.tar.gz
|
Source: https://launchpad.net/~audio-recorder/+archive/ubuntu/ppa/+sourcefiles/audio-recorder/%{version}~groovy/audio-recorder_%{version}~groovy.tar.gz
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
@ -21,8 +21,8 @@ BuildRequires: libgtk-devel
|
|||||||
BuildRequires: libpango-devel
|
BuildRequires: libpango-devel
|
||||||
BuildRequires: libpulseaudio-devel
|
BuildRequires: libpulseaudio-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: libappindicator3-devel
|
||||||
Requires: glib-dconf
|
Requires: glib-dconf
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This program allows you to record your favourite music and audio to a file. It can record audio from your system's soundcard, microphones, browsers, webcams & more. Put simply; if it plays out of your loudspeakers you can record it.
|
This program allows you to record your favourite music and audio to a file. It can record audio from your system's soundcard, microphones, browsers, webcams & more. Put simply; if it plays out of your loudspeakers you can record it.
|
||||||
@ -30,15 +30,16 @@ This program allows you to record your favourite music and audio to a file. It c
|
|||||||
%debug_package
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}
|
%setup -q -c -a0
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
cd trunk
|
||||||
%configure
|
%configure
|
||||||
%make
|
%make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall
|
%makeinstall -C trunk
|
||||||
|
|
||||||
%find_lang %{name} || touch %{name}.lang
|
%find_lang %{name} || touch %{name}.lang
|
||||||
|
|
||||||
@ -65,14 +66,17 @@ fi
|
|||||||
%dir %{_datadir}/audio-recorder
|
%dir %{_datadir}/audio-recorder
|
||||||
%{_datadir}/audio-recorder/*
|
%{_datadir}/audio-recorder/*
|
||||||
%{_datadir}/glib-2.0/schemas/org.gnome.audio-recorder.gschema.xml
|
%{_datadir}/glib-2.0/schemas/org.gnome.audio-recorder.gschema.xml
|
||||||
%{_datadir}/icons/hicolor/*/apps/audio-recorder-off.png
|
%{_datadir}/icons/hicolor/scalable/apps/audio-recorder.svg
|
||||||
%{_datadir}/icons/hicolor/*/apps/audio-recorder-on.png
|
%{_datadir}/icons/hicolor/scalable/status/audio-recorder*.svg
|
||||||
%{_datadir}/icons/hicolor/*/apps/audio-recorder-paused.png
|
|
||||||
%{_datadir}/icons/hicolor/*/apps/audio-recorder.png
|
|
||||||
%dir %{_datadir}/pixmaps/audio-recorder
|
%dir %{_datadir}/pixmaps/audio-recorder
|
||||||
%{_datadir}/pixmaps/audio-recorder/*.png
|
%{_datadir}/pixmaps/audio-recorder/*.png
|
||||||
%doc AUTHORS
|
%{_datadir}/pixmaps/audio-recorder/audio-recorder*.svg
|
||||||
|
%{_mandir}/man1/audio-recorder.1*
|
||||||
|
%doc trunk/COPYING trunk/AUTHORS
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Feb 04 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 3.2.3-1mamba
|
||||||
|
- update to 3.2.3
|
||||||
|
|
||||||
* Tue Jul 23 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1-1mamba
|
* Tue Jul 23 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1-1mamba
|
||||||
- package created by silvan using the webbuild interface
|
- package created by silvan using the webbuild interface
|
||||||
|
Loading…
Reference in New Issue
Block a user