Package Details: overmix 0.4.0alpha3-3

Git Clone URL: https://aur.archlinux.org/overmix.git (read-only, click to copy)
Package Base: overmix
Description: Automatic anime screenshot stitching in high quality
Upstream URL: https://github.com/spillerrec/Overmix
Licenses: GPL3
Submitter: LChris314
Maintainer: None
Last Packager: LChris314
Votes: 0
Popularity: 0.000000
First Submitted: 2021-11-15 11:22 (UTC)
Last Updated: 2021-11-15 12:22 (UTC)

Latest Comments

LChris314 commented on 2026-09-05 14:45 (UTC)

It's been 6 years since the release of version 0.4.0alpha3 by upstream, and simply changing libjpeg to libjpeg-turbo does not allow a successful build. Compiler errors seem to point to incorrect use of the ffmpeg API, which is to be expected given the 6 years of ffmpeg development and multiple major versions.

I suspect the last upstream git commit from about 2 years ago may be more suitable for an up to date AUR package compared to this ancient alpha version, so I'd suggest trying to build that manually and perhaps create an overmix-git package.

I'll be disowning this package now, as I haven't touched either the actual software or the AUR package for years and have long since entirely forgotten about it until your comment.

dreieck commented on 2026-09-05 09:10 (UTC)

depends needs to be changed (libjpeg):

Can you please change

  • dependendy libjpeg to libjpeg-turbo (any maybe existing make dependency libjpeg needs also to be changed to libjpeg-turbo),
    or maybe more elaboreate,
  • dependencies libjpeg to libjpeg.so AND add make dependency libjpeg-turbo?

Reason: Arch Linux does not have libjpeg anymore, and libjpeg-turbo stopped to declare libjpeg in it's provides array.

Regards and thanks for maintaining!