aboutsummaryrefslogtreecommitdiff
path: root/multimedia/handbrake-gtk2
Commit message (Collapse)AuthorAgeFilesLines
* - Give a few homeless ports a home with multimedia@Michael Johnson2006-06-091-1/+1
| | | | Notes: svn path=/head/; revision=164919
* - Update the MASTER_SITES to fix the fetch.Jeremy Messenger2006-05-074-29/+47
| | | | | | | | | | | | | | | | | | | | | | | - Fix the build if multimedia/x264 is installed in system. [1] - Add --exclude in extract to not extract beos, macosx, liba52, libavcodec, libdvdcss and other un-need directories to make sure they do build with the system (use external dependencies) libraries. Only keep libx264. - Remove a few missing leftover of ffmpeg in post-patch and in one of patch. - Add '-dx' in jam by default to give the verbose of build. Easier for me to collect the bug report or/and read in log from tinderboxes. - Clean distinfo, remove a leftover of ffmpeg and add SHA256. - Clean pkg-descr to make it looks nicer. - Make portlint a bit happier. Before anyone ask/request me to update it to 7.x. I don't know yet, I haven't dig in what 7.x has. I think, this port needs to have a good last clean up before update it to 7.x. PR: ports/88838 [1] Reported by: Zach Dykstra <md@anduin.org> [1], bite on me too Notes: svn path=/head/; revision=161624
* Drop maintainership.Roman Bogorodskiy2006-03-151-1/+1
| | | | | | | | PR: 94153 Submitted by: thompsa Notes: svn path=/head/; revision=157318
* Bump PORTREVISION to chase the glib20 shared library update.Joe Marcus Clarke2005-11-051-1/+1
| | | | Notes: svn path=/head/; revision=147269
* - Change maintainer address to his new shiny FreeBSD.org address.Florent Thoumie2005-05-311-1/+1
| | | | | | | | PR: ports/81687 Submitted by: maintainer Notes: svn path=/head/; revision=136500
* Bump PORTREVISION to chase the glib20 shared lib version change.Joe Marcus Clarke2005-03-121-1/+1
| | | | Notes: svn path=/head/; revision=130974
* - Remove ffmpeg snapshot and depend on multimedia/ffmpegMichael Johnson2004-12-197-153/+28
| | | | | | | | | | | | - Move multimedia/mpeg4ip dependency to multimedia/mpeg4ip-libmp4v2 - Fix build on some configurations on 4.x - Bump PORTREVISION PR: ports/74754 Submitted by: Andrew Thompson (maintainer) Notes: svn path=/head/; revision=124460
* Add USE_GETOPT_LONG to fix 4.x buildMichael Johnson2004-11-252-3/+5
| | | | | | | | | | | Remove faad from ffmpeg since no dvd's have mp4 audio. PR: ports/74353 Submitted by: maintainer Approved by: adamw (implicit) Notes: svn path=/head/; revision=122382
* Remove double entry of libdvdreadMichael Johnson2004-11-221-2/+1
| | | | | | | Approved by: adamw (implicit) Notes: svn path=/head/; revision=122173
* Add missing dependency on libdvdreadMichael Johnson2004-11-221-1/+2
| | | | | | | Approved by: adamw (implicit) Notes: svn path=/head/; revision=122169
* HandBrake is a GPL'd multi-platform, multithreaded DVD to MPEG-4 ripper andMichael Johnson2004-11-2217-0/+560
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) Notes: svn path=/head/; revision=122167