mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
vhs: depend on ffmpeg6
This commit is contained in:
parent
50470edb80
commit
46847f567f
1 changed files with 2 additions and 2 deletions
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'vhs'
|
# Template file for 'vhs'
|
||||||
pkgname=vhs
|
pkgname=vhs
|
||||||
version=0.7.2
|
version=0.7.2
|
||||||
revision=1
|
revision=2
|
||||||
build_style=go
|
build_style=go
|
||||||
build_helper=qemu
|
build_helper=qemu
|
||||||
go_import_path="github.com/charmbracelet/vhs"
|
go_import_path="github.com/charmbracelet/vhs"
|
||||||
go_ldflags="-X main.Version=v${version}"
|
go_ldflags="-X main.Version=v${version}"
|
||||||
depends="ffmpeg ttyd"
|
depends="ffmpeg6 ttyd"
|
||||||
short_desc="Your CLI home video recorder"
|
short_desc="Your CLI home video recorder"
|
||||||
maintainer="tranzystorekk <tranzystorek.io@protonmail.com>"
|
maintainer="tranzystorekk <tranzystorek.io@protonmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
|
|
Loading…
Add table
Reference in a new issue