[81382] trunk/dports/multimedia/kdenlive

ryandesign at macports.org ryandesign at macports.org
Fri Jul 29 18:38:41 PDT 2011


Revision: 81382
          http://trac.macports.org/changeset/81382
Author:   ryandesign at macports.org
Date:     2011-07-29 18:38:40 -0700 (Fri, 29 Jul 2011)
Log Message:
-----------
kdenlive: install apps into ${applications_dir}/KDE4 instead of ${prefix}/bin; see #23070

Modified Paths:
--------------
    trunk/dports/multimedia/kdenlive/Portfile

Added Paths:
-----------
    trunk/dports/multimedia/kdenlive/files/
    trunk/dports/multimedia/kdenlive/files/patch-BUNDLE_INSTALL_DIR.diff

Modified: trunk/dports/multimedia/kdenlive/Portfile
===================================================================
--- trunk/dports/multimedia/kdenlive/Portfile	2011-07-30 01:32:24 UTC (rev 81381)
+++ trunk/dports/multimedia/kdenlive/Portfile	2011-07-30 01:38:40 UTC (rev 81382)
@@ -6,6 +6,7 @@
 
 name                kdenlive
 version             0.8
+revision            1
 set branch          [join [lrange [split ${version} .] 0 1] .]
 categories          multimedia
 maintainers         dennedy.org:dan
@@ -35,3 +36,7 @@
 configure.args-append -DNO_JOGSHUTTLE=1
 
 build.env-append    -DNO_JOGSHUTTLE=1
+
+platform darwin {
+    patchfiles      patch-BUNDLE_INSTALL_DIR.diff
+}

Added: trunk/dports/multimedia/kdenlive/files/patch-BUNDLE_INSTALL_DIR.diff
===================================================================
--- trunk/dports/multimedia/kdenlive/files/patch-BUNDLE_INSTALL_DIR.diff	                        (rev 0)
+++ trunk/dports/multimedia/kdenlive/files/patch-BUNDLE_INSTALL_DIR.diff	2011-07-30 01:38:40 UTC (rev 81382)
@@ -0,0 +1,20 @@
+--- renderer/CMakeLists.txt.orig	2011-07-29 20:03:33.000000000 -0500
++++ renderer/CMakeLists.txt	2011-07-29 20:07:12.000000000 -0500
+@@ -25,5 +25,5 @@
+   ${QT_QTDBUS_LIBRARY}
+ )
+ 
+-install(TARGETS kdenlive_render DESTINATION ${BIN_INSTALL_DIR})
++install(TARGETS kdenlive_render DESTINATION ${BUNDLE_INSTALL_DIR})
+ 
+--- src/CMakeLists.txt.orig	2011-07-29 20:03:33.000000000 -0500
++++ src/CMakeLists.txt	2011-07-29 20:07:15.000000000 -0500
+@@ -363,7 +363,7 @@
+   endif(OPENGL_FOUND)
+ endif(APPLE)
+ 
+-install(TARGETS kdenlive DESTINATION ${BIN_INSTALL_DIR})
++install(TARGETS kdenlive DESTINATION ${BUNDLE_INSTALL_DIR})
+ install(FILES kdenliveui.rc kdenlive.notifyrc DESTINATION ${DATA_INSTALL_DIR}/kdenlive)
+ install(FILES kdenlivesettings.kcfg DESTINATION ${KCFG_INSTALL_DIR})
+ install(FILES kdenlive.desktop DESTINATION ${XDG_APPS_INSTALL_DIR})
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110729/62bc6be4/attachment.html>


More information about the macports-changes mailing list