You are not logged in.
Tested by me works better than those from the official repositories ...
audacious pkgbuild
#canistra canistra@gmail.com
pkgname=audacious
pkgver=1.4.5
pkgrel=1
pkgdesc="A media player forked from BMP 0.9.7.1 - player component."
url="http://audacious-media-player.org"
license="GPL"
depends=(libmcs dbus-glib libglade unzip libsamplerate)
source=(http://distfiles.atheme.org/${pkgname}-${pkgver}.tgz)
arch=('i686')
build() {
cd $startdir/src/$pkgname-$pkgver
./configure --prefix=/usr
make || return 1
make DESTDIR=$startdir/pkg install
}and audacious-plugins pkgbuild
#canistra canistra@gmail.com
pkgname=audacious-plugins
pkgver=1.4.4
pkgrel=1
pkgdesc="Plugins for the audacious media player."
url="http://audacious-media-player.org"
license="GPL"
depends=(audacious-player>=1.4.0 lame libmcs gtk2 libxml2 libvorbis libsidplay libsndfile libmpcdec>=1.2.5 taglib flac>=1.1.4 libmad libxcomposite libmowgli dbus-glib libcdi)
source=(http://distfiles.atheme.org/${pkgname}-${pkgver}.tgz)
arch=('i686')
build() {
cd $startdir/src/$pkgname-$pkgver
./configure --prefix=/usr
make || return 1
make DESTDIR=$startdir/pkg install
}Offline
It's "audacious-player", not "audacious".
These packages are just a version bump.
Improve your desktop responsiveness and font rendering and ALSA sound and BusyBox init
Offline
Well, a version bump and a bunch of configure flags removed.
I'll get the new versions in the repos soon (hopefully today)
Offline