Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 100860 - dvipng-1.6: version bump
Summary: dvipng-1.6: version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Text-Markup Team (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-30 20:23 UTC by Darren Dale
Modified: 2006-02-02 10:13 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
suggested dvipng-1.6 ebuild (dvipng-1.6.ebuild,776 bytes, text/plain)
2005-07-30 20:26 UTC, Darren Dale
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Darren Dale 2005-07-30 20:23:37 UTC
dvipng-1.6 is available. 

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Darren Dale 2005-07-30 20:26:39 UTC
Created attachment 64760 [details]
suggested dvipng-1.6 ebuild
Comment 2 Darren Dale 2005-07-30 20:45:11 UTC
Comment on attachment 64760 [details]
suggested dvipng-1.6 ebuild

># Copyright 1999-2005 Gentoo Foundation
># Distributed under the terms of the GNU General Public License v2
>
>IUSE="truetype"
>DESCRIPTION="A program to translate a DVI (DeVice Independent) files into PNG (Portable Network Graphics) bitmaps"
>HOMEPAGE="http://dvipng.sourceforge.net/"
>KEYWORDS="~x86"
>SRC_URI="http://unc.dl.sourceforge.net/sourceforge/dvipng/dvipng-1.6.tar.gz"
>LICENSE="GPL-2"
>SLOT="0"
>
>RDEPEND="media-libs/gd
>	media-libs/libpng
>	sys-libs/zlib
>	truetype? ( >=media-libs/freetype-2.1.5 )"
>DEPEND="${RDEPEND}
>	sys-apps/texinfo"
>
>src_compile() {
>	econf \
>		$(use_with truetype freetype) \
>		|| die "Configure failed"
>	emake || die "Compile failed"
>}
>
>src_install() {
>	make DESTDIR=${D} install || die "Install failed"
>
>	dodoc ChangeLog INSTALL README RELEASE || die "dodoc failed"
>}
Comment 3 Nilton Volpato 2005-10-21 16:40:34 UTC
dvipng is now in version 1.7
It includes many new features (like real transparency in png) and some bugfixes.
Using the same ebuild as version 1.5 (already in portage) and just changing the
name of ebuild works. So version in portage should be upgraded.
Comment 4 Martin Ehmsen (RETIRED) gentoo-dev 2006-02-02 10:13:53 UTC
I have added version 1.7 to CVS.
Thanks for reporting and your patience :)