mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-24 07:03:59 -06:00

* Initial commit for the builder
* fix wx, use hack to install into /app
* add some workarounds for /usr/local
* fix up rest of paths
* attempt to fix wxwebview undef
* figure out why wxwidgets isnt getting its patches applied
* do "proper" patching of wxwidgets
* Flip the flag
* actually append the /usr/local
* restrict package finding to flatpak only
* Update the destdir stuff for mpfr, gmp
* Transfer over all the _destdir, again
* update patch command for all other plats
* initial ci check
* what even happened
* clear ci image
* I doubt this will do anything
* do cleanup after running each step
* remove build objects for flatpak ci
* compress debug info
* Fix MacOS build
* Try saving space after building deps
* No debug info for now
* Do debug info, use thin static archives
* use BSD flag, not --thin
* try building with lto
* Use release, no debug info
* remove lto
* Revert the last 5 commits
* It might require write perms
* Revert "It might require write perms"
This reverts commit 44cec58a57
.
* Import fixes for merge
* remove some patch stuff
* the worst hack!
* remove uneeded patches
* Initial commit for the builder
* note to self, go back to regular wx
* attempt to fix wxwebview undef
* do "proper" patching of wxwidgets
* update patch command for all other plats
* what even happened
* -ldep_name-NOTFOUND is still here
* concat patches
* Build wx with flatpak
* more wx shenatigans
* fix a missing import
* build wx with proper flags
* fix imports and libs
* trigger ci
* try fixing mac and windows ci
* remove duplicate definition of freetype
* curl may not have openssl for a dep
* has openssl been found?
* force building
* build images on apple
* cleanup for review
* cleanup cmake files
---------
Co-authored-by: SoftFever <softfeverever@gmail.com>
48 lines
2.1 KiB
XML
Executable file
48 lines
2.1 KiB
XML
Executable file
<?xml version="1.0" encoding="UTF-8"?>
|
|
<component type="desktop">
|
|
<id>io.github.softfever.OrcaSlicer</id>
|
|
<launchable type="desktop-id">io.github.softfever.OrcaSlicer.desktop</launchable>
|
|
<provides>
|
|
<id>io.github.softfever.OrcaSlicer.desktop</id>
|
|
</provides>
|
|
<name>OrcaSlicer</name>
|
|
<!-- hehe hadess @ppd
|
|
... seriously though, thanks -->
|
|
<summary>Get even more perfect prints!</summary>
|
|
<developer_name>SoftFever</developer_name>
|
|
<url type="homepage">https://github.com/SoftFever/OrcaSlicer</url>
|
|
<url type="help">https://github.com/SoftFever/OrcaSlicer/wiki</url>
|
|
<url type="bugtracker">https://github.com/SoftFever/OrcaSlicer/issues/</url>
|
|
<url type="donation">https://ko-fi.com/SoftFever</url>
|
|
<metadata_license>0BSD</metadata_license>
|
|
<project_license>AGPL-3.0-only</project_license>
|
|
<content_rating type="oars-1.1" />
|
|
<requires>
|
|
<display_length compare="gt">768</display_length>
|
|
</requires>
|
|
<recommends>
|
|
<control>keyboard</control>
|
|
<control>pointing</control>
|
|
</recommends>
|
|
<screenshots>
|
|
<screenshot type="default">
|
|
<image>https://raw.githubusercontent.com/powpingdone/com.github.softfever.orcaslicer/master/images/1.png</image>
|
|
<caption>A model ready to be sliced on a buildplate.</caption>
|
|
</screenshot>
|
|
<screenshot>
|
|
<image>https://raw.githubusercontent.com/powpingdone/com.github.softfever.orcaslicer/master/images/2.png
|
|
</image>
|
|
<caption>A calibration test ready to be printed out.</caption>
|
|
</screenshot>
|
|
</screenshots>
|
|
<description>
|
|
<p>A 3D printer slicer forked from Bambu Studio, PrusaSlicer, and SuperSlicer with many more printer profiles, helpful calibration prints, and many more features to get your 3D printer printing perfectly!</p>
|
|
</description>
|
|
<branding>
|
|
<color type="primary" scheme_preference="light">#009688</color>
|
|
</branding>
|
|
<releases>
|
|
<release version="2.0.0-951fc8e" date="2024-01-30"> <url>https://github.com/SoftFever/OrcaSlicer/commit/951fc8e98a0d5ca0ccb254315646ce7889a44836</url>
|
|
</release>
|
|
</releases>
|
|
</component>
|