0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-09-23 02:09:53 +00:00
Files
termux-packages/packages/gst-libav/build.sh
Termux Github Actions f90ee25213 bump(main/gst-libav): 1.26.1
This commit has been automatically submitted by Github Actions.
2025-04-25 12:18:48 +00:00

10 lines
567 B
Bash

TERMUX_PKG_HOMEPAGE=https://gstreamer.freedesktop.org/modules/gst-libav.html
TERMUX_PKG_DESCRIPTION="GStreamer Libav plug-in contains one plugin with a set of elements using the Libav library code"
TERMUX_PKG_LICENSE="LGPL-2.1"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION="1.26.1"
TERMUX_PKG_SRCURL=https://gstreamer.freedesktop.org/src/gst-libav/gst-libav-${TERMUX_PKG_VERSION}.tar.xz
TERMUX_PKG_SHA256=350a20b45b6655b6e10265430bdfbb3c436a96e9611b79caabef8f10abe570ea
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_DEPENDS="ffmpeg, glib, gst-plugins-base, gstreamer"