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
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')
-rw-r--r--media-plugins/gst-plugins-ladspa/Manifest1
-rw-r--r--media-plugins/gst-plugins-ladspa/gst-plugins-ladspa-1.12.3.ebuild18
2 files changed, 19 insertions, 0 deletions
diff --git a/media-plugins/gst-plugins-ladspa/Manifest b/media-plugins/gst-plugins-ladspa/Manifest
index 68a5b6554301..22e121fee3b0 100644
--- a/media-plugins/gst-plugins-ladspa/Manifest
+++ b/media-plugins/gst-plugins-ladspa/Manifest
@@ -1 +1,2 @@
DIST gst-plugins-bad-0.10.23.tar.xz 3155044 SHA256 03cf0786391c64625569072e904082a08861f05a63d64b2f8e8dad3f26d81bf9 SHA512 6437dd12707ef29651f4014b54612cf2a3a42ed4e05a1c5f4a432d80e27efd2abc0df891ebcfdc9e7b2cf9f71a15b88e48b3aa6db24a178ed6de3b1bdf4c3dc4 WHIRLPOOL dd657100909c32ab75cb8aada8db24d68ddf7a10dc0eb055982d7e4d9ae7a50c364eeac9017cea8b176734fc09cf7f8e4e8f52d24e3173806633ddb8a7acd93c
+DIST gst-plugins-bad-1.12.3.tar.xz 4707000 BLAKE2B 1cb82e6f1c20d24a42ed0c7465e4dd8815627b0e716fe9be5d005ddd609c92a08619214a6b15059e7f537dadbc36c34d4c6ebfde1284c6a6029d2edf89bf9fa2 SHA512 6df47381de3a2f4286d047c1e7de2c76dd4312c9806636e2012717282cde0f3e5b2d0ffa910c564c8e122b19363e842b663cce1eda7ae95a05d63d1dbbd52661
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}"