Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory vz-cvs-3.sog:/tmp/cvs-serv23748/10.4/unstable/main/finkinfo/sci
Modified Files:
image-oct-1.0.8.info image-oct.info
Log Message:
Fix up image-oct-1.0.8.
Add image for Octave 3.2.4 and later.
Index: image-oct-1.0.8.info
===================================================================
RCS file:
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/image-oct-1.0.8.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- image-oct-1.0.8.info 7 Sep 2011 20:10:03 -0000 1.3
+++ image-oct-1.0.8.info 7 Sep 2011 20:37:38 -0000 1.4
@@ -11,11 +11,12 @@
DescDetail: <<
The Octave-forge Image package provides functions for reading, writing, and
and processing images. The package supports almost all image formats through
-the use of ImageMagick. The package also provides functions for feature
-extraction, image statistics, spatial and geometric transformations,
-morphological operations, linear filtering, and much more.
+the use of GraphicsMagick or ImageMagick. The package also provides functions
+for feature extraction, image statistics, spatial and geometric
+transformations, morphological operations, linear filtering, and much more.
This version contains the imread and imwrite functions which are
-now in core Octave.
+now in core Octave, but aren't in 3.0.5.
+The following additional functions are included:
Display:
image
imagesc
@@ -157,7 +158,7 @@
<<
Depends: <<
octave%type_pkg[oct] | octave%type_pkg[oct]-atlas,
- imagemagick2-shlibs, imagemagick | graphicsmagick-imagemagick-compat
+ imagemagick2-shlibs, imagemagick | graphicsmagick-imagemagick-compat,
libjpeg8-shlibs, libpng3-shlibs
<<
Conflicts: octave-forge, octave-forge-%type_raw[forge] (<< 1.0.7-999)
@@ -181,6 +182,7 @@
SetLIBRARY_PATH: /usr/X11R6/lib:%p/lib
SetMAKEFLAGS: -j1
+
CompileScript: %p/share/octave/%type_raw[oct]/scripts/octave-forge-compile.sh
%type_raw[forge]-%v
InstallScript: <<
@@ -208,7 +210,7 @@
DescPackaging: <<
Common for all octave-forge packages.
-We read in postinst and prm template scripts installed by octaveN and modify
+We read in postinst and prerm template scripts installed by octaveN and modify
them to use the name of this package because Octave's package manager can't
cope with non-literal arguments.
Index: image-oct.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/image-oct.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- image-oct.info 31 Aug 2011 11:06:38 -0000 1.5
+++ image-oct.info 7 Sep 2011 20:37:38 -0000 1.6
@@ -1,20 +1,150 @@
Info2: <<
Package: image-oct%type_pkg[oct]
-Version: 1.0.7
-Type: oct (3.0.5), forge (image)
-Revision: 5
+Version: 1.0.14
+Type: oct (3.2.4), forge (image)
+Revision: 1
Maintainer: Alexander Hansen <[email protected]>
# unfortunately, Homepage won't do types
Homepage: http://octave.sourceforge.net/general/index.html
Description: Image tools for octave
DescDetail: <<
-The Octave-forge Image package provides functions for reading, writing, and
-and processing images. The package supports almost all image formats through
-the use of GraphicsMagick. The package also provides functions for feature
-extraction, image statistics, spatial and geometric transformations,
+The Octave-forge Image package provides functions for processing images.
+The package supports almost all image formats through the use of
+GraphicsMagick. The package also provides functions for
+feature extraction, image statistics, spatial and geometric transformations,
morphological operations, linear filtering, and much more.
-This version contains the imread and imwrite functions which are
-now in core Octave, but aren't in 3.0.5.
+The following additional functions are included:
+Display:
+ image
+ imagesc
+ imshow
+ rgbplot
+Read/write:
+ imfinfo
+ imginfo
+ bmpwrite
+ readexif
+ tiff_tag_read
+Reshape:
+ imcrop
+ imremap
+ imperspectivewarp
+ imresize
+ imrotate
+ imrotate_Fourier
+ imtranslate
+ imshear
+ impad
+ padarray
+ rotate_scale
+Analysis and Statistics:
+ fftconv2
+ corr2
+ imhist
+ mean2
+ std2
+ entropy
+ qtdecomp
+ qtgetblk
+ qtsetblk
+ graycomatrix
+ houghtf
+ hough_line
+ hough_circle
+ graythresh
+ immaximas
+ phantom
+Filtering:
+ imfilter
+ colfilt
+ fspecial
+ imsmooth
+ histeq
+ imadjust
+ imnoise
+ medfilt2
+ ordfilt2
+ ordfiltn
+ uintlut
+ stretchlim
+ makelut
+ applylut
+ deriche
+ radon
+ rho_filter
+ iradon
+ nonmax_supress
+Black and white image functions:
+ bwarea
+ bwboundaries
+ bwconncomp
+ bwdist
+ bweuler
+ bwfill
+ bwlabel
+ bwmorph
+ bwperim
+ bwselect
+ dilate
+ erode
+ bwborder
+ edge
+ conndef
+ bwhitmiss
+ regionprops
+ fchcode
+Morhophological Operations:
+ imerode
+ imdilate
+ imopen
+ imclose
+ imtophat
+Colour controls:
+ cmpermute
+ cmunique
+ imapprox
+ rgb2ycbcr
+ ycbcr2rgb
+Representation:
+ dither
+ gray2ind
+ grayslice
+ im2bw
+ im2double
+ im2uint8
+ im2uint16
+ ind2gray
+ ind2rgb
+ isbw
+ isgray
+ isind
+ isrgb
+ mat2gray
+ rgb2gray
+ rgb2ind
+ label2rgb
+ imcomplement
+Colour maps:
+ flag
+ lines
+ colorcube
+ vga
+ contrast
+ colorgradient
+Region-based and block processing:
+ roicolor
+ roifill
+ roifilt2
+ roipoly
+ poly2mask
+ bestblk
+ blkproc
+ nlfilter
+ im2col
+ col2im
+ rangefilt
+ stdfilt
+ entropyfilt
<<
License: GPL
@@ -24,18 +154,22 @@
BuildDepends: <<
octave%type_pkg[oct]-dev | octave%type_pkg[oct]-atlas-dev,
- fftw3, hdf5.7-oldapi, imagemagick10-dev, libjpeg8, libpng3
+ fftw3, hdf5.7, graphicsmagick-dev, gcc46-compiler
<<
Depends: <<
- octave%type_pkg[oct] | octave%type_pkg[oct]-atlas,
- imagemagick10-shlibs, libjpeg8-shlibs, libpng3-shlibs
+ octave%type_pkg[oct] | octave%type_pkg[oct]-atlas, graphicsmagick-shlibs,
+ graphicsmagick-imagemagick-compat | imagemagick, gcc46-shlibs
<<
Conflicts: octave-forge, octave-forge-%type_raw[forge] (<< 1.0.7-999)
Replaces: octave-forge-%type_raw[forge] (<< 1.0.7-999)
-Source-MD5: 2fd2a0b18029d034c69f37eab5df83db
+Source-MD5: 033d1c9800416f4cf3d97f5311d3438d
-# You do not change anything from this point down, unless absolutely necessary,
+#### Insert required changes here ####
+
+######################################
+
+# Do not change anything from this point down, unless absolutely necessary,
# since all of the foo-oct%type_pkg[oct] packages are designed to be
built/installed
# in the same way.
@@ -43,8 +177,7 @@
SetLIBRARY_PATH: /usr/X11R6/lib:%p/lib
SetMAKEFLAGS: -j1
-SetCPPFLAGS: -I%p/opt/hdf5v1.6/include
-SetLDFLAGS: -L%p/opt/hdf5v1.6/lib
+
CompileScript: %p/share/octave/%type_raw[oct]/scripts/octave-forge-compile.sh
%type_raw[forge]-%v
InstallScript: <<
@@ -54,7 +187,8 @@
# copy template scripts
cp %p/share/octave/%type_raw[oct]/scripts/octave-forge-prerm
%p/share/octave/%type_raw[oct]/scripts/octave-forge-postinst
%i/share/octave/%type_raw[oct]/%type_raw[forge]-%v
cd %i/share/octave/%type_raw[oct]/%type_raw[forge]-%v
- sed -i -e 's/@PKGNAME@/%type_raw[forge]-%v/' octave-forge*
+ sed -i -e 's/@PKGNAME@/%type_raw[forge]-%v/' octave-forge-postinst
+ sed -i -e 's/@PKGNAME@/%type_raw[forge]/' octave-forge-prerm
chmod a+x octave-forge*
<<
PostInstScript: <<
@@ -71,7 +205,7 @@
DescPackaging: <<
Common for all octave-forge packages.
-We read in postinst and prm template scripts installed by octaveN and modify
+We read in postinst and prerm template scripts installed by octaveN and modify
them to use the name of this package because Octave's package manager can't
cope with non-literal arguments.
------------------------------------------------------------------------------
Using storage to extend the benefits of virtualization and iSCSI
Virtualization increases hardware utilization and delivers a new level of
agility. Learn what those decisions are and how to modernize your storage
and backup environments for virtualization.
http://www.accelacomm.com/jaw/sfnl/114/51434361/
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs