summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ebbef85c1249..83e98cf5c54f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = tsac-bin
url = https://bellard.org/tsac
arch = x86_64
license = MIT
+ depends = ffmpeg
optdepends = cuda: for --cuda options support
provides = tsac
source = tsac-2024-04-08.tar.gz::https://bellard.org/tsac/tsac-2024-04-08.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 894dd3103469..d6f135bb9554 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,6 +10,7 @@ provides=("${_pkgname}")
arch=("x86_64")
url="https://bellard.org/${_pkgname}"
license=("MIT")
+depends=("ffmpeg")
optdepends=("cuda: for --cuda options support")
source=("${_pkgname}-${_pkgver}.tar.gz::${url}/${_pkgname}-${_pkgver}.tar.gz"
"${_pkgname}")