MatN work for versatile appimage creation for all types of os
[goodguy/cinelerra.git] / cinelerra-5.1 / tools / makeappimagetool / includes / excludelist.h
1 /*
2  * List of libraries to exclude for different reasons.
3  *
4  * Automatically generated from
5  * https://raw.githubusercontent.com/probonopd/AppImages/master/excludelist
6  *
7  * This file shall be committed by the developers occassionally,
8  * otherwise systems without access to the internet won't be able to build
9  * fully working versions of linuxdeployqt.
10  *
11  * See https://github.com/probonopd/linuxdeployqt/issues/274 for more
12  * information.
13  */
14
15 #include <string>
16 #include <vector>
17
18 static const std::vector<std::string> generatedExcludelist = {
19     "ld-linux.so.2",
20     "ld-linux-x86-64.so.2",
21     "libanl.so.1",
22     "libasound.so.2",
23     "libBrokenLocale.so.1",
24     "libcidn.so.1",
25     "libcom_err.so.2",
26     "libc.so.6",
27     "libdl.so.2",
28     "libdrm.so.2",
29     "libEGL.so.1",
30     "libexpat.so.1",
31     "libfontconfig.so.1",
32     "libfreetype.so.6",
33     "libfribidi.so.0",
34     "libgbm.so.1",
35     "libgcc_s.so.1",
36     "libgio-2.0.so.0",
37     "libglapi.so.0",
38     "libGLdispatch.so.0",
39     "libglib-2.0.so.0",
40     "libGL.so.1",
41     "libGLX.so.0",
42     "libgmp.so.10",
43     "libgobject-2.0.so.0",
44     "libgpg-error.so.0",
45     "libharfbuzz.so.0",
46     "libICE.so.6",
47     "libjack.so.0",
48     "libm.so.6",
49     "libmvec.so.1",
50     "libnss_compat.so.2",
51     "libnss_dns.so.2",
52     "libnss_files.so.2",
53     "libnss_hesiod.so.2",
54     "libnss_nisplus.so.2",
55     "libnss_nis.so.2",
56     "libOpenGL.so.0",
57     "libp11-kit.so.0",
58     "libpango-1.0.so.0",
59     "libpangocairo-1.0.so.0",
60     "libpangoft2-1.0.so.0",
61     "libpthread.so.0",
62     "libresolv.so.2",
63     "librt.so.1",
64     "libSM.so.6",
65     "libstdc++.so.6",
66     "libthai.so.0",
67     "libthread_db.so.1",
68     "libusb-1.0.so.0",
69     "libutil.so.1",
70     "libuuid.so.1",
71     "libX11.so.6",
72     "libxcb-dri2.so.0",
73     "libxcb-dri3.so.0",
74     "libxcb.so.1",
75     "libz.so.1"
76 };