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]

[ITP] libEMF/libEMF1/libEMF-devel: A library for generatingEnhanced Metafiles


Hi

I would like to contribute and maintain the libEMF package:

 * http://libemf.sourceforge.net/ (Homepage)
 * http://sourceforge.net/projects/pstoedit  (Download location) 


This package could be used by pstoedit which was just ITP'd.

Ciao
  Volker

--

Here are the setup.hint files:


libEMF:

sdesc: "A library for generating Enhanced Metafiles"
ldesc: "libEMF is a library for generating Enhanced Metafiles on systems which
don't natively support the ECMA-234 Graphics Device Interface
(GDI). The library is intended to be used as a driver for other
graphics programs such as Grace or gnuplot. Therefore, it implements a
very limited subset of the GDI."
category: Libs Graphics
requires: cygwin libEMF1

libEMF1:

sdesc: "A library for generating Enhanced Metafiles (Runtime package)"
ldesc: "libEMF is a library for generating Enhanced Metafiles on systems which
don't natively support the ECMA-234 Graphics Device Interface
(GDI). The library is intended to be used as a driver for other
graphics programs such as Grace or gnuplot. Therefore, it implements a
very limited subset of the GDI."
category: Libs Graphics
requires: cygwin
external-source: libEMF

libEMF-devel:

sdesc: "A library for generating Enhanced Metafiles (Devel package)"
ldesc: "libEMF is a library for generating Enhanced Metafiles on systems which
don't natively support the ECMA-234 Graphics Device Interface
(GDI). The library is intended to be used as a driver for other
graphics programs such as Grace or gnuplot. Therefore, it implements a
very limited subset of the GDI."
category: Libs Graphics
requires: cygwin libEMF1
external-source: libEMF

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

mkdir -p libEMF/libEMF1 libEMF/libEMF-devel

cd libEMF
wget http://cygwin.dev.wapme.net/packages/vzell/cygwin/release/libEMF/setup.hint
wget http://cygwin.dev.wapme.net/packages/vzell/cygwin/release/libEMF/libEMF-1.0.3-1-src.tar.bz2
wget http://cygwin.dev.wapme.net/packages/vzell/cygwin/release/libEMF/libEMF-1.0.3-1.tar.bz2

cd libEMF1
wget http://cygwin.dev.wapme.net/packages/vzell/cygwin/release/libEMF/libEMF1/setup.hint
wget http://cygwin.dev.wapme.net/packages/vzell/cygwin/release/libEMF/libEMF1/libEMF1-1.0.3-1.tar.bz2

cd ../libEMF-devel
wget http://cygwin.dev.wapme.net/packages/vzell/cygwin/release/libEMF/libEMF-devel/setup.hint
wget http://cygwin.dev.wapme.net/packages/vzell/cygwin/release/libEMF/libEMF-devel/libEMF-devel-1.0.3-1.tar.bz2

-------------------------------- cut here ------------------------------------


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