Bug 100860 - dvipng-1.6: version bump
Bug#: 100860 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: enhancement Priority: P2
Resolution: FIXED Assigned To: text-markup@gentoo.org Reported By: dsdale24@gmail.com
Component: Ebuilds
URL: 
Summary: dvipng-1.6: version bump
Keywords:  
Status Whiteboard: 
Opened: 2005-07-30 20:23 0000
Description:   Opened: 2005-07-30 20:23 0000
dvipng-1.6 is available. 

Reproducible: Always
Steps to Reproduce:
1.
2.
3.

------- Comment #1 From Darren Dale 2005-07-30 20:26:39 0000 -------
Created an attachment (id=64760) [details]
suggested dvipng-1.6 ebuild

------- Comment #2 From Darren Dale 2005-07-30 20:45:11 0000 -------
(From update of attachment 64760 [details])
># 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 From Nilton Volpato 2005-10-21 16:40:34 0000 -------
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 From Martin Ehmsen (RETIRED) 2006-02-02 10:13:53 0000 -------
I have added version 1.7 to CVS.
Thanks for reporting and your patience :)