You are not logged in.

#1 2014-11-06 16:32:53

TheSaint
Member
From: my computer
Registered: 2007-08-19
Posts: 1,536

[Request] cplay-ng a fork of cplay (not so well mantained)

Hello
I'm not aware of making PKGBUILD myself, therefore I please someone to add the mentioned package, which is found at here as a git repository.
That seems to be more suitable with python 3.4 wink.


do it good first, it will be faster than do it twice the saint wink

Offline

#2 2014-11-06 17:21:33

Scimmia
Fellow
Registered: 2012-09-01
Posts: 13,729

Re: [Request] cplay-ng a fork of cplay (not so well mantained)

First attempt:

pkgname=cplay-ng
pkgver=2.0.2
pkgrel=1
pkgdesc="A curses front-end for various audio players"
arch=('any')
url="https://github.com/xi/cplay-ng"
license=('GPL')
depends=('ncurses' 'python-setuptools' 'python-argparse')
source=("https://github.com/xi/cplay-ng/archive/$pkgver.tar.gz")
sha256sums=('1303d2c67c6c7b2340e96c3ce5432fa689711a20319b8fb21c202a0da1730c2a')

package() {
  cd "$srcdir/$pkgname-$pkgver"
  python setup.py install --root="$pkgdir" --optimize=1
  install -Dm644 cplay.1 "$pkgdir/usr/share/man/man1/cplay.1"
}

I'm sure it's missing some deps/optdeps.

Offline

#3 2014-11-07 03:22:06

TheSaint
Member
From: my computer
Registered: 2007-08-19
Posts: 1,536

Re: [Request] cplay-ng a fork of cplay (not so well mantained)

I installed, thank you.
For dependencies I saw at github:

For playback either install mplayer, gst123 or one or more of the following players:
mpg321
ogg123
mpg123
splay
madplay
mikmod
xmp
sox
speex
timidity

Last edited by TheSaint (2014-11-07 03:23:20)


do it good first, it will be faster than do it twice the saint wink

Offline

Board footer

Powered by FluxBB