Package Details: stl-thumb-git 238.6f4dd55-1

Git Clone URL: https://aur.archlinux.org/stl-thumb-git.git (read-only, click to copy)
Package Base: stl-thumb-git
Description: A fast lightweight thumbnail generator for STL files
Upstream URL: https://github.com/unlimitedbacon/stl-thumb.git
Licenses: MIT
Conflicts: stl-thumb
Provides: stl-thumb
Submitter: thelittlebug
Maintainer: scatterfish
Last Packager: scatterfish
Votes: 1
Popularity: 0.044416
First Submitted: 2024-08-26 20:06 (UTC)
Last Updated: 2025-06-22 20:49 (UTC)

Required by (1)

Sources (1)

Latest Comments

scatterfish commented on 2025-06-23 17:00 (UTC)

It does build and does work to the same extent as it did before, which had errors when trying to thumbnail more than one file. Now if/when it gets fixed upstream the package will actually get that update, rather than being stuck on a fork. If you're saying that it doesn't build on your machine, please let me know!

ratijas commented on 2025-06-23 00:36 (UTC)

So, ughh… can you clarify, please, what's the point of 'updating' to a thing that doesn't build or doesn't work?

scatterfish commented on 2025-06-22 20:55 (UTC)

Package updated to use the real upstream source instead of a fork. Unfortunately there are still errors due to glium 0.32.1 depending on glutin 0.29.1 which in turn depends on winit 0.27.5, which is affected by the "Creating EventLoop multiple times is not supported" issue. This needs to be fixed upstream.

ratijas commented on 2025-05-22 00:38 (UTC) (edited on 2025-05-22 00:40 (UTC) by ratijas)

With an updated package source, PKGBUILD needs a little change now:

-   rm .cargo/config
+   rm .cargo/config.toml

Original commit: https://github.com/unlimitedbacon/stl-thumb/commit/3ddc3538982af58be88ff4a32d78c19ac64e3edd

theriddick commented on 2025-04-20 04:23 (UTC)

This appears to work with STL Document in preview ticked.

There may be some random inconsequential errors produced when generating thumbnails for first time, doesn't seem to hurt anything.

gyscos commented on 2024-09-19 10:23 (UTC) (edited on 2024-09-19 10:23 (UTC) by gyscos)

Hi! Could this package be updated to point at the actual upstream git repo, and not this fork? Thanks!