-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gnome-twitch: init a unstable-2019-05-20 #72217
Conversation
d26b9b1
to
244d954
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm noticing this program has optional backends, though I believe you need to build it with one?
So please add the appropriate gstreamer deps for that backend
and mesonFlags
Not sure if the clutter backend is desired also.
Oh also, the issue with it failing to build: Do
and make sure you have |
244d954
to
9a00e77
Compare
Thanks @worldofpeace. This builds, but now it fails at runtime with an error:
results in a detail error:
|
36f5ca1
to
c4cbbcc
Compare
Looks like it just needed If I get more time this week I'll see if I can get one of the backends working. |
sha256 = "0pvxfwbv4fms2d0sp43jw83kp1i6gq03kg6gwy8b1fhp473gxrfj"; | ||
}; | ||
|
||
nativeBuildInputs = [ pkgconfig meson cmake ninja wrapGAppsHook python3 ]; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
where's cmake needed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Meson tries to find CMake in case some dependency needs to be found using it but usually, pkg-config
is enough.
substituteInPlace meson_post_install.py \ | ||
--replace "update-desktop-database" \ | ||
"${desktop-file-utils}/bin/update-desktop-database" \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Couldn't we just add desktop-file-utils
to nativeBuildInputs
?
I'll see if i can help out with that. |
c4cbbcc
to
58844a2
Compare
I marked this as stale due to inactivity. → More info |
description = "Gnome Twitch: enjoy Twitch on your GNU/Linux desktop"; | ||
homepage = "https://gnome-twitch.vinszent.com"; | ||
license = licenses.gpl3Plus; | ||
maintainers = with maintainers; []; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add yourself as a maintainer.
😄
|
I marked this as stale due to inactivity. → More info |
I need some help with this. The app builds but fails at the end due to the python post install script: