gst-plugins-kate-1.10.3.ebuild 421 B

12345678910111213141516171819
  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-bad
  5. MULTILIB_COMPAT=( abi_x86_64 )
  6. inherit gstreamer
  7. DESCRIPTION="Kate overlay codec suppport plugin for GStreamer"
  8. KEYWORDS="~amd64 ~x86"
  9. IUSE=""
  10. RDEPEND="
  11. >=media-libs/libkate-0.1.7[${MULTILIB_USEDEP}]
  12. >=media-libs/libtiger-0.3.2[${MULTILIB_USEDEP}]
  13. "
  14. DEPEND="${RDEPEND}"