Package Details: video-compare 20260308-1

Git Clone URL: https://aur.archlinux.org/video-compare.git (read-only, click to copy)
Package Base: video-compare
Description: Split screen video comparison tool using FFmpeg and SDL2
Upstream URL: https://github.com/pixop/video-compare
Licenses: GPL-2.0-only
Submitter: codeliger
Maintainer: EvaristeGalois11
Last Packager: EvaristeGalois11
Votes: 7
Popularity: 0.48
First Submitted: 2022-08-30 01:44 (UTC)
Last Updated: 2026-03-08 10:08 (UTC)

Latest Comments

EvaristeGalois11 commented on 2025-11-17 18:11 (UTC)

Hi @eskalvarado, I already saw your error on other AURs and it was because I needed to rebuild the AUR package after some dependencies got updated (I'm not an expert on linking and stuff, but it's probably because of it).

Have you tried rebuilding this package too? Everything seems to work fine for me and the PKGBUILD just invokes the makefile like upstream does.

eskalvarado commented on 2025-11-16 18:07 (UTC)

video-compare fails to run due to "error while loading shared libraries: libavformat.so:61: cannot open shared object file: no such file or directory"

I compiled the upstream package directly from github and that executable did run without errors. This leads me to believe there's something wrong with this PKGBUILD.

codeliger commented on 2022-09-23 02:27 (UTC)

jsh6789 I updated the PKGBUILD thanks

jsh6789 commented on 2022-09-01 12:39 (UTC)

The binary really should install to /usr/bin... this line worked for me

install -Dm755 -t "$pkgdir/usr/bin" "$srcdir/$pkgname/$pkgname"

Thanks very much in advance