From 424d05c682958992c8b283bdbae0549c5b002730 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 18 Nov 2018 23:31:12 +0000 Subject: [PATCH] Manual tweaks. --- doc/manual/dcpomatic.xml | 9 +++++++-- 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. Debian 7 (‘wheezy’) Debian 8 (‘jessie’) + Debian 9 (‘squeeze’) Debian unstable (‘sid’) Ubuntu 14.04 (‘Trusty Tahr’) Ubuntu 16.04 (‘Xenial Xerus’) - Ubuntu 17.10 (‘Artful Aardvark’) + Ubuntu 18.04 (‘Bionic Beaver’) Mint 17 Mint 18 + Mint 19 @@ -165,7 +167,7 @@ pieces and set DCP-o-matic up for you.
Fedora, Centos and Mageia Linux - There are .rpm packages for Fedora 25, 26 and 27, Centos 6 and 7 and Mageia 6 on + There are .rpm packages for Fedora 27 and 28, Centos 6 and 7 and Mageia 6 on http://dcpomatic.com/
@@ -211,9 +213,12 @@ The following dependencies are required: xmlsec curl libzip +asdcplib with some patches libdcp libsub libcxml +locked_sstream +rtaudio libicu
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 (185,239 or - * 190). + to use when creating new films (185,239 or + 190). */ root->add_child("DefaultContainer")->add_child_text (_default_container->id ()); } -- 2.30.2