Bugzilla – Bug 1224452
installing audacious pulls in -devel packages
Last modified: 2024-05-28 19:19:06 UTC
Created attachment 874956 [details] zypper.log When trying to install the audacious package, zypper tries to pull in a lot of -devel packages: The following recommended package was automatically selected: audacious-plugins-extra The following 64 NEW packages are going to be installed: at-spi2-core-devel audacious audacious-plugins audacious-plugins-extra dbus-1-devel glib2-devel libaudcore5 libaudgui5 libaudqt2 libaudtag3 libblkid-devel libcddb2 libcue2 libdrm-devel libeconf-devel libffi-devel libfluidsynth3 libgirepository-2_0-0 libglvnd-devel libinstpatch-1_0-2 liblirc_client0 libmms0 libmodplug1 libmount-devel libopusfile0 libpciaccess-devel libpcre2-32-0 libpcre2-posix3 libselinux-devel libsepol-devel libsidplayfp6 libsndio7 libstdc++-devel libX11-devel libXau-devel libxcb-dbe0 libxcb-devel libxcb-screensaver0 libxcb-xf86dri0 libxcb-xtest0 libxcb-xvmc0 libXext-devel libXfixes-devel libXi-devel libxkbcommon-devel libXrandr-devel libXrender-devel libXtst-devel Mesa-KHR-devel Mesa-libEGL-devel Mesa-libGL-devel pcre2-devel qt6-core-devel qt6-dbus-devel qt6-gui-devel qt6-svg-devel qt6-widgets-devel typelib-1_0-Atspi-2_0 typelib-1_0-GIRepository-3_0 typelib-1_0-GLibUnix-2_0 vulkan-devel vulkan-headers wayland-devel xorgproto-devel
Created attachment 874957 [details] zypper test case compressed with xz
Not a libzypp bug actually, looks like the package itself has cmake(Qt6Svg) as a dependency as can be seen on line 48 here: https://build.opensuse.org/projects/openSUSE:Factory/packages/audacious/files/audacious.spec
Not common that the runtime package requires -devel packages. Something for the audacious package maintainer to judge.