This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[ITA] libwmf: Windows Metafile library


Hi

I would like to adopt and maintain the 'libwmf' package from Gerrit P.Haase and split it 
into 'libwmf/libwmf027/libwmf-devel/libwmf-doc/gdk-pixbuf2-wmf' packages.

!!!!!!!!!!!!!!!
NOTE: Due to monolithic nature of Gerrit's old package the following packages will have wrong dependencies

   libMagick10         Volker seems to be working on it (the other one) - so if my ITA gets accepted
                       before he releases a new version, everything is fine


Here are the setup.hint files:
-------------------------------------------------------------------------------------------
./gdk-pixbuf2-wmf/setup.hint

sdesc: "Windows Metafile library - (GdkPixbuf loader)"
ldesc: "Library and utilities for displaying and converting metafile images."
category: Devel Graphics Libs
requires: cygwin gtk2-x11-runtime libwmf027
external-source: libwmf

-------------------------------------------------------------------------------------------
./libwmf-devel/setup.hint

sdesc: "Windows Metafile library - (development)"
ldesc: "Library and utilities for displaying and converting metafile images."
category: Devel Graphics Libs
requires: cygwin libwmf027 expat libfreetype2-devel libjpeg-devel libpng12-devel xorg-x11-devel coreutils
external-source: libwmf

-------------------------------------------------------------------------------------------
./libwmf-doc/setup.hint

sdesc: "Windows Metafile library - (documentation)"
ldesc: "Library and utilities for displaying and converting metafile images."
category: Devel Doc Graphics
requires: cygwin
external-source: libwmf

-------------------------------------------------------------------------------------------
./libwmf027/setup.hint

sdesc: "Windows Metafile library - (runtime)"
ldesc: "Library and utilities for displaying and converting metafile images."
category: Graphics Libs
requires: cygwin libexpat0 libfreetype26 libjpeg62 libpng12 libwmf027 xorg-x11-bin-dlls ghostscript-base
external-source: libwmf

-------------------------------------------------------------------------------------------
./setup.hint

sdesc: "Windows Metafile library - (utilities)"
ldesc: "libwmf is a library for reading vector images in Microsoft's native
Windows Metafile Format (WMF) and for either (a) displaying them in,
e.g., an X window; or (b) converting them to more standard/open file
formats such as, e.g., the W3C's XML-based Scaleable Vector Graphic
(SVG) format. Currently bindings exist for conversion to vector image
formats EPS, PS, FIG, SVG, and raster image formats PNG and JPEG."
category: Graphics Libs
requires: cygwin libwmf027



For downloading 

------------------------------------ cut here ------------------------------------
#!/bin/bash

mkdir -p libwmf/libwmf027 libwmf/libwmf-devel libwmf/libwmf-doc libwmf/gdk-pixbuf2-wmf

cd libwmf
wget http://volkerzell.de/cygwin/ITP/libwmf/setup.hint
wget http://volkerzell.de/cygwin/ITP/libwmf/libwmf-0.2.8.4-2-src.tar.bz2
wget http://volkerzell.de/cygwin/ITP/libwmf/libwmf-0.2.8.4-2.tar.bz2

cd libwmf027
wget http://volkerzell.de/cygwin/ITP/libwmf/libwmf027/setup.hint
wget http://volkerzell.de/cygwin/ITP/libwmf/libwmf027/libwmf027-0.2.8.4-2.tar.bz2

cd ../libwmf-devel
wget http://volkerzell.de/cygwin/ITP/libwmf/libwmf-devel/setup.hint
wget http://volkerzell.de/cygwin/ITP/libwmf/libwmf-devel/libwmf-devel-0.2.8.4-2.tar.bz2

cd ../libwmf-doc
wget http://volkerzell.de/cygwin/ITP/libwmf/libwmf-doc/setup.hint
wget http://volkerzell.de/cygwin/ITP/libwmf/libwmf-doc/libwmf-doc-0.2.8.4-2.tar.bz2

cd ../gdk-pixbuf2-wmf
wget http://volkerzell.de/cygwin/ITP/libwmf/gdk-pixbuf2-wmf/setup.hint
wget http://volkerzell.de/cygwin/ITP/libwmf/gdk-pixbuf2-wmf/gdk-pixbuf2-wmf-0.2.8.4-2.tar.bz2
------------------------------------ cut here ------------------------------------

Ciao
  Volker


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]