Search Criteria
Package Details: gr-framework 0.73.8-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/gr-framework.git (read-only, click to copy) |
---|---|
Package Base: | gr-framework |
Description: | A universal framework for cross-platform visualization applications. |
Upstream URL: | https://gr-framework.org |
Licenses: | MIT |
Submitter: | IngoMeyer |
Maintainer: | IngoMeyer |
Last Packager: | IngoMeyer |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2020-01-31 09:22 (UTC) |
Last Updated: | 2024-10-14 09:50 (UTC) |
Dependencies (18)
- bzip2 (bzip2-gitAUR)
- cairo (cairo-gitAUR)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- freetype2 (freetype2-qdoledAUR, freetype2-macosAUR, freetype2-gitAUR)
- ghostscript
- glfw-x11 (glfw-gitAUR, glfw)
- libjpeg-turbo (mozjpeg-gitAUR, libjpeg-turbo-gitAUR, mozjpegAUR)
- libpng (libpng-gitAUR, libpng-apngAUR)
- libtiff (libtiff-gitAUR, libtiff-lercAUR)
- libx11 (libx11-gitAUR)
- libxft (libxft-gitAUR)
- libxt
- pixman (pixman-gitAUR)
- qhull
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- cmake (cmake-gitAUR) (make)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-ffplayoutAUR, ffmpeg-amd-full-gitAUR, ffmpeg-cudaAUR, ffmpeg-full-gitAUR, ffmpeg-gitAUR, ffmpeg-libfdk_aacAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-headlessAUR, ffmpeg-obsAUR, ffmpeg-amd-fullAUR) (optional) – video support
Latest Comments
IngoMeyer commented on 2020-09-07 12:48 (UTC)
@jadelord: Thanks for the hint, emscripten is added to the
makedepends
array and the full path toemmake
is inserted. Actually, emscripten could be an optional make dependency, but the PKGBUILD format has no entry for this. :(jadelord commented on 2020-08-21 12:30 (UTC)
You should add to
makedepends
emscripten
and use the full path/usr/lib/emscripten/emmake
for building.IngoMeyer commented on 2020-06-30 16:20 (UTC)
Your patch is added, the package can be built again on a recent Arch Linux. Thanks for your hint again!
IngoMeyer commented on 2020-06-30 09:39 (UTC)
Thanks for your pointing us to this problem. We tested this GR release with Qt 5.14 (and the latest develop version already has patches for Qt 5.15). I am going to include your patch to this release. :)
microe commented on 2020-06-29 15:21 (UTC)
Thanks for putting together this package! I was trying to get the Plots metapackage working in julia (see my comments on julia-bin) and was unable to get Plots installed because the julia GR package does not have an aarch64 build. Fortunately this packaged existed!
I had to add a patch to get GR to compile with Qt 5.15, but otherwise I have been successful. Here is a branch of those patches: https://github.com/microe/aur-gr-framework/tree/build-for-qt-5.15