diff options
author | Nishant Limbachia <nishant@mnspace.net> | 2016-08-21 11:13:55 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2016-08-28 00:22:59 +0100 |
commit | 8c0bc964d3fcaa028d2f723e0e6b72d9c4bd8548 (patch) | |
tree | 2226a5ea8f14426acd508ce45672fafd6139af41 /audio/python-audiotools/patches | |
parent | 0196091c86692b777e8575b87de91052d433e7b0 (diff) |
audio/python-audiotools: Updated for version 3.1.1.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'audio/python-audiotools/patches')
-rw-r--r-- | audio/python-audiotools/patches/cdiomodule_header.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/audio/python-audiotools/patches/cdiomodule_header.patch b/audio/python-audiotools/patches/cdiomodule_header.patch new file mode 100644 index 0000000000000..f9de2b631ead0 --- /dev/null +++ b/audio/python-audiotools/patches/cdiomodule_header.patch @@ -0,0 +1,16 @@ +--- cdiomodule.h.orig 2015-11-09 19:48:07.220880278 -0600 ++++ cdiomodule.h 2015-11-09 19:48:32.765284762 -0600 +@@ -1,11 +1,6 @@ + #include <Python.h> +-#ifdef OLD_PARANOIA +-#include <cdio/cdda.h> +-#include <cdio/paranoia.h> +-#else +-#include <cdio/cdparanoia/cdda.h> +-#include <cdio/cdparanoia/paranoia.h> +-#endif ++#include <cdio/paranoia/cdda.h> ++#include <cdio/paranoia/paranoia.h> + + /******************************************************** + Audio Tools, a module and set of tools for manipulating audio data |