Makefile.PL: add audio dependencies
[id3fs.git] / Makefile.PL
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>')