public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alexis Ballier" <aballier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/dvipng/
Date: Fri, 23 Oct 2020 10:51:52 +0000 (UTC)	[thread overview]
Message-ID: <1603450307.99c0155dee97937015b02c6b170b63a979faa8a9.aballier@gentoo> (raw)

commit:     99c0155dee97937015b02c6b170b63a979faa8a9
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 23 09:58:47 2020 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Fri Oct 23 10:51:47 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99c0155d

app-text/dvipng: bump to 1.17

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>

 app-text/dvipng/Manifest           |  1 +
 app-text/dvipng/dvipng-1.17.ebuild | 42 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 43 insertions(+)

diff --git a/app-text/dvipng/Manifest b/app-text/dvipng/Manifest
index dc6f8547d2f..6c1ddbe1d80 100644
--- a/app-text/dvipng/Manifest
+++ b/app-text/dvipng/Manifest
@@ -1 +1,2 @@
 DIST dvipng-1.15.tar.gz 171529 BLAKE2B 0653e1b6cace30cd510c0a4f7a5ac4c88d3e17a6283693b93202529b1453dcc1617ed5906112206bfb872af093d871163cc6a117be13575211712901ac541070 SHA512 54647526a9d3a26d2ba9c7ef17f285a426d9df06ffb1d5336a1da95cbf24cd17505ba7f6b1ffd14a0beb7f91ab3e519612ce3d3ea3f30c278733127dfbf07c5c
+DIST dvipng-1.17.tar.gz 171049 BLAKE2B 7165135d818aa399d051977908bf7865774803127312fec515284bd72c4f9e88ffd7f1f7c3c8f1b5adf324fdbb9ac8d039582ede2398123db6ee7655500ac32a SHA512 b56faa6f2b24572233e1f0d9b74122b3bb7fed22cf47c9c05f5530691854dffc9a1953b51803f7d539f9a9de364160d557560c68c369820212837bdbacfb80c7

diff --git a/app-text/dvipng/dvipng-1.17.ebuild b/app-text/dvipng/dvipng-1.17.ebuild
new file mode 100644
index 00000000000..8143ed496ce
--- /dev/null
+++ b/app-text/dvipng/dvipng-1.17.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit flag-o-matic toolchain-funcs
+
+DESCRIPTION="Translate DVI files into PNG or GIF graphics"
+HOMEPAGE="http://dvipng.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="LGPL-3+ Texinfo-manual"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+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"
+S="${WORKDIR}"
+
+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
+}


             reply	other threads:[~2020-10-23 10:51 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-23 10:51 Alexis Ballier [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-07-07 21:53 [gentoo-commits] repo/gentoo:master commit in: app-text/dvipng/ 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
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=1603450307.99c0155dee97937015b02c6b170b63a979faa8a9.aballier@gentoo \
    --to=aballier@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