Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 387504 Details for
Bug 517672
=media-libs/gstreamer-1.4.5: version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
changes to gst-plugins-bad ebuild adding GL plugin support
gst-plugins-bad-1.4.0.patch (text/plain), 1.69 KB, created by
Rafał Mużyło
on 2014-10-27 08:23:28 UTC
(
hide
)
Description:
changes to gst-plugins-bad ebuild adding GL plugin support
Filename:
MIME Type:
Creator:
Rafał Mużyło
Created:
2014-10-27 08:23:28 UTC
Size:
1.69 KB
patch
obsolete
>--- /usr/portage/media-libs/gst-plugins-bad/gst-plugins-bad-1.2.4-r1.ebuild 2014-10-11 15:01:12.000000000 +0200 >+++ /var/db/pkg/media-libs/gst-plugins-bad-1.4.0/gst-plugins-bad-1.4.0.ebuild 2014-07-21 13:42:38.816481169 +0200 >@@ -12,7 +12,7 @@ > > LICENSE="LGPL-2" > KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" >-IUSE="egl +introspection +orc vnc" >+IUSE="egl gles2 +introspection libvisual opengl +orc vnc" > > # FIXME: we need to depend on mesa to avoid automagic on egl > # dtmf plugin moved from bad to good in 1.2 >@@ -22,7 +22,10 @@ > >=media-libs/gst-plugins-base-1.2:${SLOT}[${MULTILIB_USEDEP}] > >=media-libs/gstreamer-1.2:${SLOT}[${MULTILIB_USEDEP}] > egl? ( >=media-libs/mesa-9.1.6[egl,${MULTILIB_USEDEP}] ) >+ opengl? ( >=media-libs/mesa-9.1.6[${MULTILIB_USEDEP}] ) >+ gles2? ( >=media-libs/mesa-9.1.6[gles2,${MULTILIB_USEDEP}] ) > introspection? ( >=dev-libs/gobject-introspection-1.31.1 ) >+ libvisual? ( >=media-libs/libvisual-0.4.0-r3[${MULTILIB_USEDEP}] ) > orc? ( >=dev-lang/orc-0.4.17[${MULTILIB_USEDEP}] ) > > !<media-libs/gst-plugins-good-1.1:${SLOT} >@@ -42,11 +45,22 @@ > multilib_src_configure() { > gstreamer_multilib_src_configure \ > $(multilib_native_use_enable introspection) \ >+ $(use_enable opengl) \ >+ $(use_enable opengl glx) \ >+ $(use_enable egl) \ >+ $(use_enable gles2) \ > $(use_enable orc) \ > $(use_enable vnc librfb) \ >+ $(use_enable libvisual) \ > --disable-examples \ >- --disable-debug \ >- --with-egl-window-system=$(usex egl x11 none) >+ --disable-debug >+ >+ if multilib_is_native_abi; then >+ local x >+ for x in libs plugins; do >+ ln -s "${S}"/docs/${x}/html docs/${x}/html || die >+ done >+ fi > } > > multilib_src_install_all() {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 517672
: 387504