Package Details: scikits-audiolab-git 20110217-3

Package Base: scikits-audiolab-git
Description: python package for reading/writing audio files from numpy arrays
Upstream URL: http://scipy.org/scipy/scikits/wiki/AudioLab
Category: devel
Licenses: LGPL
Submitter: qubodup
Maintainer: None
Last Packager: None
Votes: 9
First Submitted: 2009-10-16 22:25
Last Updated: 2011-02-17 22:05

Required by (0)

Sources

Latest Comments

Comment by sigmundv

2015-06-16 20:30

This PKGBUILD badly needs an update. Please either update or disown the package.

Comment by dreieck

2015-01-28 22:15

PKGBUILD needs a package() function now!, please update.


==> ERROR: Missing package() function in /var/tmp/yaourt-tmp-felics/aur-scikits-audiolab-git/./PKGBUILD
==> ERROR: Makepkg was unable to build .

Comment by Franek

2014-10-31 18:04

The directory structure of the sources has changed*, which makes a very minor adjustment to the PKGBUILD necessary (makepkg fails otherwise): Change last line of build() (line 35) to:
print get_python_lib()'`/audiolab/__init__.py"
("audiolab" instead of "scikits")

https://github.com/cournape/audiolab/commit/e4918832c1e52b56428c5f3535ddeb9d9daff9ac

Comment by giniu

2011-02-17 22:52

yup, works now :)

Comment by qubodup

2011-02-17 22:12

Thanks for the help fixing this (I hope this is fixed now) :)

Comment by giniu

2011-02-17 21:30

I think I will pass because I don't use it at all. I was interested in few scikits that are (or were) part of Enthough Python Distribution, and in progress I had to make scikits-base package so they don't conflict. Just though you might want to depend on it too :) Anyway, I made quick fix to the PKGBUILD http://aur.pastebin.com/1btT3bTq so you don't have to apply too many fixes.

Comment by qubodup

2011-02-17 21:22

would you like to adopt the package? I think I only needed it for trying out freesound2's wav2png script a while ago.

Comment by giniu

2011-02-17 21:18

yeah, that's the (only) file provided by scikits-base. Just remember to change --root=${pkgdir}/usr into --root="${pkgdir}" afterwards :) Btw, to remove the file you can use

rm "$pkgdir/`python2 -c 'from distutils.sysconfig import get_python_lib; \
print get_python_lib()'`/scikits/__init__.py"

it's in all scikits PKGBUILDs I maintain.

Comment by qubodup

2011-02-17 21:07

hey giniu, thanks for your hints!

I updated the package but there might be still a problem with the init file? Is

./pkg/usr/usr/lib/python2.7/site-packages/scikits/__init__.py

the file that needs to be removed?

Comment by giniu

2011-02-16 10:29

Hi again, I found three remaining issues with this package. When I build it, I'm getting package with bad paths - check http://aur.pastebin.com/j3Rahz1d - also, when this will be fixed, one more issue will show up, i.e. this scikit will conflict with any other scikit (there is one file common for all scikits). For now, other scikits in AUR depends on package scikits-base and gets rid of the scikits/__init__.py file. Oh, and the python-numpy should be I believe python2-numpy also. Cheers, giniu.

Comment by qubodup

2011-02-12 00:45

d'oh

Comment by giniu

2011-02-11 17:39

but shouldn't it also depend on python2 instead of python?

Comment by qubodup

2011-01-09 02:08

@soulofmyshoe: thanks, I updated the PKGBUILD!

Anonymous comment

2011-01-08 23:33

The PKGBUILD needs to be updated to use `python2 setup.py` now, since python is Python 3.