Fix system dependencies on Arch Linux (remove gstreamermm) #1179

Open
opened 2026-04-05 16:57:09 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @bdunks on 1/5/2026

Description

  • gstreamermm is no longer required to build OrcaSlicer on Arch-like systems
  • gstreamermm no longer exists in the Arch repos: https://archlinux.org/packages/?sort=&q=gstreamermm
  • running ./build_linux.sh -u on Arch-like systems fails with error: target not found: gstreamermm

This commit removes the unnecessary dependency.

Screenshots/Recordings/Graphs

Tests

Before:

❯ ./build_linux.sh -u
resolving system dependencies for distribution "arch" ...
Updating linux ...
error: package 'gstreamermm' was not found

After:

❯ ./build_linux.sh -u
resolving system dependencies for distribution "arch" ...
Updating linux ...
done

I've successfully built an run v2.3.1 and v2.3.2-dev many times without the dependency installed.

*Originally created by @bdunks on 1/5/2026* # Description * gstreamermm is no longer required to build OrcaSlicer on Arch-like systems * gstreamermm no longer exists in the Arch repos: https://archlinux.org/packages/?sort=&q=gstreamermm * running `./build_linux.sh -u` on Arch-like systems fails with `error: target not found: gstreamermm` This commit removes the unnecessary dependency. # Screenshots/Recordings/Graphs ## Tests **Before**: ```fish ❯ ./build_linux.sh -u resolving system dependencies for distribution "arch" ... Updating linux ... error: package 'gstreamermm' was not found ``` **After**: ```fish ❯ ./build_linux.sh -u resolving system dependencies for distribution "arch" ... Updating linux ... done ``` I've successfully built an run v2.3.1 and v2.3.2-dev many times without the dependency installed.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/OrcaSlicer#1179