Search Criteria
Package Details: gnuplot4 4.6.7-6
Package Actions
| Git Clone URL: | https://aur.archlinux.org/gnuplot4.git (read-only, click to copy) |
|---|---|
| Package Base: | gnuplot4 |
| Description: | Plotting package which outputs to X11, PostScript, PNG, GIF, and others |
| Upstream URL: | http://www.gnuplot.info |
| Licenses: | custom |
| Conflicts: | gnuplot |
| Provides: | gnuplot |
| Submitter: | frazar0 |
| Maintainer: | frazar0 |
| Last Packager: | frazar0 |
| Votes: | 1 |
| Popularity: | 0.000000 |
| First Submitted: | 2022-11-08 09:47 (UTC) |
| Last Updated: | 2023-08-28 18:58 (UTC) |
Dependencies (13)
- cairo (cairo-gitAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- gd (gd-gitAUR)
- glib2 (glib2-selinuxAUR, glib2-gitAUR, glib2-patched-thumbnailerAUR)
- glibc (glibc-gitAUR, glibc-eacAUR)
- gtk2AUR (gtk2-patched-filechooser-icon-viewAUR)
- libx11 (libx11-gitAUR, libx11-mr293AUR)
- lua (pallene-luaAUR)
- pango (pango-gitAUR)
- qt4AUR
- readline (readline-gitAUR)
- wxgtk2.8AUR (wxgtk2.8AUR, wxgtk2.8-lightAUR)
- texlive-latexextra (texlive-dummyAUR, texlive-fullAUR, texlive-installerAUR) (make)
Required by (118)
- acado (requires gnuplot)
- acado (requires gnuplot) (make)
- amanda (requires gnuplot) (optional)
- ansel-git (requires gnuplot) (optional)
- apl (requires gnuplot) (optional)
- basicanalysis (requires gnuplot) (optional)
- battery-stats-git (requires gnuplot)
- bitvalue-git (requires gnuplot)
- bpm-tools (requires gnuplot) (optional)
- c2clat-git (requires gnuplot) (optional)
- canu (requires gnuplot) (optional)
- canu-bin (requires gnuplot) (optional)
- canu-git (requires gnuplot) (optional)
- cargo-criterion (requires gnuplot) (optional)
- cargo-tally (requires gnuplot) (optional)
- cdck-bin (requires gnuplot) (optional)
- ctbench-git (requires gnuplot)
- cueplot (requires gnuplot)
- cuwire (requires gnuplot)
- darktable-git (requires gnuplot) (optional)
- Show 98 more...
Latest Comments
frazar0 commented on 2023-08-28 18:58 (UTC)
Thank you for you suggestions. The package has been updated accordingly.
MarsSeed commented on 2023-08-28 17:15 (UTC)
I can also confirm that the WxWidgets-Gtk2 based output also works.
Launching either
qalculate-qtorqalculate-gtkwith the prepended envvar settingGNUTERM=wxtmakes Qalculate render the plot in a WxGtk2 window.MarsSeed commented on 2023-08-28 16:57 (UTC)
I can verify that when building with the modifications I've submitted below, the installed gnuplot4 works with repo's
qalculate-qt, despite the fact that the latter itself is using Qt6.(Internally, that Qalculate GUI app launches gnuplot4's Qt4-based
/usr/bin/gnuplot_qtjust fine, and displays the plotted function in a window.)MarsSeed commented on 2023-08-28 16:50 (UTC)
Hi,
This package conflicts with repo's
gnuplot.Also currently it does not use Qt4, because the expected configure option for enabling support for it is
--enable-qt, not the currently defined--enable-qt4.Some additional issues, based on namcap analysis, that can be remedied:
usr/share/licenses/gnuplot4, notusr/share/licenses/gnuplotopenssl-1.1is not a dependencylibjpegis not a dependency (gd's libgd will link to the correct jpeg library, but gnuplot itself is not linked to any such lib)gcc-libsglibcglib2gtk2libx11pangoHere is a PKGBUILD diff to resolve all the mentioned issues: