57c5afd29f
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"... ```
20 lines
657 B
Bash
20 lines
657 B
Bash
TERMUX_PKG_HOMEPAGE=https://gstreamer.freedesktop.org/
|
|
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=2
|
|
TERMUX_PKG_SRCURL=https://gstreamer.freedesktop.org/src/gstreamer/gstreamer-${TERMUX_PKG_VERSION}.tar.xz
|
|
TERMUX_PKG_SHA256=906d7d4bf92f941586c0cbce717d9cad6aac36994e16fa6f2f153e07e3221bca
|
|
TERMUX_PKG_DEPENDS="glib"
|
|
TERMUX_PKG_BREAKS="gstreamer-dev"
|
|
TERMUX_PKG_REPLACES="gstreamer-dev"
|
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
|
|
-Dcheck=disabled
|
|
-Dtests=disabled
|
|
-Dexamples=disabled
|
|
-Dbenchmarks=disabled
|
|
-Dlibunwind=disabled
|
|
-Dlibdw=disabled
|
|
"
|