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] libmng: A library of functions for manipulating MNG format files


Hi

I would like to adopt and maintain the 'libmng' package from Gerrit P.Haase and 
split it into 'libmng/libmng1/libmng-devel/libmng-contrib' packages.


Here are the setup.hint files:
-------------------------------------------------------------------------------------------
./libmng-contrib/setup.hint

sdesc: "A library of functions for manipulating MNG format files - (contrib)"
ldesc: "libmng is a library for reading, writing, displaying and examing
Multiple-Image Network Graphics. MNG is the animation extension to the
popular PNG image-format."
category: Graphics
requires: cygwin glib2 gtk2-x11-runtime lesstif libjpeg62 liblcms1 libmng1 xorg-x11-bin-dlls zlib
external-source: libmng

-------------------------------------------------------------------------------------------
./libmng-devel/setup.hint

sdesc: "A library of functions for manipulating MNG format files - (development)"
ldesc: "libmng is a library for reading, writing, displaying and examing
Multiple-Image Network Graphics. MNG is the animation extension to the
popular PNG image-format."
category: Devel Graphics Libs
requires: cygwin libmng1 libjpeg-devel liblcms-devel zlib
external-source: libmng

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

sdesc: "A library of functions for manipulating MNG format files - (runtime)"
ldesc: "libmng is a library for reading, writing, displaying and examing
Multiple-Image Network Graphics. MNG is the animation extension to the
popular PNG image-format."
category: Graphics Libs
requires: cygwin libjpeg62 liblcms1 zlib
external-source: libmng

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

sdesc: "A library of functions for manipulating MNG format files - (utilities)"
ldesc: "libmng is a library for reading, writing, displaying and examing
Multiple-Image Network Graphics. MNG is the animation extension to the
popular PNG image-format."
category: Graphics Libs
requires: cygwin libmng1



For downloading 

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

mkdir -p libmng/libmng1 libmng/libmng-devel libmng/libmng-contrib

cd libmng
wget http://volkerzell.de/cygwin/ITP/libmng/setup.hint
wget http://volkerzell.de/cygwin/ITP/libmng/libmng-1.0.10-1-src.tar.bz2
wget http://volkerzell.de/cygwin/ITP/libmng/libmng-1.0.10-1.tar.bz2

cd libmng1
wget http://volkerzell.de/cygwin/ITP/libmng/libmng1/setup.hint
wget http://volkerzell.de/cygwin/ITP/libmng/libmng1/libmng1-1.0.10-1.tar.bz2

cd ../libmng-devel
wget http://volkerzell.de/cygwin/ITP/libmng/libmng-devel/setup.hint
wget http://volkerzell.de/cygwin/ITP/libmng/libmng-devel/libmng-devel-1.0.10-1.tar.bz2

cd ../libmng-contrib
wget http://volkerzell.de/cygwin/ITP/libmng/libmng-contrib/setup.hint
wget http://volkerzell.de/cygwin/ITP/libmng/libmng-contrib/libmng-contrib-1.0.10-1.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]