gst-plugins-sidplay-1.10.3.ebuild 354 B

123456789101112131415
  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-ugly
  5. inherit gstreamer
  6. DESCRIPTION="Sid decoder plugin for GStreamer"
  7. KEYWORDS="alpha amd64 ppc ppc64 ~sparc x86"
  8. IUSE=""
  9. RDEPEND=">=media-libs/libsidplay-1.36.59-r1:1[${MULTILIB_USEDEP}]"
  10. DEPEND="${RDEPEND}"