From ee025ae35fa3bd6ed02f7b7515648f50095c717f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Andriot?= Date: Thu, 1 Jan 2015 23:24:54 +0100 Subject: RPM packaging: update amarok --- .../amarok/amarok-3.5.13.1-add_xine12_support.patch | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 redhat/applications/amarok/amarok-3.5.13.1-add_xine12_support.patch (limited to 'redhat/applications/amarok/amarok-3.5.13.1-add_xine12_support.patch') 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; - -- cgit v1.2.1