You are not logged in.

#1 2006-03-07 05:58:28

ganja_guru
Member
Registered: 2005-02-14
Posts: 464

amarok 1.4beta 2 - MODS please delete this (redundant)

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.  big_smile  big_smile


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

#2 2006-10-30 06:28:58

ganja_guru
Member
Registered: 2005-02-14
Posts: 464

Re: amarok 1.4beta 2 - MODS please delete this (redundant)

Could a mod please delete this thread, since its pretty useless now.

Offline

#3 2006-10-30 06:43:17

dolby
Member
From: 1992
Registered: 2006-08-08
Posts: 1,581

Re: amarok 1.4beta 2 - MODS please delete this (redundant)

thanks for keeping the forum clean smile


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

Board footer

Powered by FluxBB