X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/f1ceac594fc86b93635857dc342717f6d4d9a2f9..ed69691d0570e49f4df144b0b129b88b17dd51b6:/disabled-packages/gst-plugins-bad/build.sh diff --git a/disabled-packages/gst-plugins-bad/build.sh b/disabled-packages/gst-plugins-bad/build.sh index f729499a..2d5edc96 100644 --- a/disabled-packages/gst-plugins-bad/build.sh +++ b/disabled-packages/gst-plugins-bad/build.sh @@ -1,17 +1,13 @@ TERMUX_PKG_HOMEPAGE=https://gstreamer.freedesktop.org/ TERMUX_PKG_DESCRIPTION="GStreamer Bad Plug-ins" -TERMUX_PKG_VERSION=1.8.3 +TERMUX_PKG_VERSION=1.10.2 TERMUX_PKG_SRCURL=https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-${TERMUX_PKG_VERSION}.tar.xz TERMUX_PKG_BUILD_IN_SRC=yes TERMUX_PKG_DEPENDS="gst-plugins-base" TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--disable-tests --disable-examples" TERMUX_PKG_EXTRA_CONFIGURE_ARGS+=" --disable-android_media" -termux_step_pre_configure () { - # Missing file - bug in the the source distribution? - # Reported at https://bugzilla.gnome.org/show_bug.cgi?id=770326 - # and scheduled to be fixed in 1.9.2 (note that 1.9 is an unstable - # series). - termux_download https://raw.githubusercontent.com/GStreamer/gst-plugins-bad/master/sys/opensles/opensles.h \ - $TERMUX_PKG_SRCDIR/sys/opensles/opensles.h +termux_step_pre_configure() { + export GNUSTL_LIBS="-lc" + export GNUSTL_CFLAGS="-Os" }