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