diff options
author | George Shapovalov <george@gentoo.org> | 2002-07-10 22:06:39 +0000 |
---|---|---|
committer | George Shapovalov <george@gentoo.org> | 2002-07-10 22:06:39 +0000 |
commit | 3958a9b9266ad69485da6e10e527cff224d3aa6e (patch) | |
tree | 56254733112875bae15adc93615e18eb6f064214 /media-libs | |
parent | added user and more info (diff) | |
download | historical-3958a9b9266ad69485da6e10e527cff224d3aa6e.tar.gz historical-3958a9b9266ad69485da6e10e527cff224d3aa6e.tar.bz2 historical-3958a9b9266ad69485da6e10e527cff224d3aa6e.zip |
new version
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/libwmf/ChangeLog | 9 | ||||
-rw-r--r-- | media-libs/libwmf/files/digest-libwmf-0.2.6 | 1 | ||||
-rw-r--r-- | media-libs/libwmf/libwmf-0.2.2.ebuild | 6 | ||||
-rw-r--r-- | media-libs/libwmf/libwmf-0.2.6.ebuild | 55 |
4 files changed, 69 insertions, 2 deletions
diff --git a/media-libs/libwmf/ChangeLog b/media-libs/libwmf/ChangeLog index 04a23df0d921..30d3ee845fba 100644 --- a/media-libs/libwmf/ChangeLog +++ b/media-libs/libwmf/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-libs/libwmf # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/media-libs/libwmf/ChangeLog,v 1.2 2002/04/27 23:08:36 bangert Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libwmf/ChangeLog,v 1.3 2002/07/10 22:06:39 george Exp $ + +*libwmf-0.2.6 (10 July 2002) + + 10 July 2002; G shapovalov <georges@gentoo.org> libwmf-0.2.6.ebuild, files/digest-0.2.6 : + new version. + 0.2.5 ebuild submitted by Mark Gilbert <webmaster@dofty.zzn.com> + upped to 0.2.6 by Paul de Vrieze <gentoo-bugs@devrieze.net> *libwmf-0.2.2-pre1 (7 Feb 2002) diff --git a/media-libs/libwmf/files/digest-libwmf-0.2.6 b/media-libs/libwmf/files/digest-libwmf-0.2.6 new file mode 100644 index 000000000000..f60e0eb6ef76 --- /dev/null +++ b/media-libs/libwmf/files/digest-libwmf-0.2.6 @@ -0,0 +1 @@ +MD5 618dd6c361ee749449e3d19228b402b4 libwmf-0.2.6.tar.gz 1585645 diff --git a/media-libs/libwmf/libwmf-0.2.2.ebuild b/media-libs/libwmf/libwmf-0.2.2.ebuild index ac45701097db..c74b45fd2518 100644 --- a/media-libs/libwmf/libwmf-0.2.2.ebuild +++ b/media-libs/libwmf/libwmf-0.2.2.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License # Maintainer: George Shapovalov <georges@cco.caltech.edu> -# $Header: /var/cvsroot/gentoo-x86/media-libs/libwmf/libwmf-0.2.2.ebuild,v 1.3 2002/05/27 17:27:38 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libwmf/libwmf-0.2.2.ebuild,v 1.4 2002/07/10 22:06:39 george Exp $ #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 @@ -26,6 +26,10 @@ DEPEND="virtual/glibc RDEPEND="" +SLOT="0" +KEYWORDS="x86" +LICENSE="GPL-2" + src_compile() { ./configure \ diff --git a/media-libs/libwmf/libwmf-0.2.6.ebuild b/media-libs/libwmf/libwmf-0.2.6.ebuild new file mode 100644 index 000000000000..753de1c386de --- /dev/null +++ b/media-libs/libwmf/libwmf-0.2.6.ebuild @@ -0,0 +1,55 @@ +# Copyright 20022 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License +# $Header: /var/cvsroot/gentoo-x86/media-libs/libwmf/libwmf-0.2.6.ebuild,v 1.1 2002/07/10 22:06:39 george Exp $ + +#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 + + +S=${WORKDIR}/${P} +DESCRIPTION="library for converting WMF files" +SRC_URI="mirror://sourceforge/wvware/${P}.tar.gz" +HOMEPAGE="http://www.wvware.com/libwmf.html" + +DEPEND="virtual/glibc + >=sys-devel/gcc-2.95.2 + >=app-text/ghostscript-6.50 + dev-libs/expat + dev-libs/libxml2 + >=media-libs/freetype-2.0.1 + sys-libs/zlib + media-libs/libpng + media-libs/jpeg" +# plotutils are not really supported yet, so looks like that's it + +RDEPEND="" + +SLOT="0" +KEYWORDS="x86" +LICENSE="GPL-2" + +src_compile() { + + ./configure \ + --host=${CHOST} \ + --prefix=/usr \ + --infodir=/usr/share/info \ + --mandir=/usr/share/man \ + --with-gsfontdir=/usr/share/ghostscript/fonts \ + --with-fontdir=/usr/share/libwmf/fonts/ \ + --with-docdir=${D}/usr/share/doc/${PF} || die "./configure failed" + + make || die +} + +src_install () { + make \ + prefix=${D}/usr \ + mandir=${D}/usr/share/man \ + infodir=${D}/usr/share/info \ + fontdir=${D}/usr/share/libwmf/fonts/ \ + install || die + + dodoc README AUTHORS COPYING CREDITS ChangeLog NEWS TODO +} |