Bug 159182 - media-plugins/libvisual-plugins-0.4.0 uses LIBS instead of LIBADD in Makefile.am
Bug#: 159182 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: sound@gentoo.org Reported By: levertond@googlemail.com
Component: Ebuilds
URL: 
Summary: media-plugins/libvisual-plugins-0.4.0 uses LIBS instead of LIBADD in Makefile.am
Keywords:  
Status Whiteboard: 
Opened: 2006-12-26 18:47 0000
Description:   Opened: 2006-12-26 18:47 0000
libvisual-plugins tries to use the LIBS variable to specify extra libraries to
link against, instead of the correct LIBADD.  This results in the OpenGL
plugins not being linked against the GL libraries, so they don't work.

(Actually, madspin works anyway for some reason, at least with Amarok.  I have
no idea why.)

------- Comment #1 From David Leverton 2006-12-26 18:48:14 0000 -------
Created an attachment (id=104786) [details]
libvisual-plugins-0.4.0-LIBADD.patch

------- Comment #2 From Alexis Ballier 2007-02-04 16:59:05 0000 -------
Thanks, patched in 0.4.0-r1

could you please make sure that upstream fixes this aswell ?