diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-11-18 23:31:12 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-11-18 23:31:12 +0000 |
| commit | 424d05c682958992c8b283bdbae0549c5b002730 (patch) | |
| tree | 888fffd716b4b7c9f238e99de35e02d61b1e8d95 | |
| parent | deb3fc481502a885f26b331c2118a082bdcd4467 (diff) | |
Manual tweaks.
| -rw-r--r-- | doc/manual/dcpomatic.xml | 9 | ||||
| -rw-r--r-- | src/lib/config.cc | 4 |
2 files changed, 9 insertions, 4 deletions
diff --git a/doc/manual/dcpomatic.xml b/doc/manual/dcpomatic.xml index 98ce4175a..9155d6a97 100644 --- a/doc/manual/dcpomatic.xml +++ b/doc/manual/dcpomatic.xml @@ -143,12 +143,14 @@ with the first (main) part. <itemizedlist> <listitem>Debian 7 (‘wheezy’)</listitem> <listitem>Debian 8 (‘jessie’)</listitem> + <listitem>Debian 9 (‘squeeze’)</listitem> <listitem>Debian unstable (‘sid’)</listitem> <listitem>Ubuntu 14.04 (‘Trusty Tahr’)</listitem> <listitem>Ubuntu 16.04 (‘Xenial Xerus’)</listitem> - <listitem>Ubuntu 17.10 (‘Artful Aardvark’)</listitem> + <listitem>Ubuntu 18.04 (‘Bionic Beaver’)</listitem> <listitem>Mint 17</listitem> <listitem>Mint 18</listitem> + <listitem>Mint 19</listitem> </itemizedlist> <para> @@ -165,7 +167,7 @@ pieces and set DCP-o-matic up for you. <section> <title>Fedora, Centos and Mageia Linux</title> - <para>There are <code>.rpm</code> packages for Fedora 25, 26 and 27, Centos 6 and 7 and Mageia 6 on + <para>There are <code>.rpm</code> packages for Fedora 27 and 28, Centos 6 and 7 and Mageia 6 on <ulink url="http://dcpomatic.com/">http://dcpomatic.com/</ulink> </para> </section> @@ -211,9 +213,12 @@ The following dependencies are required: <listitem><ulink url="http://www.aleksey.com/xmlsec/">xmlsec</ulink></listitem> <listitem><ulink url="http://curl.haxx.se/">curl</ulink></listitem> <listitem><ulink url="http://www.nih.at/libzip/">libzip</ulink></listitem> +<listitem><ulink url="http://carlh.net/asdcplib/">asdcplib with some patches</ulink></listitem> <listitem><ulink url="http://carlh.net/libdcp/">libdcp</ulink></listitem> <listitem><ulink url="http://carlh.net/libsub/">libsub</ulink></listitem> <listitem><ulink url="http://carlh.net/libcxml/">libcxml</ulink></listitem> +<listitem><ulink url="https://carlh.net/locked_sstream">locked_sstream</ulink></listitem> +<listitem><ulink url="https://www.music.mcgill.ca/~gary/rtaudio/">rtaudio</ulink></listitem> <listitem><ulink url="http://site.icu-project.org">libicu</ulink></listitem> </itemizedlist> </para> diff --git a/src/lib/config.cc b/src/lib/config.cc index 31ae15b36..1a503adde 100644 --- a/src/lib/config.cc +++ b/src/lib/config.cc @@ -658,8 +658,8 @@ Config::write_config () const } if (_default_container) { /* [XML:opt] DefaultContainer ID of default container - * to use when creating new films (<code>185</code>,<code>239</code> or - * <code>190</code>). + to use when creating new films (<code>185</code>,<code>239</code> or + <code>190</code>). */ root->add_child("DefaultContainer")->add_child_text (_default_container->id ()); } |
