summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* doc: Fix harfbuzz package name for Fedora.Bradley Sepos2016-10-102-2/+2
|
* doc: Fix typo in m4 version.Bradley Sepos2016-10-094-4/+4
|
* doc: Update build docs.Bradley Sepos2016-10-095-21/+23
| | | | Add missing harfbuzz and update m4 to 1.4.7. Other updates are the result of previous doc commits that apparently forgot to run the build process.
* doc: add opus to linux build dependenciesJohn Stebbins2016-09-022-17/+20
|
* Build: refactor fetch for contrib tarballsKonaBlend2016-05-251-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | Fetch is now python-based and runs on the same version as does configure. The source script is make/fetch.py. New features: MD5 hash tracking for tarballs. Data values for all contribs added. Upon download, the file will be verified, and only then will it be moved into place inside downloads/ . Files that exist before the build system does a fetch will not be md5-checked. Multiple URLs for tarballs. Each module may specify one or more URLs and by convention the official HandBrake should be first when possible. Each URL is tried in sequence, and if it fails for any reason, the next URL is tried. If no URL succeeds, a hard-error is reported. Network fetching may be disabled via configure options. --disable-fetch will hard-error if a fetch is attempted. --accept-fetch-url=SPEC and --deny-fetch-url=SPEC offer an ACL-style mechanism using regex to match against URLs. For example, --accept-fecth-url='.*/download.handbrake.fr/.*' would skip any non-matching URLs. Build dependencies have been lightened. wget and curl are no longer required. TODO: GTK packaging should also be able to remove those deps.
* doc: Update BUILD-Linux with instructions for Ubuntu 16.04.Bradley Sepos2016-05-162-6/+25
|
* Add note about libfftw3-dev. Fixes #108sr552016-03-182-2/+4
|
* doc folder updatessr552016-01-304-74/+67
|
* build: use git version info instead of svnJohn Stebbins2015-08-256-9/+9
| | | | | | Migrate from svn to git. Since our build system automatically generates version info from the svn repo, this needs to change when we move the repo to git.
* LinGui: fix build dependency documentationjstebbins2015-06-292-11/+11
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7333 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Doc: Add missing - to command.sr552015-06-261-1/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7319 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Updated MinGW doc filesr552015-06-261-35/+32
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7317 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Doc: MinGW build doc updates.sr552015-06-261-3/+11
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7316 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: change settings dict from glib to janssonjstebbins2015-03-062-3/+7
| | | | | | | | This will allow for preferences, presets, and queue files to be written as json instead of plists (currently still plists). git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6968 b64f7644-9d1e-0410-96f1-a4d463321fa5
* doc: update linux build dependenciesjstebbins2014-10-242-32/+43
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6464 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Some minor updates to the doc's texi files.sr552014-10-114-12/+12
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6441 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: link lame and x264 system libsjstebbins2014-08-182-11/+21
| | | | | | | | These projects have been stable long enough that we should not need to worry about broken system libs any more. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6312 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Some Minor build doc updatessr552014-08-183-5/+5
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6311 b64f7644-9d1e-0410-96f1-a4d463321fa5
* doc: fix duplicate libdvdread entry in lib list.jstebbins2014-04-144-507/+394
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6164 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: update dependencies in docsjstebbins2014-03-022-11/+12
| | | | | | indicate ubutnu 14.04 and gtk 3.10 are required to build the gtk UI git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6093 b64f7644-9d1e-0410-96f1-a4d463321fa5
* doc: fix svn build number in documentationjstebbins2014-02-071-3/+3
| | | | | | | Note to self, always "configure" before "make doc" git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6018 b64f7644-9d1e-0410-96f1-a4d463321fa5
* doc: fix LinGui libwebkitgtk ubuntu dependency namejstebbins2014-02-072-257/+167
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6017 b64f7644-9d1e-0410-96f1-a4d463321fa5
* documentation: fix compatibility with makeinfo 5.1jstebbins2014-01-2513-80/+82
| | | | | | | | Variables can no longer have '.' or '_'. This syntax is no longer valid "@value{@value{variable}} git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5992 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: update linux build instructionsjstebbins2014-01-162-39/+34
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5979 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Update Mac build instructions.Rodeo2013-04-092-13/+35
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5389 b64f7644-9d1e-0410-96f1-a4d463321fa5
* BUILD-Mac: update documentation, remove outdated comments.Rodeo2013-04-023-33/+11
| | | | | | | | We no longer use execv after SVN revisions 5209 and 5317. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5376 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Update various docs.sr552013-03-091-1/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5316 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Updating generated docssr552013-01-273-22/+25
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5212 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Updated texi docs.sr552013-01-273-10/+11
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5211 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: use more system libsjstebbins2012-10-052-17/+71
| | | | | | | | | | | | | | use system libs for fontconfig, freetype, libxml2, libass, libogg, libvorbis, libtheora, and libsamplerate update build dependencies for ubuntu packages update documentation to reflect new build dependencies fix a problem with hb.h conflict with harfbuzz/hb.h git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5001 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Add the readable copy of the MinGW doc filesr552012-08-051-0/+484
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4893 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MinGW doc updatessr552012-08-051-2/+5
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4892 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Remove Cygwin from the docs folder and add mingwsr552012-08-054-492/+10
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4891 b64f7644-9d1e-0410-96f1-a4d463321fa5
* BuildSystem: Mac OS X - transition to Xcode4konablend2012-01-049-300/+389
| | | | | | | | | | | | | | | | | | | | | | | | - transition from Xcode3 to Xcode4 - overhaul HandBrake.xcodeproj file - simplify down to 2 configurations: debug, release - add xcconfig for useful variants: osx106.i386, osx106.x86_64, osx107.i386, osx107.x86_64 - add configure --xcode-config as preferred method to choose OSX minimum version and SDK - overhaul Info.plist generation to use m4 instead of cpp - remove use of direct static libraries on command line - Xcode4 now enables -search_paths_first by default - reference external build static libraries project file - greatly simplifying project file maintenance - update universal build targets to use --xcode-config - update ffmpeg hack to build on i386 in both debug and optimized modes - update ffmpeg build to show compile verbosity - enable local yasm when yasm probe fails - remove unused GCC.ldsysroot - remove unused GCC.ldminver - enhance xcodemake to use --sysroot, --minver - update/regenerate docs accordingly - add support for configure-time repo probe when svn repo is incompatible format to Xcode via .svn/HANDBRAKE_REPO_PROBE - replaced make/test/build.matrix.darwin with make/test/build.matrix git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4395 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Update linux build documentationjstebbins2011-10-222-37/+33
| | | | | | | Add fribidi to build dependencies git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4307 b64f7644-9d1e-0410-96f1-a4d463321fa5
* fix linux documentation typo that causes command failurejstebbins2010-09-282-5/+5
| | | | | | | when cutting/pasting command from doc. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3556 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Add flexible dylib path manipulation so that we can handle external ↵jstebbins2010-06-043-3/+18
| | | | | | | | | | | | | | | | | | dylibs more easily At startup, add any extra dylib paths to DYLD_FALLBACK_LIBRARY_PATH. This is the last path searched by the system for dylibs and we add our paths to the end of it's list, so this will never override any system libs or paths the user has explicitly set. Since applications read the environment once at startup, these changes don't take effect until we restart with execv. In order to avoid a possible exec bomb, we add a parameter to the argv list to prevent any further exec's. Note that this causes a minor glitch when running under gdb. The execv triggers a trap. You just have to 'continue'. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3351 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: drop dependency on hal, use udev insteadjstebbins2010-04-272-26/+15
| | | | | | | | this means support for older linux versions is being dropped. ubuntu 9.10 and above and fedora 12 and above are known to work. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3270 b64f7644-9d1e-0410-96f1-a4d463321fa5
* documentation: Update linux distributions supported and dependenciesjstebbins2009-12-112-18/+37
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3026 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Linux Doc: mark CLI dependencies betterjstebbins2009-07-132-21/+30
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2691 b64f7644-9d1e-0410-96f1-a4d463321fa5
* BuildSystem: regenerated build docs.konablend2009-06-213-12/+12
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2592 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: update build documentation jstebbins2009-06-172-13/+13
| | | | | | | to reflect the change from gtkhtml to webkitgtk. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2554 b64f7644-9d1e-0410-96f1-a4d463321fa5
* - minor doc fix as a full-path is now required when specifying gcc from ↵konablend2009-05-301-1/+1
| | | | | | makefiles. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2464 b64f7644-9d1e-0410-96f1-a4d463321fa5
* - removed xvidcore from build docs and regenerated txt versions.konablend2009-05-264-25/+25
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2451 b64f7644-9d1e-0410-96f1-a4d463321fa5
* - bump to mp4v2-trunk-r349.konablend2009-05-232-3/+3
| | | | | | | | | - muxmp4.c minor updates to recent subtitle API changes. - muxmp4.c do not set zero-length tags. - renamed module libmp4v2 -> mp4v2. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2446 b64f7644-9d1e-0410-96f1-a4d463321fa5
* BuildSystem: docskonablend2009-05-138-34/+114
| | | | | | | | - added blurb about troubleshooting and log files. - regenerated doc/ txt files. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2414 b64f7644-9d1e-0410-96f1-a4d463321fa5
* BuildSystem: docs (OSX)konablend2009-04-136-70/+92
| | | | | | | | - updated Xcode.app build instructions to make sure custom shell environment/PATH propagates to Xcode. - various spelling corrections. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2324 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: Show notification when handbrake queue is completejstebbins2009-04-011-2/+5
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2289 b64f7644-9d1e-0410-96f1-a4d463321fa5
* BuildSystem: added HandBrakeCLI to universal-binary combination.konablend2009-03-261-1/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2276 b64f7644-9d1e-0410-96f1-a4d463321fa5
* BuildSystem: docs; new location for generated docs which we can point users tokonablend2009-03-106-399/+1582
| | | | | | | | | | | | | - doc/BUILD-Mac - doc/BUILD-Linux - doc/BUILD-Cygwin BuildSystem: doc cleanup - dropped wiki autogen stuff; not compatible with project goals. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2253 b64f7644-9d1e-0410-96f1-a4d463321fa5