Package Details: groovedown 0.90-4

Package Base: groovedown
Description: Groovedown is a simple Downloadtool for Grooveshark.com
Upstream URL: http://groovedown.me
Category: multimedia
Licenses: GPL
Submitter: onny
Maintainer: None
Last Packager: None
Votes: 14
First Submitted: 2012-08-23 10:10
Last Updated: 2013-05-06 11:05

Latest Comments

Comment by cdvr1993

2013-12-17 04:19

I fix it doing this:

#Contributor: onny <onny@project-insanity.org>
#Maintainer: onny <onny@project-insanity.org>

pkgname=groovedown
pkgver=0.90
pkgrel=4
pkgdesc="Groovedown is a simple Downloadtool for Grooveshark.com"
arch=('i686' 'x86_64')
url="http://groovedown.me"
_watch=('http://groovedown.me','<div id="version">([\d.]*)</div>')
license=("GPL")
depends=('java-runtime')
makedepends=('unzip')
source=("https://doc-14-78-docs.googleusercontent.com/docs/securesc/ha0ro937gcuc7l7deffksulhg5h7mbp1/bn7hlemi0p08t6achaiatruh5qo73rbs/1387252800000/13670113838934424267/*/0BxjDsLIwPX5lTzA4c0JaUTdRU3c?h=16653014193614665626&e=download")
sha512sums=('d7ff52799f2c31fd4c3e9c59a3094e8e2c0bb429558a5e7b9f3fa2c2894683e6e3efc9ed44cf66ac4a0f3da764b7613c7a9bba1e0ee514dfbe7c3f919d8bebfd')
package() {
mkdir -p "${pkgdir}/opt/${pkgname}" "${pkgdir}/usr/bin"
cp ${srcdir}/GrooveDown/gdUpdater.jar ${srcdir}/GrooveDown/GrooveDown.jar "${pkgdir}/opt/${pkgname}/"
chmod -R 775 "${pkgdir}/opt/${pkgname}"
echo -e "#!/bin/bash\njava -jar /opt/groovedown/GrooveDown.jar \$@" > $pkgdir/usr/bin/groovedown
chmod a+x "${pkgdir}/usr/bin/groovedown"
}

Comment by becatlibra

2013-09-17 20:47

This is currently not working:

Welcome to GrooveDown v0.9 ( fields v0.0 )
Operating System: Linux 3.10.6-2-ARCH
Start to connect
Failed to connect to GS
<class java.lang.NullPointerException>: null
Search!
Could not perform search: we are not online

I found reference to a 'fix' here: https://www.facebook.com/GrooveDown.me/posts/595493063809096 which is an alternate version that was made to fix the issue. It seems to work fine, so you may want to consider using that as the source. I could host the file if necessary.

Comment by HalosGhost

2012-11-19 06:13

Thank you for the most recent update! Your work is greatly appreciated!

All the best,

-HG

Comment by HalosGhost

2012-11-16 20:41

onny, I did check the PKGBUILD, and it worked and built perfectly for me—but, I think I may have downloaded the source zip manually ahead of time. That, however, is something you should contact upstream about (as it is clearly a server problem), and, in the meantime, manually hash-check the zip.

All the best,

-HG

Comment by onny

2012-11-16 11:30

@HalosGhost:
For me it seems that the webserver is blocking requests from Curl:
curl: (22) The requested URL returned error: 406 Not Acceptable
Therefore you can't put the link into the source var and check it against sha256. Did you check your PKGBUILD file?

Anyway, thanks for the feedback!

Comment by onny

2012-11-16 11:28

@HalosGhost:
For me it seems that the webserver is blocking requests from Curl:
curl: (22) The requested URL returned error: 406 Not Acceptable
Therefore you can't put the link into the source var and check it against sha256. Did you check your PKGBUILD file?

Anyway, thanks for the feedback!

Comment by onny

2012-11-16 11:26

@HalosGhost:
For me it seems that the webserver is blocking requests from Curl:
curl: (22) The requested URL returned error: 406 Not Acceptable
Therefore you can't put the link into the source var and check it against sha256. Did you check your PKGBUILD file?

Anyway, thanks for the feedback!

Comment by HalosGhost

2012-11-15 22:05

Thank you for the update, but, as I said, the latest version is .89, and the pkgrel should revert to 1 as there is a new version upstream. Here is what I would submit as an update: http://pastebin.com/vxuqEqas

Part of the package command is a touch hacky, as I cannot figure out how to unzip the files in a zip's subfolder to a folder, i.e., without the subfolder. Either way, this one is up-to-date, and uses a bit more secure features (source hash-checking with sha256).

All the best,

-HG

Comment by HalosGhost

2012-11-15 00:48

Package is out-of-date. Latest version is .89. Please update the PKGBUILD, as the current format of it does not allow for local updating.

All the best,

-HG