gst-plugins-dvb-1.10.4.ebuild 406 B

123456789101112131415161718192021
  1. # Copyright 1999-2017 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=6
  4. GST_ORG_MODULE=gst-plugins-bad
  5. inherit gstreamer
  6. DESCRIPION="DVB device capture plugin for GStreamer"
  7. KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~x86"
  8. IUSE=""
  9. RDEPEND=""
  10. DEPEND="virtual/os-headers"
  11. src_prepare() {
  12. default
  13. gstreamer_system_link \
  14. gst-libs/gst/mpegts:gstreamer-mpegts
  15. }