Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 100860
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Text-Markup Team <text-markup@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Darren Dale <dsdale24@gmail.com>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
dvipng-1.6.ebuild suggested dvipng-1.6 ebuild text/plain Darren Dale 2005-07-30 20:26 0000 776 bytes Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 100860 depends on: Show dependency tree
Bug 100860 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


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 :)

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug