Package Details: fritzing 1.0.4-2

Git Clone URL: https://aur.archlinux.org/fritzing.git (read-only, click to copy)
Package Base: fritzing
Description: PCB layout prototyping application
Upstream URL: http://fritzing.org
Licenses: GPL-3.0-only AND CC-BY-SA-3.0 AND BSL-1.0
Submitter: phects
Maintainer: Bevan
Last Packager: Bevan
Votes: 243
Popularity: 0.21
First Submitted: 2009-05-31 14:31 (UTC)
Last Updated: 2025-03-11 20:20 (UTC)

Pinned Comments

Bevan commented on 2023-09-25 08:41 (UTC) (edited on 2023-11-02 19:48 (UTC) by Bevan)

Please do not flag this package out of date unless there is source code available for a newer version than represented here. Unfortunately, upstream is very reluctant in releasing their GPL3 licensed code to the public.

See:

https://github.com/fritzing/fritzing-app/issues/3876

https://github.com/fritzing/fritzing-app/issues/3881

https://forum.fritzing.org/t/can-t-find-source-code/19723

https://github.com/fritzing/fritzing-app/issues/4070

Bevan commented on 2022-04-02 08:37 (UTC)

ericfont: No need to downgrade libgit2. You just need to rebuild Fritzing after the libgit2 update. This happens regularly.

Latest Comments

« First ‹ Previous 1 .. 9 10 11 12 13 14 15 16 17 18 19 Next › Last »

tghosgor commented on 2014-08-01 16:43 (UTC)

You are right I though I had all Qt5 packages installed on my system. Updating, thanks.

nishantjr commented on 2014-07-31 15:17 (UTC)

Thats qt5-svg, not qt5-script

nishantjr commented on 2014-07-31 15:16 (UTC)

Fixed compiling against qt4 stuff not listed in dependencies by changing to qmake-qt5 and adding qt5-script as a dependency. Not sure if version specification of qt5-script was necessary but did it anyway. https://gist.github.com/anonymous/b7a957f2e6e706c09d92

tghosgor commented on 2014-07-24 20:01 (UTC)

Apparently it still uses Qt4's SVG library and qmake fails to find svg module but qmake-qt4 does not. I am not even sure if I should add qt4 back as dependency.

giniu commented on 2014-07-24 18:39 (UTC)

it probably would use qt5 if you used qmake not qmake-qt4 in package function. Also, I'd recommend wrapping "$srcdir" and "$pkgdir" in quotes, so your package works if someone builds in directory containing spaces.

tghosgor commented on 2014-07-21 14:49 (UTC)

Updated, thanks.

maharifu commented on 2014-07-21 14:24 (UTC)

Hi, the file http://fritzing.org/download/0.9.0b/source-tarball/fritzing-0.9.0b.source.tar.bz2 seems to have gone missing. The source is now at http://fritzing.org/download/0.9.0b/source-tarball/fritzing-0.9.0b.source.tar_1.bz2 for some reason.

tghosgor commented on 2014-07-21 13:06 (UTC)

The file named "control" in fritzing source still points to qt4 libraries. I cross referenced the qt5 ones I have installed on my system with them and changed the PKGBUILD accordingly. If anybody has problems building please let me know.