Username: Password: Remember me
Search Criteria Advanced
Package Details

museek-plus 0.1.13-1
http://www.museek-plus.org/
Museek+ is a C++ daemon/client Soulseek P2P client, that includes QT, PyGTK, and Curses UIs and a PyGTK config tool.

unsupported :: network
Maintainer: daelstorm
Votes: 17

License: GPL

Last Updated: Thu, 06 Sep 2007 10:18:03 +0000
First Submitted: Sat, 08 Apr 2006 15:02:02 +0000

Tarball :: Files :: PKGBUILD
This package has been flagged out of date.

Dependencies libogg libvorbis libxml++2 pygtk qsa3 qt

Sources
http://downloads.sourceforge.net/museek-plus/museek+-0.1.13.tar.bz2
post_release_fixes.patch
Comment by: daelstorm on Mon, 23 Mar 2009 16:45:30 +0000
Hmm... actually, this appears to be a Qt 4.5 bug.
Comment by: daelstorm on Mon, 23 Mar 2009 16:43:20 +0000
Hmm.. i'll need to make a patch, before I can create a museekd 0.2 pkgbuild. Museeq segfaults at startup. (that's since been fixed in svn, but i'll need to track down the fix)
Comment by: kludge on Fri, 13 Feb 2009 02:36:32 +0000
ok, got further this time after applying the advice in this thread from the forum:

http://bbs.archlinux.org/viewtopic.php?id=58027

now the build fails exactly as described on the forum:

[ 74%] Building CXX object museeq/CMakeFiles/museeq.dir/aclineedit.moc.o
/home/user/abs/aur/museek-plus/src/museek+-0.1.13/workdir/museeq/aclineedit.moc.cpp:12:2: error: #error "The header file 'aclineedit.h' doesn't include <QObject>."
/home/user/abs/aur/museek-plus/src/museek+-0.1.13/workdir/museeq/aclineedit.moc.cpp:20: error: expected constructor, destructor, or type conversion before ‘static’
/home/user/abs/aur/museek-plus/src/museek+-0.1.13/workdir/museeq/aclineedit.moc.cpp:40: error: ‘const QMetaObject ACLineEdit::staticMetaObject’ is not a static member of ‘class ACLineEdit’
/home/user/abs/aur/museek-plus/src/museek+-0.1.13/workdir/museeq/aclineedit.moc.cpp:40: error: variable ‘const QMetaObject ACLineEdit::staticMetaObject’ has initializer but incomplete type
/home/user/abs/aur/museek-plus/src/museek+-0.1.13/workdir/museeq/aclineedit.moc.cpp:42: error: ‘qt_meta_data_ACLineEdit’ was not declared in this scope
/home/user/abs/aur/museek-plus/src/museek+-0.1.13/workdir/museeq/aclineedit.moc.cpp:45: error: prototype for ‘const QMetaObject* ACLineEdit::metaObject() const’ does not match any in class ‘ACLineEdit’
/home/user/abs/aur/museek-plus/src/museek+-0.1.13/workdir/museeq/../../museeq/aclineedit.h:26: error: candidate is: virtual QMetaObject* ACLineEdit::metaObject() const
/home/user/abs/aur/museek-plus/src/museek+-0.1.13/workdir/museeq/aclineedit.moc.cpp:50: error: no ‘void* ACLineEdit::qt_metacast(const char*)’ member function declared in class ‘ACLineEdit’
/home/user/abs/aur/museek-plus/src/museek+-0.1.13/workdir/museeq/aclineedit.moc.cpp:58: error: ‘int ACLineEdit::qt_metacall’ is not a static member of ‘class ACLineEdit’
/home/user/abs/aur/museek-plus/src/museek+-0.1.13/workdir/museeq/aclineedit.moc.cpp:58: error: incomplete type ‘QMetaObject’ used in nested name specifier
/home/user/abs/aur/museek-plus/src/museek+-0.1.13/workdir/museeq/aclineedit.moc.cpp:58: error: expected primary-expression before ‘int’
/home/user/abs/aur/museek-plus/src/museek+-0.1.13/workdir/museeq/aclineedit.moc.cpp:58: error: expected primary-expression before ‘void’
/home/user/abs/aur/museek-plus/src/museek+-0.1.13/workdir/museeq/aclineedit.moc.cpp:58: error: initializer expression list treated as compound expression
/home/user/abs/aur/museek-plus/src/museek+-0.1.13/workdir/museeq/aclineedit.moc.cpp:59: error: expected ‘,’ or ‘;’ before ‘{’ token
make[2]: *** [museeq/CMakeFiles/museeq.dir/aclineedit.moc.o] Error 1
make[1]: *** [museeq/CMakeFiles/museeq.dir/all] Error 2
Comment by: kludge on Fri, 13 Feb 2009 02:31:38 +0000
ok, got further this time after applying the advice in this thread from the forum:

http://bbs.archlinux.org/viewtopic.php?id=58027

now the build fails exactly as described on the forum:

[ 74%] Building CXX object museeq/CMakeFiles/museeq.dir/aclineedit.moc.o
/home/user/abs/aur/museek-plus/src/museek+-0.1.13/workdir/museeq/aclineedit.moc.cpp:12:2: error: #error "The header file 'aclineedit.h' doesn't include <QObject>."
/home/user/abs/aur/museek-plus/src/museek+-0.1.13/workdir/museeq/aclineedit.moc.cpp:20: error: expected constructor, destructor, or type conversion before ‘static’
/home/user/abs/aur/museek-plus/src/museek+-0.1.13/workdir/museeq/aclineedit.moc.cpp:40: error: ‘const QMetaObject ACLineEdit::staticMetaObject’ is not a static member of ‘class ACLineEdit’
/home/user/abs/aur/museek-plus/src/museek+-0.1.13/workdir/museeq/aclineedit.moc.cpp:40: error: variable ‘const QMetaObject ACLineEdit::staticMetaObject’ has initializer but incomplete type
/home/user/abs/aur/museek-plus/src/museek+-0.1.13/workdir/museeq/aclineedit.moc.cpp:42: error: ‘qt_meta_data_ACLineEdit’ was not declared in this scope
/home/user/abs/aur/museek-plus/src/museek+-0.1.13/workdir/museeq/aclineedit.moc.cpp:45: error: prototype for ‘const QMetaObject* ACLineEdit::metaObject() const’ does not match any in class ‘ACLineEdit’
/home/user/abs/aur/museek-plus/src/museek+-0.1.13/workdir/museeq/../../museeq/aclineedit.h:26: error: candidate is: virtual QMetaObject* ACLineEdit::metaObject() const
/home/user/abs/aur/museek-plus/src/museek+-0.1.13/workdir/museeq/aclineedit.moc.cpp:50: error: no ‘void* ACLineEdit::qt_metacast(const char*)’ member function declared in class ‘ACLineEdit’
/home/user/abs/aur/museek-plus/src/museek+-0.1.13/workdir/museeq/aclineedit.moc.cpp:58: error: ‘int ACLineEdit::qt_metacall’ is not a static member of ‘class ACLineEdit’
/home/user/abs/aur/museek-plus/src/museek+-0.1.13/workdir/museeq/aclineedit.moc.cpp:58: error: incomplete type ‘QMetaObject’ used in nested name specifier
/home/user/abs/aur/museek-plus/src/museek+-0.1.13/workdir/museeq/aclineedit.moc.cpp:58: error: expected primary-expression before ‘int’
/home/user/abs/aur/museek-plus/src/museek+-0.1.13/workdir/museeq/aclineedit.moc.cpp:58: error: expected primary-expression before ‘void’
/home/user/abs/aur/museek-plus/src/museek+-0.1.13/workdir/museeq/aclineedit.moc.cpp:58: error: initializer expression list treated as compound expression
/home/user/abs/aur/museek-plus/src/museek+-0.1.13/workdir/museeq/aclineedit.moc.cpp:59: error: expected ‘,’ or ‘;’ before ‘{’ token
make[2]: *** [museeq/CMakeFiles/museeq.dir/aclineedit.moc.o] Error 1
make[1]: *** [museeq/CMakeFiles/museeq.dir/all] Error 2
Comment by: kludge on Fri, 13 Feb 2009 01:45:07 +0000
wait... according to http://www.museek-plus.org/wiki/MuseekFromSources, museeq requires qt4.4, so what's qsa3 doing there? and why is the first line of build(): "# Qt3 required"?

this package build seems pretty broken and inactive.

Comment by: kludge on Fri, 13 Feb 2009 01:36:30 +0000
i made some necessary changes:

s/qt/qt3/g

update DSWIGDIR to current version (better, generalize it with a command subsitution)

and build still fails with:

In file included from /home/user/abs/aur/museek-plus/src/museek+-0.1.13/Muhelp/DirEntry.cc:23:
/home/user/abs/aur/museek-plus/src/museek+-0.1.13/./Muhelp/DirEntry.hh:32: warning: ‘typedef’ was ignored in this declaration
In file included from /home/starbuck/abs/aur/museek-plus/src/museek+-0.1.13/Muhelp/DirEntry.cc:24:
/home/user/abs/aur/museek-plus/src/museek+-0.1.13/./Muhelp/string_ext.hh: In function ‘unsigned int split(const std::string&, std::vector<double, std::allocator<double> >&, std::string)’:
/home/user/abs/aur/museek-plus/src/museek+-0.1.13/./Muhelp/string_ext.hh:102: error: ‘atof’ was not declared in this scope
/home/user/abs/aur/museek-plus/src/museek+-0.1.13/./Muhelp/string_ext.hh: In function ‘unsigned int split(const std::string&, std::vector<int, std::allocator<int> >&, std::string)’:
/home/user/abs/aur/museek-plus/src/museek+-0.1.13/./Muhelp/string_ext.hh:119: error: ‘atoi’ was not declared in this scope
make[2]: *** [Muhelp/CMakeFiles/Muhelp.dir/DirEntry.o] Error 1
make[1]: *** [Muhelp/CMakeFiles/Muhelp.dir/all] Error 2
make: *** [all] Error 2
Comment by: daelstorm on Thu, 06 Sep 2007 10:18:03 +0000
Changed libxml++ dependency to libxml++2 (cmake requirement)
Comment by: daelstorm on Sat, 01 Sep 2007 17:01:03 +0000
Allow museeq to compile without QSA and added dependency for qsa3
Comment by: daelstorm on Sat, 01 Sep 2007 04:21:12 +0000
Included a path that:
* fixes incorrect museeq-icon installation directories
* updates Polish translation
* fixes saving the 'Show Tickers' option in museeq
Comment by: daelstorm on Sat, 25 Aug 2007 23:53:52 +0000
Now uses the Cmake build system. SCons is still available, and museeq can use qmake. Read the INSTALL file, if you want to only compile/install part of museek-plus. Murmur is included.
Comment by: DaNiMoTh on Sun, 01 Apr 2007 14:12:21 +0000
please add arch() field, then email me.. I\'ll flag your package
Comment by: otti on Sun, 18 Feb 2007 15:19:28 +0000
http://bbs.archlinux.org/viewtopic.php?id=27588
(see the last comment)
Comment by: mpie on Sun, 11 Feb 2007 11:50:00 +0000
still not working with 0.96.94... :(
Comment by: daelstorm on Mon, 08 Jan 2007 15:16:15 +0000
SCons 0.96.93 broke the build..
Comment by: andreww on Fri, 22 Dec 2006 06:48:44 +0000
this happens to me too, haven\'t had a chance to look at why or anything yet.
Comment by: MarttiL on Wed, 06 Dec 2006 18:09:35 +0000
It won\'t configure :(

Headers for Mucipher...
IOError: [Errno 2] No such file or directory: \'mucipher.i\':
File \"/root/museek-plus/src/museek+-0.1.12/SConstruct\", line 385:
SConscript(os.path.join(dir, \'SConscript\'), build_dir = bd, duplicate = 1)
File \"/usr/lib/python2.4/site-packages/SCons/Script/SConscript.py\", line 579:
return apply(method, args, kw)
File \"/usr/lib/python2.4/site-packages/SCons/Script/SConscript.py\", line 516:
return apply(_SConscript, [self.fs,] + files, subst_kw)
File \"/usr/lib/python2.4/site-packages/SCons/Script/SConscript.py\", line 244:
exec _file_ in call_stack[-1].globals
File \"/root/museek-plus/src/museek+-0.1.12/build-i686-linux/Mucipher/SConscrip
t\", line 17:
SConscript(os.path.join(\'python\', \'SConscript\'))
File \"/usr/lib/python2.4/site-packages/SCons/Script/SConscript.py\", line 579:
return apply(method, args, kw)
File \"/usr/lib/python2.4/site-packages/SCons/Script/SConscript.py\", line 516:
return apply(_SConscript, [self.fs,] + files, subst_kw)
File \"/usr/lib/python2.4/site-packages/SCons/Script/SConscript.py\", line 244:
exec _file_ in call_stack[-1].globals
File \"/root/museek-plus/src/museek+-0.1.12/build-i686-linux/Mucipher/python/SC
onscript\", line 29:
mucipherc = env_swigpy.SharedLibrary(\'_mucipherc\', sources, SWIGFLAGS=\'-pyth
on\')
File \"/usr/lib/python2.4/site-packages/SCons/Environment.py\", line 188:
return apply(self.builder, (self.env, target, source) + args, kw)
File \"/usr/lib/python2.4/site-packages/SCons/Builder.py\", line 615:
return self._execute(env, target, source, OverrideWarner(kw), ekw)
File \"/usr/lib/python2.4/site-packages/SCons/Builder.py\", line 784:
tlist = bld._execute(env, None, [snode], overwarn)
File \"/usr/lib/python2.4/site-packages/SCons/Builder.py\", line 784:
tlist = bld._execute(env, None, [snode], overwarn)
File \"/usr/lib/python2.4/site-packages/SCons/Builder.py\", line 567:
tlist, slist = self._create_nodes(env, target, source)
File \"/usr/lib/python2.4/site-packages/SCons/Builder.py\", line 536:
target, source = self.emitter(target=tlist, source=slist, env=env)
File \"/usr/lib/python2.4/site-packages/SCons/Builder.py\", line 204:
target, source = emitter(target, source, env)
File \"/usr/lib/python2.4/site-packages/SCons/Tool/swig.py\", line 88:
f = open(src)
==> ERROR: Build Failed. Aborting...

How do i fix this
Comment by: daelstorm on Sat, 21 Oct 2006 13:12:00 +0000
Update to 0.1.12 (Tarball includes musetup-gtk.desktop)
Comment by: xhectorx on Thu, 20 Jul 2006 15:34:36 +0000
missing to dependencies
pkgconfig and scons
Comment by: daelstorm on Mon, 10 Jul 2006 09:24:04 +0000
Fixed the missing pkgversion in extracted directory
Comment by: daelstorm on Fri, 07 Jul 2006 15:55:18 +0000
Added French, German, Spanish, Polish, Italian, and Portuguese translations to museeq and several new icon themes. Many other enhancements are included. Please read the http://www.museek-plus.org/wiki/ChangeLog
Comment by: brotheris on Fri, 23 Jun 2006 05:35:32 +0000
Anyone else getting very high cpu usage on fast uploads ? Top shows ~80% on ~200kb/s upload (download speed doesn\'t eat cpu cycles like that)
Comment by: funkyou on Fri, 16 Jun 2006 14:18:06 +0000
A big THX for developing this further and providing PKGBUILDS, i simply love this app :)
Comment by: daelstorm on Fri, 09 Jun 2006 19:13:33 +0000
Last attempt before i commit seppuku, instead of a working PKGBUILD :)
Comment by: daelstorm on Fri, 09 Jun 2006 19:11:13 +0000
whoops, resent old PKGBUILD last time.
Comment by: daelstorm on Fri, 09 Jun 2006 19:10:02 +0000
Fix issue with mucipherc.py being 0 bytes.
Comment by: daelstorm on Fri, 09 Jun 2006 09:52:10 +0000
General set of new features and bugfixes. See Changelog for details.
Comment by: daelstorm on Tue, 06 Jun 2006 16:30:16 +0000
Aside from feature upgrades, it now includes manpages, mucous (curses) and museekcontrol (command-line)
Comment by: daelstorm on Sat, 27 May 2006 21:14:22 +0000
A bunch of fixes, and many new features. Museeq\'s fonts can now be changed. Sending files is now supported in most cases. Full Changelog is here: http://thegraveyard.org/daelstorm/museek/CHANGELOG
Comment by: daelstorm on Sun, 30 Apr 2006 13:31:56 +0000
Aside from some minor new features and GCC bug fixes, it now includes a rc.d script, some icons and a .desktop file for museeq.
Comment by: daelstorm on Sun, 09 Apr 2006 20:56:38 +0000
Now builds with included version of scons
Comment by: daelstorm on Sun, 09 Apr 2006 20:47:59 +0000
It appears scons 0.96.91 doesn\'t allow museek to compile, while older versions did. I\'m changing the PKGBUILD to use the version of scons included in the source tarball.
Comment by: domryba on Sun, 09 Apr 2006 08:56:25 +0000
build-i686-linux/Tools/scanner.cc:191: error: no matching function for call to \'scandir(const char*, SCANDIR_ENTRY***, NULL, NULL)\'
/usr/include/dirent.h:246: note: candidates are: int scandir(const char*, dirent***, int (*)(const dirent*), int (*)(const void*, const void*))
build-i686-linux/Tools/scandir.hh:27: note: int scandir(const char*, dirent***, int (*)(const dirent*), int (*)(const dirent**, const dirent**))
build-i686-linux/Tools/scanner.cc:200: error: invalid use of undefined type \'struct SCANDIR_ENTRY\'
build-i686-linux/Tools/scanner.cc:179: error: forward declaration of \'struct SCANDIR_ENTRY\'
scons: *** [build-i686-linux/Tools/scanner.o] Error 1
scons: building terminated because of errors.
Comment by: daelstorm on Sat, 08 Apr 2006 15:02:02 +0000
Initial package

v1.6.0