Bug 432651

Summary: RFE/Patch: split libwmflite into subpackage
Product: [Fedora] Fedora Reporter: Ville Skyttä <ville.skytta>
Component: libwmfAssignee: Caolan McNamara <caolanm>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: rawhideKeywords: Patch
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 0.2.8.4-18 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-02-13 18:36:46 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
Split libwmflite into subpackage none

Description Ville Skyttä 2008-02-13 16:51:29 UTC
I would like to add BMP subtitle support to dvdauthor.  This can be done with
ImageMagick or GraphicsMagick.  ImageMagick is a no go due to a huge dependency
chain, see bug 212478.  GraphicsMagick's dependency chain is smaller but not
quite acceptable yet.

However, I noticed that GraphicsMagick only depends on libwmflite, not libwmf,
and if it was possible to install only libwmflite, GraphicsMagick's dependency
chain would look much smaller and quite acceptable to me.

A patch that splits libwmflite into its own subpackage is attached.  I don't
know if/what font functionality libwmflite requires; if it needs it, I suppose
that possibly the urw-fonts dependency and /usr/bin/libwmf-fontmap and
/usr/share/libwmf dir should be moved to the libwmflite subpackage too.

Comment 1 Ville Skyttä 2008-02-13 16:51:29 UTC
Created attachment 294806 [details]
Split libwmflite into subpackage

Comment 2 Caolan McNamara 2008-02-13 17:15:08 UTC
looks fine to me, go ahead and commit and built it if you want.

Comment 3 Ville Skyttä 2008-02-13 18:36:46 UTC
Done, thanks.  I also took the liberty of converting README to UTF-8 while at it.