From: Ian Beckwith Date: Sat, 23 Oct 2010 21:20:35 +0000 (+0100) Subject: Makefile.PL: add audio dependencies X-Git-Tag: debian/1.0-1 X-Git-Url: http://erislabs.net/gitweb/?p=id3fs.git;a=commitdiff_plain;h=refs%2Ftags%2Freleases%2F1.0 Makefile.PL: add audio dependencies --- diff --git a/Makefile.PL b/Makefile.PL index c2c41f6..a834494 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -9,10 +9,13 @@ WriteMakefile(NAME=>"id3fs", VERSION=>"1.0", EXE_FILES=>[ map( "bin/$_", @binscripts) ], MAN1PODS=>{ map({ +"bin/$_" => "\${INST_MAN1DIR}/$_.1" } @binscripts) }, - PREREQ_PM=>{ 'Fuse' => 0, - 'DBI' => 0, - 'DBD::SQLite' => 0} , -# dist=>{ COMPRESS=>"gzip -9f", SUFFIX=>"gz", }, + PREREQ_PM=>{ 'Fuse' => 0, + 'DBI' => 0, + 'DBD::SQLite' => 0, + 'MP3::Tag' => 0, + 'Audio::FLAC::Header' => 0, + 'Ogg::Vorbis::Header' => 0, + } , ($] >= 5.005 ? (ABSTRACT => 'FUSE-based filesystem for browsing music metadata', AUTHOR => 'Ian Beckwith ') diff --git a/README b/README index 79a9563..777b340 100644 --- a/README +++ b/README @@ -30,7 +30,7 @@ Perl modules: DBI (libdbi-perl) DBD::SQLite (libdbd-sqlite3-perl) MP3::Tag (libmp3-tag-perl) - Audio::Flac::Header (libaudio-flac-header-perl) + Audio::FLAC::Header (libaudio-flac-header-perl) Ogg::Vorbis::Header (libogg-vorbis-header-perl) INSTALL