Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37729277
en ru br
ALT Linux repos
S:1-alt1.hg20110622

Group :: Sound
RPM: csv2wav

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: csv2wav
Version: 1
Release: alt1.hg20110622
Summary: Convert CSV text data into a WAV file
License: GPLv2+
Group: Sound
Url: https://code.soundsoftware.ac.uk/projects/csv2wav
Packager: Eugeny A. Rostovtsev (REAL) <real at altlinux.org>

# hg clone https://code.soundsoftware.ac.uk/hg/csv2wav

Source: %name-%version.tar

BuildPreReq: gcc-c++ libsndfile-devel libsamplerate-devel

%description
csv2wav is a simple standalone application to convert CSV text data into
a WAV file. The data are automatically rescaled according to the
specifications of the WAV format and can also be resampled.

%prep
%setup

rm -f csv2wav *.o

%build
%make_build

%install
install -d %buildroot%_bindir
install -m755 csv2wav %buildroot%_bindir/

%files
%doc README.txt doc/*
%_bindir/*

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin