media-plugins/gst-plugins-mplex: bump to 1.10.5, no code changes compared to 1.10.4
[gentoo.git] / media-plugins / gst-plugins-dvb / gst-plugins-dvb-1.10.3.ebuild
1 # Copyright 1999-2017 Gentoo Foundation
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 DESCRIPION="DVB device capture plugin for GStreamer"
10 KEYWORDS="alpha amd64 arm ppc ppc64 x86"
11 IUSE=""
12
13 RDEPEND=""
14 DEPEND="virtual/os-headers"
15
16 src_prepare() {
17         default
18         gstreamer_system_link \
19                 gst-libs/gst/mpegts:gstreamer-mpegts
20 }