Search Criteria
Package Details: gnome-twitch-git r923.7eb89a1-1
Git Clone URL: | https://aur.archlinux.org/gnome-twitch-git.git (read-only, click to copy) |
---|---|
Package Base: | gnome-twitch-git |
Description: | Enjoy Twitch on your GNU/Linux desktop |
Upstream URL: | https://github.com/vinszent/gnome-twitch |
Keywords: | livestream player twitch |
Licenses: | |
Conflicts: | |
Submitter: | vinszent |
Maintainer: | vinszent |
Last Packager: | vinszent |
Votes: | 20 |
Popularity: | 0.006606 |
First Submitted: | 2015-09-12 11:59 |
Last Updated: | 2017-03-05 18:32 |
Dependencies (8)
- gobject-introspection (gobject-introspection-git)
- gtk3 (gtk3-donnatella, gtk3-cosy, gtk3-adwaita-3-32-git, gtk3-mushrooms, gtk3-git, gtk3-ubuntu, gtk3-patched-filechooser-icon-view, gtk3-typeahead, gtk3-no_deadkeys_underline, gtk3-classic)
- json-glib (json-glib-git)
- libpeas (libpeas-luajit, libpeas-lua51, libpeas-git)
- libsoup (libsoup-gnome-git, libsoup-gnome)
- webkit2gtk (webkit2gtk-mse, webkit2gtk-unstable)
- git (git-git) (make)
- meson (meson-git) (make)
Latest Comments
1 2 3 Next › Last »
Moo-Crumpus commented on 2020-04-16 16:23
This project is dead. Cudos, vinszent.
vinszent commented on 2018-01-27 15:08
@ptkato Thanks, should be fixed now.
ptkato commented on 2018-01-27 13:01
I'm having troubles, any tips? https://pastebin.com/pt0hUGhs
vinszent commented on 2016-08-23 20:46
Nice, thanks for following up. I've added gobject-introspection to makedepends which should fix the issue.
ert65 commented on 2016-08-23 20:00
Yep. When i put libpeas-1.0 and libpeas-gtk-1.0, i get:
Package gobject-introspection-1.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gobject-introspection-1.0.pc'
to the PKG_CONFIG_PATH environment variable
Package 'gobject-introspection-1.0', required by 'libpeas-1.0', not found
After installing 'gobject-introspection' it compiles fine. Thank you for the help.
vinszent commented on 2016-08-23 19:37
I've seen this error before, looking at Meson's source code. Someone had a similar problem using the normal gnome-twitch package (@DoctorJellyFace specifically). Can you try running `pkg-config --cflags $PKG` and replace $PKG with each of gtk+-3.0, libsoup-2.4, json-glib-1.0, libpeas-1.0, libpeas-gtk-1.0, x11, gstreamer-1.0, webkit2gtk-4.0 and see if any errors occur?
ert65 commented on 2016-08-23 19:12
Nope, still the same error :( .
vinszent commented on 2016-08-23 18:03
@ert65 Ok thanks, should be fixed now, I forgot libpeas as a dependency. And yes I will see if I can get split packages going for the different backends.
ert65 commented on 2016-08-23 12:10
(name, out.decode(errors='ignore')))
NameError: name 'name' is not defined
==> ERROR: A failure occurred in build().
Aborting...
Doesn't compile for me too. Also, is it possible to install it from here with the mpv backend now, when it is merged to master branch?
vinszent commented on 2016-08-22 18:00
@Aqa-Ib What was the problem?