blob: 8f8daaddcad28d25392ae28c397e54acaa4644ff (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
name: dcpomatic
version: @VERSION@
summary: Digital Cinema Package (DCP) toolkit
description: |
DCP-o-matic is a set of tools that can be used to make, play and
manipulate Digital Cinema Packages (DCPs).
confinement: devmode
base: core18
parts:
dcpomatic:
plugin: waf
configflags: --enable-disk
source-type: tar
source: https://dcpomatic.com/dl.php?id=source&version=@VERSION@
build-packages:
- g++
stage-packages:
- libnanomsg5
apps:
dcpomatic:
command: dcpomatic2
environment:
LD_LIBRARY_PATH: $SNAP/usr/lib/$SNAPCRAFT_ARCH_TRIPLET/pulseaudio
|