]> granicus.if.org Git - handbrake/commitdiff
doc: Update build docs.
authorBradley Sepos <bradley@bradleysepos.com>
Sun, 9 Oct 2016 17:20:25 +0000 (13:20 -0400)
committerBradley Sepos <bradley@bradleysepos.com>
Sun, 9 Oct 2016 17:20:25 +0000 (13:20 -0400)
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/BUILD-Linux
doc/BUILD-Mac
doc/BUILD-MinGW
doc/texi/Building.linux.texi
doc/texi/building/prerequisites.common.texi

index 1eebb02f6f40ab84f12dba69ce1364251ccfaf0a..b542c0d6dee4571f7c1236d7c933602a017283ff 100644 (file)
@@ -1,4 +1,4 @@
-Guide to Building HandBrake 20160902092339-aef9c01-master (2016090201) on Linux
+Guide to Building HandBrake 20161005085545-3fe7f1d-master (2016100901) on Linux
 *******************************************************************************
 
 1 Introduction
@@ -51,7 +51,7 @@ recommended you use these versions or similar:
 
    * git - 2.4.3
    * python - Python 2.7.1
-   * m4 - GNU M4 1.4.6
+   * m4 - GNU M4 1.4.7
    * make - GNU Make 3.81
    * patch - Patch 2.5.8
    * tar - GNU tar 1.26
@@ -79,6 +79,7 @@ Ubuntu 14.04, 16.04 packages:
    * libfribidi-dev (cli/gui)
    * libfreetype6-dev (cli/gui)
    * libfontconfig1-dev (cli/gui)
+   * libharfbuzz-dev (cli/gui)
    * libass-dev (cli/gui)
    * libmp3lame-dev (cli/gui)
    * libx264-dev (cli/gui)
@@ -137,6 +138,7 @@ Additional Fedora packages:
    * fribidi-devel (cli/gui)
    * freetype-devel (cli/gui)
    * fontconfig-devel (cli/gui)
+   * libharfbuzz-devel (cli/gui)
    * libass-devel (cli/gui)
    * lame-devel (cli/gui)
    * x264-devel (cli/gui)
@@ -519,7 +521,7 @@ Appendix A Project Repository Details
      url:    https://github.com/HandBrake/HandBrake.git
      branch: master
      tag:
-     rev:    7475
-     hash:   aef9c01792bae5c656a6e026b31187cd4b9062d0
-     date:   2016-09-02 09:23:39
+     rev:    7542
+     hash:   3fe7f1de0362a38b36edae2a831cec450089d202
+     date:   2016-10-05 08:55:45
      type:   developer
index 06a1864d0b061ab6e28e5c83ef9e724c28ce79c6..85cde5a88d9a8b8ac0b0fab95ca9cc1ec9849c62 100644 (file)
@@ -1,4 +1,4 @@
-Build Guide for HandBrake 20160130110114-6a00e46-master on Mac OS X
+Build Guide for HandBrake 20161005085545-3fe7f1d-master on Mac OS X
 *******************************************************************
 
 1 Introduction
@@ -69,12 +69,10 @@ recommended you use these versions or similar:
 
    * git - 2.4.3
    * python - Python 2.7.1
-   * curl - curl 7.21.4 (or wget)
-   * m4 - GNU M4 1.4.6
+   * m4 - GNU M4 1.4.7
    * make - GNU Make 3.81
    * patch - Patch 2.5.8
    * tar - GNU tar 1.26
-   * wget - GNU Wget 1.13.4 (or curl)
 
 3 QuickStart
 ************
@@ -625,7 +623,7 @@ Appendix A Project Repository Details
      url:    https://github.com/HandBrake/HandBrake.git
      branch: master
      tag:
-     rev:    6989
-     hash:   6a00e46d7888cd49b6a8671784788129d8139835
-     date:   2016-01-30 11:01:14
+     rev:    7542
+     hash:   3fe7f1de0362a38b36edae2a831cec450089d202
+     date:   2016-10-05 08:55:45
      type:   developer
index e0797a0ac75b767fa067d76a2eb203b1b8a89bc4..9d83f456092b39ff472cd9898fd23df674867707 100644 (file)
@@ -1,4 +1,4 @@
-Guide to Building HandBrake 20160130110114-6a00e46-master (2016013001) on MinGW-W64
+Guide to Building HandBrake 20161005085545-3fe7f1d-master (2016100901) on MinGW-W64
 ***********************************************************************************
 
 1 Introduction
@@ -38,7 +38,9 @@ possible:
    * Official MinGW-w64 builds are recommended over those provided by
      distributions.
    * yasm 1.3 or newer
-   * Please be aware libfftw3-dev can cause build failures. You currently need to remove this package if installed for HandBrake to build.
+   * Please be aware libfftw3-dev can cause build failures.  You
+     currently need to remove this package if installed for HandBrake to
+     build.
 
      Note: We use MinGW-w64 from
      http://sourceforge.net/projects/mingw-w64/files/?source=navbar
@@ -62,12 +64,10 @@ recommended you use these versions or similar:
 
    * git - 2.4.3
    * python - Python 2.7.1
-   * curl - curl 7.21.4 (or wget)
-   * m4 - GNU M4 1.4.6
+   * m4 - GNU M4 1.4.7
    * make - GNU Make 3.81
    * patch - Patch 2.5.8
    * tar - GNU tar 1.26
-   * wget - GNU Wget 1.13.4 (or curl)
 
 3 QuickStart
 ************
@@ -432,7 +432,7 @@ Appendix A Project Repository Details
      url:    https://github.com/HandBrake/HandBrake.git
      branch: master
      tag:
-     rev:    6989
-     hash:   6a00e46d7888cd49b6a8671784788129d8139835
-     date:   2016-01-30 11:01:14
+     rev:    7542
+     hash:   3fe7f1de0362a38b36edae2a831cec450089d202
+     date:   2016-10-05 08:55:45
      type:   developer
index ed0fc83626efe7618c9f021b65867bd01a3c9832..c910e797066518e93cfccd297c9e06213ff7469c 100644 (file)
@@ -51,6 +51,7 @@ Ubuntu 14.04, 16.04 packages:
 @item libfribidi-dev (cli/gui)
 @item libfreetype6-dev (cli/gui)
 @item libfontconfig1-dev (cli/gui)
+@item libharfbuzz-dev (cli/gui)
 @item libass-dev (cli/gui)
 @item libmp3lame-dev (cli/gui)
 @item libx264-dev (cli/gui)
@@ -121,6 +122,7 @@ Additional Fedora packages:
 @item fribidi-devel (cli/gui)
 @item freetype-devel (cli/gui)
 @item fontconfig-devel (cli/gui)
+@item libharfbuzz-devel (cli/gui)
 @item libass-devel (cli/gui)
 @item lame-devel (cli/gui)
 @item x264-devel (cli/gui)
index 4c2088cd14ee5c1d36a3eceb275f4d6e9d5490f2..8f8feabae90dfdcb08c6b1f10212cee02c55fb32 100644 (file)
@@ -3,7 +3,7 @@ The following general tools are used on various platforms and it is recommended
 @itemize @bullet
 @item git - 2.4.3
 @item python - Python 2.7.1
-@item m4 - GNU M4 1.4.6
+@item m4 - GNU M4 1.4.7
 @item make - GNU Make 3.81
 @item patch - Patch 2.5.8
 @item tar - GNU tar 1.26