Package Details: audiotools 3.1.1-8

Git Clone URL: https://aur.archlinux.org/audiotools.git (read-only, click to copy)
Package Base: audiotools
Description: A collection of Python-based command-line audio handling programs
Upstream URL: http://audiotools.sourceforge.net
Licenses: GPL
Submitter: djscholl
Maintainer: victor3d
Last Packager: victor3d
Votes: 19
Popularity: 0.104810
First Submitted: 2007-08-03 01:31 (UTC)
Last Updated: 2024-09-25 20:40 (UTC)

Latest Comments

1 2 3 Next › Last »

micwoj92 commented on 2024-09-24 21:57 (UTC)

Thanks, please also bump pkgrel.

victor3d commented on 2024-09-24 21:56 (UTC)

Patch is applied

micwoj92 commented on 2024-09-24 20:19 (UTC)

@victor3d can you please fix these issues mentioned in comments since you picked this pkg up?

micwoj92 commented on 2024-06-29 22:15 (UTC)

Additional python libs/modules compat to comment by @Freso.

This package builds python(3). pygtk should be removed from optdepends as it is python2 package only. coverview does not work, it expects to use python, but the script tries to import modules which only exist for python2.

Freso commented on 2024-03-27 13:08 (UTC)

Any chance you could include the patch from https://github.com/tuffy/python-audio-tools/pull/82 so audiotools works with python-urwid>=2.2.0?

djscholl commented on 2017-10-14 21:02 (UTC)

I have bumped the Arch version to add libdvd-audio as a dependency. The DVD-Audio programs should now install. I don't have a way to test whether they function.

ZaZam commented on 2017-10-11 11:31 (UTC) (edited on 2017-10-13 13:58 (UTC) by ZaZam)

Could you make this package support the DVD-Audio programs it includes? All you have to do is to add libaudio-dvd as a dependency. It has to be built with it installed. It is by the same developer as this: https://sourceforge.net/projects/libdvd-audio/ There are not many open source tools to rip DVD-Audio discs. There's DVD Audio Tools, but it is much older than this and unmaintained. Other than that, packages for specific file formats could be made optional.

djscholl commented on 2013-08-28 03:15 (UTC)

New version from upstream. The man pages are now installed, thanks to Arch user skunark. The pdf docs describe audio file formats, not audiotools. They require many makedepends, much build time, and more disk space. Also, I was not able to build them without an error. I consider the pdf docs to be beyond the scope of my AUR package.

skunark commented on 2013-08-28 01:19 (UTC)

And to build the PDFs you will need to add... find . -name "Makefile" -exec sed 's/sphinx-build/sphinx-build2/' -i {} \;

skunark commented on 2013-08-27 15:51 (UTC)

I missed another dependency pdftk which has few of its own to build (gcc-gcj) and all from AUR. (line 31 of pdftag.py) (and gcc-gcj takes for ever to build...) I would probably just stick with the man pages as the PDFs are more for developers, skip the pdftk dependancy, and with the long list of dependancies to build them it might be an optional step, another package or ask for pdftk to be removed. Also for the PKGBUILD you can add the following to package() around the python2 compile line install -dm 755 "${pkgdir}"/usr/share/licenses/${pkgname} install -m 644 {,"${pkgdir}"/usr/share/licenses/${pkgname}/}COPYING