logo

overlay

My own overlay for experimentations, use with caution, no support is provided

gst-plugins-modplug-1.18.0.ebuild (377B)


  1. # Copyright 1999-2020 Gentoo Authors
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=6
  4. GST_ORG_MODULE=gst-plugins-bad
  5. inherit gstreamer-meson
  6. DESCRIPTION="MOD audio decoder plugin for GStreamer"
  7. KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~mips ~ppc ~ppc64 ~x86"
  8. IUSE=""
  9. RDEPEND=">=media-libs/libmodplug-0.8.8.4-r1[${MULTILIB_USEDEP}]"
  10. DEPEND="${RDEPEND}"