1 # Copyright 1999-2025 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
5 GST_ORG_MODULE=gst-plugins-good
7 inherit gstreamer-meson
9 DESCRIPTION="VP8/VP9 video encoder/decoder plugin for GStreamer"
10 KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
12 RDEPEND=">=media-libs/libvpx-1.7.0:=[${MULTILIB_USEDEP}]"
14 BDEPEND="dev-util/glib-utils"