From owner-svn-ports-head@freebsd.org Wed Sep 12 08:44:00 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0AB47108BD30; Wed, 12 Sep 2018 08:44:00 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A987378748; Wed, 12 Sep 2018 08:43:59 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A12E72433B; Wed, 12 Sep 2018 08:43:59 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w8C8hxZ8032896; Wed, 12 Sep 2018 08:43:59 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w8C8hxDn032893; Wed, 12 Sep 2018 08:43:59 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201809120843.w8C8hxDn032893@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Wed, 12 Sep 2018 08:43:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r479587 - head/science/gwyddion X-SVN-Group: ports-head X-SVN-Commit-Author: danfe X-SVN-Commit-Paths: head/science/gwyddion X-SVN-Commit-Revision: 479587 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Sep 2018 08:44:00 -0000 Author: danfe Date: Wed Sep 12 08:43:58 2018 New Revision: 479587 URL: https://svnweb.freebsd.org/changeset/ports/479587 Log: - Update `science/gwyddion' to version 2.51 - Explicitly disable building sample Pascal plug-ins, otherwise installed FPC ports would be detected and broken plist produced - Conditionalize GConf dependency behind the option, but leave it enabled by default Reported by: portscout Modified: head/science/gwyddion/Makefile head/science/gwyddion/distinfo head/science/gwyddion/pkg-plist Modified: head/science/gwyddion/Makefile ============================================================================== --- head/science/gwyddion/Makefile Wed Sep 12 07:55:07 2018 (r479586) +++ head/science/gwyddion/Makefile Wed Sep 12 08:43:58 2018 (r479587) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= gwyddion -PORTVERSION= 2.45 -PORTREVISION= 3 +PORTVERSION= 2.51 CATEGORIES= science graphics MASTER_SITES= SF @@ -22,22 +21,24 @@ LIB_DEPENDS= libminizip.so:archivers/minizip \ USES= desktop-file-utils gettext gmake libtool localbase:ldflags \ pathfix pkgconfig shared-mime-info shebangfix tar:xz SHEBANG_FILES= plugins/process/invert_python.py -USE_GNOME= gconf2 gtk20 libxml2 +USE_GNOME= gtk20 libxml2 USE_GL= glu USE_XORG= xmu GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-gtk-doc \ + --without-pascal \ --without-kde4-thumbnailer INSTALL_TARGET= install-strip INSTALLS_ICONS= yes USE_LDCONFIG= yes -GCONF_SCHEMAS= gwyddion-thumbnailer.schemas - -OPTIONS_DEFINE= PERL PYTHON RUBY UNIQUE -OPTIONS_DEFAULT= PERL PYTHON UNIQUE +OPTIONS_DEFINE= GCONF PERL PYTHON RUBY UNIQUE +OPTIONS_DEFAULT= GCONF PERL PYTHON UNIQUE OPTIONS_SUB= yes +GCONF_CONFIGURE_OFF= --disable-schemas-install +GCONF_USE= GNOME=gconf2 +GCONF_VARS= GCONF_SCHEMAS=gwyddion-thumbnailer.schemas PERL_USES= perl5 PERL_CONFIGURE_WITH= perl PYTHON_USES= python:2.7 Modified: head/science/gwyddion/distinfo ============================================================================== --- head/science/gwyddion/distinfo Wed Sep 12 07:55:07 2018 (r479586) +++ head/science/gwyddion/distinfo Wed Sep 12 08:43:58 2018 (r479587) @@ -1,2 +1,3 @@ -SHA256 (gwyddion-2.45.tar.xz) = 7958943825bac5a38be4bb13bcde04562a44515b5a5f4c3beaf6b6227c4691b5 -SIZE (gwyddion-2.45.tar.xz) = 3853940 +TIMESTAMP = 1530021341 +SHA256 (gwyddion-2.51.tar.xz) = 8cef2e8fc1c6f61ac084e43abf9d24697530aa299b0dfb9a81cb4016f4ad83da +SIZE (gwyddion-2.51.tar.xz) = 4360160 Modified: head/science/gwyddion/pkg-plist ============================================================================== --- head/science/gwyddion/pkg-plist Wed Sep 12 07:55:07 2018 (r479586) +++ head/science/gwyddion/pkg-plist Wed Sep 12 08:43:58 2018 (r479587) @@ -13,6 +13,7 @@ include/gwyddion/app/gwyapptypes.h include/gwyddion/app/gwymoduleutils-file.h include/gwyddion/app/gwymoduleutils.h include/gwyddion/app/gwyplaintool.h +include/gwyddion/app/gwyresultsexport.h include/gwyddion/app/gwytool.h include/gwyddion/app/help.h include/gwyddion/app/log.h @@ -26,6 +27,7 @@ include/gwyddion/app/validate.h include/gwyddion/app/wait.h include/gwyddion/libdraw/gwydraw.h include/gwyddion/libdraw/gwydrawenums.h +include/gwyddion/libdraw/gwydrawtypes.h include/gwyddion/libdraw/gwyglmaterial.h include/gwyddion/libdraw/gwygradient.h include/gwyddion/libdraw/gwypixfield.h @@ -49,8 +51,10 @@ include/gwyddion/libgwyddion/gwynlfit.h include/gwyddion/libgwyddion/gwynlfitpreset.h include/gwyddion/libgwyddion/gwyrandgenset.h include/gwyddion/libgwyddion/gwyresource.h +include/gwyddion/libgwyddion/gwyresults.h include/gwyddion/libgwyddion/gwyserializable.h include/gwyddion/libgwyddion/gwysiunit.h +include/gwyddion/libgwyddion/gwysivalueformat.h include/gwyddion/libgwyddion/gwystringlist.h include/gwyddion/libgwyddion/gwyutils.h include/gwyddion/libgwyddion/gwyversion.h @@ -58,7 +62,9 @@ include/gwyddion/libgwydgets/gwy3dlabel.h include/gwyddion/libgwydgets/gwy3dsetup.h include/gwyddion/libgwydgets/gwy3dview.h include/gwyddion/libgwydgets/gwy3dwindow.h +include/gwyddion/libgwydgets/gwyadjustbar.h include/gwyddion/libgwydgets/gwyaxis.h +include/gwyddion/libgwydgets/gwycheckboxes.h include/gwyddion/libgwydgets/gwycoloraxis.h include/gwyddion/libgwydgets/gwycolorbutton.h include/gwyddion/libgwydgets/gwycombobox.h @@ -136,11 +142,14 @@ include/gwyddion/libprocess/gwygrainvalue.h include/gwyddion/libprocess/gwyprocess.h include/gwyddion/libprocess/gwyprocessenums.h include/gwyddion/libprocess/gwyprocesstypes.h +include/gwyddion/libprocess/gwyshapefitpreset.h include/gwyddion/libprocess/hough.h include/gwyddion/libprocess/interpolation.h include/gwyddion/libprocess/inttrans.h include/gwyddion/libprocess/level.h include/gwyddion/libprocess/linestats.h +include/gwyddion/libprocess/mfm.h +include/gwyddion/libprocess/peaks.h include/gwyddion/libprocess/simplefft.h include/gwyddion/libprocess/spectra.h include/gwyddion/libprocess/spline.h @@ -150,304 +159,56 @@ include/gwyddion/libprocess/surface.h include/gwyddion/libprocess/tip.h include/gwyddion/libprocess/triangulation.h lib/gwyddion/include/gwyconfig.h -lib/gwyddion/modules/file/accurexii-txt.so -lib/gwyddion/modules/file/aistfile.so -lib/gwyddion/modules/file/alicona.so -lib/gwyddion/modules/file/ambfile.so -lib/gwyddion/modules/file/anfatec.so lib/gwyddion/modules/file/apedaxfile.so -lib/gwyddion/modules/file/apefile.so -lib/gwyddion/modules/file/asciiexport.so -lib/gwyddion/modules/file/assing-afm.so -lib/gwyddion/modules/file/attocube.so -lib/gwyddion/modules/file/bcrfile.so -lib/gwyddion/modules/file/burleigh.so -lib/gwyddion/modules/file/burleigh_bii.so -lib/gwyddion/modules/file/burleigh_exp.so -lib/gwyddion/modules/file/codevfile.so lib/gwyddion/modules/file/createc.so -lib/gwyddion/modules/file/csmfile.so -lib/gwyddion/modules/file/dm3file.so -lib/gwyddion/modules/file/dmefile.so -lib/gwyddion/modules/file/dumbfile.so -lib/gwyddion/modules/file/ecsfile.so -lib/gwyddion/modules/file/ezdfile.so -lib/gwyddion/modules/file/femtoscan.so -lib/gwyddion/modules/file/femtoscan-txt.so +lib/gwyddion/modules/file/file.so lib/gwyddion/modules/file/fitsfile.so -lib/gwyddion/modules/file/gdeffile.so -lib/gwyddion/modules/file/gsffile.so -lib/gwyddion/modules/file/gwyfile.so -lib/gwyddion/modules/file/gxyzffile.so -lib/gwyddion/modules/file/hdf4file.so lib/gwyddion/modules/file/hdrimage.so -lib/gwyddion/modules/file/hitachi-afm.so -lib/gwyddion/modules/file/hitachi-sem.so -lib/gwyddion/modules/file/igorfile.so lib/gwyddion/modules/file/imgexport.so -lib/gwyddion/modules/file/intelliwave.so -lib/gwyddion/modules/file/intematix.so -lib/gwyddion/modules/file/iso28600.so -lib/gwyddion/modules/file/jeol.so lib/gwyddion/modules/file/jpkscan.so -lib/gwyddion/modules/file/jspmfile.so -lib/gwyddion/modules/file/keyence.so -lib/gwyddion/modules/file/leica.so -lib/gwyddion/modules/file/lextfile.so -lib/gwyddion/modules/file/magellan.so -lib/gwyddion/modules/file/mapvue.so -lib/gwyddion/modules/file/metropro.so -lib/gwyddion/modules/file/microprof.so -lib/gwyddion/modules/file/miffile.so -lib/gwyddion/modules/file/mifile.so -lib/gwyddion/modules/file/mulfile.so -lib/gwyddion/modules/file/nanoeducator.so -lib/gwyddion/modules/file/nanomagnetics.so -lib/gwyddion/modules/file/nanonics.so -lib/gwyddion/modules/file/nanonis.so lib/gwyddion/modules/file/nanoobserver.so -lib/gwyddion/modules/file/nanoscan.so lib/gwyddion/modules/file/nanoscantech.so -lib/gwyddion/modules/file/nanoscope-ii.so -lib/gwyddion/modules/file/nanoscope.so -lib/gwyddion/modules/file/nanotop.so -lib/gwyddion/modules/file/netcdf.so -lib/gwyddion/modules/file/nmmxyz.so lib/gwyddion/modules/file/nrrdfile.so -lib/gwyddion/modules/file/nt-mdt.so -lib/gwyddion/modules/file/nxiifile.so -lib/gwyddion/modules/file/oldmda.so -lib/gwyddion/modules/file/ols.so -lib/gwyddion/modules/file/ometiff.so -lib/gwyddion/modules/file/omicron.so -lib/gwyddion/modules/file/omicronflat.so -lib/gwyddion/modules/file/omicronmatrix.so -lib/gwyddion/modules/file/opdfile.so lib/gwyddion/modules/file/opengps.so lib/gwyddion/modules/file/pixmap.so -lib/gwyddion/modules/file/pltfile.so -lib/gwyddion/modules/file/pnifile.so -lib/gwyddion/modules/file/princetonspe.so -lib/gwyddion/modules/file/psia.so -lib/gwyddion/modules/file/pt3file.so -lib/gwyddion/modules/file/quesant.so -lib/gwyddion/modules/file/rawfile.so -lib/gwyddion/modules/file/rawgraph.so -lib/gwyddion/modules/file/rawxyz.so -lib/gwyddion/modules/file/renishaw.so -lib/gwyddion/modules/file/rhk-sm3.so lib/gwyddion/modules/file/rhk-sm4.so -lib/gwyddion/modules/file/rhk-spm32.so -lib/gwyddion/modules/file/robotics.so -lib/gwyddion/modules/file/s94file.so -lib/gwyddion/modules/file/sdfile.so -lib/gwyddion/modules/file/seiko.so -lib/gwyddion/modules/file/sensofar.so lib/gwyddion/modules/file/sensofarx.so -lib/gwyddion/modules/file/sensolytics.so -lib/gwyddion/modules/file/shimadzu.so -lib/gwyddion/modules/file/sicmfile.so -lib/gwyddion/modules/file/sis.so -lib/gwyddion/modules/file/spip-asc.so lib/gwyddion/modules/file/spml.so -lib/gwyddion/modules/file/spmlab.so -lib/gwyddion/modules/file/spmlabf.so lib/gwyddion/modules/file/spmxfile.so -lib/gwyddion/modules/file/stmprg.so -lib/gwyddion/modules/file/stpfile.so -lib/gwyddion/modules/file/surffile.so -lib/gwyddion/modules/file/tescan.so -lib/gwyddion/modules/file/tiaser.so -lib/gwyddion/modules/file/unisoku.so -lib/gwyddion/modules/file/vtkfile.so -lib/gwyddion/modules/file/win_stm.so -lib/gwyddion/modules/file/wipfile.so -lib/gwyddion/modules/file/witec-asc.so -lib/gwyddion/modules/file/witfile.so -lib/gwyddion/modules/file/wsffile.so -lib/gwyddion/modules/file/wsxmfile.so -lib/gwyddion/modules/file/xyzexport.so -lib/gwyddion/modules/file/zeiss.so -lib/gwyddion/modules/file/zemax.so -lib/gwyddion/modules/graph/graph_align.so -lib/gwyddion/modules/graph/graph_cd.so -lib/gwyddion/modules/graph/graph_cut.so -lib/gwyddion/modules/graph/graph_dos_spectrum.so -lib/gwyddion/modules/graph/graph_export_ascii.so -lib/gwyddion/modules/graph/graph_export_bitmap.so -lib/gwyddion/modules/graph/graph_export_vector.so -lib/gwyddion/modules/graph/graph_fdfit.so -lib/gwyddion/modules/graph/graph_filter.so -lib/gwyddion/modules/graph/graph_fit.so -lib/gwyddion/modules/graph/graph_level.so -lib/gwyddion/modules/graph/graph_peaks.so -lib/gwyddion/modules/layer/axis.so -lib/gwyddion/modules/layer/ellipse.so -lib/gwyddion/modules/layer/lattice.so -lib/gwyddion/modules/layer/line.so -lib/gwyddion/modules/layer/path.so -lib/gwyddion/modules/layer/point.so -lib/gwyddion/modules/layer/rectangle.so +lib/gwyddion/modules/graph/graph.so +lib/gwyddion/modules/layer/layer.so lib/gwyddion/modules/plugin-proxy.so -lib/gwyddion/modules/process/acf2d.so -lib/gwyddion/modules/process/angle_dist.so -lib/gwyddion/modules/process/arithmetic.so -lib/gwyddion/modules/process/averaging.so -lib/gwyddion/modules/process/basicops.so -lib/gwyddion/modules/process/bdep_synth.so -lib/gwyddion/modules/process/calcoefs_load.so -lib/gwyddion/modules/process/calcoefs_new.so -lib/gwyddion/modules/process/calcoefs_simple.so -lib/gwyddion/modules/process/calcoefs_view.so -lib/gwyddion/modules/process/calibrate.so -lib/gwyddion/modules/process/coerce.so -lib/gwyddion/modules/process/col_synth.so -lib/gwyddion/modules/process/convolution_filter.so -lib/gwyddion/modules/process/correct_affine.so -lib/gwyddion/modules/process/crosscor.so -lib/gwyddion/modules/process/curvature.so -lib/gwyddion/modules/process/cwt.so -lib/gwyddion/modules/process/deposit_synth.so -lib/gwyddion/modules/process/diff_synth.so -lib/gwyddion/modules/process/domain_synth.so -lib/gwyddion/modules/process/drift.so -lib/gwyddion/modules/process/dwt.so -lib/gwyddion/modules/process/dwtanisotropy.so -lib/gwyddion/modules/process/edge.so -lib/gwyddion/modules/process/entropy.so -lib/gwyddion/modules/process/extend.so -lib/gwyddion/modules/process/extract_path.so -lib/gwyddion/modules/process/facet-level.so -lib/gwyddion/modules/process/facet_analysis.so -lib/gwyddion/modules/process/fbm_synth.so -lib/gwyddion/modules/process/fft.so -lib/gwyddion/modules/process/fft_filter_1d.so -lib/gwyddion/modules/process/fft_filter_2d.so -lib/gwyddion/modules/process/fft_profile.so -lib/gwyddion/modules/process/fft_synth.so -lib/gwyddion/modules/process/fit_2d.so -lib/gwyddion/modules/process/flatten_base.so -lib/gwyddion/modules/process/fraccor.so -lib/gwyddion/modules/process/fractal.so -lib/gwyddion/modules/process/gradient.so -lib/gwyddion/modules/process/grain_cross.so -lib/gwyddion/modules/process/grain_dist.so -lib/gwyddion/modules/process/grain_edge.so -lib/gwyddion/modules/process/grain_filter.so -lib/gwyddion/modules/process/grain_mark.so -lib/gwyddion/modules/process/grain_stat.so -lib/gwyddion/modules/process/grain_wshed.so -lib/gwyddion/modules/process/hough.so -lib/gwyddion/modules/process/immerse.so -lib/gwyddion/modules/process/indent_analyze.so -lib/gwyddion/modules/process/laplace.so -lib/gwyddion/modules/process/lat_synth.so -lib/gwyddion/modules/process/latsim.so -lib/gwyddion/modules/process/level.so -lib/gwyddion/modules/process/level_grains.so -lib/gwyddion/modules/process/linecorrect.so -lib/gwyddion/modules/process/linematch.so -lib/gwyddion/modules/process/lno_synth.so -lib/gwyddion/modules/process/local_contrast.so -lib/gwyddion/modules/process/mark_disconn.so -lib/gwyddion/modules/process/mark_with.so -lib/gwyddion/modules/process/mask_distribute.so -lib/gwyddion/modules/process/mask_edt.so -lib/gwyddion/modules/process/mask_morph.so -lib/gwyddion/modules/process/maskcor.so -lib/gwyddion/modules/process/maskops.so -lib/gwyddion/modules/process/mcrop.so -lib/gwyddion/modules/process/measure_lattice.so -lib/gwyddion/modules/process/median-bg.so -lib/gwyddion/modules/process/merge.so -lib/gwyddion/modules/process/neural.so -lib/gwyddion/modules/process/noise_synth.so -lib/gwyddion/modules/process/obj_synth.so -lib/gwyddion/modules/process/otsu_threshold.so -lib/gwyddion/modules/process/outliers.so -lib/gwyddion/modules/process/pat_synth.so -lib/gwyddion/modules/process/pid.so -lib/gwyddion/modules/process/polydistort.so -lib/gwyddion/modules/process/polylevel.so -lib/gwyddion/modules/process/presentationops.so -lib/gwyddion/modules/process/psdf_logphi.so -lib/gwyddion/modules/process/rank.so -lib/gwyddion/modules/process/rotate.so -lib/gwyddion/modules/process/scale.so -lib/gwyddion/modules/process/scars.so -lib/gwyddion/modules/process/semsim.so -lib/gwyddion/modules/process/shade.so -lib/gwyddion/modules/process/slope_dist.so -lib/gwyddion/modules/process/sphere-revolve.so -lib/gwyddion/modules/process/straighten_path.so -lib/gwyddion/modules/process/threshold.so -lib/gwyddion/modules/process/tilt.so -lib/gwyddion/modules/process/tip_blind.so -lib/gwyddion/modules/process/tip_model.so -lib/gwyddion/modules/process/tipops.so -lib/gwyddion/modules/process/unrotate.so -lib/gwyddion/modules/process/volumize.so -lib/gwyddion/modules/process/volumize_layers.so -lib/gwyddion/modules/process/wave_synth.so -lib/gwyddion/modules/process/wpour_mark.so -lib/gwyddion/modules/process/xydenoise.so -lib/gwyddion/modules/process/xyzize.so +lib/gwyddion/modules/process/process.so %%PYTHON%%lib/gwyddion/modules/pygwy.so -lib/gwyddion/modules/tool/crop.so -lib/gwyddion/modules/tool/distance.so -lib/gwyddion/modules/tool/filter.so -lib/gwyddion/modules/tool/grainmeasure.so -lib/gwyddion/modules/tool/grainremover.so -lib/gwyddion/modules/tool/icolorange.so -lib/gwyddion/modules/tool/level3.so -lib/gwyddion/modules/tool/linestats.so -lib/gwyddion/modules/tool/maskedit.so -lib/gwyddion/modules/tool/pathlevel.so -lib/gwyddion/modules/tool/profile.so -lib/gwyddion/modules/tool/readvalue.so -lib/gwyddion/modules/tool/roughness.so -lib/gwyddion/modules/tool/selectionmanager.so -lib/gwyddion/modules/tool/sfunctions.so -lib/gwyddion/modules/tool/spectro.so -lib/gwyddion/modules/tool/spotremove.so -lib/gwyddion/modules/tool/stats.so -lib/gwyddion/modules/volume/volume_calibrate.so -lib/gwyddion/modules/volume/volume_extract.so -lib/gwyddion/modules/volume/volume_fdfit.so -lib/gwyddion/modules/volume/volume_invert.so -lib/gwyddion/modules/volume/volume_kmeans.so -lib/gwyddion/modules/volume/volume_kmedians.so -lib/gwyddion/modules/volume/volume_linestat.so -lib/gwyddion/modules/volume/volume_slice.so -%%PYTHON%%lib/gwyddion/modules/volume/volume_zcal.so -lib/gwyddion/modules/xyz/xyz_drift.so -lib/gwyddion/modules/xyz/xyz_raster.so -%%PERL%%lib/gwyddion/perl/Gwyddion/dump.pm -%%PYTHON%%lib/gwyddion/python/Gwyddion/__init__.py -%%PYTHON%%lib/gwyddion/python/Gwyddion/__init__.pyc -%%PYTHON%%lib/gwyddion/python/Gwyddion/__init__.pyo -%%PYTHON%%lib/gwyddion/python/Gwyddion/dump.py -%%PYTHON%%lib/gwyddion/python/Gwyddion/dump.pyc -%%PYTHON%%lib/gwyddion/python/Gwyddion/dump.pyo -%%RUBY%%lib/gwyddion/ruby/gwyddion/dump.rb +lib/gwyddion/modules/tool/tools.so +lib/gwyddion/modules/volume/volume.so +lib/gwyddion/modules/xyz/xyz.so lib/libgwyapp2.so lib/libgwyapp2.so.0 -lib/libgwyapp2.so.0.15.0 +lib/libgwyapp2.so.0.21.0 lib/libgwyddion2.so lib/libgwyddion2.so.0 -lib/libgwyddion2.so.0.20.0 +lib/libgwyddion2.so.0.25.0 lib/libgwydgets2.so lib/libgwydgets2.so.0 -lib/libgwydgets2.so.0.22.0 +lib/libgwydgets2.so.0.27.0 lib/libgwydraw2.so lib/libgwydraw2.so.0 -lib/libgwydraw2.so.0.4.1 +lib/libgwydraw2.so.0.6.0 lib/libgwymodule2.so lib/libgwymodule2.so.0 -lib/libgwymodule2.so.0.9.0 +lib/libgwymodule2.so.0.11.0 lib/libgwyprocess2.so lib/libgwyprocess2.so.0 -lib/libgwyprocess2.so.0.28.0 +lib/libgwyprocess2.so.0.34.0 +%%PERL%%lib/gwyddion/perl/Gwyddion/dump.pm +%%PYTHON%%lib/gwyddion/python/Gwyddion/__init__.py +%%PYTHON%%lib/gwyddion/python/Gwyddion/__init__.pyc +%%PYTHON%%lib/gwyddion/python/Gwyddion/__init__.pyo +%%PYTHON%%lib/gwyddion/python/Gwyddion/dump.py +%%PYTHON%%lib/gwyddion/python/Gwyddion/dump.pyc +%%PYTHON%%lib/gwyddion/python/Gwyddion/dump.pyo +%%RUBY%%lib/gwyddion/ruby/gwyddion/dump.rb %%PYTHON%%%%PYTHON_SITELIBDIR%%/gwy.so libdata/pkgconfig/gwyddion.pc libexec/gwyddion/plugins/file/dump @@ -512,6 +273,7 @@ share/applications/gwyddion.desktop %%DATADIR%%/gradients/DFit %%DATADIR%%/gradients/Digitalis %%DATADIR%%/gradients/Gold +%%DATADIR%%/gradients/Gray-inverted %%DATADIR%%/gradients/Green %%DATADIR%%/gradients/Green-Cyan %%DATADIR%%/gradients/Green-Stripes-4 @@ -544,7 +306,9 @@ share/applications/gwyddion.desktop %%DATADIR%%/gradients/Sky %%DATADIR%%/gradients/Sm2 %%DATADIR%%/gradients/Spectral +%%DATADIR%%/gradients/Spectral-white %%DATADIR%%/gradients/Spring +%%DATADIR%%/gradients/Viridis %%DATADIR%%/gradients/Warm %%DATADIR%%/gradients/Warpp-mono %%DATADIR%%/gradients/Warpp-spectral @@ -559,6 +323,7 @@ share/applications/gwyddion.desktop %%DATADIR%%/pixmaps/circle_up.png %%DATADIR%%/pixmaps/gwy_3d_base-24.png %%DATADIR%%/pixmaps/gwy_arithmetic-24.png +%%DATADIR%%/pixmaps/gwy_binning-24.png %%DATADIR%%/pixmaps/gwy_bold-20.png %%DATADIR%%/pixmaps/gwy_cantilever-24.png %%DATADIR%%/pixmaps/gwy_color_range-24.png @@ -568,28 +333,40 @@ share/applications/gwyddion.desktop %%DATADIR%%/pixmaps/gwy_color_range_full-24.png %%DATADIR%%/pixmaps/gwy_convolution-24.png %%DATADIR%%/pixmaps/gwy_correct_affine-24.png +%%DATADIR%%/pixmaps/gwy_correlation_mask-24.png %%DATADIR%%/pixmaps/gwy_crop-24.png +%%DATADIR%%/pixmaps/gwy_curvature-24.png %%DATADIR%%/pixmaps/gwy_cwt-24.png %%DATADIR%%/pixmaps/gwy_data_measure-24.png +%%DATADIR%%/pixmaps/gwy_disconnected-24.png %%DATADIR%%/pixmaps/gwy_distance-24.png +%%DATADIR%%/pixmaps/gwy_distance_transform-24.png %%DATADIR%%/pixmaps/gwy_distribution_angle-24.png %%DATADIR%%/pixmaps/gwy_distribution_slope-24.png %%DATADIR%%/pixmaps/gwy_drift-24.png %%DATADIR%%/pixmaps/gwy_dwt-24.png %%DATADIR%%/pixmaps/gwy_edge-24.png +%%DATADIR%%/pixmaps/gwy_enforce_distribution-24.png %%DATADIR%%/pixmaps/gwy_entropy-24.png %%DATADIR%%/pixmaps/gwy_extend-24.png +%%DATADIR%%/pixmaps/gwy_extract_path-24.png +%%DATADIR%%/pixmaps/gwy_facet_analysis-24.png %%DATADIR%%/pixmaps/gwy_facet_level-24.png %%DATADIR%%/pixmaps/gwy_favourite-24.png %%DATADIR%%/pixmaps/gwy_fft-24.png %%DATADIR%%/pixmaps/gwy_fft_2d-24.png +%%DATADIR%%/pixmaps/gwy_fft_filter_1d-24.png %%DATADIR%%/pixmaps/gwy_fft_filter_2d-24.png %%DATADIR%%/pixmaps/gwy_filter-24.png %%DATADIR%%/pixmaps/gwy_find_peaks-24.png +%%DATADIR%%/pixmaps/gwy_fit_shape-24.png %%DATADIR%%/pixmaps/gwy_fix_zero-24.png +%%DATADIR%%/pixmaps/gwy_flip_diagonally-24.png %%DATADIR%%/pixmaps/gwy_flip_horizontally-24.png %%DATADIR%%/pixmaps/gwy_flip_vertically-24.png %%DATADIR%%/pixmaps/gwy_fractal-24.png +%%DATADIR%%/pixmaps/gwy_fractal_correction-24.png +%%DATADIR%%/pixmaps/gwy_fractal_measure-24.png %%DATADIR%%/pixmaps/gwy_gl_material-16.png %%DATADIR%%/pixmaps/gwy_gradient_horizontal-24.png %%DATADIR%%/pixmaps/gwy_gradient_vertical-24.png @@ -598,9 +375,11 @@ share/applications/gwyddion.desktop %%DATADIR%%/pixmaps/gwy_grain_inscribed_circle-24.png %%DATADIR%%/pixmaps/gwy_grains-24.png %%DATADIR%%/pixmaps/gwy_grains_edge-24.png +%%DATADIR%%/pixmaps/gwy_grains_edge_remove-24.png %%DATADIR%%/pixmaps/gwy_grains_graph-24.png %%DATADIR%%/pixmaps/gwy_grains_measure-24.png %%DATADIR%%/pixmaps/gwy_grains_remove-24.png +%%DATADIR%%/pixmaps/gwy_grains_statistics-24.png %%DATADIR%%/pixmaps/gwy_grains_water-24.png %%DATADIR%%/pixmaps/gwy_graph-24.png %%DATADIR%%/pixmaps/gwy_graph_align-24.png @@ -634,6 +413,7 @@ share/applications/gwyddion.desktop %%DATADIR%%/pixmaps/gwy_level_median-24.png %%DATADIR%%/pixmaps/gwy_level_triangle-24.png %%DATADIR%%/pixmaps/gwy_light_rotate-24.png +%%DATADIR%%/pixmaps/gwy_limit_range-24.png %%DATADIR%%/pixmaps/gwy_line_level-24.png %%DATADIR%%/pixmaps/gwy_load_debug-20.png %%DATADIR%%/pixmaps/gwy_load_info-20.png @@ -641,6 +421,8 @@ share/applications/gwyddion.desktop %%DATADIR%%/pixmaps/gwy_local_slope-24.png %%DATADIR%%/pixmaps/gwy_logscale_horizontal-24.png %%DATADIR%%/pixmaps/gwy_logscale_vertical-24.png +%%DATADIR%%/pixmaps/gwy_mark_outliers-24.png +%%DATADIR%%/pixmaps/gwy_mark_scars-24.png %%DATADIR%%/pixmaps/gwy_mark_with-24.png %%DATADIR%%/pixmaps/gwy_mask-16.png %%DATADIR%%/pixmaps/gwy_mask-24.png @@ -665,67 +447,99 @@ share/applications/gwyddion.desktop %%DATADIR%%/pixmaps/gwy_mask_rect_exclusive-24.png %%DATADIR%%/pixmaps/gwy_mask_rect_inclusive-24.png %%DATADIR%%/pixmaps/gwy_mask_remove-24.png +%%DATADIR%%/pixmaps/gwy_mask_set-24.png %%DATADIR%%/pixmaps/gwy_mask_shrink-24.png %%DATADIR%%/pixmaps/gwy_mask_subtract-24.png %%DATADIR%%/pixmaps/gwy_mask_thin-24.png %%DATADIR%%/pixmaps/gwy_measure_lattice-24.png %%DATADIR%%/pixmaps/gwy_merge-24.png +%%DATADIR%%/pixmaps/gwy_mfm_current_line-24.png +%%DATADIR%%/pixmaps/gwy_mfm_field_find_shift-24.png +%%DATADIR%%/pixmaps/gwy_mfm_field_shift-24.png %%DATADIR%%/pixmaps/gwy_more-24.png +%%DATADIR%%/pixmaps/gwy_mutual_crop-24.png %%DATADIR%%/pixmaps/gwy_neural_apply-24.png %%DATADIR%%/pixmaps/gwy_neural_train-24.png +%%DATADIR%%/pixmaps/gwy_next-24.png +%%DATADIR%%/pixmaps/gwy_null_offsets-24.png %%DATADIR%%/pixmaps/gwy_palettes-16.png %%DATADIR%%/pixmaps/gwy_palettes-24.png %%DATADIR%%/pixmaps/gwy_path_level-24.png %%DATADIR%%/pixmaps/gwy_pointer_measure-24.png +%%DATADIR%%/pixmaps/gwy_poly_distort-24.png %%DATADIR%%/pixmaps/gwy_polynom-24.png %%DATADIR%%/pixmaps/gwy_polynom_level-24.png +%%DATADIR%%/pixmaps/gwy_previous-24.png %%DATADIR%%/pixmaps/gwy_profile-24.png %%DATADIR%%/pixmaps/gwy_psdf_log_phi-24.png %%DATADIR%%/pixmaps/gwy_psdf_section-24.png %%DATADIR%%/pixmaps/gwy_pygwy-24.png +%%DATADIR%%/pixmaps/gwy_rank_filter-24.png +%%DATADIR%%/pixmaps/gwy_rasterize-24.png %%DATADIR%%/pixmaps/gwy_remove_under_mask-24.png +%%DATADIR%%/pixmaps/gwy_revolve_arc-24.png +%%DATADIR%%/pixmaps/gwy_revolve_sphere-24.png %%DATADIR%%/pixmaps/gwy_rotate-24.png %%DATADIR%%/pixmaps/gwy_rotate_180-24.png +%%DATADIR%%/pixmaps/gwy_rotate_3d-24.png %%DATADIR%%/pixmaps/gwy_rotate_90_ccw-24.png %%DATADIR%%/pixmaps/gwy_rotate_90_cw-24.png %%DATADIR%%/pixmaps/gwy_scale-24.png %%DATADIR%%/pixmaps/gwy_scale_horizontally-24.png %%DATADIR%%/pixmaps/gwy_scale_vertically-24.png %%DATADIR%%/pixmaps/gwy_scars-24.png +%%DATADIR%%/pixmaps/gwy_scientific_number_format-18.png %%DATADIR%%/pixmaps/gwy_selections-24.png %%DATADIR%%/pixmaps/gwy_shader-24.png %%DATADIR%%/pixmaps/gwy_spectrum-24.png %%DATADIR%%/pixmaps/gwy_spot_remove-24.png +%%DATADIR%%/pixmaps/gwy_square_samples-24.png %%DATADIR%%/pixmaps/gwy_stat_quantities-24.png +%%DATADIR%%/pixmaps/gwy_stitch-24.png +%%DATADIR%%/pixmaps/gwy_straighten_path-24.png %%DATADIR%%/pixmaps/gwy_subscript-20.png %%DATADIR%%/pixmaps/gwy_superscript-20.png %%DATADIR%%/pixmaps/gwy_synthetic_ballistic_deposition-24.png %%DATADIR%%/pixmaps/gwy_synthetic_brownian_motion-24.png %%DATADIR%%/pixmaps/gwy_synthetic_columnar-24.png %%DATADIR%%/pixmaps/gwy_synthetic_diffusion-24.png +%%DATADIR%%/pixmaps/gwy_synthetic_discs-24.png %%DATADIR%%/pixmaps/gwy_synthetic_domains-24.png +%%DATADIR%%/pixmaps/gwy_synthetic_fibres-24.png %%DATADIR%%/pixmaps/gwy_synthetic_lattice-24.png %%DATADIR%%/pixmaps/gwy_synthetic_line_noise-24.png %%DATADIR%%/pixmaps/gwy_synthetic_noise-24.png %%DATADIR%%/pixmaps/gwy_synthetic_objects-24.png %%DATADIR%%/pixmaps/gwy_synthetic_particles-24.png %%DATADIR%%/pixmaps/gwy_synthetic_pattern-24.png +%%DATADIR%%/pixmaps/gwy_synthetic_phases-24.png +%%DATADIR%%/pixmaps/gwy_synthetic_pileup-24.png %%DATADIR%%/pixmaps/gwy_synthetic_spectral-24.png %%DATADIR%%/pixmaps/gwy_synthetic_waves-24.png %%DATADIR%%/pixmaps/gwy_tilt-24.png %%DATADIR%%/pixmaps/gwy_tip_dilation-24.png %%DATADIR%%/pixmaps/gwy_tip_erosion-24.png %%DATADIR%%/pixmaps/gwy_tip_estimation-24.png +%%DATADIR%%/pixmaps/gwy_tip_indent_analyze-24.png +%%DATADIR%%/pixmaps/gwy_tip_lateral_force-24.png %%DATADIR%%/pixmaps/gwy_tip_map-24.png %%DATADIR%%/pixmaps/gwy_tip_model-24.png %%DATADIR%%/pixmaps/gwy_tip_pid-24.png %%DATADIR%%/pixmaps/gwy_unrotate-24.png %%DATADIR%%/pixmaps/gwy_value_invert-24.png %%DATADIR%%/pixmaps/gwy_volume-24.png +%%DATADIR%%/pixmaps/gwy_volume_arithmetic-24.png %%DATADIR%%/pixmaps/gwy_volume_calibrate-24.png %%DATADIR%%/pixmaps/gwy_volume_dimensions-24.png +%%DATADIR%%/pixmaps/gwy_volume_fd-24.png %%DATADIR%%/pixmaps/gwy_volume_invert-24.png +%%DATADIR%%/pixmaps/gwy_volume_kmeans-24.png +%%DATADIR%%/pixmaps/gwy_volume_kmedians-24.png +%%DATADIR%%/pixmaps/gwy_volume_slice-24.png +%%DATADIR%%/pixmaps/gwy_volumize-24.png %%DATADIR%%/pixmaps/gwy_volumize_layers-24.png +%%DATADIR%%/pixmaps/gwy_xy_denoise-24.png +%%DATADIR%%/pixmaps/gwy_xyzize-24.png %%DATADIR%%/pixmaps/gwy_zero_mean-24.png %%DATADIR%%/pixmaps/gwy_zoom_1_1-24.png %%DATADIR%%/pixmaps/gwy_zoom_fit-24.png @@ -744,6 +558,7 @@ share/locale/es/LC_MESSAGES/gwyddion.mo share/locale/fr/LC_MESSAGES/gwyddion.mo share/locale/it/LC_MESSAGES/gwyddion.mo share/locale/ko/LC_MESSAGES/gwyddion.mo +share/locale/pt_BR/LC_MESSAGES/gwyddion.mo share/locale/ru/LC_MESSAGES/gwyddion.mo share/mime/packages/gwyddion.xml share/thumbnailers/gwyddion.thumbnailer