@envolution Thanks! That fixed the build issue. Ofc it only builds if you have libadwaita 1.7 installed. :P
Running it is another story:
Traceback (most recent call last):
File "/usr/bin/bottles", line 49, in <module>
from bottles.frontend import main
File "/usr/share/bottles/bottles/frontend/main.py", line 42, in <module>
from bottles.frontend.window import BottlesWindow
File "/usr/share/bottles/bottles/frontend/window.py", line 29, in <module>
from bottles.backend.managers.manager import Manager
File "/usr/share/bottles/bottles/backend/managers/manager.py", line 41, in <module>
from bottles.backend.managers.dependency import DependencyManager
File "/usr/share/bottles/bottles/backend/managers/dependency.py", line 35, in <module>
from bottles.backend.wine.executor import WineExecutor
File "/usr/share/bottles/bottles/backend/wine/executor.py", line 12, in <module>
from bottles.backend.utils.midi import FluidSynth
File "/usr/share/bottles/bottles/backend/utils/midi.py", line 20, in <module>
from fluidsynth import cfunc, Synth # type: ignore [import-untyped]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named 'fluidsynth
I made sure I had fluidsynth installed but it still doesn't want to run. Going to take a look into it some more in a bit.
local/fluidsynth 2.4.3-1 (pro-audio)
A real-time software synthesizer based on the SoundFont 2 specifications
local/lib32-fluidsynth 2.4.3-1
A real-time software synthesizer based on the SoundFont 2 specifications
Pinned Comments
FabioLolix commented on 2024-12-22 21:53 (UTC)
A new major python version hit the repository, rebuild ALL you AUR python pkgbuild and install
rebuild-detector
The typical error is:
FabioLolix commented on 2022-06-11 13:50 (UTC)
Reference https://github.com/bottlesdevs/Bottles/wiki/Packaging