Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#41417 - [livestreamer] package the man page
Attached to Project:
Community Packages
Opened by cupcake (muffins) - Friday, 01 August 2014, 01:27 GMT
Last edited by Daniel Wallace (gtmanfred) - Sunday, 03 August 2014, 04:05 GMT
Opened by cupcake (muffins) - Friday, 01 August 2014, 01:27 GMT
Last edited by Daniel Wallace (gtmanfred) - Sunday, 03 August 2014, 04:05 GMT
|
DetailsDescription:
the man page has some useful info aside from the --help output # $Id$ # Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com> # Contributor: Christopher Rosell <chrippa@tanuki.se> pkgname=livestreamer pkgver=1.9.0 pkgrel=1 pkgdesc='CLI program that launches streams from various streaming services in a custom video player' arch=('any') url='https://github.com/chrippa/livestreamer' license=('BSD') depends=('python-requests' 'rtmpdump' 'python-setuptools') makedepends=('python-sphinx') provides=('livestreamer') conflicts=('livestreamer-git') options=(!emptydirs) source=(http://pypi.python.org/packages/source/l/$pkgname/$pkgname-$pkgver.tar.gz) sha256sums=('d450f1352fe8f9c65cbecf6415c6d404c45334870321224253b4c1a3dac4e28c') build() { cd "$srcdir/$pkgname-$pkgver" python setup.py build cd docs make man } package() { cd "$srcdir/$pkgname-$pkgver" python setup.py install --root="$pkgdir/" --optimize=1 cd docs install -Dm644 _build/man/livestreamer.1 "$pkgdir"/usr/share/man/man1/livestreamer.1 } # vim:set ts=2 sw=2 et: |
This task depends upon
Closed by Daniel Wallace (gtmanfred)
Sunday, 03 August 2014, 04:05 GMT
Reason for closing: Fixed
Additional comments about closing: 1.9.0
Sunday, 03 August 2014, 04:05 GMT
Reason for closing: Fixed
Additional comments about closing: 1.9.0