gst-plugins-flac-0.10.31-r1.ebuild 402 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-good"
  5. inherit gstreamer
  6. DESCRIPTION="GStreamer encoder/decoder/tagger for FLAC"
  7. KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd"
  8. IUSE=""
  9. RDEPEND=">=media-libs/flac-1.2.1-r5[${MULTILIB_USEDEP}]"
  10. DEPEND="${RDEPEND}"