2018-08-29 16:02 GMT+02:00 Michael Cronenworth <m...@cchtml.com>: > Hi all, > > Kodi 18.0 is finally getting close to a general release. Some of the new > features include support for new display systems: Wayland and GBM. The kodi > package will change a little, but the changes will allow you to use the > display system of your choice. > > - kodi: Now a meta package pulling in Everything > - kodi-common: What the kodi package used to be Those two should be merged probably. (see later about backend selection).
> - kodi-x11: X11 binary > - kodi-wayland: Wayland binary > - kodi-gdm: GDM binary I really don't like exposing users to such choices. What if user only install kodi-wayland, but then decide to run kodi under a Xorg session ? Probably a cleaner solution is to enforce conditional dependency from the main kodi package such as: Requires: kodi-x11 if Xorg Requires: kodi-wayland if libwayland-server etc Also I think you are currently missing a condition as you requires the wayland backend either or not it was enabled in the conditional... But anyway, not a big deal, it's just that I bit every time I ear about "users choice" As I way better prefer the packaging(er) to do the right choice for me instead Thx for the update. (I still have a WIP patch for arm on upstream tracker, I will try to finish it). -- - Nicolas (kwizart) _______________________________________________ rpmfusion-users mailing list -- rpmfusion-users@lists.rpmfusion.org To unsubscribe send an email to rpmfusion-users-le...@lists.rpmfusion.org