New package: video-compare-20250420

This commit is contained in:
sunshinehunter 2025-06-15 14:48:35 +02:00 committed by Duncan Overbruck
parent 666187ddfb
commit dcbef048d5

View file

@ -0,0 +1,23 @@
# Template file for 'video-compare'
pkgname=video-compare
version=20250420
revision=1
build_style=gnu-makefile
makedepends="ffmpeg6-devel SDL2-devel SDL2_ttf-devel"
short_desc="Split screen video comparison tool using FFmpeg and SDL2"
maintainer="sunshinehunter <sunshinehunterde@gmail.com>"
license="GPL-2.0-only"
homepage="https://github.com/pixop/video-compare"
changelog="https://github.com/pixop/video-compare/releases"
distfiles="https://github.com/pixop/video-compare/archive/refs/tags/${version}.tar.gz"
checksum=cfb1de9608fa141defa44b62c10ff7a56ea668c87d6c2c102409bddcaa98cd83
CXXFLAGS="-std=c++14 -D__STDC_CONSTANT_MACROS"
pre_install() {
vmkdir usr/bin
}
do_install() {
make BINDIR=${DESTDIR}/usr/bin install
}