gstreamer: Update to 1.8.3
This commit is contained in:
11
mingw-w64-gstreamer/0001-fix-declaration.patch
Normal file
11
mingw-w64-gstreamer/0001-fix-declaration.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
--- gstreamer-1.8.3/libs/gst/check/libcheck/libcompat.h.orig 2016-09-24 21:41:09.835856800 +0300
|
||||
+++ gstreamer-1.8.3/libs/gst/check/libcheck/libcompat.h 2016-09-24 21:41:14.077864000 +0300
|
||||
@@ -101,7 +101,7 @@
|
||||
#endif /* !HAVE_DECL_STRDUP && HAVE__STRDUP */
|
||||
|
||||
#if !HAVE_DECL_STRSIGNAL
|
||||
-CK_DLL_EXP char *strsignal (int sig);
|
||||
+CK_DLL_EXP const char *strsignal (int sig);
|
||||
#endif /* !HAVE_DECL_STRSIGNAL */
|
||||
|
||||
/*
|
||||
@@ -3,7 +3,7 @@
|
||||
_realname=gstreamer
|
||||
pkgbase=mingw-w64-${_realname}
|
||||
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
|
||||
pkgver=1.6.3
|
||||
pkgver=1.8.3
|
||||
pkgrel=1
|
||||
pkgdesc="GStreamer Multimedia Framework (mingw-w64)"
|
||||
arch=('any')
|
||||
@@ -23,12 +23,15 @@ depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs"
|
||||
"${MINGW_PACKAGE_PREFIX}-gmp"
|
||||
"${MINGW_PACKAGE_PREFIX}-gsl")
|
||||
options=(!libtool strip staticlibs)
|
||||
source=("${url}/src/gstreamer/gstreamer-${pkgver}.tar.xz")
|
||||
sha256sums=('22f9568d67b87cf700a111f381144bd37cb93790a77e4e331db01fe854a37f24')
|
||||
source=("${url}/src/gstreamer/gstreamer-${pkgver}.tar.xz"
|
||||
0001-fix-declaration.patch)
|
||||
sha256sums=('66b37762d4fdcd63bce5a2bec57e055f92420e95037361609900278c0db7c53f'
|
||||
'3b48afdeb8b41b599900d96b57779968a0e475c62058ba24baf5b1ea3bb055e0')
|
||||
|
||||
prepare() {
|
||||
cd ${srcdir}/${_realname}-${pkgver}
|
||||
autoreconf -fi
|
||||
patch -p1 -i ${srcdir}/0001-fix-declaration.patch
|
||||
#autoreconf -fi
|
||||
}
|
||||
|
||||
build() {
|
||||
|
||||
Reference in New Issue
Block a user