Package Details: groovejaar 1.0.22_5_g2705_mod-2

Package Base: groovejaar
Description: A Java based client for the GrooveShark service
Upstream URL: http://code.google.com/p/groovejaar/
Category: multimedia
Licenses: GPL
Submitter: None
Maintainer: None
Last Packager: None
Votes: 10
First Submitted: 2011-09-01 21:13
Last Updated: 2013-06-07 22:06

Required by (0)

Sources

Latest Comments

Anonymous comment

2013-06-07 22:13

Thanks MajorBloodnok, token.properties are fixed, everything should work now.

Comment by MajorBloodnok

2013-06-06 09:13

token.properties needs updating

This works (taken from Scilor's recent update):

htmlVersion = 20130520
htmlToken = nuggetsOfBaller
jsVersion = 20130520
jsToken = chickenFingers


Anonymous comment

2012-01-31 03:50

I'm not sure what exactly is causing your error. It seems to work fine for me.

If you just installed apache-ant, ant may not be in your PATH yet. Log out, log back in, and try to install groovejaar again.

Anonymous comment

2012-01-31 02:35

You fix the problem with MD5, but now i have a problem witch PKGBUILD in line 25

==> Validando el archivo fuente con md5sums...
master ... Aprobado
groovejaar.sh ... Aprobado
groovejaar.desktop ... Aprobado
groovejaar.png ... Aprobado
groovejaar.install ... Aprobado
==> Descomprimiendo fuentes...
-> Extrayendo master con bsdtar
==> Iniciando build()...
/tmp/yaourt-tmp-roman/aur-groovejaar/./PKGBUILD: línea 25: ant: no se encontró la orden
==> ERROR: Se produjo un error en build().
Cancelando...
==> ERROR:Makepkg no ha podido compilar groovejaar.

Anonymous comment

2012-01-30 23:20

The md5sums didn't match because there was a source update. Updated and fixed.

Anonymous comment

2012-01-30 22:32

An error with MD5 in compilatin step, any idea?

==> Validando el archivo fuente con md5sums...
master ... FALLÓ
groovejaar.sh ... Aprobado
groovejaar.desktop ... Aprobado
groovejaar.png ... Aprobado
groovejaar.install ... Aprobado
==> ERROR: ¡Uno o más archivos no pasaron la verificación de integridad!
==> ERROR:Makepkg no ha podido compilar groovejaar.

Anonymous comment

2012-01-26 11:10

Updated to the newest github source.

Anonymous comment

2012-01-25 18:14

Groovejaar moved to github.
https://github.com/Ale46/groovejaar/wiki/GrooveJaar

Anonymous comment

2012-01-12 19:38

Broken package.

Anonymous comment

2011-10-27 23:48

Thanks American_Jesus, I updated the package with the groovejaar.install file.

Comment by American_Jesus

2011-10-27 19:13

Requires update-desktop-database -q in groovejaar.install

I've created one, take a look http://pastie.org/pastes/2769244/text

Anonymous comment

2011-10-06 22:44

Java packages might specify 'java-runtime' or 'java-environment' as a dependency, depending on what they need.
For most packages, 'java-runtime' is what is needed to simply run java software written in java.
java-runtime is a virtual dependancy provided by:
1. java-gcj-compat (free)
2. openjdk6 (free)
3. jre (non-free)

Any one of those three packages will satisfy the java-runtime dependency. Arch recommends the openJDK package.
So if you don't have a Java Virtual Machine installed run this command:
# pacman -S openjdk6

Anonymous comment

2011-10-06 22:12

Seems odd as recent that this package has been updated, that the dependencies have not been fixed; java-runtime doesn't seem to be a valid package.