summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add a preliminary ebuild for maynard desktop envMart Raudsepp2015-02-191-0/+39
|
* Preliminary xf86-video-fbturbo for RPi usagesMart Raudsepp2015-02-182-0/+32
| | | | Lacks deps and handling for mali libump and co stuff
* weston: USE=egl needs wayland-egl.pc package, so rpi-userland[wayland] on rpiMart Raudsepp2015-02-181-1/+1
|
* Add net-libs/webkit-gtk that merges on Raspberry PiMart Raudsepp2015-02-1813-0/+629
| | | | | | | | | | 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
* raspberrypi-userland: Copy the wayland-egl pkgconfig file to libdirMart Raudsepp2015-02-171-0/+1
| | | | so other packages see it
* gtk+: sync with portage, add gtk2 that works with USE=gtk3-onlyMart Raudsepp2015-02-175-8/+365
| | | | | | | | | | | | | 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.
* weston: Update to 1.6.1 for sync with gentoo treeMart Raudsepp2015-02-152-1/+1
|
* raspberrypi-userland: Bump to latest snapshot for RPi2 ARMv7 supportMart Raudsepp2015-02-142-4/+6
| | | | | 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.
* raspberrypi-userland: Add missing wayland and pkgconfig deps from the ↵Mart Raudsepp2015-02-141-0/+4
| | | | wayland wsys patch
* Bump gst-plugins-bad to 1.4.5, include a resizing patch to glimagesink and ↵Mart Raudsepp2015-02-123-3/+29
| | | | fix some deps
* Rename repo_name to match layman entryMart Raudsepp2015-02-081-1/+1
|
* Remove gstreamer packages that are in main tree by nowMart Raudsepp2015-01-0712-297/+0
|
* gtk+: Remove wrong gdk-pixbuf[X] USE depMart Raudsepp2015-01-051-1/+1
| | | | | gdk-pixbuf[X] only adds gdk-pixbuf-xlib package/library from it's contrib/, which gtk+ does NOT use.
* gtk+: Bump to 3.14.6, sync with portageMart Raudsepp2015-01-052-15/+59
|
* Remove glib and gdbus-codegen - they reached main tree from gnome overlayMart Raudsepp2015-01-0311-572/+0
|
* gtk+: Fix manifest (oops)Mart Raudsepp2014-11-261-1/+1
|
* Bump to gtk+-3.14.5 for xdg-shell protocol version compat with weston-1.6Mart Raudsepp2014-11-2513-52/+578
| | | | | | | 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.
* raspberrypi-userland: Update to 20140830 snapshot as found p.masked in portageMart Raudsepp2014-11-252-1/+1
| | | | | Continues to carry the wayland patches, which still apply cleanly. Requires package.unmasking until main tree unmasks it.
* gtk+: Add forgotten darwin patchMart Raudsepp2014-11-241-0/+39
|
* gtk+: Sync with portage (multilib support, Darwin patch)Mart Raudsepp2014-11-241-53/+81
|
* Add a gst-plugins-omx-1.2.0 that can play 1080p videoMart Raudsepp2014-11-102-0/+53
| | | | | | | | 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)
* Update gstreamer bits to 1.4.4Mart Raudsepp2014-11-1012-6/+6
|
* Add gst-plugins-soup, as I'm using it on my RPiMart Raudsepp2014-11-083-0/+28
|
* weston: Update to 1.6.0 for RPi and actually commit my old changes to build ↵Mart Raudsepp2014-10-112-5/+4
| | | | it on RPi without mesa
* Update gstreamer bits to 1.4.3Mart Raudsepp2014-10-0710-5/+5
|
* added 'opengl' USE flag to compile OpenGL elements against desktop OpenGLMirko Günther2014-09-221-1/+5
|
* Update gstreamer bits to 1.4.2Mart Raudsepp2014-09-1910-5/+5
|
* Update gstreamer bits to 1.4.1Mart Raudsepp2014-09-0610-5/+5
|
* gtk+: Add a USE=gtk3-only for building without gtk2 dependencyMart Raudsepp2014-08-232-4/+7
| | | | | | | | | | | | | | | 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.
* Add x11-libs/gtk+:3 modified to accept raspberrypi-userland[wayland] as a ↵Mart Raudsepp2014-08-234-0/+247
| | | | wayland wsys provider
* Update gstreamer bits to 1.4.0 stable until I get them to main tree (-bad is ↵Mart Raudsepp2014-08-0212-75/+6
| | | | overlay specific patched though)
* Add media-libs/raspberrypi-userland with wayland wsys patches and pkg-config ↵Mart Raudsepp2014-07-188-0/+2173
| | | | files
* Add forgotten to stage gst-plugins-bad RPi patchesMart Raudsepp2014-07-183-0/+125
| | | | | | | | | 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.
* Hacks to gst-plugins-bad ebuild to achieve a glimagesink that can play video ↵Mart Raudsepp2014-07-181-4/+46
| | | | on dispmanx on RPi
* Add media-libs/clutter with EGL support and optional XMart Raudsepp2014-07-143-0/+114
|
* Add media-libs/cogl tweaked to be buildable without mesa on RPiMart Raudsepp2014-07-143-0/+130
| | | | | | | 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)
* Update gstreamer bits to 1.3.91 RCMart Raudsepp2014-07-1210-5/+5
|
* Update gstreamer split faad plugin to 1.3.90 RCMart Raudsepp2014-07-072-1/+1
|
* Update gstreamer bits to 1.3.90 RCMart Raudsepp2014-07-078-4/+4
|
* Add gstreamer 1.3.3 development versions of stuff I need for glimagesink ↵Mart Raudsepp2014-06-2615-0/+354
| | | | testing on RPi
* Add weston-1.5.0 ebuild hacked to be more suitable on Raspberry-Pi (RPi) ↵Mart Raudsepp2014-06-264-0/+203
| | | | with USE=rpi
* Add metadata/layout.conf overlay setupMart Raudsepp2014-02-141-0/+14
|
* Late spring cleaningMart Raudsepp2014-02-1414-328/+0
| | | | | | | | | | 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
* Out with the outdated and uselessMart Raudsepp2014-02-144-83/+0
|
* Add a rough DirectFB-extra-1.2.0_rc1 ebuildMart Raudsepp2010-01-153-0/+89
| | | | | | | | 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.
* Initial ebuild for OProfileUI.Mart Raudsepp2009-10-063-0/+56
| | | | Based on an ebuild from Gilles Dartiguelongue
* Update sysprof live ebuild to upstream move from GNOME SVN to freedesktop gitMart Raudsepp2008-11-032-9/+4
|
* Add live ebuild x11-misc/mango-lassi - GNOME Input SharingMart Raudsepp2008-10-044-0/+65
|
* Sync depends with portage (missing pkgconfig dep) and move eautoreconf to ↵Mart Raudsepp2008-05-012-3/+8
| | | | src_unpack for QA
* Add a live ebuild for dev-util/sysprof, as the released version does not ↵Mart Raudsepp2008-03-313-0/+48
| | | | support seeing kernel time and functions in the backtrace