rev 17038 - in trunk/packages/kdebase-runtime/debian: . patches

George Kiagiadakis gkiagia-guest at alioth.debian.org
Sun Feb 21 10:25:16 UTC 2010


Author: gkiagia-guest
Date: 2010-02-21 10:25:14 +0000 (Sun, 21 Feb 2010)
New Revision: 17038

Added:
   trunk/packages/kdebase-runtime/debian/patches/03_disable_usr_lib_install_rpath.diff
Modified:
   trunk/packages/kdebase-runtime/debian/changelog
   trunk/packages/kdebase-runtime/debian/patches/series
Log:
* Add patch 03_disable_usr_lib_install_rpath.diff to disable
  setting RPATH to /usr/lib for the phonon platform plugin.


Modified: trunk/packages/kdebase-runtime/debian/changelog
===================================================================
--- trunk/packages/kdebase-runtime/debian/changelog	2010-02-21 10:21:28 UTC (rev 17037)
+++ trunk/packages/kdebase-runtime/debian/changelog	2010-02-21 10:25:14 UTC (rev 17038)
@@ -1,4 +1,4 @@
-kdebase-runtime (4:4.4.0-0r1) UNRELEASED; urgency=low
+kdebase-runtime (4:4.4.0-0r3) UNRELEASED; urgency=low
 
   * New upstream release.
 
@@ -22,6 +22,8 @@
   [ George Kiagiadakis ]
   * Drop backported patch 00_1034807_4.4_backport_rtldglobal.diff.
   * Refresh patch 25_khelp_htdig.diff.
+  * Add patch 03_disable_usr_lib_install_rpath.diff to disable
+    setting RPATH to /usr/lib for the phonon platform plugin.
   * Bump kdelibs5-dev build-dependency to >= 4:4.4.0.
   * Bump libsoprano-dev build-dependency to >= 2.3.70.
   * Add build-dependencies to libattica-dev, libssh-dev, libexiv2-dev.

Added: trunk/packages/kdebase-runtime/debian/patches/03_disable_usr_lib_install_rpath.diff
===================================================================
--- trunk/packages/kdebase-runtime/debian/patches/03_disable_usr_lib_install_rpath.diff	                        (rev 0)
+++ trunk/packages/kdebase-runtime/debian/patches/03_disable_usr_lib_install_rpath.diff	2010-02-21 10:25:14 UTC (rev 17038)
@@ -0,0 +1,10 @@
+--- a/phonon/platform_kde/CMakeLists.txt
++++ b/phonon/platform_kde/CMakeLists.txt
+@@ -16,7 +16,6 @@
+                             INSTALL_RPATH_USE_LINK_PATH TRUE
+                             SKIP_BUILD_RPATH TRUE
+                             BUILD_WITH_INSTALL_RPATH TRUE
+-                            INSTALL_RPATH ${LIB_INSTALL_DIR}
+                         )
+ endif(NOT WIN32)
+ install(TARGETS kde DESTINATION ${PLUGIN_INSTALL_DIR}/plugins/phonon_platform)

Modified: trunk/packages/kdebase-runtime/debian/patches/series
===================================================================
--- trunk/packages/kdebase-runtime/debian/patches/series	2010-02-21 10:21:28 UTC (rev 17037)
+++ trunk/packages/kdebase-runtime/debian/patches/series	2010-02-21 10:25:14 UTC (rev 17038)
@@ -1,3 +1,4 @@
 01_kde4_information_menu.diff
 02_ksvgtopng4.diff
+03_disable_usr_lib_install_rpath.diff
 25_khelp_htdig.diff




More information about the pkg-kde-commits mailing list