gst-plugins-modplug-0.10.23-r1.ebuild 448 B

12345678910111213141516171819
  1. # Copyright 1999-2015 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. KEYWORDS="~alpha amd64 hppa ppc ppc64 x86"
  7. IUSE=""
  8. RDEPEND=">=media-libs/libmodplug-0.8.8.4-r1[${MULTILIB_USEDEP}]"
  9. DEPEND="${RDEPEND}"
  10. src_prepare() {
  11. # modplug: Specify directory when including stdafx.h, bug #532558
  12. epatch "${FILESDIR}"/${PN}-0.10.23-include-header.patch
  13. }