You are not logged in.
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
.
do it good first, it will be faster than do it twice the saint ![]()
Offline
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
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 ![]()
Offline