gst-plugins-alsa-0.10.36-r1.ebuild 480 B

1234567891011121314151617181920
  1. # Copyright 1999-2014 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI="5"
  4. GST_ORG_MODULE=gst-plugins-base
  5. inherit gstreamer
  6. KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-linux ~x86-linux"
  7. IUSE=""
  8. RDEPEND=">=media-libs/alsa-lib-1.0.27.2[${MULTILIB_USEDEP}]"
  9. DEPEND="${RDEPEND}"
  10. src_prepare() {
  11. gstreamer_system_link \
  12. gst-libs/gst/interfaces:gstreamer-interfaces \
  13. gst-libs/gst/audio:gstreamer-audio
  14. }