70 lines
2.3 KiB
RPMSpec
70 lines
2.3 KiB
RPMSpec
Name: mhwaveedit
|
|
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: 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
|
|
BuildRequires: libSDL-devel
|
|
BuildRequires: libalsa-devel
|
|
BuildRequires: libatk-devel
|
|
BuildRequires: libcairo-devel
|
|
BuildRequires: libesound-devel
|
|
BuildRequires: libfontconfig-devel
|
|
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
|
|
|
|
%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.
|
|
The program itself has only simple editing features such as cut'n'paste and volume adjustment but it can also use Ladspa effect plugins and the effects provided by the SoX application. It can also support additional file formats besides wav through libsndfile and mp3/ogg import and export through lame and oggenc/oggdec.
|
|
For sound playback and recording, mhWaveEdit supports OSS, ALSA, Jack, SDL, PortAudio and EsounD.
|
|
|
|
%debug_package
|
|
|
|
%prep
|
|
%setup -q
|
|
autoreconf -f -i
|
|
|
|
%build
|
|
%configure
|
|
%make
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%makeinstall
|
|
|
|
%find_lang %{name} || touch %{name}.lang
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%files -f %{name}.lang
|
|
%defattr(-,root,root)
|
|
%{_bindir}/mhwaveedit
|
|
%{_datadir}/applications/mhwaveedit.desktop
|
|
%{_datadir}/icons/hicolor/*/apps/mhwaveedit.png
|
|
%{_mandir}/man1/mhwaveedit.1*
|
|
%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
|