summaryrefslogtreecommitdiff
path: root/cscript
AgeCommit message (Collapse)Author
2022-02-18Regrettably revert the optimisation preventing lots of pointless Linux builds.fix-testsCarl 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-17Fix debian unstable package.Carl Hetherington
2022-02-17Fix appimage build.Carl Hetherington
2022-02-17Inhibit dbgsym package creation in non-debug mode.Carl Hetherington
2022-02-17Remove unnecessary build when packaging for Linux.Carl Hetherington
2022-02-17Remove old dependencies.Carl Hetherington
2022-02-17Build with an ffmpeg that includes libdav1d.Carl Hetherington
2022-02-12Go back to 10-year certificate validity periods (#2174).Carl Hetherington
2022-01-19Mageia requires libcap-utils for setcap during installation (#2169).Carl Hetherington
2022-01-17Bump libdcp to 1.8.6Carl 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-31Try to fix failure to download .debs when building appimage.v2.15.182Carl Hetherington
2021-12-29Fix AppImage on systems with glib version > 2.68 (#2129).v2.15.181Carl 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-29Tidy up appimage code with f-strings and an appdir variable.Carl Hetherington
2021-11-13Remove setuid root and use setcap instead in RPM packages.Carl Hetherington
2021-11-09Bump libdcp for fix to closed caption line length verification.Carl Hetherington
2021-10-24Bump libdcp to 1.8.4 for caption ordering fix (#2106).Carl Hetherington
2021-10-17Basic and slightly inaccurate support for <Space> in subtitles (#2103).v2.15.170Carl 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-09Bump libdcp to 1.8.2 for fix when adding KDMs to VFs.Carl Hetherington
2021-10-07Fix manual build with libdcp dependency.Carl Hetherington
2021-10-07Bump libdcp (with corresponding libsub bump) for small verification fix.Carl Hetherington
2021-10-03Don'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-03Require libsub v1.6.0.Carl Hetherington
2021-10-03Require libdcp v1.8.0 to fix SMPTE sub XML namespaces (#2061).Carl Hetherington
2021-09-26Copy gdk-pixbuf-2.0 stuff and fix LD_LIBRARY_PATH to make SVG icons work ↵cah
(#1996).
2021-09-22Speculative Ubuntu 21.10 support.Carl Hetherington
2021-09-22Remove some now-unused libwxgtk dependencies.Carl Hetherington
2021-09-13Support building of cli-only .deb packages (#2066).Carl Hetherington
2021-09-13Support debian 11.Carl Hetherington
2021-08-12Don't write empty <Text> nodes in subtitles/closed captions.Carl Hetherington
2021-08-04Allow specifying and writing sign language video language metadata (#2062).v2.15.157Carl Hetherington
2021-08-01Bump libsub for SubRip tag parsing fix.Carl Hetherington
2021-07-15Bump libdcp for channel assignment fix (#2062).Carl Hetherington
2021-07-14dcpomatic2_disk_writer needs cap_sys_admin otherwise umount fails.Carl Hetherington
2021-06-24Fix incorrect issuer/creator in CPL files.Carl Hetherington
2021-06-18Bump libdcp for tags fixes.Carl Hetherington
2021-06-12Bump libdcp for fixes to language tags.Carl Hetherington
2021-06-04Ignore HMAC discrepencies when reading DCPs.Carl Hetherington
2021-06-03Bump libsub to fix #2036.Carl Hetherington
Also fixes problems with invisible subtitles from binary STL files with weird line numbers.
2021-06-02Bump libdcp for fix to #2029.Carl Hetherington
2021-05-28Bump lwext for fix for making larger partitions (#2021).Carl Hetherington
2021-05-27Bump libdcp for fix to decryption of SMPTE subtitles.Carl Hetherington
Also add a test for that.
2021-05-26Tidy can_build_disk checks to be more robust.Carl Hetherington
2021-05-26Use setcap for privileges on RPM-based distros (#2001).Carl Hetherington
2021-05-26Use setcap for privileges on Debian 10 and Ubuntu (#2001).Carl Hetherington
2021-05-25Require lib64canberra-gtk0 on Mageia.Carl Hetherington
2021-05-25Build disk writer on Mageia.Carl Hetherington
2021-05-20Restore support for building thin or universal binaries for macOS.Carl Hetherington
2021-05-20Bump leqm-nrt for a possible fix for #2006.Carl Hetherington
2021-05-13Missing macOS dmg ID.Carl Hetherington
2021-05-12Fix disk writer permissions in RPM packages (#1994).Carl Hetherington