diff options
author | Jonathan Smith <smithj@gentoo.org> | 2005-07-12 05:33:35 +0000 |
---|---|---|
committer | Jonathan Smith <smithj@gentoo.org> | 2005-07-12 05:33:35 +0000 |
commit | dc64013443b2bd3419bf40f70dccf34597174b24 (patch) | |
tree | 62067670ef09113335535bd6570149f909d4bdb9 /media-libs | |
parent | stable on mips (diff) | |
download | gentoo-2-dc64013443b2bd3419bf40f70dccf34597174b24.tar.gz gentoo-2-dc64013443b2bd3419bf40f70dccf34597174b24.tar.bz2 gentoo-2-dc64013443b2bd3419bf40f70dccf34597174b24.zip |
#97681: version bump. this package needs a maintainer...
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/libwmf/ChangeLog | 10 | ||||
-rw-r--r-- | media-libs/libwmf/files/digest-libwmf-0.2.8.3 | 1 | ||||
-rw-r--r-- | media-libs/libwmf/libwmf-0.2.8.3.ebuild | 56 | ||||
-rw-r--r-- | media-libs/libwmf/metadata.xml | 6 |
4 files changed, 71 insertions, 2 deletions
diff --git a/media-libs/libwmf/ChangeLog b/media-libs/libwmf/ChangeLog index 6405c8b04eaf..0e1d51384cab 100644 --- a/media-libs/libwmf/ChangeLog +++ b/media-libs/libwmf/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-libs/libwmf -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libwmf/ChangeLog,v 1.25 2004/07/17 21:35:07 tgall Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libwmf/ChangeLog,v 1.26 2005/07/12 05:33:35 smithj Exp $ + +*libwmf-0.2.8.3 (12 Jul 2005) + + 12 Jul 2005; Jonathan Smith <smithj@gentoo.org> +metadata.xml, + +libwmf-0.2.8.3.ebuild: + #97681: version bump. this package needs a maintainer... 17 Jul 2004; Tom Gall <tgall@gentoo.org> libwmf-0.2.8.2.ebuild: stable on ppc64, bug #55801 diff --git a/media-libs/libwmf/files/digest-libwmf-0.2.8.3 b/media-libs/libwmf/files/digest-libwmf-0.2.8.3 new file mode 100644 index 000000000000..627f3406bbe1 --- /dev/null +++ b/media-libs/libwmf/files/digest-libwmf-0.2.8.3 @@ -0,0 +1 @@ +MD5 3b058327bb14d2373260a74beb7f3e2f libwmf-0.2.8.3.tar.gz 1750358 diff --git a/media-libs/libwmf/libwmf-0.2.8.3.ebuild b/media-libs/libwmf/libwmf-0.2.8.3.ebuild new file mode 100644 index 000000000000..1019fbf278cd --- /dev/null +++ b/media-libs/libwmf/libwmf-0.2.8.3.ebuild @@ -0,0 +1,56 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libwmf/libwmf-0.2.8.3.ebuild,v 1.1 2005/07/12 05:33:35 smithj Exp $ + +inherit libtool + +#The configure script finds the 5.50 ghostscript Fontmap file while run. +#This will probably work, especially since the real one (6.50) in this case +#is empty. However beware in case there is any trouble + +DESCRIPTION="library for converting WMF files" +HOMEPAGE="http://wvware.sourceforge.net/" +SRC_URI="mirror://sourceforge/wvware/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~ppc ~alpha ~amd64 ~hppa ~sparc ~ia64 ~mips ~ppc64" +IUSE="jpeg X" + +DEPEND="virtual/ghostscript + dev-libs/expat + dev-libs/libxml2 + >=media-libs/freetype-2.0.1 + sys-libs/zlib + media-libs/libpng + jpeg? ( media-libs/jpeg ) + X? ( virtual/x11 )" +# plotutils are not really supported yet, so looks like that's it + +src_compile() { + # Have to use the reverse-deps patch to prevent libwmf from + # linking an older installed version of libwmflite + #still needed !? <vapier@gentoo.org> + #elibtoolize --reverse-deps + + use jpeg || myconf="${myconf} --with-jpeg=no" + use X || myconf="${myconf} --with-x=no" + econf \ + ${myconf} \ + --with-gsfontdir=/usr/share/ghostscript/fonts \ + --with-fontdir=/usr/share/libwmf/fonts/ \ + --with-docdir=/usr/share/doc/${PF} \ + || die "./configure failed" + + emake || die +} + +src_install () { + make install \ + DESTDIR=${D} \ + fontdir=/usr/share/libwmf/fonts \ + wmfonedocdir=/usr/share/doc/${PF}/caolan \ + wmfdocdir=/usr/share/doc/${PF} \ + || die + dodoc README AUTHORS COPYING CREDITS ChangeLog NEWS TODO +} diff --git a/media-libs/libwmf/metadata.xml b/media-libs/libwmf/metadata.xml new file mode 100644 index 000000000000..91496f07bf46 --- /dev/null +++ b/media-libs/libwmf/metadata.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>no-herd</herd> +<!-- i need a maintainer or herd! --> +</pkgmetadata> |