gstreamer: bump (again) after glib update

Gives errors like:

```
$ gst-launch-1.0

(gst-plugin-scanner:31057): GStreamer-WARNING **: 15:23:01.958: Failed to load plugin '/data/data/com.termux/files/usr/lib/gstreamer-1.0/libgstudp.so': dlopen failed: cannot locate symbol "__floatunsitf" referenced by "/data/data/com.termux/files/usr/lib/gstreamer-1.0/libgstudp.so"...

(gst-plugin-scanner:31057): GStreamer-WARNING **: 15:23:01.965: Failed to load plugin '/data/data/com.termux/files/usr/lib/gstreamer-1.0/libgstisomp4.so': dlopen failed: cannot locate symbol "__floatunsitf" referenced by "/data/data/com.termux/files/usr/lib/gstreamer-1.0/libgstisomp4.so"...

(gst-plugin-scanner:31057): GStreamer-WARNING **: 15:23:01.990: Failed to load plugin '/data/data/com.termux/files/usr/lib/gstreamer-1.0/libgstrtp.so': dlopen failed: cannot locate symbol "__floatunsitf" referenced by "/data/data/com.termux/files/usr/lib/gstreamer-1.0/libgstrtp.so"...
```
This commit is contained in:
Henrik Grimler 2021-12-13 15:28:10 +01:00
parent 7b6695780a
commit 57c5afd29f
No known key found for this signature in database
GPG Key ID: B0076E490B71616B

View File

@ -3,7 +3,7 @@ TERMUX_PKG_DESCRIPTION="Open source multimedia framework"
TERMUX_PKG_LICENSE="LGPL-2.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=1.19.3
TERMUX_PKG_REVISION=1
TERMUX_PKG_REVISION=2
TERMUX_PKG_SRCURL=https://gstreamer.freedesktop.org/src/gstreamer/gstreamer-${TERMUX_PKG_VERSION}.tar.xz
TERMUX_PKG_SHA256=906d7d4bf92f941586c0cbce717d9cad6aac36994e16fa6f2f153e07e3221bca
TERMUX_PKG_DEPENDS="glib"