-
Notifications
You must be signed in to change notification settings - Fork 1
/
defaults.yaml
61 lines (58 loc) · 1.63 KB
/
defaults.yaml
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
packages:
include:
- "glib/2.81.0-odr"
- "tmpfile/3.0.6"
- "fontconfig/2.15.0-odr"
- "poppler-data/0.4.12-odr"
- "libwmf/0.2.13"
- "openlibm/0.8.3"
- "fontforge/20240423-git"
- "libgsf/1.14.52"
- "cairo/1.18.0-odr"
- "wvware/1.2.9-vili"
- "wvware/1.2.9-odr"
- "poppler/24.08.0-odr"
- "pdf2htmlex/0.18.8.rc1-20240905-git-vili"
- "pdf2htmlex/0.18.8.rc1-git-6f85c88-odr"
- "pdf2htmlex/0.18.8.rc1-odr-git-3dcf842"
- "pdf2htmlex/0.18.8.rc1-odr-pr1"
- "odrcore/4.1.1"
platforms:
include: "*"
profiles:
include: "*"
rules:
- type: "exclude"
packages:
# OpenLibm does not support Windows
- "openlibm/*"
# Cairo fails to compile on Windows
# https://github.com/conan-io/conan-center-index/issues/23786
# https://gitlab.freedesktop.org/cairo/cairo/-/issues/808
- "cairo/*"
# No Cairo means no Poppler and no pdf2htmlEX
- "poppler/*"
- "pdf2htmlex/*"
# Fontforge build issue on msvc-1940
- "fontforge/*"
# pdf2htmlEX and wvWare not yet supported on Windows, GLib isn't needed then either
- "glib/*"
# Autotools are problematic on Windows
- "libgsf/*"
- "libwmf/*"
- "wvware/*"
platforms: "windows*"
# tmpfile is needed only for Android
- type: "exclude"
packages: "tmpfile/*"
platforms:
- "macos*"
- "ubuntu*"
- "windows*"
# poppler-data is the same package for all configurations
- type: "exclude"
packages: "poppler-data/*"
- type: "include"
packages: "poppler-data/*"
platforms: "ubuntu-24.04"
profiles: "ubuntu-24.04-x86_64-clang-18"