]> git.pld-linux.org Git - packages/amarok.git/commitdiff
- load mongrel from system load path
authorElan Ruusamäe <glen@pld-linux.org>
Sat, 3 May 2008 17:39:35 +0000 (17:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    amarok-mongrel.patch -> 1.1

amarok-mongrel.patch [new file with mode: 0644]

diff --git a/amarok-mongrel.patch b/amarok-mongrel.patch
new file mode 100644 (file)
index 0000000..9c76e4f
--- /dev/null
@@ -0,0 +1,12 @@
+--- amarok-1.4.9.1/amarok/src/mediadevice/daap/daapserver.cpp~ 2008-04-10 23:16:37.000000000 +0300
++++ amarok-1.4.9.1/amarok/src/mediadevice/daap/daapserver.cpp  2008-05-03 20:38:40.854585305 +0300
+@@ -30,9 +30,6 @@
+     m_server = new KProcIO();
+     m_server->setComm( KProcess::All );
+     *m_server << "amarok_daapserver.rb";
+-    *m_server << locate( "data", "amarok/ruby_lib/" );
+-    *m_server << locate( "lib", "ruby_lib/" );
+-    *m_server << locate( "data", "amarok/scripts/ruby_debug/debug.rb" );
+     if( !m_server->start( KProcIO::NotifyOnExit, true ) ) {
+         error() << "Failed to start amarok_daapserver.rb" << endl;
+         return;
This page took 0.077153 seconds and 4 git commands to generate.