| Anonymous | Login | Signup for a new account | 2013-06-19 21:19 CEST | ![]() |
| Main | My View | View Issues | Change Log | Roadmap |
| View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | ||||||||
| 0001628 | Kdenlive | Build System | public | 2010-05-29 18:45 | 2010-05-29 18:48 | ||||||||
| Reporter | Espinosa | ||||||||||||
| Assigned To | |||||||||||||
| Priority | low | Severity | minor | Reproducibility | always | ||||||||
| Status | new | Resolution | open | ||||||||||
| Platform | 32 bit intel and alike | OS | Mandriva | OS Version | 2010 | ||||||||
| Product Version | Recent git | ||||||||||||
| Target Version | Fixed in Version | ||||||||||||
| Summary | 0001628: compiling with MLT in nonstandard location cause incorrect default locations of mlt profiles and melt binary | ||||||||||||
| Description | Despite kdenlive must know where my melt binary is and my MLT profiles still it offers hardcoded (?) values of / Location of MLT *IS* provided in Kdenlive compile time but it is not reflected in default values of melt binary and my MLT profiles. It could be assumed from -DLIBMLT_DIR variable. I have self compiled FFmpeg and MLT and Kdenlive. I try to have all parts under one root directory something like /opt/kdenlive_7_8svn with included MLT and FFmpeg. cmake \ -DCMAKE_INSTALL_PREFIX=$DEST_DIR \ -DLIBMLT_DIR=$DEST_DIR \ -DLIBMLT_LIBRARY=$DEST_DIR/lib/libmlt.so \ -DLIBMLTPLUS_LIBRARY=$DEST_DIR/lib/libmlt++.so \ -DLIBMLTPLUS_INCLUDE_DIR=$DEST_DIR/include \ -DLIBMLT_INCLUDE_DIR=$DEST_DIR/include/mlt \ -DCMAKE_BUILD_TYPE=Debug . && make && make install | ||||||||||||
| Tags | No tags attached. | ||||||||||||
| Build/Install Method | Manual build from SVN | ||||||||||||
| Attached Files | |||||||||||||
Notes |
|
|
(0005234) Espinosa (reporter) 2010-05-29 18:48 |
correction: Despite kdenlive must know (could assume better) where my melt binary is still it offers hardcoded (?) values of /usr/bin/melt. Similar for MLT profiles (/usr/share/mlt ?? from top of my head) It is not a big issue since it is easy to fix this in UI but kdenlive could do better :) |
Issue History |
|||
| Date Modified | Username | Field | Change |
| 2010-05-29 18:45 | Espinosa | New Issue | |
| 2010-05-29 18:48 | Espinosa | Note Added: 0005234 | |
| Copyright © 2000 - 2013 MantisBT Team |