You are not logged in.

#1 2004-05-16 12:32:01

Kihaji
Member
Registered: 2004-04-04
Posts: 12

[multimedia-sound&audio] Gmpc

To go along with MPD you need a front end, I got a few done. Here is Gnome Music Player Client, again I will be uploading soon.

pkgname=gmpc
pkgver=0.10.2
pkgrel=1
pkgdesc="GMPC - GTK frontend for MPD"
depends=('mpd' 'gtk2' 'glib2' 'libglade')
source=(http://mercury.chem.pitt.edu/~shank/$pkgname-$pkgver.tar.gz)
md5sums=('0a4b1c37004d57c6f16996c6ea361267')

build() {
  cd $startdir/src/$pkgname-$pkgver
  ./configure --prefix=/usr
  make || return 1
  make prefix=$startdir/pkg/usr install
}

Offline

Board footer

Powered by FluxBB