Search Criteria
Package Details: gnuplot-headless 6.0.2-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/gnuplot-headless.git (read-only, click to copy) |
---|---|
Package Base: | gnuplot-headless |
Description: | Plotting package which outputs to PostScript, PNG, GIF, and others, without X deps |
Upstream URL: | http://www.gnuplot.info |
Licenses: | LicenseRef-Gnuplot |
Conflicts: | gnuplot |
Provides: | gnuplot |
Submitter: | nimrod_mack |
Maintainer: | ejona86 |
Last Packager: | ejona86 |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2017-04-22 23:41 (UTC) |
Last Updated: | 2025-03-23 16:38 (UTC) |
Dependencies (6)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR)
- libcerf (libcerf-gitAUR)
- lua
- readline (readline-gitAUR)
- texlive-latexextra (texlive-dummyAUR, texlive-installerAUR, texlive-fullAUR) (make)
Required by (116)
- 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-git (requires gnuplot) (optional)
- dune-grid (requires gnuplot) (optional)
- elf-dissector-git (requires gnuplot) (optional)
- Show 96 more...
Latest Comments
ejona86 commented on 2025-03-23 16:41 (UTC)
@m040601, 6.0.2-2 enables block terminal output.
ejona86 commented on 2025-03-23 16:28 (UTC)
@m040601, the texlive make dependency is not needed at runtime, although building with it allows texlive support if you do use texlive. texlive doesn't need a dependency on X/Wayland/Mesa, so may be desired by some users. I don't see why you think texlive depends on a GUI.
When a package is out-of-date, use the "Flag package out-of-date" link above.
m040601 commented on 2025-03-21 23:42 (UTC) (edited on 2025-03-22 00:00 (UTC) by m040601)
Source should be https not http.
The Archlinux official gnuplot package already pulls "6.0.2", not "6.0.0"
https://sourceforge.net/projects/gnuplot/files/gnuplot/ says,
m040601 commented on 2025-03-21 23:36 (UTC) (edited on 2025-03-21 23:53 (UTC) by m040601)
Could we try to make this PKGBUILD leaner ?
will of course as a consequence lead to pulling this outrageous megas of dependencies,
I dont understand the purpose of this (make) dependency "texlive-latexextra"
This "gnuplot-nogui", https://aur.archlinux.org/packages/gnuplot-nogui, seems to do it without it.
Isnt there a way for this "gnuplot-headless" to completly ditch that texlive thing ?
Why does it have to be a "make" dependency instead of a "opt" dependency ?
Wasn't it the purpose of this PKGBUILD "gnuplot-headless" to provide a lean alternative to the Archlinux official "gnuplot" ? Without guis AND without X dependencies ?
I am not an expert on PKGBUILDs, but a quick look at the "INSTALL" file instructions of gnuplot , grepping for "tex" or "texlive", says,
I see nowhere the mention of texlive or anything tex related being absolutely essential.
Thanks in advance.
m040601 commented on 2023-09-26 23:36 (UTC)
The maintainer doesnt react to comments and flags.
And
Anyone interested in adopting this PKGBUILD ?
m040601 commented on 2023-09-01 06:50 (UTC) (edited on 2023-09-01 06:56 (UTC) by m040601)
This is a very usefull PKGBUILD. I hope that if this had enough votes it could be an Arch official package someday.
version 5.4.8 has been released for 2 months now. And version 6.0 is already in the pipeline, and expected later in 2023.
This PKGBUILD has been marked as out of date, but the maintainer doesnt respond. He hasnt logged in to the AUR for more than a year.
Anyone interested in adopting it ?
jkhsjdhjs commented on 2021-06-30 14:51 (UTC)
Ah sorry, I got confused by my ARMv8 architecture being aarch64 and assumed that ARMv7 would be aarch32, because it doesn't have the 64 bit extension of ARMv8. So actually I meant armv7h instead of aarch32. Sorry for the inconvenience!
I also didn't know that 'any' meant the compiled package works on any architecture, just thought it meant it will compile on any architecture. Thanks for the link!
nimrod_mack commented on 2021-06-29 13:33 (UTC)
Yes, this is what it did for me as well :) I added aarch64 and also aarch32 (although I'm not aware of any Arch derivative supporting this architecture). I did not put "any" in the "arch" field, though, as this is against wiki recommendations (see [https://wiki.archlinux.org/title/PKGBUILD#arch])
jkhsjdhjs commented on 2021-06-29 02:15 (UTC)
Thanks for maintaining this package, quite useful when you want to generate plots on a headless server without all the extra X dependencies.
This also compiles on aarch32 and aarch64 btw, so I guess you can just put in 'any' for the arch in the PKGBUILD.