summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Murino2018-08-24 22:32:20 +0200
committerNicola Murino2018-08-24 22:32:20 +0200
commit64a2271197f58a6edf5c9ac39445896d5ddf503b (patch)
tree026f210dcae7001bbc95f1ed1b1e6122f56c8b7b
parentce4100132cb06ad67c6f2c75d30677bf30987bf7 (diff)
downloadaur-64a2271197f58a6edf5c9ac39445896d5ddf503b.tar.gz
add optdepends
-rw-r--r--.SRCINFO21
-rw-r--r--PKGBUILD19
2 files changed, 36 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9cb19553726c..f0d985fdd4fa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
# Generated by mksrcinfo v8
-# Tue Aug 7 06:37:29 UTC 2018
+# Fri Aug 24 20:32:06 UTC 2018
pkgbase = mingw-w64-gst-plugins-bad-git
pkgdesc = GStreamer Multimedia Framework Bad Plugins (mingw-w64)
- pkgver = 1.14.0.r190.3f2314a1a
+ pkgver = 1.14.0.r347.62a194c78
pkgrel = 1
url = http://gstreamer.freedesktop.org/
arch = any
license = LGPL
makedepends = git
+ makedepends = python
makedepends = mingw-w64-meson
makedepends = mingw-w64-openh264
makedepends = mingw-w64-nettle
@@ -23,8 +24,24 @@ pkgbase = mingw-w64-gst-plugins-bad-git
makedepends = mingw-w64-librtmp0
makedepends = mingw-w64-libwebp
makedepends = mingw-w64-srt
+ makedepends = mingw-w64-curl
+ makedepends = mingw-w64-bz2
+ makedepends = mingw-w64-nettle
depends = mingw-w64-gst-plugins-base-git
depends = mingw-w64-orc
+ optdepends = mingw-w64-openh264: H.264 video codec plugin
+ optdepends = mingw-w64-opus: OPUS audio parser plugin
+ optdepends = mingw-w64-libsrtp: Secure RTP codec plugin
+ optdepends = mingw-w64-vo-aacenc: AAC audio encoder plugin
+ optdepends = mingw-w64-libkate: Kate subtitle parser, tagger, and codec plugin
+ optdepends = mingw-w64-librsvg: SVG overlayer and image decoder plugin
+ optdepends = mingw-w64-openjpeg2: JPEG2000 image codec plugin
+ optdepends = mingw-w64-opencv: OpenCV computer vision library support
+ optdepends = mingw-w64-libfdk-aac: Fraunhofer AAC audio codec plugin
+ optdepends = mingw-w64-librtmp0: RTMP video network source and sink plugin
+ optdepends = mingw-w64-srt: Secure, Reliable, Transport client/server network source/sink plugin
+ optdepends = mingw-w64-curl: cURL network source and sink plugin
+ optdepends = mingw-w64-bz2: bz2 stream encoder and decoder plugin
conflicts = mingw-w64-gst-plugins-bad
options = !strip
options = !buildflags
diff --git a/PKGBUILD b/PKGBUILD
index 39d4df1112fe..abc0abf1797d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: drakkan <nicola.murino at gmail dot com>
pkgname=mingw-w64-gst-plugins-bad-git
-pkgver=1.14.0.r190.3f2314a1a
+pkgver=1.14.0.r347.62a194c78
pkgrel=1
_gitname=gst-plugins-bad
pkgdesc="GStreamer Multimedia Framework Bad Plugins (mingw-w64)"
@@ -8,7 +8,22 @@ arch=(any)
url="http://gstreamer.freedesktop.org/"
license=('LGPL')
depends=('mingw-w64-gst-plugins-base-git' 'mingw-w64-orc')
-makedepends=('git' 'mingw-w64-meson' 'mingw-w64-openh264' 'mingw-w64-nettle' 'mingw-w64-opus' 'mingw-w64-bzip2' 'mingw-w64-libsrtp' 'mingw-w64-vo-aacenc' 'mingw-w64-libkate' 'mingw-w64-librsvg' 'mingw-w64-openjpeg2' 'mingw-w64-opencv' 'mingw-w64-libfdk-aac' 'mingw-w64-librtmp0' 'mingw-w64-libwebp' 'mingw-w64-srt')
+makedepends=('git' 'python' 'mingw-w64-meson' 'mingw-w64-openh264' 'mingw-w64-nettle' 'mingw-w64-opus' 'mingw-w64-bzip2' 'mingw-w64-libsrtp' 'mingw-w64-vo-aacenc' 'mingw-w64-libkate' 'mingw-w64-librsvg' 'mingw-w64-openjpeg2' 'mingw-w64-opencv' 'mingw-w64-libfdk-aac' 'mingw-w64-librtmp0' 'mingw-w64-libwebp' 'mingw-w64-srt' 'mingw-w64-curl' 'mingw-w64-bz2' 'mingw-w64-nettle')
+optdepends=(
+ "mingw-w64-openh264: H.264 video codec plugin"
+ "mingw-w64-opus: OPUS audio parser plugin"
+ "mingw-w64-libsrtp: Secure RTP codec plugin"
+ "mingw-w64-vo-aacenc: AAC audio encoder plugin"
+ "mingw-w64-libkate: Kate subtitle parser, tagger, and codec plugin"
+ "mingw-w64-librsvg: SVG overlayer and image decoder plugin"
+ "mingw-w64-openjpeg2: JPEG2000 image codec plugin"
+ "mingw-w64-opencv: OpenCV computer vision library support"
+ "mingw-w64-libfdk-aac: Fraunhofer AAC audio codec plugin"
+ "mingw-w64-librtmp0: RTMP video network source and sink plugin"
+ "mingw-w64-srt: Secure, Reliable, Transport client/server network source/sink plugin"
+ "mingw-w64-curl: cURL network source and sink plugin"
+ "mingw-w64-bz2: bz2 stream encoder and decoder plugin"
+)
options=('!strip' '!buildflags' 'staticlibs')
conflicts=('mingw-w64-gst-plugins-bad')