2017-02-12 08:14:01 +03:00
|
|
|
# Copyright 1999-2017 Gentoo Foundation
|
2014-06-11 10:13:58 +04:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
2015-08-11 00:17:55 +03:00
|
|
|
# $Id$
|
2014-06-11 10:13:58 +04:00
|
|
|
|
2017-02-12 08:14:01 +03:00
|
|
|
EAPI=6
|
2014-06-11 10:13:58 +04:00
|
|
|
GST_ORG_MODULE=gst-plugins-bad
|
2017-02-12 08:14:01 +03:00
|
|
|
|
2014-06-11 10:13:58 +04:00
|
|
|
inherit gstreamer
|
|
|
|
|
2017-02-12 08:14:01 +03:00
|
|
|
DESCRIPTION="HTTP client source plugin for GStreamer"
|
2017-02-25 22:20:47 +03:00
|
|
|
KEYWORDS="~alpha amd64 ppc ppc64 x86"
|
2014-06-11 10:13:58 +04:00
|
|
|
IUSE=""
|
|
|
|
|
2014-06-19 11:09:26 +04:00
|
|
|
RDEPEND=">=net-libs/neon-0.30.0[${MULTILIB_USEDEP}]"
|
2014-06-11 10:13:58 +04:00
|
|
|
DEPEND="${RDEPEND}"
|