On Tuesday 07 April 2009 17:40:47 Allan McRae wrote: > slubman wrote: > > As stated in the thread on outdated PKGBUILD, this is an email with an > > updated PKGBUILD for gmpc which is 2 releases behind the current one > > available on the project site. > > For any dev looking to build this for the repos, it requires a libmpd > update which has a soname bump also requiring xfce4-mpc-plugin to be > rebuilt. > > Allan Attached is the PKGBUILD for libmpd. I use those 2 (and some plugins) for 1 week, without problems. -- slubman site: http://www.slubman.info/
# $Id: PKGBUILD 356 2008-04-18 22:56:27Z aaron $ # Maintainer: tobias <tobias@xxxxxxxxxxxxx> # Contributor: Nicolas Doualot <public@xxxxxxxxxxxx> pkgname=libmpd pkgver=0.18.0 pkgrel=1 pkgdesc="Signal based wrapper around libmpdclient" arch=(i686 x86_64) license=('GPL') url="http://gmpc.wikia.com/wiki/Gnome_Music_Player_Client" depends=('glib2') options=('!libtool') source=(http://download.sarine.nl/Programs/gmpc/${pkgver}/${pkgname}-${pkgver}.tar.gz) build() { cd ${startdir}/src mv index.php* ./${pkgname}-${pkgver}.tar.gz tar xzf ${pkgname}-${pkgver}.tar.gz cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr make || return 1 make DESTDIR=$startdir/pkg install } md5sums=('dd0c008d416e35c44d8e77c9899fb65b') sha256sums=('8e6c33476f02dd241615dbda849f64e790d74b97bc6dc8145201ea54ff54e65a')