Linsy

Results 24 comments of Linsy
trafficstars

Updates: I've updated [my repo](https://github.com/linsyking/imagebuilder) to support fedora because archlinux arm does not work well. There are kernel building script, image building scripts and a pre-built image.

I could use `ffplay` to decode video: ```bash ffplay -codec:v h264_v4l2m2m a.mp4 ``` But I cannot make `mpv` working, it always SIGSEGV. The encoder doesn't work. Using `h264_v4l2m2m` uses more...

I had the same issue. Not a sddm issue, other dm like lightdm also doesn't work.

For the incremental build of assets, it's possible to use makefile. In my `soupault.toml`: ``` [asset_processors] svg = "SRC={{source_file_path}} DST={{target_dir}}/{{source_file_base_name}}.png TOOL=SVG make" ipe = "SRC={{source_file_path}} DST={{target_dir}}/{{source_file_base_name}}.png TOOL=IPE make" ``` In...