randusr: Thanks for the hint on the update button within eagle. Since I did not have such a button anywhere in the UI (and in fact never have seen it before), I experimented around a bit. It seems like you only get the update message when you log in with your Autodesk account.
Search Criteria
Package Details: eagle 9.6.2-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/eagle.git (read-only, click to copy) |
---|---|
Package Base: | eagle |
Description: | Powerful suite for schematic capture and printed circuit board design (aka eaglecad) |
Upstream URL: | http://www.autodesk.com/products/eagle |
Licenses: | custom |
Submitter: | None |
Maintainer: | Bevan |
Last Packager: | Bevan |
Votes: | 283 |
Popularity: | 0.000091 |
First Submitted: | 2008-03-24 12:05 (UTC) |
Last Updated: | 2023-08-24 15:16 (UTC) |
Dependencies (14)
- dbus (dbus-gitAUR, dbus-selinuxAUR)
- desktop-file-utils (desktop-file-utils-gitAUR)
- e2fsprogs (busybox-coreutilsAUR, e2fsprogs-gitAUR)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- freetype2 (freetype2-qdoledAUR, freetype2-macosAUR, freetype2-gitAUR)
- krb5 (krb5-gitAUR)
- libcups (libcups-gitAUR, cups-gitAUR, libcups-gssapiAUR)
- libglvnd (libglvnd-gitAUR)
- libx11 (libx11-gitAUR)
- libxcb (libxcb-gitAUR)
- libxext (libxext-gitAUR)
- libxi (libxi-gitAUR)
- pcre
- shared-mime-info
Required by (2)
- freerouting-zh-cn (optional)
- freerouting-zh-cn-git (optional)
Sources (5)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 .. 15 Next › Last »
Bevan commented on 2018-03-06 21:35 (UTC)
randusr commented on 2018-03-06 13:57 (UTC)
There is a new version at https://eagle-updates.circuits.io/downloads/8_6_3/Autodesk_EAGLE_8.6.3_English_Linux_64bit.tar.gz You are redirected there from within eagle when you klick the Update button.
I did not try it yet, just wanted to let you know.
dpello commented on 2018-02-21 08:16 (UTC) (edited on 2018-02-21 08:18 (UTC) by dpello)
Last version fails to work with this message:
% eagle
terminate called after throwing an instance of 'std::runtime_error'
what(): locale::facet::_S_create_c_locale name not valid
[1] 28911 abort (core dumped) eagle
It's solved if you install en_US.UTF-8 locale.
Bevan commented on 2017-08-29 08:33 (UTC)
sotoleni: Good catch, thanks!
sotoleni commented on 2017-08-28 08:49 (UTC)
In the folder:
/opt/eagle/lib
There is two files:
lrwxrwxrwx 1 root root 27 2017-08-28 09:19 libssl.so -> /opt/eagle/lib/libssl.so.10
-rw-r--r-- 1 root root 401K 2017-08-14 22:41 libssl.so.1.0.0
The symbolic link libssl.so have to be modified to target: "libssl.so.1.0.0" and not "libssl.so.10"
It makes to fail the SSL connection to be registered with Autodesk
Thank you very much to support this package, you do a great job!
Toni
Bevan commented on 2017-08-04 19:07 (UTC)
@z3bu: Thanks for the hint! namcap confirms this is a dependency which I must have missed... I will push a new version.
z3bu commented on 2017-08-02 08:02 (UTC)
I had to install qt5-webengine from extra to get it working.
Bevan commented on 2017-03-19 16:53 (UTC)
mxr: Yeah, I wasn't too happy about that dependency as well. I looked into all the provided libraries and also libQt5XcbQpa.so.5 links against libselinux.so.1. Removing this though breaks the whole package as it seems to differ from Arch's qt version.
Have you run the software now for a while with your modifications and without errors? Then I may just give it a shot and wait if people notice any errors.
mxr commented on 2017-03-04 13:44 (UTC)
This new version of eagle needs libselinux which is quite annoying to compile. I just wanted to note here that is is unnecessary the dependency can be removed by deleting libEGL.so.1 and libglapi.so.0 from the lib/ directory in the package. (Arch Linux' version seems to be alright)
Maybe this change can be considered in the PKGBUILD script
Pinned Comments