logo

overlay

My own overlay for experimentations, use with caution, no support is provided

gst-plugins-aom-1.16.2.ebuild (398B)


      1 # Copyright 1999-2020 Gentoo Authors
      2 # Distributed under the terms of the GNU General Public License v2
      3 
      4 EAPI=6
      5 GST_ORG_MODULE=gst-plugins-bad
      6 
      7 inherit gstreamer
      8 
      9 DESCRIPTION="HTTP live streaming plugin for GStreamer"
     10 KEYWORDS="~amd64 ~x86"
     11 IUSE=""
     12 
     13 RDEPEND="media-libs/libaom:0=[${MULTILIB_USEDEP}]"
     14 DEPEND="${RDEPEND}"
     15 
     16 multilib_src_configure() {
     17 	gstreamer_multilib_src_configure --enable-aom
     18 }