After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 641468 - Libs always installed into /usr/lib regarding current architecture
Libs always installed into /usr/lib regarding current architecture
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: qt-gstreamer
git master
Other Linux
: High normal
: 0.10.2
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-02-04 10:15 UTC by Funda Wang
Modified: 2011-10-29 15:35 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Funda Wang 2011-02-04 10:15:25 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
Comment 1 George Kiagiadakis 2011-02-04 16:25:52 UTC
(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.
Comment 2 Christian Fredrik Kalager Schaller 2011-05-20 13:32:18 UTC
George is this fixed now? So this bug can be closed?
Comment 3 Funda Wang 2011-05-20 18:21:34 UTC
not fixed, i think
Comment 4 George Kiagiadakis 2011-05-23 15:22:29 UTC
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.
Comment 5 Tim-Philipp Müller 2011-10-29 15:35:23 UTC
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.