Summary
This is the base package for the GraphLCD driver. It contains multiple parts: - lcd drivers for GraphLCD, which are also used by GLCDprocDriver - lcd graphics library for GraphLCD - lcd tools fro GraphLCD - lcd media files fro GraphLCD
Versions
v2.0.3-r3 :: 0 :: gentoo
- Modified
- License
- GPL-2
- Keywords
- amd64 x86
- USE flags
- fontconfig freetype graphicsmagick imagemagick
USE flags
General
- fontconfig
- Add support for media-libs/fontconfig font names.
- freetype
- Add support for media-libs/freetype.
- graphicsmagick
- Add support for media-gfx/graphicsmagick.
- imagemagick
- Add support for media-gfx/imagemagick.
lcd_devices
- ax206dpf
- Add support for AX206 DPF LCD modules
- picolcd_256x64
- Add support for Mini-Box's picoLCD with a higher resolution
- vnc
- Add support for output on a vnc connection
Dependencies
dev-libs / libhid : Provides a generic and flexible way to access and interact with USB HID devices
media-gfx / graphicsmagick : Collection of tools and libraries for many image formats
media-gfx / imagemagick : A collection of tools and libraries for many image formats
media-libs / fontconfig : A library for configuring and customizing font access
media-libs / freetype : High-quality and portable font engine
net-libs / libvncserver : library for creating vnc servers
Runtime Dependencies
dev-libs / libhid : Provides a generic and flexible way to access and interact with USB HID devices
media-gfx / graphicsmagick : Collection of tools and libraries for many image formats
media-gfx / imagemagick : A collection of tools and libraries for many image formats
media-libs / fontconfig : A library for configuring and customizing font access
media-libs / freetype : High-quality and portable font engine
net-libs / libvncserver : library for creating vnc servers
Depending packages
app-misc / glcdprocdriver : A glue between the graphlcd-base library from the GraphLCD project
media-plugins / vdr-graphlcd : VDR Plugin: support output on Graphical LCD
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Martin Dummer · gentoo
app-misc/graphlcd-base: update HOMEPAGE, SRC_URI
Signed-off-by: Martin Dummer <martin.dummer@gmx.net> Closes: https://github.com/gentoo/gentoo/pull/37426 Signed-off-by: Conrad Kostecki <conikost@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Conrad Kostecki · gentoo
app-misc/graphlcd-base: unify *magick usage
Closes: https://bugs.gentoo.org/914234 Signed-off-by: Conrad Kostecki <conikost@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Conrad Kostecki · gentoo
app-misc/graphlcd-base: fix compilation with musl
Closes: https://bugs.gentoo.org/860795 Signed-off-by: Conrad Kostecki <conikost@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Conrad Kostecki · gentoo
app-misc/graphlcd-base: fix compilation with clang
Closes: https://bugs.gentoo.org/874093 Signed-off-by: Conrad Kostecki <conikost@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Conrad Kostecki · gentoo
app-misc/graphlcd-base: add support for imagemagick7
Upstream added support for ImageMagick7, so re-adding support. Bug: https://bugs.gentoo.org/858437 Signed-off-by: Conrad Kostecki <conikost@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Conrad Kostecki · gentoo
app-misc/graphlcd-base: drop support for imagemagick
Dropping support for imagemagick, as only imagemagick-6 is supported, but not imagemagick-7. Code is old and does not support imagemagick-7. Adding support is not trival, as code needs to be rewritten. Since GraphicsMagick is supported as an alternative, we will now use this as default, hence dropping graphicsmagick use flag too. Closes: https://bugs.gentoo.org/858437 Signed-off-by: Conrad Kostecki <conikost@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
app-misc/graphlcd-base: use get_udevdir
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Conrad Kostecki · gentoo
app-misc/graphlcd-base: drop 2.0.2
Signed-off-by: Conrad Kostecki <conikost@gentoo.org> - Conrad Kostecki · gentoo
app-misc/graphlcd-base: x86 stable
Signed-off-by: Conrad Kostecki <conikost@gentoo.org> - Conrad Kostecki · gentoo
app-misc/graphlcd-base: amd64 stable
Signed-off-by: Conrad Kostecki <conikost@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Conrad Kostecki · gentoo
app-misc/graphlcd-base: add 2.0.3
Signed-off-by: Conrad Kostecki <conikost@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Conrad Kostecki · gentoo
app-misc/graphlcd-base: drop old version
Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Conrad Kostecki <conikost@gentoo.org> - Conrad Kostecki · gentoo
app-misc/graphlcd-base: bump to version 2.0.2
Please note, that I am adding here on purpose stable keywords, as its the same version, as currently 2.0.1 is. The only difference is, that my musl patch for compile fixes got merged, which is also already applied to 2.0.1, but upstream bumped after merging the patch to 2.0.2. But in order not to confuse users, I am bumping to official version. Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Conrad Kostecki <conikost@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Conrad Kostecki · gentoo
app-misc/graphlcd-base: drop old version
Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Conrad Kostecki <conikost@gentoo.org> - Conrad Kostecki · gentoo
app-misc/graphlcd-base: bump to version 2.0.1
Please note, that I am adding here on purpose stable keywords, as its the same version, as currently 2.0.0 is. The only difference is, that my vnc patch for compile fixes got merged, which is also already applied to 2.0.0, but upstream bumped after merging the patch to 2.0.1. But in order not to confuse users, I am bumping to official version. Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Conrad Kostecki <conikost@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Conrad Kostecki · gentoo
app-misc/graphlcd-base: drop old version
Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Conrad Kostecki <conikost@gentoo.org> - Conrad Kostecki · gentoo
app-misc/graphlcd-base: fix compilation with vnc
Closes: https://bugs.gentoo.org/762934 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Conrad Kostecki <conikost@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Conrad Kostecki · gentoo
app-misc/graphlcd-base: drop old version
Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Conrad Kostecki <conikost@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
app-misc/graphlcd-base: amd64 stable wrt bug #744553
Package-Manager: Portage-2.3.103, Repoman-2.3.23 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
app-misc/graphlcd-base: x86 stable wrt bug #744553
Package-Manager: Portage-2.3.103, Repoman-2.3.23 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Conrad Kostecki · gentoo
app-misc/graphlcd-base: drop old version
Package-Manager: Portage-3.0.6, Repoman-3.0.1 Signed-off-by: Conrad Kostecki <conikost@gentoo.org> - Conrad Kostecki · gentoo
app-misc/graphlcd-base: add missing cxx dependency
Closes: https://bugs.gentoo.org/745132 Package-Manager: Portage-3.0.6, Repoman-3.0.1 Signed-off-by: Conrad Kostecki <conikost@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - David Seifert · gentoo
app-misc/graphlcd-base: Inherit optfeature.eclass
Package-Manager: Portage-3.0.5, Repoman-3.0.1 Signed-off-by: David Seifert <soap@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Conrad Kostecki · gentoo
app-misc/graphlcd-base: fix compilation with musl
Closes: https://bugs.gentoo.org/716892 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Conrad Kostecki <conikost@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Conrad Kostecki · gentoo
app-misc/graphlcd-base: bump to version 2.0.0
Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Conrad Kostecki <conikost@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Conrad Kostecki · gentoo
app-misc/graphlcd-base: drop old version
Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Conrad Kostecki <conikost@gentoo.org> - Conrad Kostecki · gentoo
app-misc/graphlcd-base: fix udev rule path
Also dropped g15 use flag, since it's a noop and provided by optfeature. Closes: https://bugs.gentoo.org/734248 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Conrad Kostecki <conikost@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - David Seifert · gentoo
app-misc/graphlcd-base: [QA] inherit eutils.eclass directly
Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: David Seifert <soap@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - David Seifert · gentoo
app-misc/graphlcd-base: [QA] inherit toolchain-funcs.eclass directly
Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: David Seifert <soap@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Conrad Kostecki · gentoo
app-misc/graphlcd-base: drop old version
Closes: https://bugs.gentoo.org/669000 Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Conrad Kostecki <conrad@kostecki.com> Closes: https://github.com/gentoo/gentoo/pull/13418 Signed-off-by: Joonas Niilola <juippis@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Conrad Kostecki · gentoo
app-misc/graphlcd-base: drop ~ppc keyword
Due usage of <sys/io.h>, it can't be compiled anymore on ~ppc. Bug: https://bugs.gentoo.org/691672 Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Conrad Kostecki <conrad@kostecki.com> Closes: https://github.com/gentoo/gentoo/pull/12636 Signed-off-by: Joonas Niilola <juippis@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
app-misc/graphlcd-base: x86 stable wrt bug #690416
Signed-off-by: Agostino Sarubbo <ago@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 RepoMan-Options: --include-arches="x86" - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
app-misc/graphlcd-base: amd64 stable wrt bug #690416
Signed-off-by: Agostino Sarubbo <ago@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 RepoMan-Options: --include-arches="amd64" - Repository mirror & CI · gentoo
Merge updates from master - Conrad Kostecki · gentoo
app-misc/graphlcd-base: drop old version.
Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Conrad Kostecki <conrad@kostecki.com> Signed-off-by: Patrice Clement <monsieurp@gentoo.org> - Conrad Kostecki · gentoo
app-misc/graphlcd-base: bump to version 1.0.2.
Closes: https://bugs.gentoo.org/680288 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Conrad Kostecki <conrad@kostecki.com> Closes: https://github.com/gentoo/gentoo/pull/11367 Signed-off-by: Patrice Clement <monsieurp@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Thomas Deutschmann · gentoo
app-misc/graphlcd-base: fix media-gfx/imagemagick dependency
Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Patrice Clement · gentoo
app-misc/graphlcd-base: update media-gfx/imagemagick dependency to latest version.
Signed-off-by: Patrice Clement <monsieurp@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 - Repository mirror & CI · gentoo
Merge updates from master - Conrad Kostecki · gentoo
app-misc/graphlcd-base: bump to version 1.0.1.
Closes: https://bugs.gentoo.org/470654 Closes: https://bugs.gentoo.org/667964 Signed-off-by: Conrad Kostecki <conrad@kostecki.com> Package-Manager: Portage-2.3.50, Repoman-2.3.11 Signed-off-by: Patrice Clement <monsieurp@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Lars Wendler · gentoo
app-misc/graphlcd-base: Use pkg-config instead of freetype-config.
Closes: https://bugs.gentoo.org/654902 Package-Manager: Portage-2.3.41, Repoman-2.3.9 - Manuel Rüger · gentoo
app-misc/graphlcd-base: Remove old
Package-Manager: Portage-2.3.12, Repoman-2.3.4 - Manuel Rüger · gentoo
app-misc/graphlcd-base: Stable on amd64
Package-Manager: Portage-2.3.12, Repoman-2.3.4 - Thomas Deutschmann · gentoo
app-misc/graphlcd-base: x86 stable (bug #632370)
Package-Manager: Portage-2.3.13, Repoman-2.3.4 - Robin H. Johnson · gentoo
Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> - T. Malfatti · gentoo
media-libs/portaudio: Version bump - Joerg Bornkessel · gentoo
app-misc/graphlcd-base: compile fix gcc-6, wrt bug 595202; eapi=6
Package-Manager: portage-2.3.0 - Robin H. Johnson · gentoo
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed