Summary
Dia is a gtk+ based diagram creation program. It can be used to draw many different kinds of diagrams. It currently has special objects to help draw entity relationship diagrams, UML diagrams, flowcharts, network diagrams, and simple circuits. It is also possible to add support for new shapes by writing simple XML files, using a subset of SVG to draw the shape.
Versions
v0.98_pre20250913 :: 0 :: gentoo
- Modified
- License
- GPL-2+
- Keywords
- amd64 ppc64 x86 ~alpha ~amd64-linux ~arm ~arm64 ~hppa ~loong ~ppc ~ppc-macos ~riscv ~sparc ~x86-linux
- USE flags
- X doc pdf python wmf xslt
v0.97.3-r4 :: 0 :: gentoo
- Modified
- License
- GPL-2+
- Keywords
- amd64 ppc64 x86 ~alpha ~amd64-linux ~arm ~arm64 ~hppa ~loong ~ppc ~ppc-macos ~riscv ~sparc ~x86-linux
- USE flags
- cairo doc
USE flags
General
- X
- Add support for X11
- cairo
- Enable support for the cairo graphics library
- doc
- Add extra documentation (API, Javadoc, etc). It is recommended to enable per package instead of globally
- Add general support for PDF (Portable Document Format), this replaces the pdflib and cpdflib flags
- python
- Add optional support/bindings for the Python language
- wmf
- Add support for the Windows Metafile vector image format
- xslt
- Enable the plugin for xslt
python_single_target
- python3_11
- Build for Python 3.11 only
- python3_12
- Build for Python 3.12 only
- python3_13
- Build for Python 3.13 only
- python3_14
- Build for Python 3.14 only
Dependencies
app-text / docbook-xml-dtd : Docbook DTD for XML
app-text / docbook-xsl-stylesheets : XSL Stylesheets for Docbook
app-text / poppler : PDF rendering library based on the xpdf-3.0 code base
dev-lang / python : An interpreted, interactive, object-oriented programming language
dev-libs / glib : The GLib library of C routines
dev-libs / libxml2 : XML C parser and toolkit
dev-libs / libxslt : XSLT libraries and tools
dev-libs / popt : Parse Options - Command line parser
media-libs / freetype : High-quality and portable font engine
media-libs / graphene : A thin layer of types for graphic libraries
media-libs / libart_lgpl : A LGPL version of libart
media-libs / libemf : Library implementation of ECMA-234 API for the generation of enhanced metafiles
media-libs / libpng : Portable Network Graphics library
virtual / zlib : Virtual for libz.so providers
x11-libs / cairo : A vector graphics library with cross-device output support
x11-libs / gdk-pixbuf : Image loading library for GTK+
x11-libs / gtk+ : Gimp ToolKit +
x11-libs / pango : Internationalized text layout and rendering library
Runtime Dependencies
app-text / docbook-xml-dtd : Docbook DTD for XML
app-text / docbook-xsl-stylesheets : XSL Stylesheets for Docbook
app-text / poppler : PDF rendering library based on the xpdf-3.0 code base
dev-lang / python : An interpreted, interactive, object-oriented programming language
dev-libs / glib : The GLib library of C routines
dev-libs / libxml2 : XML C parser and toolkit
dev-libs / libxslt : XSLT libraries and tools
dev-libs / popt : Parse Options - Command line parser
dev-python / pygobject : Python bindings for GObject Introspection
media-libs / freetype : High-quality and portable font engine
media-libs / graphene : A thin layer of types for graphic libraries
media-libs / libart_lgpl : A LGPL version of libart
media-libs / libemf : Library implementation of ECMA-234 API for the generation of enhanced metafiles
media-libs / libpng : Portable Network Graphics library
virtual / zlib : Virtual for libz.so providers
x11-libs / cairo : A vector graphics library with cross-device output support
x11-libs / gdk-pixbuf : Image loading library for GTK+
x11-libs / gtk+ : Gimp ToolKit +
x11-libs / pango : Internationalized text layout and rendering library
Depending packages
app-office / lyx : WYSIWYM (What You See Is What You Mean) document processor based on LaTeX
media-gfx / inkscape : SVG based generic vector-drawing program
Bugs
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
app-office/dia: Stabilize 0.98_pre20250913 x86, #967451
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Eli Schwartz · gentoo
app-office/dia: Stabilize 0.98_pre20250913 amd64, #967451
Signed-off-by: Eli Schwartz <eschwartz@gentoo.org> - Eli Schwartz · gentoo
app-office/dia: Stabilize 0.98_pre20250913 ppc64, #967451
Signed-off-by: Eli Schwartz <eschwartz@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Nicolas PARLANT · gentoo
app-office/dia: fix build with poppler-25.11
Closes: https://bugs.gentoo.org/965768 Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr> Part-of: https://github.com/gentoo/gentoo/pull/44524 Closes: https://github.com/gentoo/gentoo/pull/44524 Signed-off-by: Sam James <sam@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
app-*/*: update for virtual/zlib
Update done using: ``` git grep -l zlib app-* | 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 VisibilityCheck --exit error ``` Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
app-office/dia: add missing dies
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
app-office/dia: move 0.98 patches to devspace
Signed-off-by: Sam James <sam@gentoo.org> - Nicolas PARLANT · gentoo
app-office/dia: add 0.98_pre20250913 gtk3 snapshot
snapshot with gtk3 add deps inherited from gtk+3 remove dev-libs/popt, media-libs/libart_lgpl no longer used use GDK_WINDOWING workaround for X (no automagic links but ifdef in code) patches : make plugins w/ deps conditional (debian)use xpm loader from gdk instead of xpm-pixbuf (fork from dia' dev) (debian)use Gtk.FontChooser to speed the font-selector tests are still disabled by upstream Closes: https://bugs.gentoo.org/734274 Closes: https://bugs.gentoo.org/825086 Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr> Part-of: https://github.com/gentoo/gentoo/pull/44019 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Nicolas PARLANT · gentoo
app-office/dia: use std=gnu17, while waiting for gtk-3 release
QA, line w/ too much characters export PKG_CONFIG Closes: https://bugs.gentoo.org/943791 Closes: https://bugs.gentoo.org/948501 Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr> Part-of: https://github.com/gentoo/gentoo/pull/44003 Closes: https://github.com/gentoo/gentoo/pull/44003 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Alfred Wingate · gentoo
app-office/dia: add dev-libs/libxml2 subslot op for incoming ABI break
Signed-off-by: Alfred Wingate <parona@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org> - Alfred Wingate · gentoo
app-office/dia: drop 0.97.3-r2
Signed-off-by: Alfred Wingate <parona@protonmail.com> Part-of: https://github.com/gentoo/gentoo/pull/41919 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
app-office/dia: Stabilize 0.97.3-r3 x86, #942459
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
app-office/dia: Stabilize 0.97.3-r3 amd64, #942459
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
app-office/dia: Stabilize 0.97.3-r3 ppc64, #942459
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
*/*: unkeyword ~ia64
Change was created by running the following command:: ekeyword ^ia64 */*/*.ebuild Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
app-office/dia: fix various modern C issues
... with backports, although via Fedora. Closes: https://bugs.gentoo.org/883069 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - David Seifert · gentoo
app-office/dia: update EAPI 6 -> 8
Closes: https://bugs.gentoo.org/530478 Closes: https://bugs.gentoo.org/841860 Signed-off-by: David Seifert <soap@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
app-office/dia: Keyword 0.97.3-r1 arm64, #906626
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - WANG Xuerui · gentoo
app-office/dia: keyword 0.97.3-r1 for ~loong
Signed-off-by: WANG Xuerui <xen0n@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - David Seifert · gentoo
app-office/dia: remove sys-apps/sed from DEPEND
Signed-off-by: David Seifert <soap@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
app-office/dia: fix build w/ clang 16
Closes: https://bugs.gentoo.org/874729 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matt Turner · gentoo
app-office/dia: Fix license to be GPL-2+
Closes: https://bugs.gentoo.org/880177 Signed-off-by: Matt Turner <mattst88@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Alex Fan · gentoo
app-office/dia: keyword 0.97.3-r1 for ~riscv
Signed-off-by: Alex Fan <alexfanqi@yahoo.com> Signed-off-by: Yixun Lan <dlan@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Lars Wendler · gentoo
app-office/dia: Fixed build with sys-devel/slibtool
Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Andreas Sturmlechner · gentoo
app-office/dia: EAPI-6 bump
Acked-by: Mart Raudsepp <leio@gentoo.org> Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> - Andreas Sturmlechner · gentoo
app-office/dia: Drop 0.97.3 (r0)
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> - Andreas Sturmlechner · gentoo
app-office/dia: Drop python plugin
There are no revdeps registered for the plugin (at least not via python usedeps) Acked-by: Mart Raudsepp <leio@gentoo.org> Closes: https://bugs.gentoo.org/710180 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Mart Raudsepp · gentoo
app-office/dia: drop to ~hppa
Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Mart Raudsepp <leio@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
app-office: Remove *-fbsd KEYWORDS
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Lars Wendler · gentoo
app-office/dia: Use pkg-config instead of freetype-config
Commit permission kindly granted by leio. Closes: https://bugs.gentoo.org/654814 Package-Manager: Portage-2.3.41, Repoman-2.3.9 - Jeroen Roovers · gentoo
app-office/dia: Drop obsolete sed script.
Package-Manager: Portage-2.3.6, Repoman-2.3.2 - David Seifert · gentoo
app-office/dia: [QA] Add missing python metadata variables
Package-Manager: Portage-2.3.5, Repoman-2.3.2 - Robin H. Johnson · gentoo
Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> - Fabian Groffen · gentoo
app-office/dia: dropped ~x86-freebsd
Package-Manager: portage-2.3.3 - Pacho Ramos · gentoo
app-office/dia: Drop old
Package-Manager: portage-2.3.0_rc1 - Justin Lecher · gentoo
Use https by default
Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher <jlec@gentoo.org> - 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