nordlicht / nordlicht

Creates colorful timebars from video and audio files
http://nordlicht.github.io/
Other
64 stars 4 forks source link

Respect LIB_SUFFIX and LIB_INSTALL_DIR #1

Closed Nikoli closed 10 years ago

Nikoli commented 10 years ago

I am packaging nordlicht for Gentoo, amd64 systems install libs to /usr/lib64, not /usr/lib. Respecting LIB_SUFFIX and LIB_INSTALL_DIR is required for making correct package. Examples: http://quickgit.kde.org/?p=libechonest.git&a=blob&h=ac3c77b30febe9aa2f4127ecf5b51bf6974a6a81&hb=f32ec00185b3fbb4c493dc7cc511b0ad96b7911f&f=CMakeLists.txt#l69

https://bitbucket.org/acoustid/chromaprint/src/dd51f8e571227fc4bb8f09e382e4258ccea46757/CMakeLists.txt?at=master#cl-36

https://github.com/i-rinat/libvdpau-va-gl/issues/4

blinry commented 10 years ago

Thanks! Please check whether 9bc7859e6a8b8eea2f3b111d4157175415123f2a fixes this. And I'm very interested how you stumbled upon nordlicht! :-)

Nikoli commented 10 years ago

libnordlicht.so is now installed to /usr/lib64/, but .pc file is still installed to /usr/lib/pkgconfig/nordlicht.pc and has libdir=/usr/lib instead of libdir=/usr/lib64.

blinry commented 10 years ago

Fixed by f5442663b10f24c72ffb39d0a709b2e7cce6c330.