diff options
author | Mart Raudsepp <leio@gentoo.org> | 2018-09-17 23:29:45 +0300 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2018-09-18 00:03:05 +0300 |
commit | 699adbfffec109afdebd68b1997bef7f0f11ac4d (patch) | |
tree | 862c1652a71188bc0147937697b6ffd1359bd6e4 /media-plugins/gst-plugins-libvisual | |
parent | app-portage/repoman-2.3.10: arm64 stable (bug #666374) (diff) | |
download | gentoo-699adbfffec109afdebd68b1997bef7f0f11ac4d.tar.gz gentoo-699adbfffec109afdebd68b1997bef7f0f11ac4d.tar.bz2 gentoo-699adbfffec109afdebd68b1997bef7f0f11ac4d.zip |
media-libs/gst-plugins-base: bump to 1.14.3 for upstream bug fixes
Two revisions (broken automagic graphene dep in -r0), because otherwise the
deptree would be broken for many slow architectures necessitating de-keywording
of ALL gstreamer plugin packages on 1.14.3 bumps..
Bug: https://bugs.gentoo.org/662458
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Diffstat (limited to 'media-plugins/gst-plugins-libvisual')
-rw-r--r-- | media-plugins/gst-plugins-libvisual/gst-plugins-libvisual-1.14.3.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/media-plugins/gst-plugins-libvisual/gst-plugins-libvisual-1.14.3.ebuild b/media-plugins/gst-plugins-libvisual/gst-plugins-libvisual-1.14.3.ebuild new file mode 100644 index 000000000000..bba6db422d23 --- /dev/null +++ b/media-plugins/gst-plugins-libvisual/gst-plugins-libvisual-1.14.3.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +GST_ORG_MODULE=gst-plugins-base + +inherit gstreamer + +DESCRIPTION="Visualization elements for GStreamer" +KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd" +IUSE="" + +RDEPEND=" + >=media-libs/libvisual-0.4.0-r3[${MULTILIB_USEDEP}] + >=media-plugins/libvisual-plugins-0.4.0-r3[${MULTILIB_USEDEP}] +" +DEPEND="${RDEPEND}" + +src_prepare() { + default + gstreamer_system_link \ + gst-libs/gst/audio:gstreamer-audio \ + gst-libs/gst/video:gstreamer-video \ + gst-libs/gst/pbutils:gstreamer-pbutils +} |