From: "Ulrich Müller" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/dvipng/
Date: Wed, 12 Mar 2025 08:11:43 +0000 (UTC) [thread overview]
Message-ID: <1741767089.f6ced945ee93ca984820a00d3b0abf41f8c881c9.ulm@gentoo> (raw)
commit: f6ced945ee93ca984820a00d3b0abf41f8c881c9
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 12 08:10:13 2025 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed Mar 12 08:11:29 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6ced945
app-text/dvipng: add 1.18
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
app-text/dvipng/Manifest | 1 +
app-text/dvipng/dvipng-1.18.ebuild | 42 ++++++++++++++++++++++++++++++++++++++
2 files changed, 43 insertions(+)
diff --git a/app-text/dvipng/Manifest b/app-text/dvipng/Manifest
index ee6fafc64bf9..bbfb5e7b42a6 100644
--- a/app-text/dvipng/Manifest
+++ b/app-text/dvipng/Manifest
@@ -1 +1,2 @@
DIST dvipng-1.17.tar.gz 171049 BLAKE2B 7165135d818aa399d051977908bf7865774803127312fec515284bd72c4f9e88ffd7f1f7c3c8f1b5adf324fdbb9ac8d039582ede2398123db6ee7655500ac32a SHA512 b56faa6f2b24572233e1f0d9b74122b3bb7fed22cf47c9c05f5530691854dffc9a1953b51803f7d539f9a9de364160d557560c68c369820212837bdbacfb80c7
+DIST dvipng-1.18.tar.gz 203401 BLAKE2B 7861781f7e3e52168ae7ddca16567fa9977558a95a429b3821ee79f46102fb177dd4f3bf499bcce10e035f4942d65ff69912edd4d42552e9ce86d29a2f51d1b0 SHA512 03f78b7f775b9c06a7df65ac896579b27edbeb4ceefc32642aff334885059051e01ee8f2d327565fb627e9d30ce873db5135488b8586658a4abf967cde1074ca
diff --git a/app-text/dvipng/dvipng-1.18.ebuild b/app-text/dvipng/dvipng-1.18.ebuild
new file mode 100644
index 000000000000..8132928f9ed2
--- /dev/null
+++ b/app-text/dvipng/dvipng-1.18.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit flag-o-matic toolchain-funcs
+
+DESCRIPTION="Translate DVI files into PNG or GIF graphics"
+HOMEPAGE="https://dvipng.sourceforge.net/"
+SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz"
+S="${WORKDIR}"
+
+LICENSE="LGPL-3+ Texinfo-manual"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+IUSE="truetype test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+ >=dev-libs/kpathsea-6.2.1:=
+ media-libs/gd:2=[jpeg,png]
+ media-libs/libpng:0=
+ virtual/latex-base
+ sys-libs/zlib
+ truetype? ( >=media-libs/freetype-2.1.5 )"
+DEPEND="${RDEPEND}
+ virtual/texi2dvi
+ virtual/pkgconfig
+ test? ( dev-texlive/texlive-fontsrecommended )"
+
+DOCS="ChangeLog README RELEASE"
+
+src_configure() {
+ append-cppflags "$($(tc-getPKG_CONFIG) --cflags kpathsea)"
+ if ! use truetype; then
+ sed -i -e 's/\(--exists.*\)freetype2/\1dIsAbLe/' configure \
+ || die "sed failed"
+ fi
+
+ export VARTEXFONTS="${T}/fonts"
+ econf
+}
next reply other threads:[~2025-03-12 8:11 UTC|newest]
Thread overview: 37+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-03-12 8:11 Ulrich Müller [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-04-26 19:30 [gentoo-commits] repo/gentoo:master commit in: app-text/dvipng/ Sam James
2025-04-26 11:03 Sam James
2025-04-26 6:52 Arthur Zamarin
2025-04-26 4:37 Sam James
2025-04-26 4:37 Sam James
2023-07-07 21:53 Conrad Kostecki
2022-05-14 10:30 WANG Xuerui
2021-07-02 12:26 Marek Szuba
2021-02-06 0:18 Sam James
2020-12-27 12:51 Sergei Trofimovich
2020-12-23 13:57 Sergei Trofimovich
2020-12-22 4:37 Sam James
2020-12-22 1:23 Sam James
2020-12-21 18:01 Sam James
2020-12-20 18:28 Sam James
2020-12-20 12:36 Sam James
2020-10-23 10:51 Alexis Ballier
2019-08-18 7:04 Ulrich Müller
2019-04-14 14:37 Aaron Bauman
2019-01-29 13:31 Mikle Kolyada
2019-01-02 15:39 Ulrich Müller
2019-01-02 2:55 Matt Turner
2018-11-27 20:57 Tobias Klausmann
2018-11-09 18:13 Mikle Kolyada
2018-11-07 23:28 Sergei Trofimovich
2018-11-07 22:59 Sergei Trofimovich
2018-10-28 21:29 Thomas Deutschmann
2018-10-27 18:58 Mikle Kolyada
2018-10-27 18:43 Sergei Trofimovich
2018-05-08 10:31 Ulrich Müller
2017-06-17 11:11 Alexis Ballier
2017-01-31 16:02 Jeroen Roovers
2016-01-24 20:50 Ulrich Müller
2016-01-09 16:02 Markus Meier
2015-12-21 12:40 Agostino Sarubbo
2015-12-18 13:33 Ulrich Müller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1741767089.f6ced945ee93ca984820a00d3b0abf41f8c881c9.ulm@gentoo \
--to=ulm@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox