GNOME Bugzilla – Bug 641468
Libs always installed into /usr/lib regarding current architecture
Last modified: 2011-10-29 15:35:23 UTC
qt-gstreamer 0.10.1 always install libs into /usr/lib, where it should be /usr/lib64 in x86_64 arch. The same for gst element, the plugin dir should be fetched from pkgconfig file. Please check following patch: http://svn.mandriva.com/cgi-bin/viewvc.cgi/packages/cooker/qt-gstreamer/current/SOURCES/qt-gstreamer-0.10.1-libdir.patch
(In reply to comment #0) > qt-gstreamer 0.10.1 always install libs into /usr/lib, where it should be > /usr/lib64 in x86_64 arch. Yes, I already spotted that, it will be fixed in the next release. > The same for gst element, the plugin dir should be fetched from pkgconfig file. Thanks, I didn't know about this pkg-config variable.
George is this fixed now? So this bug can be closed?
not fixed, i think
I just commited the fix. Sorry for taking so long, I initially left it aside because the patch wasn't good enough and I needed to do some modifications, and then I nearly forgot about it.
commit 9049530abf76d2003591f04d0968b2c32dd972b6 Author: George Kiagiadakis <george.kiagiadakis@collabora.co.uk> Date: Mon May 23 18:03:43 2011 +0300 Add support for installing libraries in lib64 and plugins in the standard gstreamer plugins location.