logo

overlay

My own overlay for experimentations, use with caution, no support is provided

gst-plugins-hls-1.18.0.ebuild (328B)


  1. # Copyright 1999-2020 Gentoo Authors
  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-meson
  6. DESCRIPTION="HTTP live streaming plugin for GStreamer"
  7. KEYWORDS="~amd64 ~x86"
  8. IUSE=""
  9. RDEPEND="
  10. dev-libs/nettle:0=[${MULTILIB_USEDEP}]
  11. "
  12. DEPEND="${RDEPEND}"