[Bug 223686] New: istanbul gstreamer plugin shouldn't have an SONAME
https://bugzilla.novell.com/show_bug.cgi?id=223686 Summary: istanbul gstreamer plugin shouldn't have an SONAME Product: openSUSE 10.3 Version: unspecified Platform: All OS/Version: All Status: NEW Severity: Enhancement Priority: P5 - None Component: GNOME AssignedTo: bnc-team-gnome@forge.provo.novell.com ReportedBy: andreas.hanke@gmx-topmail.de QAContact: qa@suse.de /opt/gnome/lib/gstreamer-0.10/libistximagesrc.so /opt/gnome/lib/gstreamer-0.10/libistximagesrc.so.0 /opt/gnome/lib/gstreamer-0.10/libistximagesrc.so.0.0.0 This should better be 1 library /opt/gnome/lib/gstreamer-0.10/libistximagesrc.so without versions and without an SONAME (because it's actually not a library, but a plugin). -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=223686 andreas.hanke@gmx-topmail.de changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|Enhancement |Normal ------- Comment #1 from andreas.hanke@gmx-topmail.de 2006-11-24 23:33 MST ------- This is actually a real bug and not an enhancement, caused by missing/incomplete/badly copied and pasted code. They have ripped the ximagesrc plugin from gst-plugins-good, and just copied the Makefile.am. But they forgot to copy the appropriate parts of configure.ac, and so $(GST_PLUGIN_LDFLAGS) expands to nothing. $(GST_PLUGIN_LDFLAGS) should include at least "-module -avoid-version", which takes care of not adding an SONAME to the shared object. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=223686 jpr@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team- |abockover@novell.com |gnome@forge.provo.novell.com| -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=223686 jpr@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|abockover@novell.com |sbrabec@novell.com ------- Comment #2 from jpr@novell.com 2006-11-29 09:17 MST ------- Actually, Istanbul. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=223686 abockover@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Comment #3 from abockover@novell.com 2006-12-12 15:22 MST ------- Fix checked into STABLE. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
participants (1)
-
bugzilla_noreply@novell.com