summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f0d985fdd4fa..5a90c3fbc4d3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri Aug 24 20:32:06 UTC 2018
+# Fri Aug 24 20:44:42 UTC 2018
pkgbase = mingw-w64-gst-plugins-bad-git
pkgdesc = GStreamer Multimedia Framework Bad Plugins (mingw-w64)
pkgver = 1.14.0.r347.62a194c78
@@ -25,7 +25,6 @@ pkgbase = mingw-w64-gst-plugins-bad-git
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
@@ -41,7 +40,7 @@ pkgbase = mingw-w64-gst-plugins-bad-git
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
+ optdepends = mingw-w64-bzip2: bz2 stream encoder and decoder plugin
conflicts = mingw-w64-gst-plugins-bad
options = !strip
options = !buildflags
diff --git a/PKGBUILD b/PKGBUILD
index abc0abf1797d..739b6676f88d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=(any)
url="http://gstreamer.freedesktop.org/"
license=('LGPL')
depends=('mingw-w64-gst-plugins-base-git' 'mingw-w64-orc')
-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')
+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-nettle')
optdepends=(
"mingw-w64-openh264: H.264 video codec plugin"
"mingw-w64-opus: OPUS audio parser plugin"
@@ -22,7 +22,7 @@ optdepends=(
"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"
+ "mingw-w64-bzip2: bz2 stream encoder and decoder plugin"
)
options=('!strip' '!buildflags' 'staticlibs')
conflicts=('mingw-w64-gst-plugins-bad')