summaryrefslogtreecommitdiff
path: root/bin/build-python
AgeCommit message (Collapse)Author
2024-12-07Fix some workflow issues (#3330)Kaalleen
2024-11-26Add lmde6 32bit build (#3297) (#3298)Benson Muite
2024-11-19Rejbasket/update macos cloud build (#3291)rejbasket
* upgraded macos build to macos-13 upgraded wxpython to 4.2.2 for linux * add missing linux libs for update to wxpython --------- Authored by: rejbasket
2024-05-01Remove electron entirely (#2859)Kaalleen
Co-authored-by: rejbasket
2024-02-10Rejbasket/pyinstaller fix installer checks (#2718)rejbasket
* netowrkx deps added in build * check for user inkscape config before installing * get os version in exception * update electron app location according to pyinstaller redesign * fixed broken libgeos syslinks * contents-directory added pyinstaller args fix broken linux and win versions * updated inkex * fix print_pdf --------- authored-by: rejbasket
2023-06-24linux: remove hidden import of gio and wx (#2386)Kaalleen
2023-06-20Windows numpy fix (#2377)rejbasket
* added Gio and wx to hidden imports changed numpy and scipy version for compatibility * update versions numpy and scipy --------- Co-authored-by: rejbasket <rejbasket@users.noreply.github.com>
2023-05-28macOS build: do not strip (#2320)Kaalleen
2023-05-28import gi (#2330)Kaalleen
2023-05-22Update electron version to v14.2.9 (#2214)rejbasket
Authored-by: rejbasket Co-authored-by: Kaalleen Co-authored-by: Lex Neva
2022-07-08linux scipy/linalg libraries: ELF (#1714)Kaalleen
* do not strip any scipy library for linux * apply settings to debug formats * use fixed pyembroidery Co-authored-by: Lex Neva
2022-06-30Fixes (#1703)Kaalleen
* guide line position * use direction from line to shape * optimize intersection detection * fix flapack elf * handle weird guide lines better * update starting point for self crossing (multiple) fills * ripple: fixes and non circular join style * avoid jumps in ripple stitch * fallback only necessary if shape does not intersect grating * make valid may return a polygon * add profiling * Stitch.__init__ didn't work right and was super slow * shrink or grow to multipolygon Co-authored-by: Lex Neva
2022-06-10Fix scipy for Linux (#1685)Kaalleen
Authored-by: @lexelby
2022-04-18Pkg inkscape check (#1622)rejbasket
* add warning if Inkscape not installed (mac) enable local build with arm linux and mac Authored-by: rejbasket <rejbasket@users.noreply.github.com>
2022-02-28installer updates (#1565)rejbasket
* * build zip versions for macOS and windows * set application version macOS and Windows * automatically uninstall previous version in Windows * add zip to upload Co-authored-by: rejbasket <rejbasket@users.noreply.github.com>
2021-12-08add macOS and windows installer (#1352)rejbasket
2021-03-04Update for Inkscape 1.0 (#880)Kaalleen
* update for inkscape 1.0 * add about extension * Build improvements for the inkscape1.0 branch (#985) * zip: export real svg not stitch plan * #411 and #726 * Tools for Font Creators (#1018) * ignore very small holes in fills * remove embroider (#1026) * auto_fill: ignore shrink_or_grow if result is empty (#589) * break apart: do not ignore small fills Co-authored-by: Hagen Fritsch <rumpeltux-github@irgendwo.org> Co-authored-by: Lex Neva <github.com@lexneva.name>
2020-03-19try without librtLex Neva
2020-03-18add missing librariesLex Neva
2020-03-14try no console windowLex Neva
2020-03-06remove stubLex Neva
2020-01-29remove obselete TRAVIS_ referencesLex Neva
2020-01-29use python -m for pyinstallerLex Neva
2020-01-29windows build github actionLex Neva
2019-04-20refactor 'make dist' archive creation into a shell scriptLex Neva