# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 GST_ORG_MODULE=gst-plugins-bad inherit gstreamer-meson DESCRIPTION="VA-API codecs plugin for GStreamer" KEYWORDS="amd64 x86" IUSE="+introspection +orc" RDEPEND=" media-libs/libva[${MULTILIB_USEDEP}] introspection? ( >=dev-libs/gobject-introspection-1.31.1:= ) orc? ( >=dev-lang/orc-0.4.17[${MULTILIB_USEDEP}] ) >=media-libs/gst-plugins-base-1.18.4[${MULTILIB_USEDEP}] >=media-libs/gst-plugins-bad-1.18.4[${MULTILIB_USEDEP}] " DEPEND="${RDEPEND}" multilib_src_install() { dolib.so gst-libs/gst/va/libgstva-1.0.so.0.2004.0 gst-libs/gst/va/libgstva-1.0.so.0 gst-libs/gst/va/libgstva-1.0.so gstreamer_multilib_src_install }