[Bug 1901] Review request: bino - 3D video player

RPM Fusion Bugzilla noreply at rpmfusion.org
Thu Mar 1 23:58:39 CET 2012


https://bugzilla.rpmfusion.org/show_bug.cgi?id=1901

--- Comment #30 from Kevin Kofler <kevin.kofler at chello.at> 2012-03-01 23:58:39 CET ---
Uhm, you aren't "unbundling" the icons at all there, you're still shipping them
in the binary package, so license-wise it makes no difference whatsoever. That
said, including LGPLv3+ icons in a GPLv3+ binary is fine and does not require a
separate mention in the License tag.

To really unbundle the icons, one would have to patch the code to stop using
the Qt resource system (which bundles the icons in the binary) and make it use
an icon loader compliant with the freedesktop.org icon theme spec instead, e.g.
the one in kdelibs (i.e. link kdeui and replace all the uses of QIcon with
KIcon, referencing the icon name as per the freedesktop.org icon naming spec).
That would allow theming and adapting to different icon sizes.

-- 
Configure bugmail: https://bugzilla.rpmfusion.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
You are the assignee for the bug.


More information about the rpmfusion-developers mailing list