Index: Win32/build/win32-packager.pl =================================================================== --- Win32/build/win32-packager.pl (revision 27396) +++ Win32/build/win32-packager.pl (working copy) @@ -689,6 +689,26 @@ "make", "make install"], comment => 'building and installing: msys lame' ], + +[ archive => $sources.'libcdio-0.82.tar.gz', + fetch => 'http://ftpmirror.gnu.org/libcdio/libcdio-0.82.tar.gz'], +[ dir => $sources.'libcdio-0.82', + extract => $sources.'libcdio-0.82.tar' ], +# apply libcdio-0.82.patch +#[ always => $sources.'libcdio.patch', +# write => [$sources.'libcdio.patch', +#"" ],comment => 'write libcdio.patch'], +[ grep => ['#ifndef HAVE_S_ISLNK',$sources.'libcdio-0.82/lib/iso9660/rock.c'], + shell => ["cd $sources", "patch -p0 < libcdio-0.82.patch"], + comment => 'Apply libcdio.patch, if not already applied....' ], + +[ file => $msys.'lib/libcdio.a', + shell => ["cd $unixsources/libcdio-0.82", + "./configure --prefix=/usr --disable-joliet", + "make", + "make install"], + comment => 'building and installing: msys libcdio' ], + ; if ( grep m/mythplugins/, @components ) { @@ -1482,7 +1600,7 @@ shell => ['source '.$unixmythtv.'qt'.$qtver.'_env.sh', 'cd '.$unixmythtv.'mythplugins', './configure --prefix='.$unixbuild. - ' --disable-mythmusic'. + ' --enable-mythmusic --enable-cdio' . ' --disable-mytharchive --disable-mythbrowser --disable-mythflix'. ' --disable-mythgame --disable-mythnews'. ' --disable-mythzoneminder'.