You are not logged in.
I've tried amarok's 1.4 beta 1 for a while and have had no stability issues whatsoever.. Here's a quick PKGBUILD for anyone who wants to try out the new beta2...I've built with xine and arts so you don't have to install the engine packages seperately...unsinstall previous amarok-base and amarok-engine-*
Again: this is really quick and dirty. be warned.
pkgname=amarok-base
origname=amarok
replaces=("$origname")
pkgver=1.4beta2
origver=1.4beta2
pkgrel=1
pkgdesc="amaroK - a media player for KDE"
url="http://amarok.sourceforge.net/"
md5sums=('0c7e2a5e8ea2d73d8e73b986090cfc37' '7736a7e3e22b15818180df3cee7e4a79'
'a0756fc2f879b657769d68571928fb29')
depends=('x-server' 'tunepimp' 'taglib>=1.4' 'kdebase>=3.5.0' 'python' 'ruby' 'sdl' 'mysql>=5.0.15' 'libvisual' 'libvisual-plugins')
source=("http://belnet.dl.sourceforge.net/sourceforge/amarok/amarok-1.4-beta2.tar.bz2")
build() {
cd $startdir/src/amarok-1.4-beta2
# aclocal
./configure --prefix=/opt/kde
--with-gnu-ld
--enable-mysql
--with-arts
--without-gstreamer
--with-xine
--without-nmm
--without-mas || return 1
make || return 1
make prefix=$startdir/pkg/opt/kde install || return 1
rm $startdir/pkg/opt/kde/bin/amarok_xmmswrapper2 || return 1
mkdir -p $startdir/pkg/opt/kde/share/apps/konqueror/servicemenus/
}
Offline
Could a mod please delete this thread, since its pretty useless now.
Offline
thanks for keeping the forum clean
There shouldn't be any reason to learn more editor types than emacs or vi -- mg (1)
[You learn that sarcasm does not often work well in international forums. That is why we avoid it. -- ewaller (arch linux forum moderator)
Offline