# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="5" inherit gst-plugins-bad gst-plugins10-multilib DESCRIPION="GStreamer plugin to allow capture from dvb devices" KEYWORDS="~amd64" IUSE="" RDEPEND="" DEPEND="virtual/os-headers" ehook gst-plugins10-multilib-per-abi-pre_src_compile prep_abi_headers prep_abi_headers() { pushd gst-libs/gst/mpegts >/dev/null || die emake popd >/dev/null || die return 0 }