Makefile.PL: add audio dependencies debian/1.0-1 releases/1.0
authorIan Beckwith <ianb@erislabs.net>
Sat, 23 Oct 2010 21:20:35 +0000 (22:20 +0100)
committerIan Beckwith <ianb@erislabs.net>
Sat, 23 Oct 2010 21:20:35 +0000 (22:20 +0100)
Makefile.PL
README

index c2c41f6..a834494 100644 (file)
@@ -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 <ianb@erislabs.net>')
diff --git a/README b/README
index 79a9563..777b340 100644 (file)
--- 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