mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
Signed-off-by: Alfred Wingate <parona@protonmail.com> Part-of: https://codeberg.org/gentoo/gentoo/pulls/527 Signed-off-by: Sam James <sam@gentoo.org>
15 lines
374 B
Bash
15 lines
374 B
Bash
# Copyright 1999-2026 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
GST_ORG_MODULE=gst-plugins-bad
|
|
|
|
inherit gstreamer-meson
|
|
|
|
DESCRIPTION="Secure reliable transport (SRT) transfer plugin for GStreamer"
|
|
KEYWORDS="~amd64 ~arm64"
|
|
|
|
RDEPEND=">=net-libs/srt-1.3.0:=[${MULTILIB_USEDEP}]"
|
|
DEPEND="${RDEPEND}"
|
|
BDEPEND="dev-util/glib-utils"
|