| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Replace thumbnail Makefile with configure script | Xavier Del Campo Romero | 2026-02-13 | 1 | -36/+0 |
| | | | | | | | | | | The thumbnail subproject has dependencies against dynstr and ImageMagick6, which might or might not be available on the system, or might have been installed to non-standard paths. Therefore, it is more robust to rely on a configure script that checks whether the packages are available and how to deal with CFLAGS/LDFLAGS. | ||||
| * | Fix installation for thumbnail | Xavier Del Campo Romero | 2025-10-09 | 1 | -0/+4 |
| | | |||||
| * | Allow building thumbnail from the top-level build | Xavier Del Campo Romero | 2025-10-08 | 1 | -0/+3 |
| | | |||||
| * | Add thumbnail generation tool | Xavier Del Campo Romero | 2025-09-24 | 1 | -0/+29 |
| This new application runs separately from slcl and communicates with it via a named pipe. When files are added/removed to/from the user directory, slcl shall write to the named pipe. Then, this new tool shall process incoming entries and generate or remove thumbnails accordingly. Such thumbnails are stored into a new directory inside the database directory, namely thumbnails/, which replicates the same structure as user/. | |||||
