logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git

gst-plugins-vpx-1.18.1.ebuild (394B)


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