Maintainer Vladislav Zavjalov in the sisyphus branch: Information
Maintainer name: Vladislav Zavjalov (slazav)
Built source packages in this branch: 32
Last changes
Jul 26, 2024, 06:28 PM
#353681 sent by Vladislav Zavjalov
mapsoft2 - programs for working with maps and geodata
July 26, 2024 Vladislav Zavjalov:
- image_cnt, srtm, ms2geofig: add tracing of rivers and mountain ridges (my old code from mapsoft1 with some improvements); move code for finding summits to image_cnt; fix SRTM::get_img() method and use it for contour and summit tracing to avoid data smoothing; cleanup code and tests in image_cnt. - geom/poly_tools.h: add join_cross function (join crossing parts of a MultiLine); use it in vmap2 when saving fig and gpx; use it in ms2geofig when tracing steep slopes. - image: add ImageR::get_double_range method - srtm: fix error in deg->m conversion - downloader: fix test for libcurl>=8.9.0 (fix altlinux.build) - cairo: remove deprecated functions - fix a few memory-handling problems (thanks to valgrind)
Jul 22, 2024, 03:03 PM
#353350 sent by Vladislav Zavjalov
mapsoft2 - programs for working with maps and geodata
July 22, 2024 Vladislav Zavjalov:
image: - Add support for reading tiled TIFF images - An important fix for tiled image data handling (much faster rendering) - Fix slazav/mapsoft2#67 error (important for new libtiff) - A few fixes and interface changes image_cnt - new module: - Finding contours on the image, smart contour filtering srtm: - Rewrite data handling and interpolation (one more time) - Fix data handling for much faster operation - Using image_cnt module - Using overlay data (see https://github.com/slazav/alos_overlay) vector maps: - remove set_dpi command in types.cfg; set fig font size for each object separately - improve default label positions: move to the nearest object point; label_def_mshift option vmap_data: - types.cfg: adjust fig font size, add label_def_mshift for some objects - render.cfg: tune fonts for summits and passes - always use UTF8 encoding in fig files - vmaps_wp_update: use single wpasses.cnv ms2geofig program: - apply --cnt_minpts option only to closed contours - new contour finding; add cnt_vtol, scnt_vtol options; remove smooth option - --add_comm option (adding additional comments to new fig objects)
May 31, 2024, 03:42 PM
#350050 sent by Vladislav Zavjalov
mapsoft2 - programs for working with maps and geodata
May 31, 2024 Vladislav Zavjalov:
A few bug fixes: - err: fix problems with NaN values and with multiple evaluations in assert scripts - geom/line_walker: avoid NaN values for lines with repeated points - fig: fix scaling/shifting - srtm: fix error in find_peaks(), fix error with getting points between tiles - vmap2gobj: fix problem with short_expand feature applied to zero-length lines - vmap2: optional scale argument to fig_pic command in types file - viewer/gobj_multi: set trivial cnv in constructor, check for NULL cnv
May 24, 2024, 10:03 PM
#349081 sent by Vladislav Zavjalov
mapsoft2 - programs for working with maps and geodata
May 24, 2024 Vladislav Zavjalov:
- Rewrite SRTM interface (work is not finished). Support for data with different resolution, do not use srtm_width.txt file (note that ALOS has different resolution at high latitudes, previously it was just rescaled). Simplify interpolation code, allow switching between nearest, linear, cubic interpolation. Do not use interpolation in graphical layers when low-resolution picture is needed. Remove automatic interpolation of holes. Use overlays: manual creation/interpolation of holes and saving this information. Fix error with drawing of a semi-transparent srtm layer. Optimize contour finding. - Rewrite GeoTrk class: now it is MultiLine<double,GeoTpt> instead of GeoTpt array with segment start flags. Massive changes in all code working with tracks. - Add vxi module (VXI-11 interface) - build system: - preliminary check for pkg-config libs. - remove support for local pkg-config files - PROG_DEPS variable - dependence on executables - geom: - Line/Multiline definition with separate coordinate and point types MultiLine<double,GeoTpt> - Point, Rect, Line, Multiline: divide/multiply by point - Line, Multiline: npts method - MultiLine: add_point, add_segment, del_last_point methods - poly_tools.h: fix a mess with 2d/non-2d functions, use arbitrary distance functions (for using with GeoTrk) - poly_tools.h: poly_cross_2d: find crossings of two closed lines - geo_data/filters: add --trk_reduce_acc, --trk_reduce_num options - geo_data/geo_utils.h: - add geo_length_2d function for Line and MultiLine - add geo_bearing_2d function - fig: write fractional font size - downloader: set log_level via options; change default 0 (no messages) - ocad: rewrite code, but still do not include it in vmap system - vmap2: add dpi setting in type configuration (affects only font size in fig output) - image: - support for 64/48 bit images - change internal representation of IMAGE_1 and IMAGE_24 formats - fix memory handling - support for PNM format 48/24/16/8/1-bit images - add 64/48 bit support for tiff format - a few image filters (some code transferred from me ph_scan repo): image_invert, image_crop, image_autocrop, image_autolevel, image_ir_undust - a few modifications in vmap-data - rewrite ms2xyz program, - --ref <trk> - calculating distances along a reference track - --break segment - restart calculation on every segment - Add new filters to ms2img program. Now I'm using it to process images after film scanning: cropping, color levels, removing dust with IR channel.
Apr 30, 2024, 10:52 AM
#347205 sent by Vladislav Zavjalov
F(?) Virtual Window Manager, the successor to fvwm2
April 30, 2024 Vladislav Zavjalov:
- 1.1.0
Apr 30, 2024, 10:42 AM
#347206 sent by Vladislav Zavjalov
PROJ.4 - cartographic projections library
Apr 30, 2024, 09:55 AM
#347203 sent by Vladislav Zavjalov
A field-theory motivated approach to computer algebra
April 28, 2024 Vladislav Zavjalov:
- add BuildRequires: python3-module-setuptools
Jan 29, 2024, 01:58 PM
#339264 sent by Vladislav Zavjalov
A field-theory motivated approach to computer algebra
Jan. 29, 2024 Vladislav Zavjalov:
- v.2.4.5.4
Dec 22, 2023, 02:51 AM
#337010 sent by Vladislav Zavjalov
A utility for converting FIG files (made by xfig) to other formats
Dec. 21, 2023 Vladislav Zavjalov:
- current snapshot (699062a129473f7f9f4dd21dad30e04405d3ef24) important fix for utf-8 rendering
Dec 18, 2023, 08:21 PM
#336697 sent by Vladislav Zavjalov
Dec 18, 2023, 08:15 PM
#336696 sent by Vladislav Zavjalov
Oct 20, 2023, 10:06 PM
#332281 sent by Vladislav Zavjalov
mapsoft2 - programs for working with maps and geodata
Oct. 20, 2023 Vladislav Zavjalov:
- fixes for macOS build (thanks to Nikolay Korotkiy) - impreve module building system: use make program to extract dependencies from Makefiles. - fig: support for utf8 files produced by xfig 3.2.9 - srtm: fix 1px shift in y-coordinate - ocad: transfer code from mapsoft1 (no adaptation for mapsoft2) - ms2geofig srtm: change scnt_minpts default; apply this filter before reducing number of points; --replace option - Vector maps: - Do not connect labels with wrong name if object have other labels with correct name. - Render Pulkovo-1942 grid on vector maps (pulk_grid drawing feature). - Add label_maxnum drawing feature. Default 0 for labels, 1 for points. - Add short_expand and short_skip drawing features. Expand/skip too short lines. - Fix clip drawing feature. - Remove clip_border parameter. Use "brd clip" drawing feature instead. - Allow re-defining variables in config files. - Add outer drawing feature border step. - Save multisegment objects to FIG/GPX as multiple objects; detect holes when reading. - Much faster tile rendering for a small map piece in a large border. - Default render configuration: grid, new signs for passes, fix rendering of steep glaciers, expand short bridges to 4px, etc.
Oct 19, 2023, 06:51 PM
#332186 sent by Vladislav Zavjalov
F(?) Virtual Window Manager, the successor to fvwm2
Oct. 19, 2023 Vladislav Zavjalov:
- rename binaries and man pages to avoid conflicts with fvwm2
Oct 19, 2023, 06:39 PM
#332183 sent by Vladislav Zavjalov
An X Window System tool for drawing basic vector graphics.
Oct. 19, 2023 Vladislav Zavjalov:
- current snapshot https://sourceforge.net/p/mcj/xfig/ci/b163ea2fd7bdd4a7b6c0745b8b003bef75f63923/ This should fix problems with charset conversions in object comments
Sep 26, 2023, 06:28 PM
#330423 sent by Vladislav Zavjalov
A utility for converting FIG files (made by xfig) to other formats
An X Window System tool for drawing basic vector graphics.
Sept. 26, 2023 Vladislav Zavjalov:
- 3.2.9 -- Xft fonts
Sep 26, 2023, 04:48 PM
#330402 sent by Vladislav Zavjalov
F(?) Virtual Window Manager, the successor to fvwm2
Sept. 26, 2023 Vladislav Zavjalov:
- 1.0.8
Sep 25, 2023, 09:22 PM
#330331 sent by Vladislav Zavjalov
PROJ.4 - cartographic projections library
Sep 25, 2023, 05:58 PM
#330301 sent by Vladislav Zavjalov
A field-theory motivated approach to computer algebra
Sept. 25, 2023 Vladislav Zavjalov:
- v.2.4.4.1
Sep 25, 2023, 05:02 PM
#330296 sent by Vladislav Zavjalov
Support package for GPIB (IEEE 488) hardware
Sept. 25, 2023 Vladislav Zavjalov:
- v4.3.6
Sep 25, 2023, 04:45 PM
#330295 sent by Vladislav Zavjalov
A version of the MIT Athena widget set for X
Sept. 25, 2023 Vladislav Zavjalov:
- 1.6.5
Jul 21, 2023, 12:50 PM
#325280 sent by Vladislav Zavjalov
mapsoft2 - programs for working with maps and geodata
July 21, 2023 Vladislav Zavjalov:
- Fix hangs and crashes in downloader (thanks to Ilya Kurdyukov)
Jul 16, 2023, 04:53 PM
#325012 sent by Vladislav Zavjalov
mapsoft2 - programs for working with maps and geodata
July 15, 2023 Vladislav Zavjalov:
- Vector maps: fix osm, xfig, and vmap interfaces, add gpx interface. New options: wpt_pref, update_type, update_types, label_names, osm_ids, osm_tags, crop_labels. Rename options: update_tag, update_type, update_types -> replace_*. Use system configuration files from /usr/share/mapsoft2/ by default. ifdef/ifndef/else/endif/define/define_if_undef commands in configuration files. - Update vector map scripts and configuration (vmap_data/scrpts/, vmap_data/) - ms2view: dialog for editing track point. - geom: fis line_filter_v1 and line_rectcrop functions. - Makefile: fix install rules (remove existing dirs). - Fix for gcc13, include missing cstdint. - Fix for proj >=9.2.1. - Update documentation, examples and man pages.
Jul 15, 2023, 09:53 AM
#324975 sent by Vladislav Zavjalov
Automatic 3D finite element grid generator
July 15, 2023 Vladislav Zavjalov:
- New version - patch: include missing cstdint (fix for gcc13)
Jul 15, 2023, 08:10 AM
#324974 sent by Vladislav Zavjalov
Jul 15, 2023, 08:01 AM
#324973 sent by Vladislav Zavjalov
Apr 21, 2023, 03:18 PM
#319054 sent by Vladislav Zavjalov
Support package for GPIB (IEEE 488) hardware
April 21, 2023 Vladislav Zavjalov:
- v4.3.5
Mar 22, 2023, 11:22 PM
#317245 sent by Vladislav Zavjalov
Support package for GPIB (IEEE 488) hardware
March 22, 2023 Vladislav Zavjalov:
- install udev rules to /lib/udev/rules.d (new sisyphus_check requirement)
Dec 12, 2022, 09:32 PM
#311599 sent by Vladislav Zavjalov
update_gmsh
Automatic 3D finite element grid generator
rebuild getdp-3.5.0-alt1
A General Environment for the Treatment of Discrete Problems
Dec 12, 2022, 08:54 PM
#311600 sent by Vladislav Zavjalov
A field-theory motivated approach to computer algebra
Dec. 12, 2022 Vladislav Zavjalov:
- v.2.4.2.4
Dec 12, 2022, 08:43 PM
#311598 sent by Vladislav Zavjalov
Dec 3, 2022, 08:36 PM
#311139 sent by Vladislav Zavjalov
mapsoft2 - programs for working with maps and geodata
Dec. 3, 2022 Vladislav Zavjalov:
This is a major update with many incompatable and not very well tested changes, mostly in vector map system. - New vector map system: vmap2 and vmap2db formats, mapdb database is obsoleted. - New programs ms2vmap and ms2vmapdb instead of ms2mapdb. - Install all default data and scripts for map rendering. - New ms2render program for rendering geodata, DEM, vector and raster maps; remove this code from ms2conv. - New syntax of define command in vmap render configuration (everything else should work as before). - ms2geofig: new actions: make_ref, get. - Update documentation, examples and man pages.
Oct 29, 2022, 05:39 PM
#308658 sent by Vladislav Zavjalov
update_libproj
deleted proj-datumgrid
rebuild gdal-3.0.4-alt1.7
The Geospatial Data Abstraction Library (GDAL)
Geographic Resources Analysis Support System
rebuild postgis-3.3.1-alt1
Geographic Information Systems Extensions to PostgreSQL
rebuild libgeotiff-1.6.0-alt2
Library for reading and writing GeoTIFF information tags.
rebuild libspatialite-5.0.1-alt1
Enables SQLite to support spatial data
rebuild spatialite-gui-2.1.0-alt1
GUI to manage Spatialite databases
API in "C" for Shapefile handling
A user friendly Open Source Geographic Information System
an OpenStreetMap editor
rebuild vtk-9.1.0-alt1
The Visualization Toolkit, an Object-Oriented Approach to 3D Graphics
rebuild slicer-4.11.20210226-alt4
Multi-platform, free open source software for visualization and image computing
rebuild octave-octproj-2.0.1-alt1
GNU Octave bindings to PROJ
OpenOrienteering Mapper program for orienteering mapmaking
GPS mapping and management tool
deleted mapsoft
mapsoft2 - programs for working with maps and geodata
Oct. 23, 2022 Vladislav Zavjalov:
- switch to new libproj API; - ms2conv: modify --join option - ms2geofig: add srtm data, add raster maps - ms2view: a few fixes of panoramic veiw
rebuild xygrib-1.2.7-alt1
Visualisation of meteo data from files in GRIB formats
Imports map data from www.OpenStreetMap.org to a PostgresSQL database
Oct. 28, 2022 Alexey Shabalin:
- new version 1.7.1
Oct 22, 2022, 07:08 PM
#308862 sent by Vladislav Zavjalov
Lynx-like text WWW browser with many features
Oct. 22, 2022 Vladislav Zavjalov:
- 0.15.1
Oct 22, 2022, 06:56 PM
#308861 sent by Vladislav Zavjalov
A version of the MIT Athena widget set for X
Oct. 22, 2022 Vladislav Zavjalov:
- 1.6.4
Oct 21, 2022, 01:04 PM
#308756 sent by Vladislav Zavjalov
F(?) Virtual Window Manager, the successor to fvwm2
Oct. 19, 2022 Vladislav Zavjalov:
- rename scripts and perl libraries to avoid collisions with old fvwm
Oct 7, 2022, 04:36 PM
#308038 sent by Vladislav Zavjalov
A field-theory motivated approach to computer algebra
Oct. 7, 2022 Vladislav Zavjalov:
- v.2.4.0.2
Oct 3, 2022, 11:41 PM
#307807 sent by Vladislav Zavjalov
S3cmd is a tool for managing Amazon S3 storage space
Oct. 3, 2022 Vladislav Zavjalov:
- v.2.3.0 (closes #43928)
Aug 21, 2022, 04:51 PM
#305600 sent by Vladislav Zavjalov
update_gmsh
Automatic 3D finite element grid generator
rebuild getdp-3.5.0-alt1
A General Environment for the Treatment of Discrete Problems
Jul 17, 2022, 02:50 PM
#303848 sent by Vladislav Zavjalov
A General Environment for the Treatment of Discrete Problems
July 17, 2022 Vladislav Zavjalov:
- v.3.5.0
Jun 24, 2022, 09:46 AM
#302561 sent by Vladislav Zavjalov
mapsoft - programs for working with maps and geodata
June 24, 2022 Vladislav Zavjalov:
- fix build with gcc12.1.1: std::ws set failbit on eof - scripts: install mapsoft_map.sh to fix script deps - do not install convs_gtiles - small updates in map styles - mapsoft_srtm2fig: sctn operation (finding slope contours)
Jun 17, 2022, 02:12 AM
#302223 sent by Vladislav Zavjalov
mapsoft2 - programs for working with maps and geodata
June 16, 2022 Vladislav Zavjalov:
- Drawing tracks: --trk_draw_width option - Downloading tiled maps: --insecure, --user_agent, --http_ref options - Making map reference: --coords_nom, --coords_file options - TIFF: --tiff_compression option -- support many compression types - better support for ALOS DEM files - FIG/GeoFIG support - fix build with gcc12.1.1
Jun 17, 2022, 01:36 AM
#302224 sent by Vladislav Zavjalov
Lynx-like text WWW browser with many features
June 16, 2022 Vladislav Zavjalov:
- fix build with gcc-12.1.1 (-Werror=address, address always true)
Apr 9, 2022, 11:40 AM
#298176 sent by Vladislav Zavjalov
A field-theory motivated approach to computer algebra
Feb. 26, 2022 Vladislav Zavjalov:
- current upstream snapshot (ce5bc98) with a few important fixes - add RPATH to binaries to fix "cadabra2.cpython-310.so not found" error
Jan 26, 2022, 04:46 PM
#294097 sent by Vladislav Zavjalov
GNU Octave -- a high-level language for numerical computations
Jan. 25, 2022 Vladislav Zavjalov:
- Use octave-cli in filetrigger (closes: #38242)
Jan 18, 2022, 09:50 PM
#293717 sent by Vladislav Zavjalov
A field-theory motivated approach to computer algebra
Jan. 13, 2022 Vladislav Zavjalov:
- First build for Altlinux
Jan 17, 2022, 05:12 PM
#293636 sent by Vladislav Zavjalov
Lynx-like text WWW browser with many features
Jan. 17, 2022 Vladislav Zavjalov:
- 0.15.0
Nov 28, 2021, 09:29 PM
#290902 sent by Vladislav Zavjalov
Lynx-like text WWW browser with many features
Nov. 28, 2021 Vladislav Zavjalov:
- New release: 0.14.3 (upstream moved to https://github.com/rkd77/elinks) - Apply old Altlinux patches
Nov 22, 2021, 09:22 PM
#290426 sent by Vladislav Zavjalov
Lynx-like text WWW browser with many features
Nov. 22, 2021 Vladislav Zavjalov:
- Fix FTBFS: mismatch in function declaration, string overflow in elinks_ulongcat call
Nov 7, 2021, 09:26 PM
#289149 sent by Vladislav Zavjalov
Nov 3, 2021, 03:30 AM
#288774 sent by Vladislav Zavjalov
F(?) Virtual Window Manager
Nov. 2, 2021 Vladislav Zavjalov:
- follow Altlinux WM policy (closes #41275): - move /usr/share/icons/Fvwm.xpm to /usr/share/icons/hicolor/64x64/apps/fvwm.xpm - add /usr/share/xsessions/fvwm.desktop file - move fvwm.xpm and fvwm-menuicon.xpm from fvwm-icons to fvwm-base package