added libav arch optdepend

This commit is contained in:
SpiritCS
2020-09-12 17:48:14 +02:00
parent c2856d6146
commit cb3058dc6f
2 changed files with 2 additions and 1 deletions

View File

@@ -11,6 +11,7 @@ pkgbase = clapper-git
depends = gst-plugins-base-libs
depends = gst-plugin-gtk
depends = gst-plugins-bad-libs
optdepends = gst-libav: Additional Codecs,
optdepends = gstreamer-vaapi: Hardware acceleration
provides = clapper
source = clapper-0.0.0::git+https://github.com/Rafostar/clapper.git

View File

@@ -27,7 +27,7 @@ url="https://github.com/Rafostar/clapper"
license=("GPL-3.0")
depends=("gjs" "gst-plugins-base-libs" "gst-plugin-gtk" "gst-plugins-bad-libs")
makedepends=("meson" "gjs")
optdepends=("gstreamer-vaapi: Hardware acceleration")
optdepends=("gst-libav: Additional Codecs", "gstreamer-vaapi: Hardware acceleration")
provides=("${pkgname%-git}")
source=("${pkgname%-git}-$pkgver"::git+https://github.com/Rafostar/clapper.git)
md5sums=("SKIP")