vinszent / gnome-twitch

Enjoy Twitch on your GNU/Linux desktop

Home Page:http://gnome-twitch.vinszent.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GNOME Twitch

Enjoy Twitch on your GNU/Linux desktop.

Install

Dependencies

  • meson >= 0.36.0 (install only)
  • ninja (install only)
  • gtk+-3.0 >= 3.20
  • libsoup
  • json-glib
  • webkit2gtk or webkitgtk with -Duse-deprecated-webkit=true flag

Player backend - GStreamer Cairo & GStreamer OpenGL

  • gstreamer-1.0
  • gst-libav
  • gst-plugins-base
  • gst-plugins-good
  • gst-plugins-bad

Player backend - GStreamer Clutter

Same as above plus:

  • clutter-gst-3.0
  • clutter-gtk-1.0

Player backend - MPV OpenGL

  • mpv

From source

meson build
sudo ninja -C build install

Install player backends

Root install

meson build \
    -Dbuild-executable=false \
    -Dbuild-player-backends=${PLAYER_BACKENDS_YOU_WANT}
sudo ninja -C build install

Note: ${PLAYER_BACKENDS_YOU_WANT} should be replaced with a comma separated list of gstreamer-opengl,gstreamer-cairo,gstreamer-clutter,mpv-opengl, for example -Dbuild-player-backends=gstreamer-cairo,mpv-opengl

Local install

meson build --prefix=$HOME/.local --libdir=share \
    -Dbuild-executable=false \
    -Dbuild-player-backends=${PLAYER_BACKENDS_YOU_WANT}
ninja -C build install

Packages

To install extra backends, please refer to either instructions above or checkout the wiki page for details on which packages to install for the common distros.

Screenshots

About

Enjoy Twitch on your GNU/Linux desktop

http://gnome-twitch.vinszent.com

License:Other


Languages

Language:C 92.4%Language:Shell 2.3%Language:Meson 2.2%Language:Objective-C 2.1%Language:CSS 0.5%Language:Inno Setup 0.3%Language:Python 0.1%Language:Makefile 0.1%