gst-plugins-vpx-1.16.2.ebuild (398B)
1 # Copyright 1999-2019 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=6
5 GST_ORG_MODULE=gst-plugins-good
6
7 inherit autotools gstreamer
8
9 DESCRIPTION="VP8/VP9 video encoder/decoder plugin for GStreamer"
10 KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
11 IUSE=""
12
13 RDEPEND=">=media-libs/libvpx-1.3.0:=[${MULTILIB_USEDEP}]"
14 DEPEND="${RDEPEND}"