summaryrefslogtreecommitdiff
path: root/dev-python/tagpy/files/tagpy-2018.1-taglib-1.8.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/tagpy/files/tagpy-2018.1-taglib-1.8.patch')
-rw-r--r--dev-python/tagpy/files/tagpy-2018.1-taglib-1.8.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/dev-python/tagpy/files/tagpy-2018.1-taglib-1.8.patch b/dev-python/tagpy/files/tagpy-2018.1-taglib-1.8.patch
deleted file mode 100644
index 90c49a29af74..000000000000
--- a/dev-python/tagpy/files/tagpy-2018.1-taglib-1.8.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-diff -Naur a/src/wrapper/id3.cpp b/src/wrapper/id3.cpp
---- a/src/wrapper/id3.cpp 2019-03-23 08:26:04.975722018 -0400
-+++ b/src/wrapper/id3.cpp 2019-03-23 08:26:54.438399217 -0400
-@@ -220,12 +220,7 @@
- .DEF_SIMPLE_METHOD(removeFrame)
- .DEF_SIMPLE_METHOD(removeFrames)
-
-- #if (TAGPY_TAGLIB_HEX_VERSION >= 0x10800)
-- .DEF_OVERLOADED_METHOD(render, ByteVector (cl::*)() const)
-- .DEF_OVERLOADED_METHOD(render, ByteVector (cl::*)(int) const)
-- #else
-- .def("render", (ByteVector (cl::*)() const) &cl::render)
-- #endif
-+ .def("render", (ByteVector (cl::*)() const) &cl::render)
- ;
- }
-