gst-plugins-dv-1.10.3.ebuild 406 B

1234567891011121314151617
  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-good
  5. inherit gstreamer
  6. DESCRIPTION="DV demuxer and decoder plugin for GStreamer"
  7. KEYWORDS="alpha amd64 hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-fbsd"
  8. IUSE=""
  9. RDEPEND=">=media-libs/libdv-1.0.0-r3[${MULTILIB_USEDEP}]"
  10. DEPEND="${RDEPEND}"
  11. GST_PLUGINS_BUILD="libdv"