freebsd-ports/multimedia/handbrake-gtk2/files/patch-contrib_Jamfile
Michael Johnson 36f202a259 HandBrake is a GPL'd multi-platform, multithreaded DVD to MPEG-4 ripper and
converter. HandBrake was originally available on the BeOS, but now has been
ported over to MacOS X, GNU/Linux and FreeBSD.

Features:
* Can encode directly from DVDs (even encrypted ones) or from
VIDEO_TS folders
* Supports AC3, LPCM and MPEG audio tracks
* 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 deinterlacing, cropping and scaling

Known limitations:
* Does not handle DTS audio tracks
* Does not handle single VOB files or any other file format

WWW: http://handbrake.m0k.org/

PR:			74214
Submitted by:	Andrew Thompson
Approved by:	adamw (mentor)
2004-11-22 20:26:08 +00:00

18 lines
600 B
Text

--- contrib/Jamfile.orig Fri Nov 19 15:50:35 2004
+++ contrib/Jamfile Fri Nov 19 15:50:49 2004
@@ -1,15 +1,3 @@
SubDir TOP contrib ;
-SubInclude TOP contrib liba52 ;
-SubInclude TOP contrib libavcodec ;
-SubInclude TOP contrib libdvdcss ;
-SubInclude TOP contrib libdvdread ;
-SubInclude TOP contrib libfaac ;
-SubInclude TOP contrib libmp3lame ;
-SubInclude TOP contrib libmp4v2 ;
-SubInclude TOP contrib libmpeg2 ;
-SubInclude TOP contrib libogg ;
-SubInclude TOP contrib libsamplerate ;
-SubInclude TOP contrib libvorbis ;
SubInclude TOP contrib libx264 ;
-SubInclude TOP contrib libxvidcore ;