Skip to content

mabdulmonem/gnome-twitch

 
 

Repository files navigation

GNOME Twitch

Enjoy Twitch on your GNU/Linux desktop.

Gitter (free tech support and development help datsheffy)

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 -Dwith-player-gstreamer-cairo=true
ninja -C build
sudo ninja -C build install

Install extra player backends

Root install

cd subprojects/${gt-player-backend-you-want}
meson build
ninja -C build
sudo ninja -C build install

Local install

Same as the root install but instead change the last two lines to:

meson build --prefix=$HOME/.local
ninja -C build install

Packages

Screenshots

About

Enjoy Twitch on your GNU/Linux desktop

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 91.2%
  • Meson 3.0%
  • Shell 2.5%
  • Objective-C 2.3%
  • CSS 0.5%
  • Inno Setup 0.4%
  • Makefile 0.1%