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] libfpx: FlashPIX image library


Hi

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

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

   libMagick6



Here are the setup.hint files:
-------------------------------------------------------------------------------------------
./libfpx-devel/setup.hint

sdesc: "FlashPIX image library - (development)"
ldesc: "The Flashpix OpenSource Toolkit is the FlashPix Reference Implementation."
category: Devel Graphics Libs
requires: cygwin libfpx1
external-source: libfpx

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

sdesc: "FlashPIX image library"
ldesc: "This package is the Flashpix OpenSource Toolkit and is based on source 
code obtained from the Digital Imaging Group Inc and the Eastman Kodak Company."
category: Graphics Libs
requires: cygwin libfpx1

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

sdesc: "FlashPIX image library - (runtime)"
ldesc: "The Flashpix OpenSource Toolkit is the FlashPix Reference Implementation."
category: Graphics Libs
requires: cygwin
external-source: libfpx



For downloading 

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

mkdir -p libfpx/libfpx1 libfpx/libfpx-devel

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

cd libfpx1
wget http://volkerzell.de/cygwin/ITP/libfpx/libfpx1/setup.hint
wget http://volkerzell.de/cygwin/ITP/libfpx/libfpx1/libfpx1-1.2.0.13-1.tar.bz2

cd ../libfpx-devel
wget http://volkerzell.de/cygwin/ITP/libfpx/libfpx-devel/setup.hint
wget http://volkerzell.de/cygwin/ITP/libfpx/libfpx-devel/libfpx-devel-1.2.0.13-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]