logo

overlay

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

wlrobs-9999.ebuild (425B)


  1. # Copyright 2020 Haelwenn (lanodan) Monnier <contact@hacktivis.me>
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=7
  4. inherit mercurial meson
  5. DESCRIPTION="Wayland (wlroots-based) screen capture plugin for obs-studio"
  6. HOMEPAGE="https://hg.sr.ht/~scoopta/wlrobs"
  7. EHG_REPO_URI="${HOMEPAGE}"
  8. LICENSE="GPL-3"
  9. SLOT="0"
  10. DEPEND="
  11. dev-libs/wayland
  12. media-video/obs-studio[wayland(-)]
  13. "
  14. RDEPEND="${DEPEND}"