blob: 563033e517d259220e6f095d84a75fd8e99710d5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
pkgbase = ffmpeg-ui
pkgdesc = A modern, feature-rich FFmpeg GUI wrapper built with Electron + Vite
pkgver = 1.0.1
pkgrel = 1
url = https://github.com/VenRoot/ffmpeg-ui
arch = x86_64
arch = aarch64
license = GPL-3.0-only
makedepends = git
makedepends = nodejs
makedepends = npm
depends = electron42
depends = ffmpeg
optdepends = yt-dlp: resolve YouTube and social-media video URLs
source = ffmpeg-ui::git+https://github.com/VenRoot/ffmpeg-ui.git#tag=v1.0.1
sha256sums = SKIP
pkgname = ffmpeg-ui
|