Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/graphics
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv29484

Modified Files:
        libjasper.1.info 
Added Files:
        libjasper1.info 
Log Message:
new libversion


--- NEW FILE: libjasper1.info ---
Package: libjasper1
Version: 1.701.0
Revision: 1003
Distribution: 10.4
Description: Library for manipulating JPEG-2000 images
DescDetail: <<
 The JasPer Project is an open-source initiative to provide a free
 software-based reference implementation of the codec specified in the
 JPEG-2000 Part-1 standard (i.e., ISO/IEC 15444-1).
<<
License: BSD
Maintainer: None <fink-de...@lists.sourceforge.net>
BuildDepends: <<
 x11-dev,
 glut (>= 3.7-1025),
 libjpeg (>= 6b-16)
<<
HomePage: http://www.ece.uvic.ca/~mdadams/jasper/
Source: http://www.ece.uvic.ca/~mdadams/jasper/software/jasper-%v.zip
Source-MD5: 22a9f74fc880e38dd125c60aa4e4ce97
PatchScript: perl -pi -e 's,hardcode_direct=yes,hardcode_direct=no,g' configure
SetCPPFLAGS: -I/usr/X11R6/include
SetLDFLAGS: -L/usr/X11R6/lib
ConfigureParams: --enable-shared

Depends: %N-shlibs (= %v-%r)
BuildDependsOnly: True
Conflicts: libjasper.1
Replaces: libjasper.1
DocFiles: COPYRIGHT LICENSE

SplitOff: <<
 Package: %N-shlibs
 Depends: libjpeg-shlibs (>= 6b-16)
 Files: lib/libjasper-1.701.1.0.0.dylib lib/libjasper-1.701.1.dylib
 Shlibs: %p/lib/libjasper-1.701.1.dylib 2.0.0 %n (>= 1.701.0-1)
 DocFiles: COPYRIGHT LICENSE NEWS README doc/jasper.pdf doc/jpeg2000.pdf
<<

SplitOff2: <<
 Package: %N-bin
 Depends: <<
  %N-shlibs (= %v-%r), 
  libjpeg-shlibs (>= 6b-16)
 <<
 Files: bin/imgcmp bin/imginfo bin/jasper
 DocFiles: COPYRIGHT LICENSE
<<

SplitOff3: <<
 Package: jiv
 Depends: <<
  %N-shlibs (= %v-%r), 
  glut-shlibs (>= 3.7-1025),
  libjpeg-shlibs (>= 6b-16), 
  x11
 <<
 Files: bin/jiv
 DocFiles: COPYRIGHT LICENSE
 Description: JPEG-2000 image viewer using JasPer
<<

Index: libjasper.1.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/graphics/libjasper.1.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- libjasper.1.info    16 Jul 2008 16:48:51 -0000      1.1
+++ libjasper.1.info    14 Oct 2010 05:07:05 -0000      1.2
@@ -1,6 +1,6 @@
 Package: libjasper.1
 Version: 1.900.1
-Revision: 1
+Revision: 3
 Description: Library for manipulating JPEG-2000 images
 DescDetail: <<
  The JasPer Project is an open-source initiative to provide a free
@@ -12,15 +12,18 @@
 BuildDepends: <<
  x11-dev,
  freeglut,
- libjpeg (>= 6b-16)
+ libjpeg8
 <<
 HomePage: http://www.ece.uvic.ca/~mdadams/jasper/
 Source: http://www.ece.uvic.ca/~mdadams/jasper/software/jasper-%v.zip
 Source-MD5: a342b2b4495b3e1394e161eb5d85d754
 SetCPPFLAGS: -I/usr/X11R6/include
 SetLDFLAGS: -L/usr/X11R6/lib 
-Wl,-dylib_file,/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
-ConfigureParams: --enable-shared --disable-dependency-tracking 
--mandir=%p/share/man
-InstallScript: make install DESTDIR=%d
+ConfigureParams: --enable-shared --disable-static 
--disable-dependency-tracking --mandir=%p/share/man
+InstallScript: <<
+       make install DESTDIR=%d
+       perl -pi -e 's,^(\s*#\s*define\s*PACKAGE.*),/* \1 */,' 
%i/include/jasper/*.h
+<<
 
 Depends: %N-shlibs (= %v-%r)
 BuildDependsOnly: True
@@ -30,7 +33,7 @@
 
 SplitOff: <<
  Package: %N-shlibs
- Depends: libjpeg-shlibs (>= 6b-16)
+ Depends: libjpeg8-shlibs
  Files: lib/libjasper.1*.dylib
  Shlibs: %p/lib/libjasper.1.dylib 2.0.0 %n (>= 1.900.1-1)
  DocFiles: COPYRIGHT LICENSE NEWS README doc/jasper.pdf doc/jpeg2000.pdf
@@ -40,7 +43,7 @@
  Package: libjasper1-bin
  Depends: <<
   %N-shlibs (= %v-%r), 
-  libjpeg-shlibs (>= 6b-16)
+  libjpeg8-shlibs
  <<
  Files: <<
   bin/imgcmp  share/man/man1/imgcmp.1
@@ -55,7 +58,7 @@
  Depends: <<
   %N-shlibs (= %v-%r), 
   freeglut-shlibs,
-  libjpeg-shlibs (>= 6b-16), 
+  libjpeg8-shlibs,
   x11
  <<
  Files: bin/jiv share/man/man1/jiv.1
@@ -66,4 +69,6 @@
   Version 1.900.1 stopped using libtool -release, so the install_name
   has changed to be a more stable install_name. Need new %N (old %N
   wasn't quite up to spec) hence "libjasper.1" vs old "libjasper1".
+
+       Remove private internal/buildtime tokens from public headers.
 <<


------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to