summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorNorbert Preining2022-03-06 12:22:42 +0900
committerNorbert Preining2022-03-06 12:22:42 +0900
commitcf9fcd755f59a0ea0d90203e65b952600ed16189 (patch)
tree29fdefe20313ffdfa7fc83f81849e339aea067c3 /.SRCINFO
downloadaur-cf9fcd755f59a0ea0d90203e65b952600ed16189.tar.gz
Packaging of fastflix using pypackager
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO20
1 files changed, 20 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..f9c643917df9
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,20 @@
+pkgbase = fastflix
+ pkgdesc = Simple and friendly GUI for encoding videos
+ pkgver = 4.6.0
+ pkgrel = 1
+ url = https://github.com/cdgriffith/FastFlix
+ arch = x86_64
+ license = MIT
+ makedepends = git
+ makedepends = python
+ depends = zlib
+ depends = ffmpeg
+ optdepends = nvenc: hardware accelerated encoding on NVIDIA cards
+ optdepends = x265: encoding to H265/HEVC
+ optdepends = x264: encoding to H264/AVC
+ optdepends = rav1e: encoding to AV1
+ optdepends = libwebp: encoding to WebP
+ source = git+https://github.com/cdgriffith/FastFlix.git#tag=4.6.0
+ sha256sums = SKIP
+
+pkgname = fastflix