| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Lacks deps and handling for mali libump and co stuff
|
| |
|
|
|
|
|
|
|
|
|
|
| |
The append-ldflags part is untested, as due to the compile times after a failure
had to add it manually. Ought to work though, let me know if not.
USE=rpi is used to pick up rpi-userland gles2/egl together with USE=webgl, which
actually also enables accelerated compositing..
As newer version does not support building without accelerated compositing, and
with that a GL implementation will be mandatory, no point in introducing new USE
flags in an overlay to separate webgl and AC. metadata.xml is updated here, though
|
|
|
|
| |
so other packages see it
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Unfortunately gles2 version of webkit-gtk isn't working out of the box yet
on the cmake using new stable series, so needing to use the old one, which
can build without GLES2 (accelerated compositing not required), but it is
also autotools based and gles2 support ought to work to provide AC (hidden
behind USE=webgl in Gentoo for some reason).
However that older webkit-gtk hard depends on gtk2 (can't disable gtk2
nsplugin support); so roll gtk2 that skips icon cache tools, preferring
gtk3, so that gtk3 is still the main, and once webkit-gtk supports gles2
in a newer version, can just skip gtk2 installation from binary packages
without rebuilding gtk+ packages.
|
| |
|
|
|
|
|
| |
Also remove useless CMAKE_TOOLCHAIN_FILE defining - eclass supposedly overrides that anyways.
Build fails with as-needed, though due to mmal_util linkage issues. Temporarily filter it out.
|
|
|
|
| |
wayland wsys patch
|
|
|
|
| |
fix some deps
|
| |
|
| |
|
|
|
|
|
| |
gdk-pixbuf[X] only adds gdk-pixbuf-xlib package/library from it's contrib/, which
gtk+ does NOT use.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
This also adds glib and gdbus-codegen, together with gtk+ from gnome overlay
(gtk+ having the usual RPi/gtk3-only mods on top).
gtk+-3.12 is xdg-shell protocol version 3, but weston-1.6 is version 4, so
they can't talk to eachother. gtk+-3.14 talks the same language.
|
|
|
|
|
| |
Continues to carry the wayland patches, which still apply cleanly.
Requires package.unmasking until main tree unmasks it.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Use something like this to play on the console:
GST_GL_PLATFORM=egl GST_GL_API=gles2 GST_GL_WINDOW=dispmanx gst-play-1.0 media.mkv
See http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-bad-libs/html/GstGLDisplay.html
for other values (x11 or wayland for GST_GL_WINDOW mostly; but dispmanx might be good on X11 too)
|
| |
|
| |
|
|
|
|
| |
it on RPi without mesa
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Useful for gtk3 only wayland only systems like aiming with my RPi work.
At some point main gentoo tree could swap around which SLOT provides
gtk-update-icon-cache dependency and allow a gtk3 only system (and
disallow a gtk2 only system), or split gtk-update-icon-cache build
out into a separate package, in which the gtk version dep can be
chosen, if it deps on gtk really at all.
It should really be a hard blocker on gtk2 (!!x11-libs/gtk+:2), but a
soft blocker allows for easier migration to gtk3-only for me, where
the gtk2 linking remaining libs/apps keep the libs around as a
preserved-lib, needing rebuild against gtk3 or unmerge of the gtk2
using stuff.
|
|
|
|
| |
wayland wsys provider
|
|
|
|
| |
overlay specific patched though)
|
|
|
|
| |
files
|
|
|
|
|
|
|
|
|
| |
Those were mostly needed due to local changes to raspberrypi-userland to
ship with pkg-config files, which point at a custom include path.
Two of them are already upstream for upcoming 1.4.0, but the one that
actually makes gst-plugins-bad configure use raspberrypi-userland
pkg-config files won't be until raspberrypi-userland doesn't ship them
upstream.
|
|
|
|
| |
on dispmanx on RPi
|
| |
|
|
|
|
|
|
|
| |
Allows building cogl without virtual/opengl with USE="-opengl gles2" and
adds USE=rpi for choosing raspberrypi-userland as gles2 provider.
Not runtime tested.
Probably should have a REQUIRED_USE on requiring either one of USE opengl, gles2 (or both)
|
| |
|
| |
|
| |
|
|
|
|
| |
testing on RPi
|
|
|
|
| |
with USE=rpi
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Remove all remaining half a decade old packages:
* gnome-voice-control seems like a dead project long ago
* DirectFB-extra probably outdated; I don't deal with that stuff anymore
* oprofileui is in a limbo upstream, might be useful if there still aren't good alternatives
* mango-lassi live ebuild unlikely to work; there must be more maintained alternatives
* Remove obsolete package.mask entries and unnecessary Changelog skel
|
| |
|
|
|
|
|
|
|
|
| |
This is based on the 1.1.0 ebuild that was once found in gentoo-x86 official
tree, but p.masked due to not working against newer ffmpeg and DirectFB and
eventually removed.
I need it just for its xine VideoProvider implementation, so this ebuild
here is just for that purpose right now.
|
|
|
|
| |
Based on an ebuild from Gilles Dartiguelongue
|
| |
|
| |
|
|
|
|
| |
src_unpack for QA
|
|
|
|
| |
support seeing kernel time and functions in the backtrace
|