aboutsummaryrefslogtreecommitdiff
path: root/audio/python-audiotools/patches
diff options
context:
space:
mode:
authorNishant Limbachia <nishant@mnspace.net>2016-08-21 11:13:55 +0100
committerDavid Spencer <idlemoor@slackbuilds.org>2016-08-28 00:22:59 +0100
commit8c0bc964d3fcaa028d2f723e0e6b72d9c4bd8548 (patch)
tree2226a5ea8f14426acd508ce45672fafd6139af41 /audio/python-audiotools/patches
parent0196091c86692b777e8575b87de91052d433e7b0 (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.patch16
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