You are not logged in.

#1 2005-06-27 13:22:04

Gullible Jones
Member
Registered: 2004-12-29
Posts: 4,863

[New] Pymp

A GTK frontend for MPlayer, written in Python and apparently designed with music playing in mind. Very cool... The only problem I can find with it is that it doesn't have volume control, but adjusting the master or PCM channel to control the volume should be easy enough.

Here's my PKGBUILD:

pkgname=pymp
pkgver=0.9
pkgrel=1
url="http://jdolan.dyndns.org/jaydolan/pymp.html"
pkgdesc="PyGTK frontend for MPlayer"
depends=('mplayer' 'pygtk')
source=(http://jdolan.dyndns.org/jaydolan/files/pymp-$pkgver.tar.bz2)
md5sums=('9f718621792a2ae6b26f923533e0bf2d')

build() {
  cd $startdir/src/pymp-$pkgver
  make || return 1
  make DESTDIR=$startdir/pkg PREFIX=/usr install
  install -D -m644 $startdir/pymp.desktop 
        $startdir/pkg/usr/share/applications/pymp.desktop || return 1
}

And pymp.desktop:

[Desktop Entry]
Name=Pymp
Type=Application
StartupNotify=true
Encoding=UTF-8
Comment=PyGTK frontend for MPlayer
Icon=/usr/share/pixmaps/pymp.png
Exec=pymp
Terminal=false
Categories=Application;AudioVideo;

Edit: fixed typo in PKGBUILD. D'oh!

Offline

Board footer

Powered by FluxBB