Bugzilla – Bug 115205
SDL_devel depends on arts-devel
Last modified: 2006-07-15 09:45:11 UTC
Date: Sat, 3 Sep 2005 22:16:42 +0200 From: Dirk Mueller <dmuell@gmx.net> To: suse-beta-e@suse.com Cc: Jan Engelhardt <jengelh@linux01.gwdg.de> Subject: Re: [suse-beta-e] SDL_devel On Thursday 01 September 2005 16:54, Jan Engelhardt wrote: > why does SDL_devel need arts-devel? There is no .so or other binary > AFAICS which requires it. I don't see a reason either. the installed .la files don't require it, since SDL now dlopen's arts support. I'd suggest to file a bugreport and assign it to nadvornik@suse.de (or .cz, depending on which bugzilla account exists).
fixed for 10.1 beta3
The same applies to the Requires of esound-devel: ------------------------------------------------------------------- Thu Feb 05 17:02:00 CET 2004 - nadvornik@suse.cz - updated to 1.2.6 - arts and esound libs are dlopened -------------------------------------------------------------------- grep esound `rpm -ql SDL-devel | grep lib.*a` (no output) ldd /usr/lib64/libSDL*o* | grep esound (no output) hence, esound-devel should be removed from Requires of SDL-devel. --- SDL.spec 2006/03/09 15:18:34 1.1 +++ SDL.spec 2006/03/09 15:18:53 @@ -55,7 +55,7 @@ Group: Development/Libraries/X11 Provides: sdl-devel Obsoletes: sdl-devel -Requires: SDL esound-devel aalib-devel xorg-x11-devel gcc-c++ slang-devel +Requires: SDL aalib-devel xorg-x11-devel gcc-c++ slang-devel %ifnarch s390 s390x Requires: alsa-devel %endif
fixed/done, it required quite some work because this ment that other packages which need esound-devel needed to be changed to require it explicitly.