Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37538214
en ru br
Репозитории ALT
S:1-alt1.hg20110622
www.altlinux.org/Changes

Группа :: Звук
Пакет: csv2wav

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   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

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin