Audio-SndFile

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN


use 5.006;
use strict;
use warnings;
use ExtUtils::MakeMaker;
use Config;
$|=1;
print "Testing for pkg-config...\n";

system("pkg-config --version") and die "You don't have pkg-config installed.
You can get pkg-config at http://pkgconfig.freedesktop.org/wiki/
";


print "Testing for sndfile via pkg-config...";
system("pkg-config sndfile") and die "
Can't find sndfile development files not installed.
Please make sure you've installed libsndfile and libsndfile-dev

Recent linux distributions should have them as packages. Otherwise,
you can find libsndfile at http://www.mega-nerd.com/libsndfile/

README  view on Meta::CPAN


DEPENDENCIES

You need pkg-config and the libsndfile development headers installed 
in order to build this module.

You'll need libsndfile installed to run this module.

Recent linux distributions should have these as packages. Otherwise,
you can find libsndfile at http://www.mega-nerd.com/libsndfile/ and
pkg-config at http://pkgconfig.freedesktop.org/wiki/


COPYRIGHT AND LICENCE

Copyright (C) 2006 Joost Diepenmaat, Zeekat Softwareontwikkeling.

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.



( run in 0.845 second using v1.01-cache-2.11-cpan-299005ec8e3 )