diff options
author | Igor V. Kovalenko <igor.v.kovalenko@gmail.com> | 2021-07-03 20:55:52 +0300 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-07-10 18:28:33 +0100 |
commit | 939199a903eadf3068788c823d71113f2604ec8d (patch) | |
tree | 83078fcc5de39ee0d1cfb245e01e0d49d5e0e411 /media-plugins/gst-plugins-smoothstreaming | |
parent | media-plugins/gst-plugins-hls: Build with installed deps, 1.18.4 (diff) | |
download | gentoo-939199a903eadf3068788c823d71113f2604ec8d.tar.gz gentoo-939199a903eadf3068788c823d71113f2604ec8d.tar.bz2 gentoo-939199a903eadf3068788c823d71113f2604ec8d.zip |
media-plugins/gst-plugins-smoothstreaming: Build with installed deps, 1.18.4
Signed-off-by: Igor V. Kovalenko <igor.v.kovalenko@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-plugins/gst-plugins-smoothstreaming')
-rw-r--r-- | media-plugins/gst-plugins-smoothstreaming/gst-plugins-smoothstreaming-1.18.4.ebuild | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/media-plugins/gst-plugins-smoothstreaming/gst-plugins-smoothstreaming-1.18.4.ebuild b/media-plugins/gst-plugins-smoothstreaming/gst-plugins-smoothstreaming-1.18.4.ebuild index f4a35c81afb5..226dbf39366e 100644 --- a/media-plugins/gst-plugins-smoothstreaming/gst-plugins-smoothstreaming-1.18.4.ebuild +++ b/media-plugins/gst-plugins-smoothstreaming/gst-plugins-smoothstreaming-1.18.4.ebuild @@ -12,3 +12,11 @@ IUSE="" RDEPEND=">=dev-libs/libxml2-2.9.1-r4[${MULTILIB_USEDEP}]" DEPEND="${RDEPEND}" + +src_prepare() { + default + gstreamer_system_library gstadaptivedemux_dep:gstadaptivedemux + gstreamer_system_package gstcodecparsers_dep:gstreamer-codecparsers + gstreamer_system_library gstisoff_dep:gstisoff + gstreamer_system_library gsturidownloader_dep:gsturidownloader +} |