You are not logged in.

#1 2004-09-07 06:45:55

dpb
Member
From: Cyperspace?
Registered: 2004-04-11
Posts: 231

mpc, ncmpc and glurp (mpd clients)

I found mpd (music player daemon) in staging. Just thought it was a bit odd not having any music player clients...  roll

So here ya go, three of them. smile

# Contributor Daniel Bainton <dpb [at] backarrow.org>
pkgname=mpc
pkgver=0.11.1
pkgrel=1
pkgdesc="a command line tool for MPD"
url="http://www.musicpd.org/?page=mpc"
depends=(glibc)
source=(http://mercury.chem.pitt.edu/~shank/$pkgname-$pkgver.tar.gz)
md5sums=('5c9887159915164e070cd0230da621fd')

build() {
  cd $startdir/src/$pkgname-$pkgver
  ./configure --prefix=/usr
  make || return 1
  make prefix=$startdir/pkg/usr install
}
# Contributor Daniel Bainton <dpb [at] backarrow.org>
pkgname=ncmpc
pkgver=0.11.0
pkgrel=1
pkgdesc="A ncurses (command line) interface for MPD"
url="http://www.musicpd.org/?page=ncmpc"
license="GPL"
depends=(ncurses glib2)
source=(http://mercury.chem.pitt.edu/~shank/$pkgname-$pkgver.tar.gz)
md5sums=('354f9a01442fa964cba4928307529563')

build() {
  cd $startdir/src/$pkgname-$pkgver
  ./configure --prefix=/usr
  make || return 1
  make prefix=$startdir/pkg/usr install
}
# Contributor Daniel Bainton <dpb [at] backarror.org>
pkgname=glurp
pkgver=0.11.2
pkgrel=1
pkgdesc="A GTK2 client for MPD"
url="http://www.musicpd.org/?page=glurp"
license="GPL"
depends=(x-server libglade)
source=(http://mercury.chem.pitt.edu/~shank/$pkgname-$pkgver.tar.gz)
md5sums=('ad58c87ff3f06791de437bb81b9e8de1')

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


Enjoy.  8)

Offline

#2 2004-09-07 16:20:47

tehdely
Member
Registered: 2004-02-20
Posts: 148
Website

Re: mpc, ncmpc and glurp (mpd clients)

Lame.  No GNUstep client  lol

# Contributor: Michael Baehr <usemike@spamblocked.com>

pkgname=mpdcon
gnustepname=MPDCon
pkgver=1.1
pkgrel=1
pkgdesc="GNUstep Client for the Music Player Daemon"
url="http://www.stud.uni-hannover.de/user/64568/MPDCon/MPDCon.html"
depends=('gnustep-core' 'mpd')
source=("http://www.stud.uni-hannover.de/user/64568/$gnustepname/$gnustepname-$pkgver.tar.gz")
md5sums=('05959c792820ce9a7b416b12e89be50e')
groups=('gnustep' 'gnustep-media')

build() {
  [ -z $(echo $PATH|grep GNUstep) ] && . /opt/GNUstep/System/Library/Makefiles/GNUstep.sh
  cd $startdir/src/$gnustepname
  make || return 1
  make GNUSTEP_INSTALLATION_DIR=$startdir/pkg/$GNUSTEP_LOCAL_ROOT install || return 1
}

wink


[Arch GNUstep Repository] [ PKGBUILDS ]
[code][gnustep]
Server = ftp://blkwidow.lerp.com/pub/mirror/arch/gnustep[/code]

Offline

#3 2004-09-08 08:39:45

dpb
Member
From: Cyperspace?
Registered: 2004-04-11
Posts: 231

Re: mpc, ncmpc and glurp (mpd clients)

tehdely wrote:

Lame.  No GNUstep client  lol

I don't use GNUstep. Waited for you to do it.  wink

Offline

#4 2004-11-03 22:14:57

punkrockguy318
Member
From: New Jersey
Registered: 2004-02-15
Posts: 711
Website

Re: mpc, ncmpc and glurp (mpd clients)

Very cool  big_smile  I'll try some of them out and maybe add them to staging/my tur if I like..

MPD is nice, but any ideas of how to getting it to startup every time I log in?  /etc/rc.d/mpd only works as root...


If I have the gift of prophecy and can fathom all mysteries and all knowledge, and if I have a faith that can move mountains, but have not love, I am nothing.   1 Corinthians 13:2

Offline

#5 2004-11-04 00:45:40

oscar
Member
From: Kiruna, Sweden
Registered: 2004-08-13
Posts: 457

Re: mpc, ncmpc and glurp (mpd clients)

a simple way would be to put something like this in your .xinitrc or whatever

mpd 2> /dev/null

that will start mpd every time you start x, and mpd won't start if there is another process occuping port 6600.


To err is human... to really foul up requires the root password.

Offline

#6 2004-11-05 12:11:22

qball
Member
Registered: 2004-04-02
Posts: 40
Website

Re: mpc, ncmpc and glurp (mpd clients)

and gmpc?

mpd is indeed very very nice.

Offline

#7 2004-11-05 18:29:12

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

Re: mpc, ncmpc and glurp (mpd clients)

mpd -> extra
ncmpc -> extra

the other clients i didn't yet tried


The impossible missions are the only ones which succeed.

Offline

#8 2004-11-05 21:28:44

qball
Member
Registered: 2004-04-02
Posts: 40
Website

Re: mpc, ncmpc and glurp (mpd clients)

gmpc is in my repos: http://qballcow.nl/repository-arch/ (qball)

Offline

#9 2004-11-05 21:29:40

qball
Member
Registered: 2004-04-02
Posts: 40
Website

Re: mpc, ncmpc and glurp (mpd clients)

pkgname=gmpc
pkgver=0.11.2
pkgrel=1
pkgdesc="Gnome Music Player Client"
url="http://qballcow.nl"
depends=('gtk2' 'libglade' 'gnome-vfs')
replaces=()
backup=()
source=(http://download.qballcow.nl/programs/$pkgname/$pkgname-$pkgver.tar.gz)

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

Offline

#10 2004-11-05 22:26:32

punkrockguy318
Member
From: New Jersey
Registered: 2004-02-15
Posts: 711
Website

Re: mpc, ncmpc and glurp (mpd clients)

qball wrote:

gmpc is in my repos: http://qballcow.nl/repository-arch/ (qball)

Add your repo to the unofficial repo list in the wiki please!


If I have the gift of prophecy and can fathom all mysteries and all knowledge, and if I have a faith that can move mountains, but have not love, I am nothing.   1 Corinthians 13:2

Offline

#11 2004-11-06 16:03:10

qball
Member
Registered: 2004-04-02
Posts: 40
Website

Re: mpc, ncmpc and glurp (mpd clients)

punkrockguy318 wrote:
qball wrote:

gmpc is in my repos: http://qballcow.nl/repository-arch/ (qball)

Add your repo to the unofficial repo list in the wiki please!

It isn't up2date enough for that.

Offline

#12 2004-11-06 16:31:29

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

Re: mpc, ncmpc and glurp (mpd clients)

mpc -> extra


The impossible missions are the only ones which succeed.

Offline

#13 2005-01-29 23:28:30

bigh
Member
From: Zurich, Switzerland
Registered: 2004-03-23
Posts: 62

Re: mpc, ncmpc and glurp (mpd clients)

I tought that a friend of mine could hear my songs remotely with a mpd-client. But that doesnt worked and i found this:

MPD is meant for server side playback of music, that means music can be listened to only from the speakers that are hooked to the machine that runs MPD. The role of the clients is basicaly that of a remote control: control the playlist, volume and such.

So now i dont see the advantages of this anymore. The clients are poor and the only thing is that i hear sound when i often restart x. Is this all? Isnt it the same if i use mp3blaster and xmms as an example?  Plz tell me why you use mpd.

ps: sry for my very bad english. i hope you understand what im trying to say.

Offline

Board footer

Powered by FluxBB