Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
6256fb6
Merge pull request #463 from flathub/beta
strycore Dec 3, 2024
802793a
runtime: Downgrade to 46
A6GibKm Dec 8, 2024
28e45d1
Merge pull request #482 from flathub/beta
strycore Mar 24, 2025
30e57de
Update commit
strycore Jun 2, 2025
3cca024
runtime: Update to 48
A6GibKm Apr 6, 2025
ce67ae7
Remove org.winehq.Wine.DLLs
A6GibKm Apr 6, 2025
2752158
draft: remove libgphoto2
A6GibKm Apr 6, 2025
c942c40
Revert "draft: remove libgphoto2"
bbhtt Apr 6, 2025
e3935d0
Add libusb and libusb-32bit
bbhtt Apr 6, 2025
5453d4e
Clear the default ldflags for i686 and set the ones from runtime
bbhtt Apr 6, 2025
1cbb3b5
wip: Prepare for GNOME 49 runtime
alatiera Sep 7, 2025
9a46c46
Remove libusb as its included in 25.08 runtime now
alatiera Sep 7, 2025
2816d8f
Update qt5-15 refs
alatiera Sep 7, 2025
39264ce
Update libxmu
alatiera Sep 7, 2025
8fb8801
Update libjpeg-turbo to 3.1.2
alatiera Sep 7, 2025
4adb89f
Update shared-modules submodule
alatiera Sep 7, 2025
5647829
Update speech-dispatcher to 0.12.1
alatiera Sep 7, 2025
1dfc186
Update perl to 5.42.0
alatiera Sep 7, 2025
64f1573
Update sdl12-compat to 1.2.68
alatiera Sep 7, 2025
2ff33a9
Update iir1 to 1.10.0
alatiera Sep 7, 2025
263cff3
Update libslirp to 4.9.1
alatiera Sep 7, 2025
9b2f62f
Update libmt32emu to 2.7.2
alatiera Sep 7, 2025
803175d
Update ncurses to 6.5
alatiera Sep 7, 2025
71a9ebf
Fix build for python-ninja with newer cmake
alatiera Sep 8, 2025
cbae51d
Add python-six back as a module
alatiera Sep 8, 2025
0d35002
It still can't find maturin
alatiera Sep 8, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions modules/maturin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "maturin",
"buildsystem": "simple",
"build-commands": [
"pip3 install --verbose --exists-action=i --no-index --find-links=file://${PWD} --prefix=${FLATPAK_DEST} maturin --no-build-isolation"
],
"sources": [
{
"type": "file",
"only-arches": [
"x86_64"
],
"url": "https://files.pythonhosted.org/packages/ad/1c/1d0fd54bb2d068d0f9d513b0fdfb089a0fe8d20f020e673de0a0cda4f485/maturin-1.7.1-py3-none-manylinux_2_12_x86_64.manylinux2010_x86_64.musllinux_1_1_x86_64.whl",
"sha256": "0df0a6aaf7e9ab92cce2490b03d80b8f5ecbfa0689747a2ea4dfb9e63877b79c"
},
{
"type": "file",
"only-arches": [
"aarch64"
],
"url": "https://files.pythonhosted.org/packages/61/f4/6f4023c9653256fbcf2ef1ab6926f9fd4260390d25c258108ddfd45978d3/maturin-1.7.1-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.musllinux_1_1_aarch64.whl",
"sha256": "09cca3491c756d1bce6ffff13f004e8a10e67c72a1cba9579058f58220505881"
}
]
}

This file was deleted.

Loading