*** timbyr has quit IRC | 00:38 | |
*** timbyr has joined #lv2 | 00:38 | |
*** NickSB has quit IRC | 00:40 | |
*** NickSB has joined #lv2 | 00:40 | |
*** sigma61 has quit IRC | 00:47 | |
*** sigma6 has joined #lv2 | 00:47 | |
*** bgola has quit IRC | 00:55 | |
*** ssj71 has quit IRC | 00:59 | |
*** bgola has joined #lv2 | 01:01 | |
*** sigma61 has joined #lv2 | 01:26 | |
*** bgola_ has joined #lv2 | 01:28 | |
*** sigma6 has quit IRC | 01:29 | |
*** bgola has quit IRC | 01:29 | |
*** Gethiox has joined #lv2 | 01:42 | |
*** ssj71 has joined #lv2 | 01:48 | |
*** LAbot has joined #lv2 | 06:54 | |
*** timbyr has quit IRC | 10:19 | |
*** timbyr has joined #lv2 | 10:21 | |
*** triune has quit IRC | 10:24 | |
*** timbyr has quit IRC | 10:29 | |
*** timbyr has joined #lv2 | 10:30 | |
*** edogawa_ has joined #lv2 | 10:39 | |
*** edogawa has quit IRC | 10:39 | |
*** Anchakor_ has quit IRC | 10:55 | |
*** Javafant has quit IRC | 11:05 | |
*** ssj71_ has quit IRC | 11:08 | |
*** Javafant has joined #lv2 | 11:09 | |
*** Javafant has quit IRC | 11:54 | |
*** Javafant has joined #lv2 | 11:55 | |
*** edogawa_ has quit IRC | 11:56 | |
*** edogawa has joined #lv2 | 12:05 | |
*** triune has joined #lv2 | 12:09 | |
*** Javafant has quit IRC | 12:35 | |
*** Javafant has joined #lv2 | 12:35 | |
*** ricardocrudo has joined #lv2 | 12:50 | |
*** falktx has joined #lv2 | 14:26 | |
*** HarryHaaren has joined #lv2 | 14:31 | |
*** HarryHaaren has quit IRC | 15:20 | |
*** sigma6 has quit IRC | 15:59 | |
*** falktx has quit IRC | 16:02 | |
*** ssj71_ has joined #lv2 | 16:03 | |
*** falktx has joined #lv2 | 16:21 | |
*** crudo has joined #lv2 | 16:24 | |
*** crudo is now known as Guest64238 | 16:26 | |
*** Guest64238 has quit IRC | 16:27 | |
*** ricardocrudo has quit IRC | 16:27 | |
*** ricardocrudo has joined #lv2 | 16:27 | |
*** HarryHaaren has joined #lv2 | 16:53 | |
*** falktx has quit IRC | 17:16 | |
*** ricardocrudo has quit IRC | 17:28 | |
*** HarryHaaren has quit IRC | 17:42 | |
*** timbyr has quit IRC | 17:42 | |
*** ricardocrudo has joined #lv2 | 17:50 | |
*** timbyr has joined #lv2 | 17:51 | |
*** HarryHaaren has joined #lv2 | 17:56 | |
*** mlpug has joined #lv2 | 17:59 | |
*** timbyr has quit IRC | 18:01 | |
*** mlpug has quit IRC | 18:04 | |
*** mlpug has joined #lv2 | 18:09 | |
*** timbyr has joined #lv2 | 18:15 | |
*** mlpug has quit IRC | 20:45 | |
*** falktx has joined #lv2 | 20:56 | |
*** ssj71_ has quit IRC | 20:58 | |
*** Gethiox has quit IRC | 21:25 | |
*** ssj72 has quit IRC | 21:27 | |
*** ssj72 has joined #lv2 | 21:27 | |
*** ssj71 has joined #lv2 | 21:28 | |
ssj71 | should plugins install to target directory /usr/local/lib/lv2 or just /usr/lib/lv2? | 21:29 |
---|---|---|
ssj71 | also should they ever use lib64/lv2? | 21:29 |
falktx | I think there's a lv2 page for this | 21:30 |
falktx | ssj71: http://lv2plug.in/wiki/Filesystem_Hierarchy_Standard | 21:31 |
falktx | ssj71: lv2 bundles don't distinguish between binary types (arm, intel 32bit vs 64bit, etc) so using lib64 makes no sense | 21:32 |
ssj71 | ok. I should tell rncbc, he's upstream | 21:32 |
ssj71 | thanks falktx | 21:32 |
falktx | yeah rncbc installing in lib64 is terrible | 21:33 |
falktx | I tried to tell him, he just told me that's what opensuse does it, and its what he uses | 21:33 |
ssj71 | and I copied him :\ | 21:33 |
ssj71 | oh well, live and learn | 21:33 |
falktx | ssj71: using lib64 may break debian and/or ubuntu builds | 21:34 |
ssj71 | so I won't bother trying to change upstream then | 21:34 |
ssj71 | as the target directory? | 21:34 |
ssj71 | wow | 21:34 |
falktx | sometimes lib64 doesn't exist at all | 21:34 |
falktx | (on a 64bit system) | 21:34 |
falktx | "ls /usr/ | grep lib64" prints nothing here | 21:34 |
*** Gethiox has joined #lv2 | 21:34 | |
falktx | so if you installed to lib64 here, no host would pick it up | 21:35 |
falktx | ssj71: I think on opensuse 64bit /usr/lib is used for 32bit libs and /usr/lib64 for 64bit libs | 21:39 |
falktx | so in there installing to /usr/lib64 would be a good idea | 21:39 |
ssj71 | well... | 21:41 |
ssj71 | I think I'll let the opensuse users do it manually. Other users are having troubles because of it | 21:42 |
ssj71 | and so far they're more plentiful I think | 21:42 |
falktx | if (is64bit and exists("/usr/lib64")) path = /usr/lib64 else path = /usr/lib ? | 21:43 |
falktx | something like that could work | 21:43 |
rgareus | ideally the install-script honors PREFIX, DESTDIR and LIBDIR, the rest is up to the packager. | 21:47 |
rgareus | defaults: LIBDIR=$PREFIX/lib PREFIX=$DESTDIR/usr/local and DESTDIR= (empty) | 21:48 |
rgareus | lv2 go to LIBDIR/lv2 | 21:48 |
rgareus | DESTDIR is usually used by packagers to install in local temporary folders, as opposed to libdir it is not used when setting rpaths for linking (but that's not important for lv2, anyway) | 21:49 |
rgareus | srpm does set these in the environment, same on debian with dh-* (sets libdir on multi-arch systems) | 21:51 |
*** falktx_ has joined #lv2 | 21:53 | |
*** ssj71 has quit IRC | 21:53 | |
*** falktx has quit IRC | 21:53 | |
*** ricardocrudo has quit IRC | 21:53 | |
*** ricardocrudo has joined #lv2 | 22:07 | |
*** Gethiox has quit IRC | 22:08 | |
*** HarryHaaren has quit IRC | 22:08 | |
*** Gethiox has joined #lv2 | 22:15 | |
*** Gethiox has quit IRC | 22:22 | |
*** Gethiox has joined #lv2 | 22:23 | |
*** LAbot has joined #lv2 | 22:29 | |
*** edogawa has quit IRC | 22:58 | |
*** ssj71 has joined #lv2 | 23:08 | |
*** ricardocrudo has quit IRC | 23:12 | |
*** ssj71 has quit IRC | 23:43 |
Generated by irclog2html.py 2.13.0 by Marius Gedminas - find it at mg.pov.lt!