Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/gst-plugins-base/, media-plugins/gst-plugins-cdparanoia/, ...
Date: Mon, 17 Sep 2018 21:06:15
Message-Id: 1537218185.699adbfffec109afdebd68b1997bef7f0f11ac4d.leio@gentoo
1 commit: 699adbfffec109afdebd68b1997bef7f0f11ac4d
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 17 20:29:45 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 17 21:03:05 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=699adbff
7
8 media-libs/gst-plugins-base: bump to 1.14.3 for upstream bug fixes
9
10 Two revisions (broken automagic graphene dep in -r0), because otherwise the
11 deptree would be broken for many slow architectures necessitating de-keywording
12 of ALL gstreamer plugin packages on 1.14.3 bumps..
13
14 Bug: https://bugs.gentoo.org/662458
15 Package-Manager: Portage-2.3.49, Repoman-2.3.10
16
17 media-libs/gst-plugins-base/Manifest | 1 +
18 .../gst-plugins-base-1.14.3-r1.ebuild | 181 +++++++++++++++++++++
19 .../gst-plugins-base-1.14.3.ebuild | 181 +++++++++++++++++++++
20 .../gst-plugins-cdparanoia-1.14.3.ebuild | 19 +++
21 .../gst-plugins-libvisual-1.14.3.ebuild | 25 +++
22 5 files changed, 407 insertions(+)
23
24 diff --git a/media-libs/gst-plugins-base/Manifest b/media-libs/gst-plugins-base/Manifest
25 index ae29113787e..dd1463a6208 100644
26 --- a/media-libs/gst-plugins-base/Manifest
27 +++ b/media-libs/gst-plugins-base/Manifest
28 @@ -2,3 +2,4 @@ DIST gst-plugins-base-0.10.36.tar.xz 2364108 BLAKE2B a71ef5d5c7462d60937602681c0
29 DIST gst-plugins-base-1.12.4.tar.xz 3119468 BLAKE2B d5ac157618a25c8f0323d1922d5b26b0b5c49f56cb75df3ceeadd0566f873be1a06c863a1da6afff40901fbbbeb1ec6cd6ef4614309ca7f7ff988c0fa9040a10 SHA512 89a6e92cd294612cf1406eb156416ab4606643f6b43637e64a18f6f28ab789ca8d4cf1308434ed85e5fc679c79cc3ca115db48f37e0065a6ab3cdfdbaaad9f53
30 DIST gst-plugins-base-1.14.1.tar.xz 3689184 BLAKE2B 17abcab2c84b113180de55d6c781ae11feec66c215febfffefe4a22353c56e82a585647688e2078603b6c3ece6f26afa99969091a72886880a2f8549dd9cb379 SHA512 bca9db8780fe24c19a2c4eae9a16dc0856cb38077580e4344bd4f7fa9a7a03079b92556ff35475a574f624a5a721d80ef925790670e4cc809361ed01108a141e
31 DIST gst-plugins-base-1.14.2.tar.xz 3693856 BLAKE2B 7ed05718bfd1dcb15e05e5a2c8758ad409c4ad7f331146363f264aaf7123c8a14c1db81f482710d1069d33e5281087f66e2e38504e39b214befba73ffdd9295c SHA512 35e7eb5c42fe265d38c433575f88d3306f15ff927a989eb375ed5399cbf92af2e9bf553d6eee349dc13673540cee00e1f879595f25e58c188ea443d8a969682f
32 +DIST gst-plugins-base-1.14.3.tar.xz 3702184 BLAKE2B 8b13cdcb912968ed51bba91faf70060cced562f374d2b6987a9b9ff9a261b553836394cc4dc16df299c21cb303fd87bb0becb57225767c3502c8c16359430523 SHA512 3b5f0dc46d148dd9f162c651594be740f798c1d6272ecabced544f09900b6f2909a9fc705d42e4e98130d6f7cb1368458bfeee27444b5c43e62551defbc3838a
33
34 diff --git a/media-libs/gst-plugins-base/gst-plugins-base-1.14.3-r1.ebuild b/media-libs/gst-plugins-base/gst-plugins-base-1.14.3-r1.ebuild
35 new file mode 100644
36 index 00000000000..73db5954b48
37 --- /dev/null
38 +++ b/media-libs/gst-plugins-base/gst-plugins-base-1.14.3-r1.ebuild
39 @@ -0,0 +1,181 @@
40 +# Copyright 1999-2018 Gentoo Foundation
41 +# Distributed under the terms of the GNU General Public License v2
42 +
43 +EAPI=6
44 +GST_ORG_MODULE="gst-plugins-base"
45 +
46 +inherit flag-o-matic gstreamer
47 +
48 +DESCRIPTION="Basepack of plugins for gstreamer"
49 +HOMEPAGE="https://gstreamer.freedesktop.org/"
50 +
51 +LICENSE="GPL-2+ LGPL-2+"
52 +KEYWORDS="~amd64 ~arm ~ppc64 ~sparc ~x86"
53 +
54 +# For OpenGL we have three separate concepts, with a list of possibilities in each:
55 +# * opengl APIs - opengl and/or gles2; USE=opengl and USE=gles2 enable these accordingly; if neither is enabled, OpenGL helper library and elements are not built at all and all the other options aren't relevant
56 +# * opengl platforms - glx and/or egl; also cgl, wgl, eagl for non-linux; USE="X opengl" enables glx platform; USE="egl" enables egl platform. Rest is up for relevant prefix teams.
57 +# * opengl windowing system - x11, wayland, win32, cocoa, android, viv_fb, gbm and/or dispmanx; USE=X enables x11 (but for WSI it's automagic - FIXME), USE=wayland enables wayland, USE=gbm enables gbm (automagic upstream - FIXME); rest is up for relevant prefix/arch teams/contributors to test and provide patches
58 +# With the following limitations:
59 +# * If opengl and/or gles2 is enabled, a platform has to be enabled - x11 or egl in our case, but x11 (glx) is acceptable only with opengl
60 +# * If opengl and/or gles2 is enabled, a windowing system has to be enabled - x11, wayland or gbm in our case
61 +# * glx platform requires opengl API
62 +# * wayland, gbm and most other non-glx WSIs require egl platform
63 +# Additionally there is optional dmabuf support with egl for additional dmabuf based upload/download/eglimage options;
64 +# and optional graphene usage for gltransformation and glvideoflip elements and more GLSL Uniforms support in glshader;
65 +# and libpng/jpeg are required for gloverlay element;
66 +
67 +# Keep default IUSE options for relevant ones mirrored with gst-plugins-gtk and gst-plugins-bad
68 +IUSE="alsa +egl gbm gles2 +introspection ivorbis +ogg +opengl +orc +pango theora +vorbis wayland +X"
69 +GL_REQUIRED_USE="
70 + || ( gbm wayland X )
71 + wayland? ( egl )
72 + gbm? ( egl )
73 +"
74 +REQUIRED_USE="
75 + ivorbis? ( ogg )
76 + theora? ( ogg )
77 + vorbis? ( ogg )
78 + opengl? ( || ( egl X ) ${GL_REQUIRED_USE} )
79 + gles2? ( egl ${GL_REQUIRED_USE} )
80 +"
81 +
82 +# Dependencies needed by opengl library and plugin (enabled via USE gles2 and/or opengl)
83 +# dmabuf automagic from libdrm headers (drm_fourcc.h) and EGL, so ensure it with USE=egl (platform independent header used only, thus no MULTILIB_USEDEP); provides dmabuf based upload/download/eglimage options
84 +GL_DEPS="
85 + >=media-libs/mesa-9.0[egl?,gbm?,gles2?,wayland?,${MULTILIB_USEDEP}]
86 + egl? (
87 + x11-libs/libdrm
88 + )
89 + gbm? (
90 + >=dev-libs/libgudev-147[${MULTILIB_USEDEP}]
91 + >=x11-libs/libdrm-2.4.55[${MULTILIB_USEDEP}]
92 + )
93 + wayland? (
94 + dev-libs/wayland[${MULTILIB_USEDEP}]
95 + )
96 +
97 + >=media-libs/graphene-1.4.0[${MULTILIB_USEDEP}]
98 + media-libs/libpng:0[${MULTILIB_USEDEP}]
99 + virtual/jpeg:0[${MULTILIB_USEDEP}]
100 +" # graphene for optional gltransformation and glvideoflip elements and more GLSL Uniforms support in glshader; libpng/jpeg for gloverlay element
101 +
102 +RDEPEND="
103 + app-text/iso-codes
104 + >=dev-libs/glib-2.40.0:2[${MULTILIB_USEDEP}]
105 + >=media-libs/gstreamer-${PV}:1.0[introspection?,${MULTILIB_USEDEP}]
106 + >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]
107 + alsa? ( >=media-libs/alsa-lib-1.0.27.2[${MULTILIB_USEDEP}] )
108 + introspection? ( >=dev-libs/gobject-introspection-1.31.1:= )
109 + ivorbis? ( >=media-libs/tremor-0_pre20130223[${MULTILIB_USEDEP}] )
110 + ogg? ( >=media-libs/libogg-1.3.0[${MULTILIB_USEDEP}] )
111 + orc? ( >=dev-lang/orc-0.4.24[${MULTILIB_USEDEP}] )
112 + pango? ( >=x11-libs/pango-1.36.3[${MULTILIB_USEDEP}] )
113 + theora? ( >=media-libs/libtheora-1.1.1[encode,${MULTILIB_USEDEP}] )
114 + vorbis? ( >=media-libs/libvorbis-1.3.3-r1[${MULTILIB_USEDEP}] )
115 + X? (
116 + >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
117 + >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}]
118 + >=x11-libs/libXv-1.0.10[${MULTILIB_USEDEP}]
119 + )
120 +
121 + gles2? ( ${GL_DEPS} )
122 + opengl? ( ${GL_DEPS} )
123 +
124 + !<media-libs/gst-plugins-bad-1.13.1:1.0
125 +"
126 +DEPEND="${RDEPEND}
127 + dev-util/glib-utils
128 + >=dev-util/gtk-doc-am-1.12
129 + X? ( x11-base/xorg-proto )
130 +"
131 +
132 +src_prepare() {
133 + # Disable GL tests for now; prone to fail with EGL_NOT_INITIALIZED, etc
134 + sed -i -e '/^@USE_GL_TRUE@/d' tests/check/Makefile.in
135 + default
136 +}
137 +
138 +multilib_src_configure() {
139 + filter-flags -mno-sse -mno-sse2 -mno-sse4.1 #610340
140 +
141 + local myconf=()
142 + # FIXME: Automagic gbm and x11 wsi
143 + if use opengl || use gles2; then
144 + myconf+=(
145 + --enable-gl
146 + $(use_enable egl)
147 + $(use_enable gles2)
148 + $(use_enable opengl)
149 + $(use_enable wayland)
150 + $(use_enable X x11)
151 + )
152 + else
153 + myconf+=(
154 + --disable-gl
155 + --disable-egl
156 + --disable-gles2
157 + --disable-opengl
158 + --disable-wayland
159 + --disable-x11
160 + )
161 + fi
162 +
163 + if use opengl && use X; then
164 + # GLX requires desktop OpenGL and X
165 + myconf+=( --enable-glx )
166 + else
167 + myconf+=( --disable-glx )
168 + fi
169 +
170 + myconf+=(
171 + --disable-cocoa
172 + --disable-dispmanx
173 + --disable-wgl
174 + )
175 +
176 + gstreamer_multilib_src_configure \
177 + $(use_enable alsa) \
178 + $(multilib_native_use_enable introspection) \
179 + $(use_enable ivorbis) \
180 + $(use_enable ogg) \
181 + $(use_enable orc) \
182 + $(use_enable pango) \
183 + $(use_enable theora) \
184 + $(use_enable vorbis) \
185 + $(use_enable X x) \
186 + $(use_enable X xshm) \
187 + $(use_enable X xvideo) \
188 + --enable-iso-codes \
189 + --enable-zlib \
190 + --disable-debug \
191 + --disable-examples \
192 + --disable-static \
193 + "${myconf[@]}"
194 +
195 + # bug #366931, flag-o-matic for the whole thing is overkill
196 + if [[ ${CHOST} == *86-*-darwin* ]] ; then
197 + sed -i \
198 + -e '/FLAGS = /s|-O[23]|-O1|g' \
199 + gst/audioconvert/Makefile \
200 + gst/volume/Makefile || die
201 + fi
202 +
203 + if multilib_is_native_abi; then
204 + local x
205 + for x in libs plugins; do
206 + ln -s "${S}"/docs/${x}/html docs/${x}/html || die
207 + done
208 + fi
209 +}
210 +
211 +multilib_src_install_all() {
212 + DOCS="AUTHORS NEWS README RELEASE"
213 + einstalldocs
214 + find "${ED}" -name '*.la' -delete || die
215 +}
216 +
217 +multilib_src_test() {
218 + unset GSETTINGS_BACKEND
219 + emake check
220 +}
221
222 diff --git a/media-libs/gst-plugins-base/gst-plugins-base-1.14.3.ebuild b/media-libs/gst-plugins-base/gst-plugins-base-1.14.3.ebuild
223 new file mode 100644
224 index 00000000000..8ba70282649
225 --- /dev/null
226 +++ b/media-libs/gst-plugins-base/gst-plugins-base-1.14.3.ebuild
227 @@ -0,0 +1,181 @@
228 +# Copyright 1999-2018 Gentoo Foundation
229 +# Distributed under the terms of the GNU General Public License v2
230 +
231 +EAPI=6
232 +GST_ORG_MODULE="gst-plugins-base"
233 +
234 +inherit flag-o-matic gstreamer
235 +
236 +DESCRIPTION="Basepack of plugins for gstreamer"
237 +HOMEPAGE="https://gstreamer.freedesktop.org/"
238 +
239 +LICENSE="GPL-2+ LGPL-2+"
240 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
241 +
242 +# For OpenGL we have three separate concepts, with a list of possibilities in each:
243 +# * opengl APIs - opengl and/or gles2; USE=opengl and USE=gles2 enable these accordingly; if neither is enabled, OpenGL helper library and elements are not built at all and all the other options aren't relevant
244 +# * opengl platforms - glx and/or egl; also cgl, wgl, eagl for non-linux; USE="X opengl" enables glx platform; USE="egl" enables egl platform. Rest is up for relevant prefix teams.
245 +# * opengl windowing system - x11, wayland, win32, cocoa, android, viv_fb, gbm and/or dispmanx; USE=X enables x11 (but for WSI it's automagic - FIXME), USE=wayland enables wayland, USE=gbm enables gbm (automagic upstream - FIXME); rest is up for relevant prefix/arch teams/contributors to test and provide patches
246 +# With the following limitations:
247 +# * If opengl and/or gles2 is enabled, a platform has to be enabled - x11 or egl in our case, but x11 (glx) is acceptable only with opengl
248 +# * If opengl and/or gles2 is enabled, a windowing system has to be enabled - x11, wayland or gbm in our case
249 +# * glx platform requires opengl API
250 +# * wayland, gbm and most other non-glx WSIs require egl platform
251 +# Additionally there is optional dmabuf support with egl for additional dmabuf based upload/download/eglimage options;
252 +# and optional graphene usage for gltransformation and glvideoflip elements and more GLSL Uniforms support in glshader;
253 +# and libpng/jpeg are required for gloverlay element;
254 +
255 +# Keep default IUSE options for relevant ones mirrored with gst-plugins-gtk and gst-plugins-bad
256 +IUSE="alsa +egl gbm gles2 +introspection ivorbis +ogg +opengl +orc +pango theora +vorbis wayland +X"
257 +GL_REQUIRED_USE="
258 + || ( gbm wayland X )
259 + wayland? ( egl )
260 + gbm? ( egl )
261 +"
262 +REQUIRED_USE="
263 + ivorbis? ( ogg )
264 + theora? ( ogg )
265 + vorbis? ( ogg )
266 + opengl? ( || ( egl X ) ${GL_REQUIRED_USE} )
267 + gles2? ( egl ${GL_REQUIRED_USE} )
268 +"
269 +
270 +# Dependencies needed by opengl library and plugin (enabled via USE gles2 and/or opengl)
271 +# dmabuf automagic from libdrm headers (drm_fourcc.h) and EGL, so ensure it with USE=egl (platform independent header used only, thus no MULTILIB_USEDEP); provides dmabuf based upload/download/eglimage options
272 +GL_DEPS="
273 + >=media-libs/mesa-9.0[egl?,gbm?,gles2?,wayland?,${MULTILIB_USEDEP}]
274 + egl? (
275 + x11-libs/libdrm
276 + )
277 + gbm? (
278 + >=dev-libs/libgudev-147[${MULTILIB_USEDEP}]
279 + >=x11-libs/libdrm-2.4.55[${MULTILIB_USEDEP}]
280 + )
281 + wayland? (
282 + dev-libs/wayland[${MULTILIB_USEDEP}]
283 + )
284 +
285 + media-libs/libpng:0[${MULTILIB_USEDEP}]
286 + virtual/jpeg:0[${MULTILIB_USEDEP}]
287 +" # graphene for optional gltransformation and glvideoflip elements and more GLSL Uniforms support in glshader; libpng/jpeg for gloverlay element
288 +# >=media-libs/graphene-1.4.0[${MULTILIB_USEDEP}]
289 +
290 +RDEPEND="
291 + app-text/iso-codes
292 + >=dev-libs/glib-2.40.0:2[${MULTILIB_USEDEP}]
293 + >=media-libs/gstreamer-${PV}:1.0[introspection?,${MULTILIB_USEDEP}]
294 + >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]
295 + alsa? ( >=media-libs/alsa-lib-1.0.27.2[${MULTILIB_USEDEP}] )
296 + introspection? ( >=dev-libs/gobject-introspection-1.31.1:= )
297 + ivorbis? ( >=media-libs/tremor-0_pre20130223[${MULTILIB_USEDEP}] )
298 + ogg? ( >=media-libs/libogg-1.3.0[${MULTILIB_USEDEP}] )
299 + orc? ( >=dev-lang/orc-0.4.24[${MULTILIB_USEDEP}] )
300 + pango? ( >=x11-libs/pango-1.36.3[${MULTILIB_USEDEP}] )
301 + theora? ( >=media-libs/libtheora-1.1.1[encode,${MULTILIB_USEDEP}] )
302 + vorbis? ( >=media-libs/libvorbis-1.3.3-r1[${MULTILIB_USEDEP}] )
303 + X? (
304 + >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
305 + >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}]
306 + >=x11-libs/libXv-1.0.10[${MULTILIB_USEDEP}]
307 + )
308 +
309 + gles2? ( ${GL_DEPS} )
310 + opengl? ( ${GL_DEPS} )
311 +
312 + !<media-libs/gst-plugins-bad-1.13.1:1.0
313 +"
314 +DEPEND="${RDEPEND}
315 + dev-util/glib-utils
316 + >=dev-util/gtk-doc-am-1.12
317 + X? ( x11-base/xorg-proto )
318 +"
319 +
320 +src_prepare() {
321 + # Disable GL tests for now; prone to fail with EGL_NOT_INITIALIZED, etc
322 + sed -i -e '/^@USE_GL_TRUE@/d' tests/check/Makefile.in
323 + default
324 +}
325 +
326 +multilib_src_configure() {
327 + filter-flags -mno-sse -mno-sse2 -mno-sse4.1 #610340
328 +
329 + local myconf=()
330 + # FIXME: Automagic gbm and x11 wsi
331 + if use opengl || use gles2; then
332 + myconf+=(
333 + --enable-gl
334 + $(use_enable egl)
335 + $(use_enable gles2)
336 + $(use_enable opengl)
337 + $(use_enable wayland)
338 + $(use_enable X x11)
339 + )
340 + else
341 + myconf+=(
342 + --disable-gl
343 + --disable-egl
344 + --disable-gles2
345 + --disable-opengl
346 + --disable-wayland
347 + --disable-x11
348 + )
349 + fi
350 +
351 + if use opengl && use X; then
352 + # GLX requires desktop OpenGL and X
353 + myconf+=( --enable-glx )
354 + else
355 + myconf+=( --disable-glx )
356 + fi
357 +
358 + myconf+=(
359 + --disable-cocoa
360 + --disable-dispmanx
361 + --disable-wgl
362 + )
363 +
364 + gstreamer_multilib_src_configure \
365 + $(use_enable alsa) \
366 + $(multilib_native_use_enable introspection) \
367 + $(use_enable ivorbis) \
368 + $(use_enable ogg) \
369 + $(use_enable orc) \
370 + $(use_enable pango) \
371 + $(use_enable theora) \
372 + $(use_enable vorbis) \
373 + $(use_enable X x) \
374 + $(use_enable X xshm) \
375 + $(use_enable X xvideo) \
376 + --enable-iso-codes \
377 + --enable-zlib \
378 + --disable-debug \
379 + --disable-examples \
380 + --disable-static \
381 + "${myconf[@]}"
382 +
383 + # bug #366931, flag-o-matic for the whole thing is overkill
384 + if [[ ${CHOST} == *86-*-darwin* ]] ; then
385 + sed -i \
386 + -e '/FLAGS = /s|-O[23]|-O1|g' \
387 + gst/audioconvert/Makefile \
388 + gst/volume/Makefile || die
389 + fi
390 +
391 + if multilib_is_native_abi; then
392 + local x
393 + for x in libs plugins; do
394 + ln -s "${S}"/docs/${x}/html docs/${x}/html || die
395 + done
396 + fi
397 +}
398 +
399 +multilib_src_install_all() {
400 + DOCS="AUTHORS NEWS README RELEASE"
401 + einstalldocs
402 + find "${ED}" -name '*.la' -delete || die
403 +}
404 +
405 +multilib_src_test() {
406 + unset GSETTINGS_BACKEND
407 + emake check
408 +}
409
410 diff --git a/media-plugins/gst-plugins-cdparanoia/gst-plugins-cdparanoia-1.14.3.ebuild b/media-plugins/gst-plugins-cdparanoia/gst-plugins-cdparanoia-1.14.3.ebuild
411 new file mode 100644
412 index 00000000000..8d994bf79a2
413 --- /dev/null
414 +++ b/media-plugins/gst-plugins-cdparanoia/gst-plugins-cdparanoia-1.14.3.ebuild
415 @@ -0,0 +1,19 @@
416 +# Copyright 1999-2018 Gentoo Foundation
417 +# Distributed under the terms of the GNU General Public License v2
418 +
419 +EAPI=6
420 +GST_ORG_MODULE=gst-plugins-base
421 +
422 +inherit gstreamer
423 +
424 +DESCRIPTION="CD Audio Source (cdda) plugin for GStreamer"
425 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
426 +IUSE=""
427 +
428 +RDEPEND=">=media-sound/cdparanoia-3.10.2-r6[${MULTILIB_USEDEP}]"
429 +DEPEND="${RDEPEND}"
430 +
431 +src_prepare() {
432 + default
433 + gstreamer_system_link gst-libs/gst/audio:gstreamer-audio
434 +}
435
436 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
437 new file mode 100644
438 index 00000000000..bba6db422d2
439 --- /dev/null
440 +++ b/media-plugins/gst-plugins-libvisual/gst-plugins-libvisual-1.14.3.ebuild
441 @@ -0,0 +1,25 @@
442 +# Copyright 1999-2018 Gentoo Foundation
443 +# Distributed under the terms of the GNU General Public License v2
444 +
445 +EAPI=6
446 +GST_ORG_MODULE=gst-plugins-base
447 +
448 +inherit gstreamer
449 +
450 +DESCRIPTION="Visualization elements for GStreamer"
451 +KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
452 +IUSE=""
453 +
454 +RDEPEND="
455 + >=media-libs/libvisual-0.4.0-r3[${MULTILIB_USEDEP}]
456 + >=media-plugins/libvisual-plugins-0.4.0-r3[${MULTILIB_USEDEP}]
457 +"
458 +DEPEND="${RDEPEND}"
459 +
460 +src_prepare() {
461 + default
462 + gstreamer_system_link \
463 + gst-libs/gst/audio:gstreamer-audio \
464 + gst-libs/gst/video:gstreamer-video \
465 + gst-libs/gst/pbutils:gstreamer-pbutils
466 +}