summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2020-05-26 11:09:26 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2020-05-26 11:09:26 -0500
commite84f14e28a5ae1de520a518da5ce6abbcfe9a0f1 (patch)
treeaba477fd47c818e778a7a30e06fb87132725566d /media-plugins/gst-plugins-lv2/gst-plugins-lv2-1.16.2-r1.ebuild
parentmedia-sound/pulseeffects: fix gcc10 builds (diff)
downloadgentoo-e84f14e28a5ae1de520a518da5ce6abbcfe9a0f1.tar.gz
gentoo-e84f14e28a5ae1de520a518da5ce6abbcfe9a0f1.tar.bz2
gentoo-e84f14e28a5ae1de520a518da5ce6abbcfe9a0f1.zip
media-plugins/gst-plugins-lv2: fix gcc10 build
Closes: https://bugs.gentoo.org/716008 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'media-plugins/gst-plugins-lv2/gst-plugins-lv2-1.16.2-r1.ebuild')
-rw-r--r--media-plugins/gst-plugins-lv2/gst-plugins-lv2-1.16.2-r1.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/media-plugins/gst-plugins-lv2/gst-plugins-lv2-1.16.2-r1.ebuild b/media-plugins/gst-plugins-lv2/gst-plugins-lv2-1.16.2-r1.ebuild
new file mode 100644
index 000000000000..1e32320eb484
--- /dev/null
+++ b/media-plugins/gst-plugins-lv2/gst-plugins-lv2-1.16.2-r1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GST_ORG_MODULE=gst-plugins-bad
+
+inherit gstreamer
+
+DESCRIPTION="Lv2 elements for Gstreamer"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+ >=media-libs/lv2-1.14.0-r1[${MULTILIB_USEDEP}]
+ >=media-libs/lilv-0.24.2-r2[${MULTILIB_USEDEP}]
+"
+DEPEND="${RDEPEND}"
+
+PATCHES=(
+ "${FILESDIR}/patch-1.16.2-gcc10.patch"
+)