logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git

gst-plugins-libnice-0.1.18-r1.ebuild (461B)


  1. # Copyright 2022 Gentoo Authors
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=8
  4. inherit multilib-minimal
  5. DESCRIPTION="GStreamer plugin for ICE (RFC 5245) support"
  6. HOMEPAGE="https://nice.freedesktop.org/"
  7. SLOT="1.0"
  8. KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
  9. S="${WORKDIR}"
  10. RDEPEND="~net-libs/libnice-${PV}[${MULTILIB_USEDEP},gstreamer]"
  11. DEPEND="${RDEPEND}"