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.
Search Criteria
Package Details: groovewalrus 0.382-3
Package Actions
| Package Base: | groovewalrus |
|---|---|
| Description: | Music Player with GrooveShark and Last.fm support |
| Upstream URL: | http://groove-walrus.turnip-town.net |
| Category: | multimedia |
| Licenses: | |
| Submitter: | archtux |
| Maintainer: | archtux |
| Last Packager: | None |
| Votes: | 14 |
| First Submitted: | 2011-12-11 23:51 |
| Last Updated: | 2014-03-14 21:22 |
Dependencies (3)
Required by (0)
Sources
Latest Comments
Comment by travnick
Comment by lockheed
Version 0.382 is available since few months. Can someone update this?
Comment by macxcool
0.370 is out
Comment by Megachip
Ver 0.365 is out
Comment by fsk141
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
python2-matplotlib is missing & is needed for playlist saving to work...
Comment by kasbah
depends on python2-pymedia