| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Closes: https://bugs.gentoo.org/767580
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
|
|
|
|
|
| |
Closes: https://bugs.gentoo.org/709126
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
|
|
|
|
|
|
| |
Includes EstEID ECDSA and ECDH token support, needed for new certificates used
on EstEID smartcards that had old certificate type compromised by the Infineon
security issue.
|
|
|
|
| |
google-chrome-{beta,unstable} paths checking
|
|
|
|
| |
test ebuild
|
|
|
|
| |
rpi with mesa[vc4]
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Old versions are inheriting old clutter.eclass from main tree, which has since
been deprecated and deleted.
These modification might be unnecessary anyways in a VC4 mesa driver world future.
Gentoo-Bug: 574524
|
| |
|
|
|
|
|
| |
Otherwise versioned checks for wayland-egl package fail.
In particular, gst-plugins-bad needs at least version 9.0 (probably a mesa[egl] ver)
|
|
|
|
|
|
|
| |
It checks for egl libraries with USE=egl too in configure, not just when
USE=webgl is given. As they are force coupled with rpi, append the flags
when either egl or gles2 USE flags are given (though REQUIRED_USE mostly
takes care of it too, iirc).
|
| |
|
|
|
|
| |
/opt/vc
|
| |
|
|
|
|
|
|
|
| |
I didn't end up bumping this in main tree yet, so for now make the
snapshot tarball available from my devspace and use it.
Before I had it only available locally and no-one could use this
rpi-userland version bump.
|
| |
|
| |
|
|
|
|
| |
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.
|