Package Details: veroroute 2.39-1

Git Clone URL: https://aur.archlinux.org/veroroute.git (read-only, click to copy)
Package Base: veroroute
Description: Qt based Veroboard/Perfboard/PCB layout and routing application
Upstream URL: https://sourceforge.net/projects/veroroute
Licenses: GPLv3+
Submitter: romsom
Maintainer: romsom
Last Packager: romsom
Votes: 5
Popularity: 0.75
First Submitted: 2019-07-08 00:06 (UTC)
Last Updated: 2024-10-03 00:51 (UTC)

Latest Comments

1 2 Next › Last »

wkosmos commented on 2026-05-15 01:12 (UTC) (edited on 2026-05-15 01:13 (UTC) by wkosmos)

The source URL in the geda-gaf PKGBUILD is dead. Working mirror for geda-gaf-1.10.2.tar.gz: http://www.repo.hu/projects/geda-archive/ftp.geda-project.org/geda-gaf/stable/v1.10/1.10.2/geda-gaf-1.10.2.tar.gz - md5sum: 39377764735bd4ce5360371614541a25. Also, geda-gaf does not compile against Guile 3.0 - scm_c_define_module in scheme_smob.c expects void (*)(void) but Guile 3 changed the signature to void (*)(void *). Symlinking guile-2.0.pc to guile-3.0.pc gets past the configure check but the build still fails. Actual source patches would be needed for Guile 3 support. However veroroute confirmed runs without geda-gaf.

luryus commented on 2026-05-10 15:05 (UTC)

I think geda-gaf could be removed from dependencies or at least moved to optdepends. This package just installs some extra config and schema files for gEDA but afaik does not actually depend on it.

dralx commented on 2020-04-23 20:10 (UTC)

FYI Roman, I am changing the file name convention and compression method used to release the source code.

For example, V1.90 used to have a zip file on sourceforge called:

VeroRoute_V190_Src.zip

That will change to

veroroute-1.90.tar.gz

I will leave both those files there for the V1.90 release because I see you have already done the package for V1.90, but going forward only the new tar.gz file will be released. You will have to update your package script.

dralx commented on 2020-03-15 23:59 (UTC) (edited on 2020-03-16 00:00 (UTC) by dralx)

V1.86 is out now. I have added a manpage. You may want to include it as part of your install script. See the "veroroute-install.sh" script in the source zip file for an example of how to install the manpage.

dralx commented on 2020-02-28 02:47 (UTC)

V1.80 now supports 2-layer boards allowing track editing and auto-routing across both layers.

dralx commented on 2020-02-16 23:08 (UTC)

V1.79 now has Gerber output for simple 1-layer and 2-layer boards.

dralx commented on 2020-01-29 13:34 (UTC)

When you have time, could you upgrade the scripts to support V1.74 please?

dralx commented on 2019-10-01 12:19 (UTC)

Thanks

romsom commented on 2019-09-30 21:04 (UTC) (edited on 2019-09-30 21:07 (UTC) by romsom)

@dralx Done :) Sorry for the delay, I was in between holidays and broken machines.

dralx commented on 2019-09-30 16:07 (UTC)

Could you upgrade the scripts to support V1.71 please Roman?