Fix gstreamer PKGBUILDs

This commit is contained in:
Alexey Pavlov
2018-04-05 09:34:04 +03:00
parent 97b63a03aa
commit 8b339fbe42
2 changed files with 1 additions and 1 deletions

View File

@@ -31,6 +31,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-bzip2"
"${MINGW_PACKAGE_PREFIX}-wavpack"
"${MINGW_PACKAGE_PREFIX}-zlib")
options=(!libtool strip staticlibs)
conflicts=("${MINGW_PACKAGE_PREFIX}-gst-plugins-ugly<1.14.0")
source=(${url}/src/${_realname}/${_realname}-${pkgver}.tar.xz)
sha256sums=('6afa35747d528d3ab4ed8f5eac13f7235d7d28100d6a24dd78f81ec7c0d04688')

View File

@@ -11,7 +11,6 @@ url="https://gstreamer.freedesktop.org/"
license=("LGPL")
makedepends=("${MINGW_PACKAGE_PREFIX}-gobject-introspection"
"${MINGW_PACKAGE_PREFIX}-gtk-doc"
"${MINGW_PACKAGE_PREFIX}-perl"
"flex"
"bison")
depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs"