summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2017-11-26 16:56:03 -0600
committerMatthew Thode <prometheanfire@gentoo.org>2017-11-26 16:56:51 -0600
commit2a97c445d9df06a40fff2c951679c39a8b17953a (patch)
treeb6f121a02cae08dfddd392b2057f164e3f422cf2 /media-plugins/gst-plugins-ladspa/gst-plugins-ladspa-1.12.3.ebuild
parentmedia-tv/dtv-scan-tables: New package to supersede linuxtv-dvb-apps (diff)
downloadgentoo-2a97c445d9df06a40fff2c951679c39a8b17953a.tar.gz
gentoo-2a97c445d9df06a40fff2c951679c39a8b17953a.tar.bz2
gentoo-2a97c445d9df06a40fff2c951679c39a8b17953a.zip
media-plugins/gst-plugins-ladspa: 1.12.3 bup
Package-Manager: Portage-2.3.14, Repoman-2.3.6
Diffstat (limited to 'media-plugins/gst-plugins-ladspa/gst-plugins-ladspa-1.12.3.ebuild')
-rw-r--r--media-plugins/gst-plugins-ladspa/gst-plugins-ladspa-1.12.3.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/media-plugins/gst-plugins-ladspa/gst-plugins-ladspa-1.12.3.ebuild b/media-plugins/gst-plugins-ladspa/gst-plugins-ladspa-1.12.3.ebuild
new file mode 100644
index 000000000000..5b06a1cb8ab5
--- /dev/null
+++ b/media-plugins/gst-plugins-ladspa/gst-plugins-ladspa-1.12.3.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GST_ORG_MODULE=gst-plugins-bad
+MULTILIB_COMPAT=( abi_x86_64 )
+
+inherit gstreamer
+
+DESCRIPTION="Ladspa elements for Gstreamer"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+ media-libs/ladspa-sdk
+ >=media-libs/gstreamer-1.12:1.0
+"
+DEPEND="${RDEPEND}"