Package Details: lightburn-bin 1.7.08-1

Git Clone URL: https://aur.archlinux.org/lightburn-bin.git (read-only, click to copy)
Package Base: lightburn-bin
Description: A layout, editing, and control software for lasercutters.
Upstream URL: https://lightburnsoftware.com
Keywords: cad design laser
Licenses: unknown
Conflicts: lightburn-bin
Provides: lightburn-bin
Submitter: mibu
Maintainer: drakosstar
Last Packager: drakosstar
Votes: 3
Popularity: 0.77
First Submitted: 2022-04-05 08:02 (UTC)
Last Updated: 2025-03-31 14:49 (UTC)

Pinned Comments

Draghi commented on 2025-06-15 14:54 (UTC) (edited on 2025-06-15 14:59 (UTC) by Draghi)

It is a rectal pain to get the camera feature working. LightBurn is compiled against gstreamer 1.16 and glib 2.64.5 (?).

Here is how i did it:


1) Extract
 gst-plugins-bad-1.16.2-9-x86_64.pkg.tar.zst
 gst-plugins-bad-libs-1.16.2-9-x86_64.pkg.tar.zst
 gst-plugins-base-1.16.2-2-x86_64.pkg.tar.zst
 gst-plugins-base-libs-1.16.2-2-x86_64.pkg.tar.zst
 gst-plugins-good-1.16.2-3-x86_64.pkg.tar.zst
 gstreamer-1.16.2-2-x86_64.pkg.tar.zst
into some custom lightburnlibs folder.

2) Extract only libgio-2.0.so* from
 glib2-2.64.5-1-x86_64.pkg.tar.zst
into the lightburnlibs folder.

3) Run lightburn with
LD_LIBRARY_PATH=lightburnlibs/usr/lib:$LD_LIBRARY_PATH GST_PLUGIN_SYSTEM_PATH=lightburnlibs/usr/lib/gstreamer-1.0 lightburn

Maybe this could be integrated into this install script or somewhere else. Took me a while to figure that out.

Latest Comments

« First ‹ Previous 1 2 3

mibu commented on 2022-12-25 18:52 (UTC) (edited on 2022-12-25 18:52 (UTC) by mibu)

i've updated the package (now 1.3.01), thanks for the flag @cloud-oak!