gephex--main--0.4--patch-1861
| Newsgroups | gmane.comp.video.gephex.devel |
|---|---|
| Message-ID | <[email protected]> |
Archive: [email protected] New revision: gephex--main--0.4--patch-1861 -- Revision: gephex--main--0.4--patch-1861 Archive: [email protected] Creator: The Gephex Source Archive <[email protected]> Date: Wed Mar 16 19:50:43 CET 2005 Standard-date: 2005-03-16 18:50:43 GMT Modified-files: data/gephex.conf.default.in New-patches: [email protected]/gephex--main--0.4--patch-1861 [email protected]/gephex--martin--0.4--patch-62 Summary: [MERGE-REQUEST] change plugin search location and order Keywords: Patches applied: * [email protected]/gephex--martin--0.4--patch-62 restore almost the old plugin search path behaviour * added files {arch}/gephex/gephex--main/gephex--main--0.4/[email protected]/patch-log/patch-1861 {arch}/gephex/gephex--martin/gephex--martin--0.4/[email protected]/patch-log/patch-62 * modified files --- orig/data/gephex.conf.default.in +++ mod/data/gephex.conf.default.in @@ -3,9 +3,9 @@ } engine { - module_path = [__HOME_DIR__/.gephex/0.4/modules/;/usr/local/lib/gephex-0.4/modules/;/usr/lib/gephex-0.4/modules/] + type_path = [__CONF_DIR__/types/;@gphx_type_lib_dir@/] + module_path = [__CONF_DIR__/modules/;@gphx_module_lib_dir@/] frei0r_path = [__HOME_DIR__/.frei0r-1/lib/;/usr/local/lib/frei0r-1/;/usr/lib/frei0r-1/] - type_path = [__HOME_DIR__/.gephex/0.4/types/;/usr/local/lib/gephex-0.4/types/;/usr/lib/gephex-0.4/types/] graph_path = [__CONF_DIR__/graphs/] ipc_unix_node_prefix = [/tmp/gephex_socket_] ipc_type = [inet]