Summary
XDVIK is a dvi previewer on X with kpathsea support. It also supports multibyte character rendering via Xft2 (or VFlib2).
Versions
v22.87.06-r1 :: 0 :: gentoo
- Modified
- License
- GPL-2
- Keywords
- amd64 arm arm64 ppc ppc64 sparc x86 ~alpha ~amd64-linux ~hppa ~loong ~ppc-macos ~riscv ~s390 ~x64-macos ~x64-solaris ~x86-linux
- USE flags
- Xaw3d emacs motif neXt
USE flags
General
Dependencies
app-editors / emacs : The extensible, customizable, self-documenting real-time display editor
dev-libs / kpathsea : Path searching library for TeX-related files
media-libs / freetype : High-quality and portable font engine
x11-libs / libX11 : X.Org X11 library
x11-libs / libXaw : X.Org Xaw library
x11-libs / libXaw3d : X.Org Xaw3d library
x11-libs / libXi : X.Org Xi library
x11-libs / libXmu : X.Org Xmu library
x11-libs / libXpm : X.Org Xpm library
x11-libs / libXt : X.Org X Toolkit Intrinsics library
x11-libs / motif : The Motif user interface component toolkit
Runtime Dependencies
app-editors / emacs : The extensible, customizable, self-documenting real-time display editor
dev-libs / kpathsea : Path searching library for TeX-related files
media-libs / freetype : High-quality and portable font engine
virtual / latex-base : Virtual for basic LaTeX binaries
x11-libs / libX11 : X.Org X11 library
x11-libs / libXaw : X.Org Xaw library
x11-libs / libXaw3d : X.Org Xaw3d library
x11-libs / libXi : X.Org Xi library
x11-libs / libXmu : X.Org Xmu library
x11-libs / libXpm : X.Org Xpm library
x11-libs / libXt : X.Org X Toolkit Intrinsics library
x11-libs / motif : The Motif user interface component toolkit
Depending packages
Bugs
- 849947
- app-text/xdvik-22.87.03-r4 - /.../ld: .../libXaw3d.so: undefined reference to multiSinkObjectClass
- 900537
- app-text/xdvik-22.87.06-r1 has implicit function declarations in configure logs (MUSL-CLANG-SYSTEM)
- 906873
- app-text/xdvik-22.87.06-r1 - events.c: fatal error: .../Form.h: No such file or directory
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - NHOrus · gentoo
app-text/xdvik: silence implc-decl QA error
memicmp is windows-mostly function, this is false positive due a configure check [flow: slightly adjust commit message] Bug: https://bugs.gentoo.org/900537 Signed-off-by: NHOrus <jy6x2b32pie9@yahoo.com> Closes: https://github.com/gentoo/gentoo/pull/40051 Signed-off-by: Florian Schmaus <flow@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
app-text/xdvik: fix C23 compat
Closes: https://bugs.gentoo.org/944178 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 - Andreas K. Hüttel · gentoo
app-text/xdvik: remove ~mips, leaf package with broken dependencies
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Florian Schmaus · gentoo
app-text/xdvik: require >=libXaw-1.0.16
Starting with version 1.0.16, libXaw has (again) the expected xaw API for XawListChange [1]. This means we can drop the according patch. 1: https://gitlab.freedesktop.org/xorg/lib/libxaw/-/commit/d0fcbd9722ad691ca0b5873c98e8e9c236fa718b Signed-off-by: Florian Schmaus <flow@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Florian Schmaus · gentoo
app-text/xdvik: fix ebuild's variable order
Signed-off-by: Florian Schmaus <flow@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Lucio Sauer · gentoo
*/*: inline mirror://sourceforge
bump copyright of touched ebuilds to 2024 Signed-off-by: Lucio Sauer <watermanpaint@posteo.net> Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Florian Schmaus · gentoo
app-text/xdvik: drop long obsolete blocker
Signed-off-by: Florian Schmaus <flow@gentoo.org> - Christopher Fore · gentoo
app-text/xdvik: Fix compilation on GCC 14
- Casts page_info.page_labels to _Xconst char** to correct an incompatible pointer type - Moves patches into an array gui/pagesel.c: In function ‘xaw_update_list’: gui/pagesel.c:541:41: error: passing argument 2 of ‘XawListChange’ from incompatible pointer type [-Wincompatible-pointer-types] 541 | XawListChange(LIST_WIDGET, page_info.page_labels, 0, | ~~~~~~~~~^~~~~~~~~~~~ | | | char ** https://wiki.gentoo.org/wiki/Modern_C_porting Unfortunately upstream rejected the PR due to backwards compatability issues Upstream PR: https://github.com/TeX-Live/texlive-source/pull/64 Mailing List: https://tug.org/pipermail/tex-k/2024-February/004008.html Closes: https://bugs.gentoo.org/919069 Signed-off-by: Christopher Fore <csfore@posteo.net> Closes: https://github.com/gentoo/gentoo/pull/35546 Signed-off-by: Florian Schmaus <flow@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
app-text/xdvik: sys-devel/flex -> app-alternatives/lex
All of these will be using app-alternatives/lex anyway as they're not unsetting YACC or LEX, so make the dep reflect reality. (Included both YACC and LEX out of conservatism.) Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - David Seifert · gentoo
app-text/xdvik: drop 22.87.03-r4, 22.87.06
Signed-off-by: David Seifert <soap@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michael Mair-Keimberger · gentoo
app-text/xdvik: use HTTPS
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Conrad Kostecki <conikost@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
app-text/xdvik: Stabilize 22.87.06-r1 ppc64, #906738
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
app-text/xdvik: Stabilize 22.87.06-r1 ppc, #906738
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Fabian Groffen · gentoo
*/*: remove sparc-solaris keyword
Signed-off-by: Fabian Groffen <grobian@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Fabian Groffen · gentoo
*/*: remove x86-solaris keyword
Signed-off-by: Fabian Groffen <grobian@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
app-text/xdvik: Stabilize 22.87.06-r1 arm64, #906738
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
app-text/xdvik: Stabilize 22.87.06-r1 arm, #906738
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
app-text/xdvik: Stabilize 22.87.06-r1 amd64, #906738
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
app-text/xdvik: Stabilize 22.87.06-r1 x86, #906738
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
app-text/xdvik: Stabilize 22.87.06-r1 sparc, #906738
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
app-text/xdvik: Stabilize 22.87.06 sparc, #902661
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
app-text/xdvik: Stabilize 22.87.06 arm64, #902661
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
app-text/xdvik: Stabilize 22.87.06 arm, #902661
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
app-text/xdvik: Stabilize 22.87.06 x86, #902661
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
app-text/xdvik: Stabilize 22.87.06 amd64, #902661
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
app-text/xdvik: Stabilize 22.87.06 ppc, #902661
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
app-text/xdvik: Stabilize 22.87.06 ppc64, #902661
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Pacho Ramos · gentoo
app-text/xdvik: Use a higher resolution icon
Use an icon with higher resolution for the menu entry. Also handle the duplicated desktop file as upstream started to provide a (partially incomplete) one. Rely on our generated file for now after syncing both as much as possible. Closes: https://bugs.gentoo.org/882737 Signed-off-by: Pacho Ramos <pacho@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
app-text/xdvik: add 22.87.06
Closes: https://bugs.gentoo.org/882733 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - WANG Xuerui · gentoo
app-text/xdvik: keyword 22.87.03-r4 for ~loong
Signed-off-by: WANG Xuerui <xen0n@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
Move {virtual -> app-alternatives}/yacc
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matt Turner · gentoo
app-text/xdvik: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org> - Matt Turner · gentoo
app-text/xdvik: Stabilize 22.87.03-r4 ppc, #861788
Signed-off-by: Matt Turner <mattst88@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
app-text/xdvik: Stabilize 22.87.03-r4 sparc, #861788
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
app-text/xdvik: Stabilize 22.87.03-r4 arm64, #861788
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
app-text/xdvik: Stabilize 22.87.03-r4 arm, #861788
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
app-text/xdvik: Stabilize 22.87.03-r4 ppc64, #861788
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Joonas Niilola · gentoo
app-text/xdvik: Stabilize 22.87.03-r4 x86, #861788
Signed-off-by: Joonas Niilola <juippis@gentoo.org> - Joonas Niilola · gentoo
app-text/xdvik: Stabilize 22.87.03-r4 amd64, #861788
Signed-off-by: Joonas Niilola <juippis@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
app-text/xdvik: [QA] inline ESYSROOT, EAPI 8
ESYSROOT is SYSROOT/EPREFIX in >= EAPI 7 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
app-text/xdvik: Stabilize 22.87.03-r3 arm64, #805725
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
app-text/xdvik: subscribe to dev-libs/kpathsea:= subslot
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Alex Fan · gentoo
app-text/xdvik: keyword 22.87.03-r2 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 - Matt Turner · gentoo
*/*: Drop most stable hppa keywords
Signed-off-by: Matt Turner <mattst88@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Mikle Kolyada · gentoo
app-text/xdvik: Drop old
Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
app-text/xdvik: Stabilize 22.87.03-r2 ALLARCHES, #734548
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Mikle Kolyada · gentoo
app-text/xdvik: fix inherit
Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matt Turner · gentoo
*/*: Drop stable ia64 keywords
Signed-off-by: Matt Turner <mattst88@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Mikle Kolyada · gentoo
*/*: Discontinue Gentoo SuperH port
Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --ignore-arches Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
*/*: Bump copyright on files touched this year
Update the copyright notice on all files that were touched since January 1st but did not have the notice updated. Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matt Turner · gentoo
*/*: Drop stable alpha keywords
Signed-off-by: Matt Turner <mattst88@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Ulrich Müller · gentoo
app-text/xdvik: Update virtual/emacs dependency.
The virtual is deprecated, depend on app-editors/emacs instead. Package-Manager: Portage-2.3.82, Repoman-2.3.20 Signed-off-by: Ulrich Müller <ulm@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
app-text: Remove *-fbsd KEYWORDS
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Naohiro Aota · gentoo
app-text/xdvik: add missing dependency to virtual/emacs
Closes: https://bugs.gentoo.org/665154 Signed-off-by: Naohiro Aota <naota@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 - Repository mirror & CI · gentoo
Merge updates from master - Naohiro Aota · gentoo
app-text/xdvik: use pkg-config instead of freetype-config
Also, bump to EAPI=6 and introduced CDEPEND variable. Thanks to Aidan Thornton for the patch. Closes: https://bugs.gentoo.org/655358 Signed-off-by: Naohiro Aota <naota@gentoo.org> Package-Manager: Portage-2.3.50, Repoman-2.3.11 - Ulrich Müller · gentoo
app-text/xdvik: Fix X dependencies.
Non-maintainer commit (with permission from dilfridge). Closes: https://bugs.gentoo.org/649150 Package-Manager: Portage-2.3.24, Repoman-2.3.6 - Arfrever Frehtes Taifersar Arahesis · gentoo
app-text/xdvik: Call xdg_desktop_database_update() (bug #628826). - Alexis Ballier · gentoo
app-text/xdvik: Remove old
Package-Manager: Portage-2.3.8, Repoman-2.3.3 - Michał Górny · gentoo
app-text/xdvik: [QA] Use relative symlink target(s) - Agostino Sarubbo · gentoo
app-text/xdvik: sparc stable wrt bug #621308
Package-Manager: Portage-2.3.6, Repoman-2.3.1 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Alexis Ballier · gentoo
app-text/xdvik: Honour SYSROOT to fix cross compilation.
Package-Manager: Portage-2.3.6, Repoman-2.3.2 - Sergei Trofimovich · gentoo
app-text/xdvik: ia64 stable, bug #621308
Package-Manager: Portage-2.3.6, Repoman-2.3.2 - Alexis Ballier · gentoo
app-text/xdvik: keyword ~arm64
Package-Manager: Portage-2.3.6, Repoman-2.3.2 - Alexis Ballier · gentoo
app-text/xdvik: remove old
Package-Manager: Portage-2.3.6, 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> - Michael Weber · gentoo
app-text/xdvik: arm stable (bug 432144)
Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --include-arches="ppc64" - Michael Weber · gentoo
app-text/xdvik: ppc64 stable (bug 432144)
Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --include-arches="ppc64" - Jeroen Roovers · gentoo
app-text/xdvik: Stable for HPPA (bug #432144).
Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --ignore-arches - Fabian Groffen · gentoo
app-text/xdvik: dropped ~x86-freebsd
Package-Manager: portage-2.3.3 - T. Malfatti · gentoo
media-libs/portaudio: Version bump - Agostino Sarubbo · gentoo
app-text/xdvik: ppc stable wrt bug #432144
Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Tobias Klausmann · gentoo
app-text/xdvik-22.87.03-r0: stable on alpha
Gentoo-Bug: 432144 - Agostino Sarubbo · gentoo
app-text/xdvik: x86 stable wrt bug #432144
Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
app-text/xdvik: amd64 stable wrt bug #432144
Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Alexis Ballier · gentoo
app-text/xdvik: bump to 22.87.03
Package-Manager: portage-2.2.28 Signed-off-by: Alexis Ballier <aballier@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