Re: [Mesa-dev] [RFC] libGL.so.1.2.0 new name

2012-10-05 Thread Kenneth Graunke
On 10/05/2012 04:42 PM, Ivan Kalvachev wrote: [snip] Anyway, the my proposal is flawed too. `ldconfig` seems too smart. It seems to get the library name from inside the library and creates the symlinks. So no matter how I rename the library it will overwrite the symlinks. I witnessed how `ldconfi

Re: [Mesa-dev] [RFC] libGL.so.1.2.0 new name

2012-10-05 Thread Ivan Kalvachev
By mistake I replied to Brain only, so I'll try with another mail... On 10/4/12, Brian Paul wrote: > On 10/02/2012 05:00 PM, Ivan Kalvachev wrote: >> Hello, >> >> I would like to make a request. >> Would you kindly change the name of libGL.so.1.2.0 to libGL_mesa.so* >> and make all required alias

Re: [Mesa-dev] [RFC] libGL.so.1.2.0 new name

2012-10-04 Thread Brian Paul
On 10/02/2012 05:00 PM, Ivan Kalvachev wrote: Hello, I would like to make a request. Would you kindly change the name of libGL.so.1.2.0 to libGL_mesa.so* and make all required aliases of libGL.so* as symlinks to it. The advantages. 1. Binary drivers won't overwrite the mesa library when they in

[Mesa-dev] [RFC] libGL.so.1.2.0 new name

2012-10-02 Thread Ivan Kalvachev
Hello, I would like to make a request. Would you kindly change the name of libGL.so.1.2.0 to libGL_mesa.so* and make all required aliases of libGL.so* as symlinks to it. The advantages. 1. Binary drivers won't overwrite the mesa library when they install their own version. It would make unified w