Added optdepends=mencoder
Search Criteria
Package Details: seekwatcher-hg 104-1
Package Actions
| Package Base: | seekwatcher-hg |
|---|---|
| Description: | Generates graphs from blktrace runs to help visualize IO patterns and performance |
| Upstream URL: | http://oss.oracle.com/~mason/seekwatcher/ |
| Category: | system |
| Licenses: | |
| Submitter: | intgr |
| Maintainer: | intgr |
| Last Packager: | None |
| Votes: | 4 |
| First Submitted: | 2009-10-21 12:37 |
| Last Updated: | 2012-03-16 09:25 |
Latest Comments
Comment by intgr
Comment by fphillips
To magically unhide the mpg --movie options, add an optdep for extra/mencoder
Comment by intgr
Thanks! Package updated. I hadn't gotten around to fixing this yet.
Comment by Tomato
changes to PKGBUILD to make it work:
$ diff PKGBUILD PKGBUILD2
10,11c10,11
< makedepends=('mercurial' 'python')
< depends=('python-matplotlib' 'python-numpy')
---
> makedepends=('mercurial' 'python2')
> depends=('python2-matplotlib' 'python2-numpy')
43,44c43,44
< python setup.py build || return 1
< python setup.py install --root=$pkgdir || return 1
---
> python2 setup.py build || return 1
> python2 setup.py install --root=$pkgdir || return 1
Comment by Tomato
can't build package:
==> Running setup.py
Traceback (most recent call last):
File "setup.py", line 6, in <module>
import numpy
ImportError: No module named numpy