Search Criteria
Package Details: overmix 0.4.0alpha3-3
Package Actions
| 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) |
Dependencies (17)
- eigen (eigen-gitAUR)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-ffplayoutAUR, ffmpeg-cudaAUR, ffmpeg-whisper-gitAUR, librempeg-gitAUR, ffmpeg-gitAUR, ffmpeg-full-gitAUR, ffmpeg-whisperAUR, ffmpeg-obsAUR, ffmpeg-amd-full-gitAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-amd-fullAUR, ffmpeg-cuda-fullAUR, ffmpeg-headlessAUR, ffmpeg-full-llvmAUR, ffmpeg-libfdk_aacAUR)
- fftw (fftw-amdAUR)
- lcms2 (lcms2-ff-gitAUR, lcms2-gitAUR, lcms2-ffAUR)
- libjpeg (mozjpeg-gitAUR, mozjpegAUR)
- libpng (libpng-gitAUR, libpng-apngAUR)
- libraw (libraw-gitAUR)
- libxcb (libxcb-gitAUR)
- pugixml (pugixml-gitAUR)
- qcustomplot
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR)
- qt5-x11extras
- xz (xz-gitAUR)
- zlib (zlib-gitAUR, zlib-ng-compat-gitAUR, zlib-ng-compat)
- boost (boost-gitAUR) (make)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- png++ (make)
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
libjpegtolibjpeg-turbodoes 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)
dependsneeds to be changed (libjpeg):Can you please change
libjpegtolibjpeg-turbo(any maybe existing make dependencylibjpegneeds also to be changed tolibjpeg-turbo),or maybe more elaboreate,
libjpegtolibjpeg.soAND add make dependencylibjpeg-turbo?Reason: Arch Linux does not have
libjpeganymore, andlibjpeg-turbostopped to declarelibjpegin it's provides array.Regards and thanks for maintaining!