gst-plugins-soundtouch-0.10.23-r1.ebuild 367 B

123456789101112131415
  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-bad
  5. inherit gstreamer
  6. DESCRIPTION="GStreamer elements for beats-per-minute detection and pitch controlling"
  7. KEYWORDS="amd64 x86"
  8. IUSE=""
  9. RDEPEND=">=media-libs/libsoundtouch-1.7.1[${MULTILIB_USEDEP}]"
  10. DEPEND="${RDEPEND}"