summaryrefslogtreecommitdiffstats
path: root/redhat/applications/amarok/amarok-3.5.13.1-add_xine12_support.patch
diff options
context:
space:
mode:
authorFrançois Andriot <albator78@libertysurf.fr>2019-11-03 10:14:46 +0100
committerFrançois Andriot <albator78@libertysurf.fr>2019-11-03 11:16:29 +0100
commitc3350bda33cd4e47c3d13eb7c9dcea757b2a5ec0 (patch)
tree05b16c4c316aad9b0572275b8c32868b2aef7965 /redhat/applications/amarok/amarok-3.5.13.1-add_xine12_support.patch
parentc9bb196e3bc20aef636c7478727f24aa7656b3cf (diff)
downloadtde-packaging-c3350bda33cd4e47c3d13eb7c9dcea757b2a5ec0.tar.gz
tde-packaging-c3350bda33cd4e47c3d13eb7c9dcea757b2a5ec0.zip
RPM: remove lots of obsolete 3.5.13.x files
Diffstat (limited to 'redhat/applications/amarok/amarok-3.5.13.1-add_xine12_support.patch')
-rw-r--r--redhat/applications/amarok/amarok-3.5.13.1-add_xine12_support.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/redhat/applications/amarok/amarok-3.5.13.1-add_xine12_support.patch b/redhat/applications/amarok/amarok-3.5.13.1-add_xine12_support.patch
deleted file mode 100644
index 2328a62b8..000000000
--- a/redhat/applications/amarok/amarok-3.5.13.1-add_xine12_support.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- amarok-3.5.13.1/amarok/src/engine/xine/xine-engine.cpp.ORI 2012-10-02 20:00:20.751039350 +0000
-+++ amarok-3.5.13.1/amarok/src/engine/xine/xine-engine.cpp 2012-10-02 20:05:34.336512276 +0000
-@@ -1131,7 +1131,11 @@
-
- bool XineEngine::getAudioCDContents(const TQString &device, KURL::List &urls)
- {
-+#if XINE_MAJOR_VERSION > 1 || ( XINE_MAJOR_VERSION == 1 && XINE_MINOR_VERSION >= 2 )
-+ const char * const* xine_urls = NULL;
-+#else
- char **xine_urls = NULL;
-+#endif
- int num;
- int i = 0;
-