# $Id: Portfile,v 1.5 2005/11/26 13:28:04 matt Exp $ PortSystem 1.0 name HandBrake version 0.7.0 platforms darwin categories aqua multimedia maintainers phw@opendarwin.org description DVD to MPEG4 converter long_description HandBrake is a GPL'd multi-platform, heavily \ multithreaded DVD to MPEG-4 converter. \ - Can encode directly from DVDs (even encrypted ones) \ - Outputs MP4, AVI or OGM files \ - Outputs AAC, MP3 or Vorbis audio \ - Supports 2-pass encoding \ - Supports encoding of two audio tracks \ - Includes a bitrate calculator \ - Supports picture cropping and scaling homepage http://handbrake.m0k.org master_sites ${homepage}/files/ distname ${name}-${version} checksums md5 2de6c5499c1474151d1aa9c0be9f1c22 worksrcdir ${name}-${version} depends_lib bin:jam:jam use_configure yes build.cmd jam build.target destroot { set appPath ${destroot}/Applications/DarwinPorts xinstall -d -m 755 ${appPath} file copy ${worksrcpath}/${name}.app ${appPath}/${name}.app }