You are not logged in.

#1 2004-09-25 10:12:14

hyp0luxa
Member
From: Miami, FL
Registered: 2004-07-10
Posts: 70

for testers: amarok-1.1-beta2

works fine for me after deleting ~/.kde/share/apps/amarok
and
~./kde/share/config/amarok*

# $Id: PKGBUILD,v 1.9 2004/08/06 21:56:00 damir Exp $
# Contributor hyp0luxa <hyp0luxa@yahoo.com>
pkgname=amarok
pkgver=1.1.beta2
beta=beta2
pkgrel=1
pkgdesc="amaroK - a media player for KDE"
url="http://amarok.sourceforge.net/"
depends=('gstreamer' 'kdemultimedia>=3.2.1')
makedepends=('gst-plugins')
source=(http://osdn.dl.sourceforge.net/sourceforge/amarok/$pkgname-$pkgver-$beta.tar.bz2)

build() {
  cd $startdir/src/$pkgname-$pkgver-$beta
  # cd $startdir/src/$pkgname-1.0-beta4
  # aclocal
  ./configure --prefix=/opt/kde
  make || return 1
  make prefix=$startdir/pkg/opt/kde install
}

Offline

#2 2004-09-25 10:35:38

dp
Member
From: Zürich, Switzerland
Registered: 2003-05-27
Posts: 3,378
Website

Re: for testers: amarok-1.1-beta2

did you tried MAS and xine backends?


The impossible missions are the only ones which succeed.

Offline

#3 2004-09-25 10:42:30

hyp0luxa
Member
From: Miami, FL
Registered: 2004-07-10
Posts: 70

Re: for testers: amarok-1.1-beta2

no, i only tried gstreamer, which i couldn't get working, and arts, which i used with amarok-1.0.2. arts is what i'm using now.

i couldn't get the gstreamer backend to work on 1.0.2 either, so i don't think it's an amaroK problem...

Offline

#4 2004-12-14 13:37:59

eric
Member
From: under heaven
Registered: 2004-02-11
Posts: 117

Re: for testers: amarok-1.1-beta2

To get amarok to work with gstreamer you need to install gstreamer, gst-plugins and gst-plugins-mad. To make it also play through alsa <= 1.0.7 you need to patch alsa-lib:
http://bbs.archlinux.org/viewtopic.php?t=8634

Offline

Board footer

Powered by FluxBB