gstreamer: Update to 1.18.3

This commit is contained in:
Biswapriyo Nath
2021-02-01 11:27:15 +05:30
committed by GitHub
parent 7593ee6345
commit 7ff484e71b

View File

@@ -3,7 +3,7 @@
_realname=gstreamer
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=1.18.2
pkgver=1.18.3
pkgrel=1
pkgdesc="GStreamer Multimedia Framework (mingw-w64)"
arch=('any')
@@ -21,10 +21,9 @@ depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs"
"${MINGW_PACKAGE_PREFIX}-gettext"
"${MINGW_PACKAGE_PREFIX}-gmp"
"${MINGW_PACKAGE_PREFIX}-gsl")
options=(!libtool strip staticlibs)
conflicts=("${MINGW_PACKAGE_PREFIX}-gst-plugins-bad<1.14.0")
source=("${url}/src/gstreamer/gstreamer-${pkgver}.tar.xz")
sha256sums=('66cdeb4f970c2e55932a2f427177d438fe2c55c0b6d29e80fda80263f2ae5446')
sha256sums=('0c2e09e18f2df69a99b5cb3bd53c597b3cc2e35cf6c98043bb86a66f3d312100')
prepare() {
cd "${srcdir}/${_realname}-${pkgver}"