Search Criteria
Package Details: nuvolaruntime 4.20.0-1
Git Clone URL: | https://aur.archlinux.org/nuvolaruntime.git (read-only, click to copy) |
---|---|
Package Base: | nuvolaruntime |
Description: | Nuvola Apps Runtime - Tight integration of web apps with your desktop |
Upstream URL: | https://nuvola.tiliado.eu |
Keywords: | nuvola nuvola-app NuvolaPlayer |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | laramy2020 |
Maintainer: | FabioLolix |
Last Packager: | FabioLolix |
Votes: | 112 |
Popularity: | 0.000000 |
First Submitted: | 2017-09-25 20:18 |
Last Updated: | 2021-02-04 22:27 |
Dependencies (12)
- diorite (diorite-git)
- gst-plugins-ugly (gst-plugins-ugly-git)
- json-glib (json-glib-git)
- libappindicator-gtk3 (libappindicator-gtk3-ubuntu, libappindicator-bzr)
- libdri2 (libdri2-git)
- libdrm (libdrm-grate-git, libdrm-git, libdrm-minimal-git)
- libnotify (libnotify-gtk2, libnotify-id-git, libnotify-id)
- libpulse (libpulse-bluedio, pulseaudio-pali, libpulse-airplay, pulseaudio-git, libpulse-hsphfpd, pulseaudio-dummy, libpulse-nosystemd, libpulse-nosystemd-git, libpulse-nosystemd-minimal-git)
- libsecret
- python-gobject (python-gobject-git)
- webkit2gtk (webkit2gtk-mse, webkit2gtk-unstable)
- vala (vala0.42, vala0.44, vala-git) (make)
Required by (23)
- nuvola-app-8tracks
- nuvola-app-amazon-cloud-player
- nuvola-app-bandcamp
- nuvola-app-bbc-iplayer
- nuvola-app-deezer
- nuvola-app-digitally-imported-git (requires nuvolaplayer)
- nuvola-app-google-calendar
- nuvola-app-groove
- nuvola-app-jango
- nuvola-app-jupiter-broadcasting
- nuvola-app-kexp
- nuvola-app-logitech-media-server
- nuvola-app-mixcloud
- nuvola-app-owncloud-music
- nuvola-app-plex
- nuvola-app-pocket-casts
- nuvola-app-siriusxm
- nuvola-app-soundcloud
- nuvola-app-spotify (requires nuvolaplayer)
- nuvola-app-tunein
- nuvola-app-yandex-music
- nuvola-app-yandex-music-git (requires nuvolaplayer)
- nuvola-app-youtube
Latest Comments
1 2 3 4 5 6 ... Next › Last »
yochananmarqos commented on 2020-03-25 21:44
This will not build yet. It's a WIP, stay tuned.
Plexcon commented on 2018-06-05 17:40
Update Nuvola Apps v.4.11, please.
zexias commented on 2018-04-25 18:13
Hi, thanks for your work. I'm getting this error:
Checking for 'unity' ['/usr/bin/pkg-config', '--atleast-version=3.0', 'unity'] not found from /tmp/yaourt-tmp-matheus/aur-nuvolaruntime/src/nuvolaruntime-4.9.0: The configuration failed
laramy2020 commented on 2018-01-30 18:46
I got it to build by downgrading vala from 38.5-1 to 0.38.4-1 (you only need 38.4-1 to build you can update after that). This will be a workaround until i can figure out a real fix. This work around also fixes diorite building issues.
laramy2020 commented on 2018-01-30 18:28
@wulfalpha An arch update must of happened, I will look into it as i currently have it working on my system. Finally have a free weekend!
https://pastebin.com/YqkcQJ26
it is trying to patch something in /usr/ but nothing has changed (on nuvola's end) between when i installed it and now.
wulfalpha commented on 2018-01-25 05:05
I keep getting this error: Waf: Leaving directory `/home/wulfalpha/Downloads/nuvolaruntime/src/nuvolaruntime-4.9.0/build' Build failed -> task in 'glib-2.0.vapi' failed with exit status 127 (run with -v to display more information) -> task in 'webkit2gtk-web-extension-4.0.vapi' failed with exit status 127 (run with -v to display more information) but I can't figure out what dependancy(ies) I'm missing. Any ideas?
laramy2020 commented on 2017-10-22 20:35
4.8.0-3 released
-3 release provides
-Fix provided by @mtorromeo applied
-added nuvolaruntime-mse version (still looking into what nuvola apps fully require mse. and which ones crash with mse and vice-versa)
-added webkit2gtk-mse to support nuvolaruntime-mse
laramy2020 commented on 2017-10-21 22:51
@mtorromeo
You are right. thanks for the quick sed patch for patches I thought it was VA-API just by a quick glance but it was VALA related.
@GregoD
Until i get the pkgbuilds updated as noted in the pined comments a quick workaround for people looking to get it to build is do downgrade vala to 0.36 (although i do expect working builds at the end of the day) Ok maybe Tomorrow morning. Webkit2gtk takes decades to build in my buildbox
GregoD commented on 2017-10-20 16:07
Please fix.
mtorromeo commented on 2017-10-20 14:44
@laramy2020 This is the fix for the compilation issues:
prepare() {
cd "$srcdir/${pkgname}-${pkgver}"
sed 's|usr/share/vala-0\.36|usr/share/vala-0.38|g' -i vapi/webkit2gtk-web-extension-4.0.patch vapi/glib-2.0.patch wscript
}