Versions
v0.73.6-r1 :: 0 :: gentoo
- Modified
- License
- MIT
- Keywords
- ~amd64 ~x86
- USE flags
- agg cairo ffmpeg postscript tiff truetype
USE flags
General
- agg
- Enable the libagg anti-grain rendering engine
- cairo
- Enable support for the cairo graphics library
- ffmpeg
- Enable ffmpeg/libav-based audio/video codec support
- postscript
- Enable support for the PostScript language (often with ghostscript-gpl or libspectre)
- tiff
- Add support for the TIFF image format
- truetype
- Add support for FreeType and/or FreeType2 fonts
Dependencies
app-text / ghostscript-gpl : Interpreter for the PostScript language and PDF
dev-qt / qtbase : Cross-platform application development framework
media-libs / fontconfig : A library for configuring and customizing font access
media-libs / freetype : High-quality and portable font engine
media-libs / glfw : Portable OpenGL FrameWork
media-libs / libjpeg-turbo : MMX, SSE, and SSE2 SIMD accelerated JPEG library
media-libs / libpng : Portable Network Graphics library
media-libs / qhull : Geometry library
media-libs / tiff : Tag Image File Format (TIFF) library
media-video / ffmpeg : Complete solution to record/convert/stream audio and video
net-libs / zeromq : High-performance asynchronous messaging library
virtual / opengl : Virtual for OpenGL implementation
virtual / zlib : Virtual for libz.so providers
x11-libs / agg : High quality rendering engine library for C++
x11-libs / cairo : A vector graphics library with cross-device output support
Runtime Dependencies
app-text / ghostscript-gpl : Interpreter for the PostScript language and PDF
dev-qt / qtbase : Cross-platform application development framework
media-libs / fontconfig : A library for configuring and customizing font access
media-libs / freetype : High-quality and portable font engine
media-libs / glfw : Portable OpenGL FrameWork
media-libs / libjpeg-turbo : MMX, SSE, and SSE2 SIMD accelerated JPEG library
media-libs / libpng : Portable Network Graphics library
media-libs / qhull : Geometry library
media-libs / tiff : Tag Image File Format (TIFF) library
media-video / ffmpeg : Complete solution to record/convert/stream audio and video
net-libs / zeromq : High-performance asynchronous messaging library
virtual / opengl : Virtual for OpenGL implementation
virtual / zlib : Virtual for libz.so providers
x11-libs / agg : High quality rendering engine library for C++
x11-libs / cairo : A vector graphics library with cross-device output support
Bugs
- 905946
- sci-visualization/gr failed to emerge with USE=agg - no matching function for call to ‘agg::rasterizer_sl_clip<agg::ras_conv_dbl>::rasterizer_sl_clip(agg::rasterizer_cells_aa<agg::cell_aa>&)’
- 966256
- sci-visualization/gr-0.73.19 version bump
- 966740
- sci-visualization/gr-0.73.6-r1 - [gcc-16] [jdk26] QA Notice: The ebuild is installing to one or more unexpected directories:
- 967750
- sci-visualization/gr-0.73.6-r1 - error: implicit declaration of function ‘avcodec_close’
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Andreas Sturmlechner · gentoo
sci-visualization/gr: Fix build w/ cmake-4
Patch is a backport from 0.73.14. Closes: https://bugs.gentoo.org/955792 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> - Andreas Sturmlechner · gentoo
sci-visualization/gr: drop 0.73.6
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> - Andreas Sturmlechner · gentoo
sci-visualization/gr: Add missing dependencies, disable Qt4/Qt5 automagic
Bug: https://bugs.gentoo.org/966256 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
*/*: Add := to virtual/zlib deps, part 1
Done via: ``` git grep -l virtual/zlib$ | xargs sed -i -e 's@virtual/zlib$@&:=@' ``` Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sci-*/*: update for virtual/zlib
Update done using: ``` git grep -l sys-libs/zlib dev-* | xargs sed -i -e s@sys-libs/zlib@virtual/zlib@g git diff --name-only | xargs copybump git diff --name-only | xargs grep -l PYTHON_COMPAT | xargs gpy-impl -@dead pkgcheck scan --commits -c SourcingCheck,VisibilityCheck --exit error ``` Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Andreas Sturmlechner · gentoo
sci-visualization/gr: drop 0.73.3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Andreas K. Hüttel · gentoo
sci-visualization/gr: drop 0.72.4
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org> - Andreas K. Hüttel · gentoo
sci-visualization/gr: add 0.73.6
Closes: https://bugs.gentoo.org/930586 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Andreas K. Hüttel · gentoo
sci-visualization/gr: Pass full path to libagg.so
Bug: https://bugs.gentoo.org/905946 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Andreas K. Hüttel · gentoo
sci-visualization/gr: drop 0.72.0
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org> - Andreas K. Hüttel · gentoo
sci-visualization/gr: add 0.73.3
Closes: https://bugs.gentoo.org/906669 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Andreas K. Hüttel · gentoo
sci-visualization/gr: drop 0.53.0-r2
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org> - Andreas K. Hüttel · gentoo
sci-visualization/gr: add 0.72.4
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Andreas K. Hüttel · gentoo
sci-visualization/gr: add 0.72.0
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Andreas K. Hüttel · gentoo
sci-visualization/gr: fix path, yes I know it looks wrong
Thanks to Devrin Talen Closes: https://bugs.gentoo.org/882619 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sci-visualization/gr: add media-libs/libtiff subslot dep
libtiff changed SONAME. Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Andreas K. Hüttel · gentoo
sci-visualization/gr: add REQUIRED_USE
Closes: https://bugs.gentoo.org/835075 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Andreas K. Hüttel · gentoo
sci-visualization/gr: Remove old
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org> - Andreas K. Hüttel · gentoo
sci-visualization/gr: Fix build with musl
Closes: https://bugs.gentoo.org/832836 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Andreas K. Hüttel · gentoo
sci-visualization/gr: Version bump
Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sci-visualization/gr: subscribe to media-libs/qhull subslot (+ others)
Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Andreas K. Hüttel · gentoo
sci-visualization/gr: Only create symlink if target exists
Closes: https://bugs.gentoo.org/750056 Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Andreas K. Hüttel · gentoo
sci-visualization/gr: Always depend on libX11 and libXt
Closes: https://bugs.gentoo.org/749723 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Andreas K. Hüttel · gentoo
sci-visualization/gr: Add missing build dep on libXt
Closes: https://bugs.gentoo.org/737076 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michael Mair-Keimberger · gentoo
sci-visualization/gr: use HTTPS
Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/16495 Signed-off-by: Aaron Bauman <bman@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Andreas K. Huettel · gentoo
sci-visualization/gr: Add elog message about GRDIR
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andreas K. Huettel <dilfridge@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Andreas K. Huettel · gentoo
sci-visualization/gr: Add build fix for Qt 5.15.0
Closes: https://bugs.gentoo.org/726108 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andreas K. Huettel <dilfridge@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Andreas K. Huettel · gentoo
sci-visualization/gr: Hard-enable Qt5 and OpenGL, otherwise build fails
Closes: https://bugs.gentoo.org/726100 Closes: https://bugs.gentoo.org/727394 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andreas K. Huettel <dilfridge@gentoo.org> - Andreas K. Huettel · gentoo
sci-visualization/gr: Remove old
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andreas K. Huettel <dilfridge@gentoo.org> - Andreas K. Huettel · gentoo
sci-visualization/gr: Version bump. Now useful for Julia.
Bug: https://bugs.gentoo.org/725862 Closes: https://bugs.gentoo.org/683188 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andreas K. Huettel <dilfridge@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Andreas K. Hüttel · gentoo
sci-visualization/gr: New package. Somewhat WIP.
Closes: https://bugs.gentoo.org/683188 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>