You are not logged in.

#1 2004-06-06 15:25:04

forest76
Member
From: Poland
Registered: 2004-01-31
Posts: 32

[multimedia: sound&audio] xmms-mad

A plugin allow play audio mpeg123 (for example mp3) with xmms.
Stable version has bad display time problem therefore this is cvs. Some PKGBUILD's trick I have got from KalephOne contributor, thank's. Please turn off default mpeg123 plugin before use this packet. Binary was created with following flags:
CFLAGS="-march=pentium3 -O3 -pipe -fomit-frame-pointer"
CXXFLAGS="-march=pentium3 -O3 -pipe"
PKGBUILD (relase 1):

# $Id:  $
# Contributor: forest76 <forestt@poczta.onet.pl>
pkgname=xmms-mad-cvs
provides=xmms-mad
pkgver=`date +%Y%m%d`
pkgrel=1
pkgdesc="Play mpg123 with libmad from cvs"
url="http://xmms-mad.sourceforge.net/"
depends=('glibc' 'xmms' 'libmad' 'libid3tag')
makedepends=('cvs')
cvsroot=":pserver:anonymous@superduper.net:/var/lib/cvs/public"
cvsmod="xmms-mad"
build() {
    cd $startdir/src
    msg "Logging in to anonymous CVS... Please press 'enter'."
    cvs -Q -d $cvsroot login
    msg "Fetching sources from CVS..."
      cvs -Q -z3 -d $cvsroot co -D $pkgver $cvsmod
      cd $cvsmod
    ./bootstrap
    ./configure --prefix=/usr/lib  
    make || return 1
    make 
    prefix=$startdir/pkg/usr/lib libdir=$startdir/pkg/usr/lib/xmms/Input 
    install
    }

Offline

#2 2004-06-17 11:19:31

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

Re: [multimedia: sound&audio] xmms-mad

great job with the cvs version of this plugin

i would like to include the normal version of this plugin in extra, if the normal version is bugfree, so if the next release will have this bugs solved, would you provide the update? or simply remind me that it is out?

thanx in advance


The impossible missions are the only ones which succeed.

Offline

#3 2004-06-17 12:39:21

forest76
Member
From: Poland
Registered: 2004-01-31
Posts: 32

Re: [multimedia: sound&audio] xmms-mad

dp wrote:

great job with the cvs version of this plugin

i would like to include the normal version of this plugin in extra, if the normal version is bugfree, so if the next release will have this bugs solved, would you provide the update?

Yes, no problem. I check all my contrib packages. If any new version ocured the upgrade has been provided.

Greetings.

Miroslaw

Offline

#4 2004-06-17 15:10:02

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

Re: [multimedia: sound&audio] xmms-mad

forest76 wrote:
dp wrote:

great job with the cvs version of this plugin

i would like to include the normal version of this plugin in extra, if the normal version is bugfree, so if the next release will have this bugs solved, would you provide the update?

Yes, no problem. I check all my contrib packages. If any new version ocured the upgrade has been provided.

Greetings.

Miroslaw

cool, great, thanx


The impossible missions are the only ones which succeed.

Offline

#5 2004-08-21 09:34:43

forest76
Member
From: Poland
Registered: 2004-01-31
Posts: 32

Re: [multimedia: sound&audio] xmms-mad

Sorry for late update, but information on www.xmms.org are obsolete.
PKGBUILD:

# $Id:  $
# Contributor: forest76 <forestt@poczta.onet.pl>
pkgname=xmms-mad
pkgver=0.6
pkgrel=1
pkgdesc="Play mpg123 with libmad"
url="http://xmms-mad.sourceforge.net/"
depends=('glibc' 'xmms' 'libmad')
source=(http://heanet.dl.sourceforge.net/sourceforge/xmms-mad/$pkgname-$pkgver.tar.gz)
md5sums=('733ddaf29029d5f83130ea2f4d881a03')
build() {
    cd $startdir/src/$pkgname-$pkgver
    ./configure --prefix=/usr/lib  
    make || return 1
    make 
    prefix=$startdir/pkg/usr/lib libdir=$startdir/pkg/usr/lib/xmms/Input 
    install
    }

Offline

#6 2004-08-21 13:32:17

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

Re: [multimedia: sound&audio] xmms-mad

xmms-mad -> extra

thx


The impossible missions are the only ones which succeed.

Offline

Board footer

Powered by FluxBB