Skip to content

Commit

Permalink
gst-plugins-bad: add missing dependencies (msys2#3583)
Browse files Browse the repository at this point in the history
  • Loading branch information
filnet authored and Alexpux committed Apr 11, 2018
1 parent 407e752 commit c8f26fc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion mingw-w64-gst-plugins-bad/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ _realname=gst-plugins-bad
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=1.14.0
pkgrel=1
pkgrel=2
pkgdesc="GStreamer Multimedia Framework Bad Plugins (mingw-w64)"
arch=('any')
url="https://gstreamer.freedesktop.org/"
Expand Down Expand Up @@ -37,6 +37,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-bzip2"
"${MINGW_PACKAGE_PREFIX}-libjpeg"
"${MINGW_PACKAGE_PREFIX}-libmodplug"
"${MINGW_PACKAGE_PREFIX}-libmpeg2"
"${MINGW_PACKAGE_PREFIX}-libnice"
"${MINGW_PACKAGE_PREFIX}-librsvg"
"${MINGW_PACKAGE_PREFIX}-libsndfile"
"${MINGW_PACKAGE_PREFIX}-libsrtp"
Expand All @@ -55,6 +56,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-bzip2"
"${MINGW_PACKAGE_PREFIX}-pango"
"${MINGW_PACKAGE_PREFIX}-rtmpdump-git"
"${MINGW_PACKAGE_PREFIX}-soundtouch"
"${MINGW_PACKAGE_PREFIX}-vo-amrwbenc"
"${MINGW_PACKAGE_PREFIX}-x265"
"${MINGW_PACKAGE_PREFIX}-zbar")
options=(!libtool strip staticlibs)
Expand Down

0 comments on commit c8f26fc

Please sign in to comment.