Сравнение kicad-7.0.7 с kicad-9999
/usr/portage/sci-electronics/kicad/kicad-9999.ebuild 2023-10-09 14:52:35.044368490 +0300 | ||
---|---|---|
35 | 35 |
# Contains bundled pybind but it's patched for wx |
36 | 36 |
# See https://gitlab.com/kicad/code/kicad/-/commit/74e4370a9b146b21883d6a2d1df46c7a10bd0424 |
37 | 37 |
# Depend on opencascade:0 to get unslotted variant (so we know path to it), bug #833301 |
38 |
# Depend wxGTK version needs to be limited due to switch from EGL to GLX, bug #911120 |
|
39 | 38 |
COMMON_DEPEND=" |
40 | 39 |
dev-db/unixODBC |
41 | 40 |
dev-libs/boost:=[context,nls] |
... | ... | |
47 | 46 |
>=sci-libs/opencascade-7.3.0:0= |
48 | 47 |
>=x11-libs/cairo-1.8.8:= |
49 | 48 |
>=x11-libs/pixman-0.30 |
49 |
x11-libs/wxGTK:${WX_GTK_VER}[X,opengl] |
|
50 | 50 |
>sci-electronics/ngspice-27[shared] |
51 | 51 |
sys-libs/zlib |
52 |
>=x11-libs/wxGTK-3.2.2.1-r3:${WX_GTK_VER}[X,opengl] |
|
53 | 52 |
$(python_gen_cond_dep ' |
54 | 53 |
dev-libs/boost:=[context,nls,python,${PYTHON_USEDEP}] |
55 | 54 |
~dev-python/wxpython-4.2.0:*[${PYTHON_USEDEP}] |
... | ... | |
100 | 99 |
-DKICAD_DOCS="${EPREFIX}/usr/share/doc/${PN}-doc-${PV}" |
101 | 100 | |
102 | 101 |
-DKICAD_SCRIPTING_WXPYTHON=ON |
102 |
# wxWidgets does not support runtime selection of backends (GLX vs EGL), |
|
103 |
# if enabled it can break KiCad depending on what wxGTK was compiled |
|
104 |
# with, see bug #911120 |
|
103 | 105 |
-DKICAD_USE_EGL=OFF |
104 | 106 | |
105 | 107 |
-DKICAD_BUILD_I18N="$(usex nls)" |