# $Id: Portfile 28937 2007-09-12 15:58:10Z nox@macports.org $ PortSystem 1.0 PortGroup xcode 1.0 name a52decX version 0.25 revision 1 categories aqua multimedia maintainers nomaintainer homepage http://homepage1.nifty.com/~toku/software_en.html#a52decX description Converts AC-3 file to an AIFF file long_description \ a52decX converts an AC-3 file being used for the sound of \ DVD-Video into an AIFF file. master_sites http://homepage1.nifty.com/~toku/software/ checksums md5 7760780873de9b9c4d13e7d396f31b54 \ sha1 329aa192645ddf81214c191a35c680cce7a61dc3 \ rmd160 3e8f1b8a958b444aa0f9a8d298ddf0091c926bdc depends_run port:a52dec \ port:lame patchfiles patch-a52decX.pbproj-project.pbxproj post-destroot { cd ${destroot}/Applications/MacPorts/${name}.app/Contents/Resources foreach {exe} {a52dec lame} { ln -s ${prefix}/bin/${exe} } } universal_variant no livecheck.check regex livecheck.url [strsed ${homepage} {/#.*//}] livecheck.regex "${name} (\\d+(?:\\.\\d+)*)"