mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Update to 1.3.0
PR: ports/76078 Submitted by: Carlos Eduardo G. Carvalho (maintainer) De-shar-ified: Marco Molteni
This commit is contained in:
parent
79ecd7bcea
commit
a4f3b1beab
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=128512
4 changed files with 125 additions and 19 deletions
|
@ -10,7 +10,7 @@
|
|||
# The hugin port is a gui interface to interact with panorama tools.
|
||||
|
||||
PORTNAME= vigra
|
||||
PORTVERSION= 1.2.0
|
||||
PORTVERSION= 1.3.0
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://kogs-www.informatik.uni-hamburg.de/~koethe/vigra/
|
||||
DISTNAME= ${PORTNAME}${PORTVERSION}
|
||||
|
@ -37,16 +37,4 @@ INSTALLS_SHLIB= yes
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "alpha"
|
||||
BROKEN= "Broken pkg-plist on alpha 4.x"
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} >= 503000
|
||||
BROKEN= "Does not build on FreeBSD >= 5.x"
|
||||
.endif
|
||||
|
||||
.if ${ARCH} == "amd64" || ${ARCH} == "ia64"
|
||||
BROKEN= "Configure fails on amd64 and ia64"
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (vigra1.2.0.tar.gz) = fbb385e93d4b40469b04af4bc7079734
|
||||
SIZE (vigra1.2.0.tar.gz) = 2232817
|
||||
MD5 (vigra1.3.0.tar.gz) = cc7e0749e758f4d5e5a597dbc07eaa35
|
||||
SIZE (vigra1.3.0.tar.gz) = 3047970
|
||||
|
|
34
graphics/vigra/files/patch-aa
Normal file
34
graphics/vigra/files/patch-aa
Normal file
|
@ -0,0 +1,34 @@
|
|||
--- Makefile Tue Apr 6 08:34:01 2004
|
||||
+++ Makefile Mon Jan 10 20:53:47 2005
|
||||
@@ -10,26 +10,26 @@
|
||||
install-exec:
|
||||
@cd src ; $(MAKE) install ; cd ..
|
||||
$(INSTALL) -d $(bindir)
|
||||
- $(INSTALL) --mode=755 $(vigra_builddir)/config/vigra-config $(bindir)
|
||||
+ $(INSTALL) -m 755 $(vigra_builddir)/config/vigra-config $(bindir)
|
||||
|
||||
install-includes:
|
||||
if test "$(includedir)" != "$(vigra_builddir)/include" ; then \
|
||||
$(INSTALL) -d $(includedir)/vigra ; \
|
||||
- $(INSTALL) --mode=644 $(vigra_builddir)/include/vigra/*.hxx $(includedir)/vigra ; \
|
||||
+ $(INSTALL) -m 644 $(vigra_builddir)/include/vigra/*.hxx $(includedir)/vigra ; \
|
||||
fi
|
||||
install-headers: install-includes
|
||||
|
||||
install-docs:
|
||||
$(INSTALL) -d $(docdir)
|
||||
- $(INSTALL) --mode=644 LICENSE $(docdir)
|
||||
+ $(INSTALL) -m 644 LICENSE $(docdir)
|
||||
if test "$(docdir)" != "$(vigra_builddir)/doc/vigra" ; then \
|
||||
- $(INSTALL) --mode=644 \
|
||||
+ $(INSTALL) -m 644 \
|
||||
$(vigra_builddir)/doc/vigra/*.html \
|
||||
$(vigra_builddir)/doc/vigra/classvigra*.png $(vigra_builddir)/doc/vigra/form*.png \
|
||||
$(vigra_builddir)/doc/vigra/doxygen.png $(vigra_builddir)/doc/vigra/doxygen.css \
|
||||
$(docdir) ; \
|
||||
$(INSTALL) -d $(docdir)/documents ; \
|
||||
- $(INSTALL) --mode=644 \
|
||||
+ $(INSTALL) -m 644 \
|
||||
$(vigra_builddir)/doc/vigra/documents/*.ps \
|
||||
$(vigra_builddir)/doc/vigra/documents/*.gif \
|
||||
$(docdir)/documents ; \
|
|
@ -1,9 +1,11 @@
|
|||
bin/vigra-config
|
||||
include/vigra/accessor.hxx
|
||||
include/vigra/array_vector.hxx
|
||||
include/vigra/basicgeometry.hxx
|
||||
include/vigra/basicimage.hxx
|
||||
include/vigra/basicimageview.hxx
|
||||
include/vigra/bordertreatment.hxx
|
||||
include/vigra/boundarytensor.hxx
|
||||
include/vigra/codec.hxx
|
||||
include/vigra/colorconversions.hxx
|
||||
include/vigra/combineimages.hxx
|
||||
|
@ -17,9 +19,11 @@ include/vigra/distancetransform.hxx
|
|||
include/vigra/edgedetection.hxx
|
||||
include/vigra/error.hxx
|
||||
include/vigra/fftw.hxx
|
||||
include/vigra/fftw3.hxx
|
||||
include/vigra/flatmorphology.hxx
|
||||
include/vigra/functorexpression.hxx
|
||||
include/vigra/gaborfilter.hxx
|
||||
include/vigra/gaussians.hxx
|
||||
include/vigra/imagecontainer.hxx
|
||||
include/vigra/imageinfo.hxx
|
||||
include/vigra/imageiterator.hxx
|
||||
|
@ -37,27 +41,39 @@ include/vigra/mathutil.hxx
|
|||
include/vigra/memory.hxx
|
||||
include/vigra/metaprogramming.hxx
|
||||
include/vigra/multi_array.hxx
|
||||
include/vigra/multi_convolution.hxx
|
||||
include/vigra/multi_impex.hxx
|
||||
include/vigra/multi_iterator.hxx
|
||||
include/vigra/multi_pointoperators.hxx
|
||||
include/vigra/navigator.hxx
|
||||
include/vigra/nonlineardiffusion.hxx
|
||||
include/vigra/numerictraits.hxx
|
||||
include/vigra/orientedtensorfilters.hxx
|
||||
include/vigra/pixelneighborhood.hxx
|
||||
include/vigra/polynomial.hxx
|
||||
include/vigra/rational.hxx
|
||||
include/vigra/recursiveconvolution.hxx
|
||||
include/vigra/resampling_convolution.hxx
|
||||
include/vigra/resizeimage.hxx
|
||||
include/vigra/rfftw.hxx
|
||||
include/vigra/rgbvalue.hxx
|
||||
include/vigra/seededregiongrowing.hxx
|
||||
include/vigra/separableconvolution.hxx
|
||||
include/vigra/splineimageview.hxx
|
||||
include/vigra/splines.hxx
|
||||
include/vigra/stdconvolution.hxx
|
||||
include/vigra/stdimage.hxx
|
||||
include/vigra/stdimagefunctions.hxx
|
||||
include/vigra/symmetry.hxx
|
||||
include/vigra/tensorutilities.hxx
|
||||
include/vigra/tiff.hxx
|
||||
include/vigra/tinyvector.hxx
|
||||
include/vigra/transformimage.hxx
|
||||
include/vigra/tuple.hxx
|
||||
include/vigra/utilities.hxx
|
||||
lib/libvigraimpex.la
|
||||
lib/libvigraimpex.a
|
||||
lib/libvigraimpex.la
|
||||
lib/libvigraimpex.so.2
|
||||
%%DOCSDIR%%/AlgebraicConcepts.html
|
||||
%%DOCSDIR%%/BorderTreatmentMode.html
|
||||
%%DOCSDIR%%/ColorConversions.html
|
||||
|
@ -68,7 +84,7 @@ lib/libvigraimpex.a
|
|||
%%DOCSDIR%%/ErrorReporting.html
|
||||
%%DOCSDIR%%/Examples.html
|
||||
%%DOCSDIR%%/FFTWComplexTraits.html
|
||||
%%DOCSDIR%%/FourierTransform.html
|
||||
%%DOCSDIR%%/FourierTransformFFTW2.html
|
||||
%%DOCSDIR%%/FunctorExpressions.html
|
||||
%%DOCSDIR%%/ImageAnalysis.html
|
||||
%%DOCSDIR%%/ImageDataStructures.html
|
||||
|
@ -78,6 +94,7 @@ lib/libvigraimpex.a
|
|||
%%DOCSDIR%%/KernelArgumentObjectFactories.html
|
||||
%%DOCSDIR%%/LICENSE
|
||||
%%DOCSDIR%%/MathConstants.html
|
||||
%%DOCSDIR%%/MathFunctionality.html
|
||||
%%DOCSDIR%%/MultiDimensionalArrays.html
|
||||
%%DOCSDIR%%/MultiIteratorPage.html
|
||||
%%DOCSDIR%%/NumericPromotionTraits.html
|
||||
|
@ -86,18 +103,30 @@ lib/libvigraimpex.a
|
|||
%%DOCSDIR%%/PointOperators.html
|
||||
%%DOCSDIR%%/PromoteTraits.html
|
||||
%%DOCSDIR%%/RGBValueTraits.html
|
||||
%%DOCSDIR%%/RationalTraits.html
|
||||
%%DOCSDIR%%/TinyVectorTraits.html
|
||||
%%DOCSDIR%%/TupleTypes.html
|
||||
%%DOCSDIR%%/Utilities.html
|
||||
%%DOCSDIR%%/accessor_8hxx-source.html
|
||||
%%DOCSDIR%%/annotated.html
|
||||
%%DOCSDIR%%/array__vector_8hxx-source.html
|
||||
%%DOCSDIR%%/basicgeometry_8hxx-source.html
|
||||
%%DOCSDIR%%/basicimage_8hxx-source.html
|
||||
%%DOCSDIR%%/basicimageview_8hxx-source.html
|
||||
%%DOCSDIR%%/bordertreatment_8hxx-source.html
|
||||
%%DOCSDIR%%/boundarytensor_8cxx-example.html
|
||||
%%DOCSDIR%%/boundarytensor_8hxx-source.html
|
||||
%%DOCSDIR%%/classes.html
|
||||
%%DOCSDIR%%/classvigra_1_1ArrayOfRegionStatistics-members.html
|
||||
%%DOCSDIR%%/classvigra_1_1ArrayOfRegionStatistics.html
|
||||
%%DOCSDIR%%/classvigra_1_1ArrayVector-members.html
|
||||
%%DOCSDIR%%/classvigra_1_1ArrayVector.html
|
||||
%%DOCSDIR%%/classvigra_1_1BSpline-members.html
|
||||
%%DOCSDIR%%/classvigra_1_1BSpline.html
|
||||
%%DOCSDIR%%/classvigra_1_1BSpline.png
|
||||
%%DOCSDIR%%/classvigra_1_1BSplineBase-members.html
|
||||
%%DOCSDIR%%/classvigra_1_1BSplineBase.html
|
||||
%%DOCSDIR%%/classvigra_1_1BSplineBase.png
|
||||
%%DOCSDIR%%/classvigra_1_1BasicImage-members.html
|
||||
%%DOCSDIR%%/classvigra_1_1BasicImage.html
|
||||
%%DOCSDIR%%/classvigra_1_1BasicImageIterator-members.html
|
||||
|
@ -113,6 +142,8 @@ lib/libvigraimpex.a
|
|||
%%DOCSDIR%%/classvigra_1_1BlueAccessor.html
|
||||
%%DOCSDIR%%/classvigra_1_1BrightnessContrastFunctor-members.html
|
||||
%%DOCSDIR%%/classvigra_1_1BrightnessContrastFunctor.html
|
||||
%%DOCSDIR%%/classvigra_1_1CatmullRomSpline-members.html
|
||||
%%DOCSDIR%%/classvigra_1_1CatmullRomSpline.html
|
||||
%%DOCSDIR%%/classvigra_1_1ColumnIterator-members.html
|
||||
%%DOCSDIR%%/classvigra_1_1ColumnIterator.html
|
||||
%%DOCSDIR%%/classvigra_1_1ConstBasicImageIterator-members.html
|
||||
|
@ -127,6 +158,8 @@ lib/libvigraimpex.a
|
|||
%%DOCSDIR%%/classvigra_1_1ConstValueIterator-members.html
|
||||
%%DOCSDIR%%/classvigra_1_1ConstValueIterator.html
|
||||
%%DOCSDIR%%/classvigra_1_1CoordinateIterator.html
|
||||
%%DOCSDIR%%/classvigra_1_1CoscotFunction-members.html
|
||||
%%DOCSDIR%%/classvigra_1_1CoscotFunction.html
|
||||
%%DOCSDIR%%/classvigra_1_1CrackContourCirculator-members.html
|
||||
%%DOCSDIR%%/classvigra_1_1CrackContourCirculator.html
|
||||
%%DOCSDIR%%/classvigra_1_1Diff2D-members.html
|
||||
|
@ -167,6 +200,8 @@ lib/libvigraimpex.a
|
|||
%%DOCSDIR%%/classvigra_1_1GaborFilterFamily-members.html
|
||||
%%DOCSDIR%%/classvigra_1_1GaborFilterFamily.html
|
||||
%%DOCSDIR%%/classvigra_1_1GaborFilterFamily.png
|
||||
%%DOCSDIR%%/classvigra_1_1Gaussian-members.html
|
||||
%%DOCSDIR%%/classvigra_1_1Gaussian.html
|
||||
%%DOCSDIR%%/classvigra_1_1GreenAccessor-members.html
|
||||
%%DOCSDIR%%/classvigra_1_1GreenAccessor.html
|
||||
%%DOCSDIR%%/classvigra_1_1ImageArray-members.html
|
||||
|
@ -208,6 +243,8 @@ lib/libvigraimpex.a
|
|||
%%DOCSDIR%%/classvigra_1_1MultiArray-members.html
|
||||
%%DOCSDIR%%/classvigra_1_1MultiArray.html
|
||||
%%DOCSDIR%%/classvigra_1_1MultiArray.png
|
||||
%%DOCSDIR%%/classvigra_1_1MultiArrayNavigator-members.html
|
||||
%%DOCSDIR%%/classvigra_1_1MultiArrayNavigator.html
|
||||
%%DOCSDIR%%/classvigra_1_1MultiArrayView-members.html
|
||||
%%DOCSDIR%%/classvigra_1_1MultiArrayView.html
|
||||
%%DOCSDIR%%/classvigra_1_1MultiImageAccessor2-members.html
|
||||
|
@ -225,6 +262,12 @@ lib/libvigraimpex.a
|
|||
%%DOCSDIR%%/classvigra_1_1Point2D-members.html
|
||||
%%DOCSDIR%%/classvigra_1_1Point2D.html
|
||||
%%DOCSDIR%%/classvigra_1_1Point2D.png
|
||||
%%DOCSDIR%%/classvigra_1_1Polynomial-members.html
|
||||
%%DOCSDIR%%/classvigra_1_1Polynomial.html
|
||||
%%DOCSDIR%%/classvigra_1_1Polynomial.png
|
||||
%%DOCSDIR%%/classvigra_1_1PolynomialView-members.html
|
||||
%%DOCSDIR%%/classvigra_1_1PolynomialView.html
|
||||
%%DOCSDIR%%/classvigra_1_1PolynomialView.png
|
||||
%%DOCSDIR%%/classvigra_1_1RGB2LabFunctor-members.html
|
||||
%%DOCSDIR%%/classvigra_1_1RGB2LabFunctor.html
|
||||
%%DOCSDIR%%/classvigra_1_1RGB2LuvFunctor-members.html
|
||||
|
@ -259,6 +302,8 @@ lib/libvigraimpex.a
|
|||
%%DOCSDIR%%/classvigra_1_1RGBValue-members.html
|
||||
%%DOCSDIR%%/classvigra_1_1RGBValue.html
|
||||
%%DOCSDIR%%/classvigra_1_1RGBValue.png
|
||||
%%DOCSDIR%%/classvigra_1_1Rational-members.html
|
||||
%%DOCSDIR%%/classvigra_1_1Rational.html
|
||||
%%DOCSDIR%%/classvigra_1_1Rect2D-members.html
|
||||
%%DOCSDIR%%/classvigra_1_1Rect2D.html
|
||||
%%DOCSDIR%%/classvigra_1_1RedAccessor-members.html
|
||||
|
@ -273,6 +318,8 @@ lib/libvigraimpex.a
|
|||
%%DOCSDIR%%/classvigra_1_1Size2D-members.html
|
||||
%%DOCSDIR%%/classvigra_1_1Size2D.html
|
||||
%%DOCSDIR%%/classvigra_1_1Size2D.png
|
||||
%%DOCSDIR%%/classvigra_1_1SplineImageView-members.html
|
||||
%%DOCSDIR%%/classvigra_1_1SplineImageView.html
|
||||
%%DOCSDIR%%/classvigra_1_1StandardAccessor-members.html
|
||||
%%DOCSDIR%%/classvigra_1_1StandardAccessor.html
|
||||
%%DOCSDIR%%/classvigra_1_1StandardConstAccessor-members.html
|
||||
|
@ -281,6 +328,9 @@ lib/libvigraimpex.a
|
|||
%%DOCSDIR%%/classvigra_1_1StandardConstValueAccessor.html
|
||||
%%DOCSDIR%%/classvigra_1_1StandardValueAccessor-members.html
|
||||
%%DOCSDIR%%/classvigra_1_1StandardValueAccessor.html
|
||||
%%DOCSDIR%%/classvigra_1_1StaticPolynomial-members.html
|
||||
%%DOCSDIR%%/classvigra_1_1StaticPolynomial.html
|
||||
%%DOCSDIR%%/classvigra_1_1StaticPolynomial.png
|
||||
%%DOCSDIR%%/classvigra_1_1StridedImageIterator-members.html
|
||||
%%DOCSDIR%%/classvigra_1_1StridedImageIterator.html
|
||||
%%DOCSDIR%%/classvigra_1_1StridedImageIterator.png
|
||||
|
@ -307,6 +357,12 @@ lib/libvigraimpex.a
|
|||
%%DOCSDIR%%/classvigra_1_1VectorComponentAccessor.html
|
||||
%%DOCSDIR%%/classvigra_1_1VectorComponentValueAccessor-members.html
|
||||
%%DOCSDIR%%/classvigra_1_1VectorComponentValueAccessor.html
|
||||
%%DOCSDIR%%/classvigra_1_1VectorElementAccessor-members.html
|
||||
%%DOCSDIR%%/classvigra_1_1VectorElementAccessor.html
|
||||
%%DOCSDIR%%/classvigra_1_1VectorNormFunctor-members.html
|
||||
%%DOCSDIR%%/classvigra_1_1VectorNormFunctor.html
|
||||
%%DOCSDIR%%/classvigra_1_1VectorNormSqFunctor-members.html
|
||||
%%DOCSDIR%%/classvigra_1_1VectorNormSqFunctor.html
|
||||
%%DOCSDIR%%/classvigra_1_1XYZ2LabFunctor-members.html
|
||||
%%DOCSDIR%%/classvigra_1_1XYZ2LabFunctor.html
|
||||
%%DOCSDIR%%/classvigra_1_1XYZ2LuvFunctor-members.html
|
||||
|
@ -349,6 +405,7 @@ lib/libvigraimpex.a
|
|||
%%DOCSDIR%%/edgedetection_8hxx-source.html
|
||||
%%DOCSDIR%%/error_8hxx-source.html
|
||||
%%DOCSDIR%%/examples.html
|
||||
%%DOCSDIR%%/fftw3_8hxx-source.html
|
||||
%%DOCSDIR%%/fftw_8hxx-source.html
|
||||
%%DOCSDIR%%/files.html
|
||||
%%DOCSDIR%%/flatmorphology_8hxx-source.html
|
||||
|
@ -396,7 +453,14 @@ lib/libvigraimpex.a
|
|||
%%DOCSDIR%%/form_46.png
|
||||
%%DOCSDIR%%/form_47.png
|
||||
%%DOCSDIR%%/form_48.png
|
||||
%%DOCSDIR%%/form_49.png
|
||||
%%DOCSDIR%%/form_5.png
|
||||
%%DOCSDIR%%/form_50.png
|
||||
%%DOCSDIR%%/form_51.png
|
||||
%%DOCSDIR%%/form_52.png
|
||||
%%DOCSDIR%%/form_53.png
|
||||
%%DOCSDIR%%/form_54.png
|
||||
%%DOCSDIR%%/form_55.png
|
||||
%%DOCSDIR%%/form_6.png
|
||||
%%DOCSDIR%%/form_7.png
|
||||
%%DOCSDIR%%/form_8.png
|
||||
|
@ -405,6 +469,7 @@ lib/libvigraimpex.a
|
|||
%%DOCSDIR%%/functions.html
|
||||
%%DOCSDIR%%/functorexpression_8hxx-source.html
|
||||
%%DOCSDIR%%/gaborfilter_8hxx-source.html
|
||||
%%DOCSDIR%%/gaussians_8hxx-source.html
|
||||
%%DOCSDIR%%/group__CombineAlgo.html
|
||||
%%DOCSDIR%%/group__CombineFunctor.html
|
||||
%%DOCSDIR%%/group__CommonConvolutionFilters.html
|
||||
|
@ -415,7 +480,7 @@ lib/libvigraimpex.a
|
|||
%%DOCSDIR%%/group__EdgeDetection.html
|
||||
%%DOCSDIR%%/group__FFTWComplexAccessors.html
|
||||
%%DOCSDIR%%/group__FFTWComplexOperators.html
|
||||
%%DOCSDIR%%/group__FourierHelpers.html
|
||||
%%DOCSDIR%%/group__FourierTransform.html
|
||||
%%DOCSDIR%%/group__GaborFilter.html
|
||||
%%DOCSDIR%%/group__GeometricTransformations.html
|
||||
%%DOCSDIR%%/group__ImageContainers.html
|
||||
|
@ -426,22 +491,30 @@ lib/libvigraimpex.a
|
|||
%%DOCSDIR%%/group__InspectFunctor.html
|
||||
%%DOCSDIR%%/group__Labeling.html
|
||||
%%DOCSDIR%%/group__LocalMinMax.html
|
||||
%%DOCSDIR%%/group__MathFunctions.html
|
||||
%%DOCSDIR%%/group__Morphology.html
|
||||
%%DOCSDIR%%/group__MultiArrayConvolutionFilters.html
|
||||
%%DOCSDIR%%/group__MultiArrayTags.html
|
||||
%%DOCSDIR%%/group__MultiArrayToImage.html
|
||||
%%DOCSDIR%%/group__MultiIteratorGroup.html
|
||||
%%DOCSDIR%%/group__MultiPointoperators.html
|
||||
%%DOCSDIR%%/group__NonLinearDiffusion.html
|
||||
%%DOCSDIR%%/group__PixelNeighborhood.html
|
||||
%%DOCSDIR%%/group__PolarColors.html
|
||||
%%DOCSDIR%%/group__Polynomials.html
|
||||
%%DOCSDIR%%/group__RGBValueAccessors.html
|
||||
%%DOCSDIR%%/group__RGBValueOperators.html
|
||||
%%DOCSDIR%%/group__RangesAndPoints.html
|
||||
%%DOCSDIR%%/group__RationalOperations.html
|
||||
%%DOCSDIR%%/group__RecursiveConvolution.html
|
||||
%%DOCSDIR%%/group__ResamplingConvolutionFilters.html
|
||||
%%DOCSDIR%%/group__SeededRegionGrowing.html
|
||||
%%DOCSDIR%%/group__SeparableConvolution.html
|
||||
%%DOCSDIR%%/group__StandardConvolution.html
|
||||
%%DOCSDIR%%/group__StandardImageTypes.html
|
||||
%%DOCSDIR%%/group__SymmetryDetection.html
|
||||
%%DOCSDIR%%/group__TIFFImpex.html
|
||||
%%DOCSDIR%%/group__TensorImaging.html
|
||||
%%DOCSDIR%%/group__TinyVectorOperators.html
|
||||
%%DOCSDIR%%/group__TransformAlgo.html
|
||||
%%DOCSDIR%%/group__TransformFunctor.html
|
||||
|
@ -470,27 +543,37 @@ lib/libvigraimpex.a
|
|||
%%DOCSDIR%%/metaprogramming_8hxx-source.html
|
||||
%%DOCSDIR%%/modules.html
|
||||
%%DOCSDIR%%/multi__array_8hxx-source.html
|
||||
%%DOCSDIR%%/multi__convolution_8hxx-source.html
|
||||
%%DOCSDIR%%/multi__impex_8hxx-source.html
|
||||
%%DOCSDIR%%/multi__iterator_8hxx-source.html
|
||||
%%DOCSDIR%%/multi__pointoperators_8hxx-source.html
|
||||
%%DOCSDIR%%/namespacemembers.html
|
||||
%%DOCSDIR%%/namespaces.html
|
||||
%%DOCSDIR%%/namespacevigra.html
|
||||
%%DOCSDIR%%/namespacevigra_1_1EightNeighborhood.html
|
||||
%%DOCSDIR%%/namespacevigra_1_1FourNeighborhood.html
|
||||
%%DOCSDIR%%/navigator_8hxx-source.html
|
||||
%%DOCSDIR%%/nonlineardiffusion_8hxx-source.html
|
||||
%%DOCSDIR%%/numerictraits_8hxx-source.html
|
||||
%%DOCSDIR%%/orientedtensorfilters_8hxx-source.html
|
||||
%%DOCSDIR%%/pages.html
|
||||
%%DOCSDIR%%/palette_8cxx-example.html
|
||||
%%DOCSDIR%%/pixelneighborhood_8hxx-source.html
|
||||
%%DOCSDIR%%/polynomial_8hxx-source.html
|
||||
%%DOCSDIR%%/profile_8cxx-example.html
|
||||
%%DOCSDIR%%/pyramid_8cxx-example.html
|
||||
%%DOCSDIR%%/rational_8hxx-source.html
|
||||
%%DOCSDIR%%/recursiveconvolution_8hxx-source.html
|
||||
%%DOCSDIR%%/resampling__convolution_8hxx-source.html
|
||||
%%DOCSDIR%%/resize_8cxx-example.html
|
||||
%%DOCSDIR%%/resizeimage_8hxx-source.html
|
||||
%%DOCSDIR%%/rfftw_8hxx-source.html
|
||||
%%DOCSDIR%%/rgbvalue_8hxx-source.html
|
||||
%%DOCSDIR%%/seededregiongrowing_8hxx-source.html
|
||||
%%DOCSDIR%%/separableconvolution_8hxx-source.html
|
||||
%%DOCSDIR%%/smooth_8cxx-example.html
|
||||
%%DOCSDIR%%/splineimageview_8hxx-source.html
|
||||
%%DOCSDIR%%/splines_8hxx-source.html
|
||||
%%DOCSDIR%%/stdconvolution_8hxx-source.html
|
||||
%%DOCSDIR%%/stdimage_8hxx-source.html
|
||||
%%DOCSDIR%%/stdimagefunctions_8hxx-source.html
|
||||
|
@ -500,6 +583,7 @@ lib/libvigraimpex.a
|
|||
%%DOCSDIR%%/structvigra_1_1UnstridedArrayTag.html
|
||||
%%DOCSDIR%%/subimage_8cxx-example.html
|
||||
%%DOCSDIR%%/symmetry_8hxx-source.html
|
||||
%%DOCSDIR%%/tensorutilities_8hxx-source.html
|
||||
%%DOCSDIR%%/tiff_8hxx-source.html
|
||||
%%DOCSDIR%%/tinyvector_8hxx-source.html
|
||||
%%DOCSDIR%%/transformimage_8hxx-source.html
|
||||
|
@ -507,6 +591,6 @@ lib/libvigraimpex.a
|
|||
%%DOCSDIR%%/utilities_8hxx-source.html
|
||||
%%DOCSDIR%%/voronoi_8cxx-example.html
|
||||
%%DOCSDIR%%/watershed_8cxx-example.html
|
||||
@dirrm include/vigra
|
||||
@dirrm %%DOCSDIR%%/documents
|
||||
@dirrm %%DOCSDIR%%
|
||||
@dirrm include/vigra
|
||||
|
|
Loading…
Add table
Reference in a new issue