You are not logged in.
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

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

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

xmms-mad -> extra
thx
The impossible missions are the only ones which succeed.
Offline