update to 1.4.24 [release 1.4.24-1mamba;Mon Dec 27 2021]

This commit is contained in:
Silvan Calarco 2024-01-06 07:08:23 +01:00
parent 54e41b7611
commit 4d706c808f

View File

@ -1,13 +1,13 @@
Name: mhwaveedit Name: mhwaveedit
Version: 1.4.23 Version: 1.4.24
Release: 1mamba Release: 1mamba
Summary: A graphical program for editing, playing and recording sound files Summary: A graphical program for editing, playing and recording sound files
Group: Graphical Desktop/Applications/Multimedia Group: Graphical Desktop/Applications/Multimedia
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://gna.org/projects/mhwaveedit URL: https://github.com/magnush/mhwaveedit
Source: http://download.gna.org/mhwaveedit/mhwaveedit-%{version}.tar.bz2 Source: https://github.com/magnush/mhwaveedit.git/v%{version}/mhwaveedit-%{version}.tar.bz2
License: GPL License: GPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
@ -21,13 +21,13 @@ BuildRequires: libfreetype-devel
BuildRequires: libgdk-pixbuf-devel BuildRequires: libgdk-pixbuf-devel
BuildRequires: libglib-devel BuildRequires: libglib-devel
BuildRequires: libgtk2-devel BuildRequires: libgtk2-devel
BuildRequires: libharfbuzz-devel
BuildRequires: libjack-devel BuildRequires: libjack-devel
BuildRequires: libpango-devel BuildRequires: libpango-devel
BuildRequires: libpulseaudio-devel BuildRequires: libpulseaudio-devel
BuildRequires: libsamplerate-devel BuildRequires: libsamplerate-devel
BuildRequires: libsndfile-devel BuildRequires: libsndfile-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
mhWaveEdit is a graphical program for editing, playing and recording sound files. It is lightweight, portable, user-friendly and handles large files very well. mhWaveEdit is a graphical program for editing, playing and recording sound files. It is lightweight, portable, user-friendly and handles large files very well.
@ -38,6 +38,7 @@ For sound playback and recording, mhWaveEdit supports OSS, ALSA, Jack, SDL, Port
%prep %prep
%setup -q %setup -q
autoreconf -f -i
%build %build
%configure %configure
@ -56,10 +57,13 @@ For sound playback and recording, mhWaveEdit supports OSS, ALSA, Jack, SDL, Port
%defattr(-,root,root) %defattr(-,root,root)
%{_bindir}/mhwaveedit %{_bindir}/mhwaveedit
%{_datadir}/applications/mhwaveedit.desktop %{_datadir}/applications/mhwaveedit.desktop
%{_datadir}/icons/hicolor/*/apps/mhwaveedit.png
%{_mandir}/man1/mhwaveedit.1* %{_mandir}/man1/mhwaveedit.1*
%{_datadir}/pixmaps/mhwaveedit.xpm
%doc AUTHORS COPYING %doc AUTHORS COPYING
%changelog %changelog
* Mon Dec 27 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4.24-1mamba
- update to 1.4.24
* Fri Dec 19 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4.23-1mamba * Fri Dec 19 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4.23-1mamba
- package created using the webbuild interface - package created using the webbuild interface