This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Perl module Audio::Data


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Mary wrote:
> I am trying to get the Audio::Data perl module because a program, rsynth
> called by the HSLab utility of HTK, needs it.
> I have not found it in the cygwin perl packages and when I use
> perl -MCPAN -e shell and then
> install Audio::Data (or fforce install Audio::Data) I get the following:

It appears as this package needs to be told how to handle Cygwin.  I've
attached a patch which allows the module to build by using the oss
driver instead of the nonexistent dummy driver.  But given the nature of
this package, I suggest testing the package further to make sure that it
is actually working properly before relying on it.


Yaakov
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (Cygwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEAREIAAYFAkjHGYUACgkQpiWmPGlmQSOh+wCfatmVVahPbilaAnIgPd3iqQAE
YoEAoKejrvzigXzx3ewoXvqEC0eJi7qB
=rOQJ
-----END PGP SIGNATURE-----
--- origsrc/Audio-1.029/Play/Makefile.PL	2004-01-06 01:56:03.000000000 -0600
+++ src/Audio-1.029/Play/Makefile.PL	2008-09-09 19:33:40.974262100 -0500
@@ -80,7 +80,7 @@
      }
     $driver = 'oss';
    }
-  elsif (/^(\w+bsd)$/i)
+  elsif (/^(cygwin|\w+bsd)$/i)
    {
     $driver = 'oss';
    }

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]