From b4326934dada4593999b25f636f1ed7e7fd15813 Mon Sep 17 00:00:00 2001 From: Ian Beckwith Date: Sat, 23 Oct 2010 22:20:35 +0100 Subject: [PATCH] Makefile.PL: add audio dependencies --- Makefile.PL | 11 +++++++---- README | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) 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 -- 2.11.0