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] jasper: JPEG 2000 library


Hi

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

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

   libMagick6


If accepted an updated version ({jasper/libjasper1/libjasper-devel}-1.900.1-1) of this library
will uploaded soon. 



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

sdesc: "JPEG 2000 library - (development)"
ldesc: "JasPer is a collection of software (i.e., a library and application programs)
for the coding and manipulation of images.  This software can handle image data in a
variety of formats.  One such format supported by JasPer is the JPEG-2000 format defined
in ISO/IEC 15444-1:2000."
category: Devel Graphics Libs
requires: cygwin libjasper17011 libjpeg-devel xorg-x11-devel
external-source: jasper

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

sdesc: "JPEG 2000 library - (runtime)"
ldesc: "JasPer is a collection of software (i.e., a library and application programs)
for the coding and manipulation of images.  This software can handle image data in a
variety of formats.  One such format supported by JasPer is the JPEG-2000 format defined
in ISO/IEC 15444-1:2000."
category: Graphics Libs
requires: cygwin libjpeg62
external-source: jasper

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

sdesc: "JPEG 2000 library - (utilities)"
ldesc: "JasPer is a collection of software (i.e., a library and application programs)
for the coding and manipulation of images.  This software can handle image data in a
variety of formats.  One such format supported by JasPer is the JPEG-2000 format defined
in ISO/IEC 15444-1:2000."
category: Graphics Libs
requires: cygwin libjasper17011 libglut3 xorg-x11-bin-dlls



For downloading 

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

mkdir -p jasper/libjasper17011 jasper/libjasper-devel

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

cd libjasper17011
wget http://volkerzell.de/cygwin/ITP/jasper/libjasper17011/setup.hint
wget http://volkerzell.de/cygwin/ITP/jasper/libjasper17011/libjasper17011-1.701.0-2.tar.bz2

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