| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-02-18 | Regrettably revert the optimisation preventing lots of pointless Linux builds.fix-tests | Carl Hetherington | |
| This was changed in 17e4118de4614ef0358bdcf4d7715f1a7c85d67e to not (pointlessly) build DoM when the packaging step would do it again. This, of course, breaks tests on Linux. There seems to be a few ways round this but nothing neat and simple enough to do at this point. | |||
| 2022-02-17 | Fix debian unstable package. | Carl Hetherington | |
| 2022-02-17 | Fix appimage build. | Carl Hetherington | |
| 2022-02-17 | Inhibit dbgsym package creation in non-debug mode. | Carl Hetherington | |
| 2022-02-17 | Remove unnecessary build when packaging for Linux. | Carl Hetherington | |
| 2022-02-17 | Remove old dependencies. | Carl Hetherington | |
| 2022-02-17 | Build with an ffmpeg that includes libdav1d. | Carl Hetherington | |
| 2022-02-12 | Go back to 10-year certificate validity periods (#2174). | Carl Hetherington | |
| 2022-01-19 | Mageia requires libcap-utils for setcap during installation (#2169). | Carl Hetherington | |
| 2022-01-17 | Bump libdcp to 1.8.6 | Carl Hetherington | |
| Hopefully this fixes #2124, failure to play DCPs on Sony SRX320/LMT3000 due to it not liking empty <AnnotationText> tags in reel assets. | |||
| 2021-12-31 | Try to fix failure to download .debs when building appimage.v2.15.182 | Carl Hetherington | |
| 2021-12-29 | Fix AppImage on systems with glib version > 2.68 (#2129).v2.15.181 | Carl Hetherington | |
| The approach here is to bundle more stuff, and most of the details are taken from the Inkscape packaging/appimage/generate.sh script. | |||
| 2021-12-29 | Tidy up appimage code with f-strings and an appdir variable. | Carl Hetherington | |
| 2021-11-13 | Remove setuid root and use setcap instead in RPM packages. | Carl Hetherington | |
| 2021-11-09 | Bump libdcp for fix to closed caption line length verification. | Carl Hetherington | |
| 2021-10-24 | Bump libdcp to 1.8.4 for caption ordering fix (#2106). | Carl Hetherington | |
| 2021-10-17 | Basic and slightly inaccurate support for <Space> in subtitles (#2103).v2.15.170 | Carl Hetherington | |
| Adding horizontal space to a Pango layout is hard, and I think this change probably gets it slightly wrong, but it's a step in the right direction. | |||
| 2021-10-09 | Bump libdcp to 1.8.2 for fix when adding KDMs to VFs. | Carl Hetherington | |
| 2021-10-07 | Fix manual build with libdcp dependency. | Carl Hetherington | |
| 2021-10-07 | Bump libdcp (with corresponding libsub bump) for small verification fix. | Carl Hetherington | |
| 2021-10-03 | Don't build Disk Writer for appimage. | Carl Hetherington | |
| Threads like https://discourse.appimage.org/t/nosuid-fuse-mount-option-deactivates-capabilities/1652/1 suggest that using capabilities with AppImage is not possible, so making things work will be a bit more work than I want to get into before 2.16.0. | |||
| 2021-10-03 | Require libsub v1.6.0. | Carl Hetherington | |
| 2021-10-03 | Require libdcp v1.8.0 to fix SMPTE sub XML namespaces (#2061). | Carl Hetherington | |
| 2021-09-26 | Copy gdk-pixbuf-2.0 stuff and fix LD_LIBRARY_PATH to make SVG icons work ↵ | cah | |
| (#1996). | |||
| 2021-09-22 | Speculative Ubuntu 21.10 support. | Carl Hetherington | |
| 2021-09-22 | Remove some now-unused libwxgtk dependencies. | Carl Hetherington | |
| 2021-09-13 | Support building of cli-only .deb packages (#2066). | Carl Hetherington | |
| 2021-09-13 | Support debian 11. | Carl Hetherington | |
| 2021-08-12 | Don't write empty <Text> nodes in subtitles/closed captions. | Carl Hetherington | |
| 2021-08-04 | Allow specifying and writing sign language video language metadata (#2062).v2.15.157 | Carl Hetherington | |
| 2021-08-01 | Bump libsub for SubRip tag parsing fix. | Carl Hetherington | |
| 2021-07-15 | Bump libdcp for channel assignment fix (#2062). | Carl Hetherington | |
| 2021-07-14 | dcpomatic2_disk_writer needs cap_sys_admin otherwise umount fails. | Carl Hetherington | |
| 2021-06-24 | Fix incorrect issuer/creator in CPL files. | Carl Hetherington | |
| 2021-06-18 | Bump libdcp for tags fixes. | Carl Hetherington | |
| 2021-06-12 | Bump libdcp for fixes to language tags. | Carl Hetherington | |
| 2021-06-04 | Ignore HMAC discrepencies when reading DCPs. | Carl Hetherington | |
| 2021-06-03 | Bump libsub to fix #2036. | Carl Hetherington | |
| Also fixes problems with invisible subtitles from binary STL files with weird line numbers. | |||
| 2021-06-02 | Bump libdcp for fix to #2029. | Carl Hetherington | |
| 2021-05-28 | Bump lwext for fix for making larger partitions (#2021). | Carl Hetherington | |
| 2021-05-27 | Bump libdcp for fix to decryption of SMPTE subtitles. | Carl Hetherington | |
| Also add a test for that. | |||
| 2021-05-26 | Tidy can_build_disk checks to be more robust. | Carl Hetherington | |
| 2021-05-26 | Use setcap for privileges on RPM-based distros (#2001). | Carl Hetherington | |
| 2021-05-26 | Use setcap for privileges on Debian 10 and Ubuntu (#2001). | Carl Hetherington | |
| 2021-05-25 | Require lib64canberra-gtk0 on Mageia. | Carl Hetherington | |
| 2021-05-25 | Build disk writer on Mageia. | Carl Hetherington | |
| 2021-05-20 | Restore support for building thin or universal binaries for macOS. | Carl Hetherington | |
| 2021-05-20 | Bump leqm-nrt for a possible fix for #2006. | Carl Hetherington | |
| 2021-05-13 | Missing macOS dmg ID. | Carl Hetherington | |
| 2021-05-12 | Fix disk writer permissions in RPM packages (#1994). | Carl Hetherington | |
