gst-plugins-soup-1.8.3.ebuild 416 B

123456789101112131415
  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-good
  5. inherit gstreamer
  6. DESCRIPTION="HTTP client source/sink plugin for GStreamer"
  7. KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-macos"
  8. IUSE=""
  9. RDEPEND=">=net-libs/libsoup-2.48:2.4[${MULTILIB_USEDEP}]"
  10. DEPEND="${RDEPEND}"