summaryrefslogtreecommitdiff
path: root/src/tools/wscript
AgeCommit message (Collapse)Author
2026-06-26Rename all fonts that we load.Carl Hetherington
This seems to be the only chance we have of making Pango-via-FontConfig definitely choose the font that we want. There was a case https://dcpomatic.com/forum/viewtopic.php?t=3015 where a user specified Arial Rounded MT Bold but ended up with a substitution. I tried loading an Arial Rounded, and then FontConfig chose that even when we asked for Arial Rounded MT Bold. Maybe it's because both fonts were marked as having "Book" weight ... I don't know. It seems like the easiest way to get what we want here is to try to subvert FontConfig's selection logic by giving everything we load a different family name. If only we could just load a font and tell Pango to use it ... but it seems like we can't have nice things.
2025-09-15Allow building with boost::process v2 (added in Ubuntu 25.10).Carl Hetherington
2025-08-27Add missing file to i18n gathering.Carl Hetherington
2024-05-06Use sqlite for cinema and DKDM recipient lists.Carl Hetherington
2024-05-06We now need to import print() for older Pythons.Carl Hetherington
2024-05-06Remove use of f-strings in wscriptsCarl Hetherington
Various Linux build environments have a python that is too old.
2024-05-01Remove stray 'Carl Hetherington
2024-04-28Add missing nice name for Windows executable.Carl Hetherington
2024-04-28Write file descriptions to .exe files for the Windows task manager.Carl Hetherington
2024-04-28Build .rc files on the fly.Carl Hetherington
2024-04-17Separate GUI verifier with basic reporting (#1823).Carl Hetherington
2023-05-13Add dcpomatic2_map tool (#2445).Carl Hetherington
2023-03-29Add missing tools to the i18n list.Carl Hetherington
2022-07-02Fix debug build on Windows.Carl Hetherington
2022-04-29Add a simple DCP editor.Carl Hetherington
2022-04-29Add image_as_jpeg()Carl Hetherington
2022-02-25Fix Windows debug build.Carl Hetherington
2022-02-25Add -x32/-x64 suffix to boost libraries when building for Windows.Carl Hetherington
2021-09-13Support building of cli-only .deb packages (#2066).Carl Hetherington
2020-11-23Remove swaroop variant.Carl Hetherington
2020-10-13Fix Windows console apps to actually have a console.Carl Hetherington
2020-09-22Try to fix Windows debug build.Carl Hetherington
2020-09-20Add dcpomatic_combine tool (#1245).Carl Hetherington
2020-04-20Add LEQ(m) when analysing audio (#1382).v2.15.52Carl Hetherington
2020-04-06Add disk writer tool.Carl Hetherington
2020-02-29Copy swaroop_ playlist editor stuff back to main DoM.Carl Hetherington
2020-02-29Move swaroop playlist editor stuff into its own swaroop_Carl Hetherington
files.
2020-01-08Barely-functioning GL playback with new arrangement.Carl Hetherington
2019-06-10Various build system fixes.v2.15.8Carl Hetherington
2019-06-10Another typo.Carl Hetherington
2019-06-10Another typo.Carl Hetherington
2019-06-10swaroop: try to make -theater and -studio variants.Carl Hetherington
2019-05-13swaroop: build dcpomatic_kdm.Carl Hetherington
2019-05-12Try to fix OS X build.v2.15.3Carl Hetherington
2019-05-12Try to fix static linking of DCP-o-matic libs with the GL stuff.Carl Hetherington
2019-02-19And more.Carl Hetherington
2019-02-18Bits to put playlist editor in the main distribution.Carl Hetherington
2018-12-27dcpomatic_uuid build in the wrong variant.v2.13.93Carl Hetherington
2018-12-24dcpomatic_uuid is a console tool.v2.13.92Carl Hetherington
2018-12-23Add dcpomatic2_uuid tool.Carl Hetherington
2018-11-29swaroop: basic pass-through mp4 encoder.Carl Hetherington
2018-11-22Playlist editor stub.Carl Hetherington
2018-10-13Missing uselib.Carl Hetherington
2018-10-12Change MagickImageProxy to FFmpegImageProxy and make it use FFmpegCarl Hetherington
to decode images. Hence remove {Image,Graphics}Magick.
2018-09-22Merge player-only option into swaroop variant.Carl Hetherington
2018-09-19Allow player-only builds.Carl Hetherington
2018-01-06Add player strings to i18n.Carl Hetherington
2017-08-14Stub player.Carl Hetherington
2017-07-25Removing explicit link with libbfd and libiberty.Carl Hetherington
2017-04-19Try to fix Win32 debug build.Carl Hetherington