<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dcpomatic/wscript, branch v2.17.21</title>
<subtitle>DCP-o-matic DCP tools</subtitle>
<id>https://git.carlh.net/cgit/dcpomatic/atom?h=v2.17.21</id>
<link rel='self' href='https://git.carlh.net/cgit/dcpomatic/atom?h=v2.17.21'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/'/>
<updated>2024-09-21T09:53:32Z</updated>
<entry>
<title>Merge remote-tracking branch 'origin/main' into v2.17.x</title>
<updated>2024-09-21T09:53:32Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-09-21T09:53:32Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=a285abf09235bc814fdc0acbdac837d360a10357'/>
<id>urn:sha1:a285abf09235bc814fdc0acbdac837d360a10357</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bump libdcp for Windows build fix.</title>
<updated>2024-09-14T09:08:04Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-09-14T09:08:04Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=38460102945608b938729e8c8a1cd8d371adf5a1'/>
<id>urn:sha1:38460102945608b938729e8c8a1cd8d371adf5a1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Adapt to some libdcp class renaming to allow open captions/closed subtitles.</title>
<updated>2024-09-03T15:02:24Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-08-06T21:57:22Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=f3ab77e34a41ad4d8f5156e9d6598314975b9565'/>
<id>urn:sha1:f3ab77e34a41ad4d8f5156e9d6598314975b9565</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'origin/main' into v2.17.x</title>
<updated>2024-08-17T10:56:20Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-08-17T10:56:20Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=e65d17fa04c411295496968f6ecee9b3a6c21fae'/>
<id>urn:sha1:e65d17fa04c411295496968f6ecee9b3a6c21fae</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix --static-xmlsec option and use it for Centos 9 (#2858).</title>
<updated>2024-08-15T11:46:05Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-08-15T09:53:39Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=523c3d002dace8b25df82a23890090306277fab3'/>
<id>urn:sha1:523c3d002dace8b25df82a23890090306277fab3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'origin/main' into v2.17.x</title>
<updated>2024-07-06T19:48:01Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-07-06T19:48:01Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=3317a9b30752e2e311e7bfe36a8ce8201b07636a'/>
<id>urn:sha1:3317a9b30752e2e311e7bfe36a8ce8201b07636a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make DCPoMatic compatible with ICU &gt;= 75</title>
<updated>2024-06-30T14:17:18Z</updated>
<author>
<name>Benjamin Radel</name>
<email>benjamin@radel.tk</email>
</author>
<published>2024-06-28T19:56:36Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=0ca9937987ecf2bf3f579147ffc952838565415b'/>
<id>urn:sha1:0ca9937987ecf2bf3f579147ffc952838565415b</id>
<content type='text'>
ICU &gt;= 75 uses c++17 features and therefore requires compilation with
-std=c++17. However, this causes some namespace issues in
src/wx/file_picker_ctrl.cc and
src/wx/film_name_location_dialog.cc
between boost::optional, boost::filesystem and the corresponding
names from the std lib.

The patch fixes this namespace issues and adds a version check in
wscript to enable compilation with c++17, if icu &gt;= 75 is detected.
</content>
</entry>
<entry>
<title>Add minimal player HTTP server (#2830).</title>
<updated>2024-06-23T17:51:28Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-06-13T23:45:18Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=117f6bd199479fdaeff665acbea109e967500308'/>
<id>urn:sha1:117f6bd199479fdaeff665acbea109e967500308</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'origin/main' into v2.17.x</title>
<updated>2024-05-29T19:12:17Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-05-29T19:12:17Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=07aa4852acfd908c4e3a92f7bed2c7328cfcf123'/>
<id>urn:sha1:07aa4852acfd908c4e3a92f7bed2c7328cfcf123</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Note that newer libsub version is required.</title>
<updated>2024-05-26T19:48:27Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-05-26T19:48:27Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=78dc1250feed93df7f519c559949d4fac4cc5b1a'/>
<id>urn:sha1:78dc1250feed93df7f519c559949d4fac4cc5b1a</id>
<content type='text'>
</content>
</entry>
</feed>
