Skip to content

Commit e6c085a

Browse files
enhance(main/gst-plugins-bad): Build srtp plugin
This is tested with the example pipelines provided in the following link. https://gstreamer.freedesktop.org/documentation/srtp/srtpdec.html?gi-language=c
1 parent 4fa01b3 commit e6c085a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/gst-plugins-bad/build.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@ TERMUX_PKG_DESCRIPTION="GStreamer Bad Plug-ins"
33
TERMUX_PKG_LICENSE="LGPL-2.1"
44
TERMUX_PKG_MAINTAINER="@termux"
55
TERMUX_PKG_VERSION="1.28.5"
6+
TERMUX_PKG_REVISION=1
67
TERMUX_PKG_SRCURL=https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-${TERMUX_PKG_VERSION}.tar.xz
78
TERMUX_PKG_SHA256=d8af55faef2958c1a8663751475ee46f5164877cf4d8c5913ea906ef180aeb71
89
TERMUX_PKG_AUTO_UPDATE=true
9-
TERMUX_PKG_DEPENDS="game-music-emu, glib, gst-plugins-base, gstreamer, libaom, libass, libbz2, libcairo, libcurl, libopus, librsvg, libsndfile, libsrt, libx11, libxml2, littlecms, openal-soft, openh264, openjpeg, openssl, pango"
10+
TERMUX_PKG_DEPENDS="game-music-emu, glib, gst-plugins-base, gstreamer, libaom, libass, libbz2, libcairo, libcurl, libopus, librsvg, libsndfile, libsrt, libsrtp, libx11, libxml2, littlecms, openal-soft, openh264, openjpeg, openssl, pango"
1011
TERMUX_PKG_BUILD_DEPENDS="glib-cross"
1112
TERMUX_PKG_BREAKS="gst-plugins-bad-dev"
1213
TERMUX_PKG_REPLACES="gst-plugins-bad-dev"

0 commit comments

Comments
 (0)