diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-04-26 23:12:07 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-11-03 14:31:39 +0100 |
| commit | 4d851ecf94a96a79be44a8364ddc4c5c3b5f0273 (patch) | |
| tree | 6cbd17d4649c2a1ff0e76eec4c10976da8bb6ad1 | |
| parent | 0173ca86da86ab2d0a0dfcf70fc63e5b9c7e402f (diff) | |
More snap hacks.
| -rw-r--r-- | platform/linux/snapcraft.yaml.in | 43 |
1 files changed, 39 insertions, 4 deletions
diff --git a/platform/linux/snapcraft.yaml.in b/platform/linux/snapcraft.yaml.in index 8f8daaddc..1d26f5a3f 100644 --- a/platform/linux/snapcraft.yaml.in +++ b/platform/linux/snapcraft.yaml.in @@ -15,13 +15,48 @@ base: core18 parts: dcpomatic: plugin: waf - configflags: --enable-disk + configflags: ['--enable-disk'] source-type: tar - source: https://dcpomatic.com/dl.php?id=source&version=@VERSION@ + source: https://dcpomatic.com/dl.php?id=source&version=2.15.53 build-packages: - g++ - stage-packages: - - libnanomsg5 + - git + - pkg-config + - libgtk2.0-dev + - libsamplerate0-dev + - libxml++2.6-dev + - libboost-filesystem-dev + - libboost-test-dev + - libboost-locale-dev + - libboost-regex-dev + - libboost-date-time-dev + - libboost-thread-dev + - libssl-dev + - xmlsec1 + - libxmlsec1-dev + - cmake + - libx264-dev + - yasm + - libsndfile-dev + - libmagick++-dev + - libpulse-dev + - libwxgtk3.0-dev + - libasound2-dev + - wx3.0-i18n + - wget + - curl + - libpangomm-1.4-dev + - libssh-dev + - libcurl4-openssl-dev + - libzip-dev + - nettle-dev + - devscripts + - libfftw3-dev + - gpac + - xmldiff + - libpolkit-gobject-1-dev + - libxerces-c-dev + - libnanomsg-dev apps: dcpomatic: |
