Reported By:	dports@philipp-weissmann.de
Reviewed By:	waqar@opendarwin.org
Initial checkin

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@5990 d073be05-634f-4543-b044-5fe20cf6d1d6
This commit is contained in:
Waqar Malik
2004-03-26 02:58:05 +00:00
parent 26870f5872
commit ec409b91dc
+35
View File
@@ -0,0 +1,35 @@
# $Id: Portfile,v 1.1 2004/03/26 02:58:05 waqar Exp $
PortSystem 1.0
name HandBrake
version 0.6.0
platforms darwin
categories multimedia
maintainers dports@philipp-weissmann.de
description DVD to MPEG4 converter
long_description \
HandBrake is a GPL'd multi-platform, heavily multithreaded \
DVD to MPEG-4 converter. Don't use this software for illegal copies \
- 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}-src
checksums md5 24424fe3f9f574254f2846d2b56cbf5c
worksrcdir ${name}-${version}
depends_lib bin:jam:jam
use_configure no
build.cmd jam
build.target
destroot {
set appPath ${destroot}/Applications/DarwinPorts
file mkdir ${appPath}
system "ditto -v -rsrcFork ${worksrcpath}/${name}.app ${appPath}/${name}.app"
}