summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNicola Murino2018-08-24 22:35:41 +0200
committerNicola Murino2018-08-24 22:35:41 +0200
commitb406b74f232b541e63161592c276d7e1b29e1067 (patch)
treee4a1337a48c9bd8b274afbf994a9a825c098b38b /PKGBUILD
parente082c30ada20752686795fcf682ec56f67f0fadb (diff)
downloadaur-b406b74f232b541e63161592c276d7e1b29e1067.tar.gz
add optdepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 43bd35d2ef79..8b5cd386a484 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: drakkan <nicola.murino at gmail dot com>
pkgname=mingw-w64-gst-plugins-ugly-git
-pkgver=1.14.0.r8.906b37de
+pkgver=1.14.0.r17.71a35e7c
pkgrel=1
_gitname=gst-plugins-ugly
pkgdesc="GStreamer Multimedia Framework Ugly Plugins (mingw-w64)"
@@ -9,6 +9,10 @@ url="http://gstreamer.freedesktop.org/"
license=('LGPL')
depends=('mingw-w64-gst-plugins-base-git')
makedepends=('git' 'mingw-w64-meson' 'mingw-w64-x264' 'mingw-w64-opencore-amr')
+optdepends=(
+ "mingw-w64-x264: H.264 video encoder plugin"
+ "mingw-w64-opencore-amr: Adaptive Multi-Rate Narrow-Band audio codec plugin"
+)
options=('!strip' '!buildflags' 'staticlibs')
conflicts=('mingw-w64-gst-plugins-ugly')