logo

overlay

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

gst-plugins-x264-1.18.1.ebuild (424B)


  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-ugly
  5. inherit gstreamer-meson
  6. DESCRIPTION="H.264 encoder plugin for GStreamer"
  7. KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
  8. IUSE=""
  9. # 20111220 ensures us X264_BUILD >= 120
  10. RDEPEND=">=media-libs/x264-0.0.20130506:=[${MULTILIB_USEDEP}]"
  11. DEPEND="${RDEPEND}"