logo

overlay

My own overlay for experimentations, use with caution, no support is provided
commit: 7eb09341c06c097f8a7c9912b1b457ebfa35f44f
parent d8b7a4788a5229340fd1a0a0783b8b5c4397745b
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Tue, 13 Oct 2020 09:32:52 +0200

media-plugins/gst-plugins-opus: Remove call to non-existent gstreamer_system_link function

Diffstat:

Mmedia-plugins/gst-plugins-opus/gst-plugins-opus-1.18.0.ebuild8--------
1 file changed, 0 insertions(+), 8 deletions(-)

diff --git a/media-plugins/gst-plugins-opus/gst-plugins-opus-1.18.0.ebuild b/media-plugins/gst-plugins-opus/gst-plugins-opus-1.18.0.ebuild @@ -17,14 +17,6 @@ RDEPEND="${COMMON_DEPEND} " DEPEND="${COMMON_DEPEND}" -src_prepare() { - default - gstreamer_system_link \ - gst-libs/gst/tag:gstreamer-tag \ - gst-libs/gst/pbutils:gstreamer-pbutils \ - gst-libs/gst/audio:gstreamer-audio -} - # Everything below is for building opusparse from gst-plugins-bad. Once it moves into -base, all below can be removed SRC_URI+=" https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-${PV}.tar.${GST_TARBALL_SUFFIX}"