2020-02-12 18:18:42 +03:00
|
|
|
# Copyright 1999-2020 Gentoo Authors
|
2019-08-28 16:03:34 +03:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
|
|
|
EAPI=6
|
|
|
|
GST_ORG_MODULE=gst-plugins-bad
|
|
|
|
|
|
|
|
inherit gstreamer
|
|
|
|
|
|
|
|
DESCRIPTION="HTTP client source plugin for GStreamer"
|
2020-01-26 23:14:01 +03:00
|
|
|
KEYWORDS="~alpha amd64 ppc ppc64 x86"
|
2019-08-28 16:03:34 +03:00
|
|
|
IUSE=""
|
|
|
|
|
|
|
|
RDEPEND=">=net-libs/neon-0.30.0[${MULTILIB_USEDEP}]"
|
|
|
|
DEPEND="${RDEPEND}"
|