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.000243 |
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, gcc11-libsAUR, gcc-libs-snapshotAUR)
- gd (gd-gitAUR)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- gtk2 (gtk2-maemoAUR, gtk2-patched-filechooser-icon-viewAUR)
- libx11 (libx11-gitAUR)
- lua
- pango (pango-gitAUR)
- qt4AUR
- readline (readline-gitAUR)
- wxgtk2.8AUR (wxgtk2.8AUR, wxgtk2.8-lightAUR)
- texlive-latexextra (texlive-installerAUR, texlive-fullAUR, texlive-dummyAUR) (make)
Required by (115)
- acado (requires gnuplot)
- acado (requires gnuplot) (make)
- amanda (requires gnuplot) (optional)
- ansel-git (requires gnuplot) (optional)
- basicanalysis (requires gnuplot) (optional)
- battery-stats-git (requires gnuplot)
- bitvalue-git (requires gnuplot)
- bpm-tools (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-cr3 (requires gnuplot) (optional)
- darktable-git (requires gnuplot) (optional)
- dune-grid (requires gnuplot) (optional)
- Show 95 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-qt
orqalculate-gtk
with the prepended envvar settingGNUTERM=wxt
makes 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_qt
just 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/gnuplot
openssl-1.1
is not a dependencylibjpeg
is not a dependency (gd's libgd will link to the correct jpeg library, but gnuplot itself is not linked to any such lib)gcc-libs
glibc
glib2
gtk2
libx11
pango
Here is a PKGBUILD diff to resolve all the mentioned issues: