Package Details: nodejs-groovebasin 1.5.1-1

Git Clone URL: https://aur.archlinux.org/nodejs-groovebasin.git (read-only, click to copy)
Package Base: nodejs-groovebasin
Description: Music player server with a web-based user interface inspired by Amarok 1.4
Upstream URL: http://groovebasin.com/
Licenses: MIT
Submitter: christoph.gysin
Maintainer: christoph.gysin
Last Packager: christoph.gysin
Votes: 6
Popularity: 0.000000
First Submitted: 2012-03-14 19:30 (UTC)
Last Updated: 2016-02-24 13:33 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

jaudet commented on 2014-06-23 01:24 (UTC)

Version 1.1.0 has been released. However, I cannot update to the latest version due to compile-time errors, and libgroove appears to be at fault, due to being out-of-date. I've emailed the package maintainer, but if I hear no response, it will be at least two weeks before I can adopt that package and fix things up.

jaudet commented on 2014-06-20 02:21 (UTC)

You, sir, totally rock. I'll sit down and mull over your code sample this weekend, if possible. By the way, if you want to adopt this package, I'll happily orphan it. I only occasionally use Groovebasin, and work is kinda eating my life right now.

christoph.gysin commented on 2014-06-19 19:16 (UTC)

Here's an example .service file that runs groovebasin as mpd user: -------------------------------- [Unit] Description=groovebasin music player Documentation=http://groovebasin.com/ [Service] User=mpd ExecStart=/usr/bin/groovebasin WorkingDirectory=/var/lib/groovebasin [Install] WantedBy=multi-user.target -------------------------------- Add the following to PKGBUILD: -------------------------------- install -d -g 45 -o 45 "${pkgdir}"/var/lib/groovebasin install -Dm644 "${srcdir}"/groovebasin.service \ "${pkgdir}"/usr/lib/systemd/system/groovebasin.service --------------------------------

jaudet commented on 2014-05-13 04:13 (UTC)

I just installed nodejs-groovebasin from scratch with both yaourt and pacaur. Neither gave any probelems. This indicates that the problem may be elsewhere — perhaps the PKGBUILD is missing a dependency? Could you, say, place the full output of the build process on pastebin.com?

jaudet commented on 2014-05-09 15:29 (UTC)

Ouch! Thanks for the heads-up. I'll look into this.

kiddyfurby commented on 2014-05-09 15:24 (UTC)

not sure why - yaourt always fails... npm http 304 https://registry.npmjs.org/bindings > groove@1.3.2 install /tmp/yaourt-tmp-root/aur-nodejs-groovebasin/src/groovebasin-1.0.1/node_modules/groove > node-gyp rebuild make: Entering directory '/tmp/yaourt-tmp-root/aur-nodejs-groovebasin/src/groovebasin-1.0.1/node_modules/groove/build' CXX(target) Release/obj.target/groove/src/groove.o CXX(target) Release/obj.target/groove/src/gn_file.o CXX(target) Release/obj.target/groove/src/gn_playlist.o sh: line 1: 7043 Killed npm install

jaudet commented on 2014-04-23 17:09 (UTC)

I've uploaded a new package. Let me know if you have an issues with it. The new package does not install a .service file, unfortunately. I'll work on it and ask the AUR mailing list for advice... eventually.

fosskers commented on 2014-04-23 07:20 (UTC)

I'm rooting for you ichimonji; I'd love to have this working again.

jaudet commented on 2014-04-23 03:54 (UTC)

Bug report filed: https://github.com/andrewrk/groovebasin/issues/214

jaudet commented on 2014-04-23 01:46 (UTC)

Groovebasin caught my attention recently, and I've decided to package up the application more nicely. If everything comes together nicely, I'll adopt and maintain this package. You can follow my progress on GitHub. [1] If [1] is broken, it's because the package turned out well and I've merged the relevant branch back into master. In that case, see [2]. [1] https://github.com/Ichimonji10/PKGBUILDs/tree/nodejs-groovebasin [2] https://github.com/Ichimonji10/PKGBUILDs