Package Details: groovewalrus 0.382-3

Package Base: groovewalrus
Description: Music Player with GrooveShark and Last.fm support
Upstream URL: http://groove-walrus.turnip-town.net
Category: multimedia
Licenses: GPL2
Submitter: archtux
Maintainer: archtux
Last Packager: None
Votes: 14
First Submitted: 2011-12-11 23:51
Last Updated: 2014-03-14 21:22

Latest Comments

Comment by travnick

2014-03-08 18:35

I'm not able to start groovewalrus. x86_64 system

[~]$ groovewalrus
Traceback (most recent call last):
File "/usr/share/groovewalrus/gw.py", line 29, in <module>
print pub.VERSION_STR
AttributeError: 'module' object has no attribute 'VERSION_STR'
swig/python detected a memory leak of type 'wxPyXmlSubclassFactory *', no destructor found.

Comment by lockheed

2013-04-16 13:27

Version 0.382 is available since few months. Can someone update this?

Comment by macxcool

2012-03-23 17:10

0.370 is out

Comment by Megachip

2012-02-21 12:40

Ver 0.365 is out

Comment by fsk141

2012-01-27 06:41

New PKGBUILD:

# Maintainer: archtux <antonio.arias99999 at gmail.com>
# Contributor: Jonny Gerold <jonny@fsk141.com>

pkgname=groovewalrus
pkgver=0.355
pkgrel=1
pkgdesc="Music Player with GrooveShark and Last.fm support"
arch='any'
url="http://groove-walrus.turnip-town.net"
license='GPL2'
depends=('mplayer' 'python2' 'python2-pymedia' 'wxpython' 'python2-matplotlib')
source=(http://turnip-town.googlecode.com/files/${pkgname}-${pkgver}_all.deb)

md5sums=('7292349e2714a0abd9d363bfc171e802')

build() {

# Extract debian package
bsdtar xf $pkgname*
bsdtar xf data.tar.gz -C $pkgdir

# Python2 fix
cd $pkgdir/usr
sed -i 's_python_python2_' bin/groovewalrus share/applications/groovewalrus.desktop
}

Comment by fsk141

2012-01-25 05:22

python2-matplotlib is missing & is needed for playlist saving to work...

Comment by kasbah

2012-01-18 13:24

depends on python2-pymedia