From: Mark Gilbert <webmaster@dofty.zzn.com>
To: gentoo-dev@gentoo.org
Subject: [gentoo-dev] updated libwmf ebuild
Date: 07 Jul 2002 23:05:28 -0400 [thread overview]
Message-ID: <1026097528.29591.9.camel@c-24-98-8-129.atl.client2.attbi.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 99 bytes --]
I'm pretty sure the changelog violates every rule in the book but
whatever, CALTECH RULES!!!
-MG
[-- Attachment #2: ChangeLog --]
[-- Type: text/plain, Size: 971 bytes --]
# ChangeLog for dev-libs/libwmf
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
# /space/gentoo/cvsroot/gentoo-x86/media-libs/libwmf/ChangeLog,v 1.2 2002/04/27 23:08:36 bangert Exp
*libwmf-0.2.2-pre1 (7 Feb 2002)
08 Jul 2002; M.Gilbert <webmaster@dofty.zzn.com> :
Updated to 0.2.5.
19 Apr 2002; G.Shapovalov <georges@its.caltech.edu> all_files :
initial release. This library is necessary for building wv, so that it can
correctly parse MSWord files containing wmf images.
1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
Added initial ChangeLog which should be updated whenever the package is
updated in any way. This changelog is targetted to users. This means that the
comments should well explained and written in clean English. The details about
writing correct changelogs are explained in the skel.ChangeLog file which you
can find in the root directory of the portage repository.
[-- Attachment #3: libwmf-0.2.5.ebuild --]
[-- Type: text/plain, Size: 1482 bytes --]
# Copyright 1999-2001 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License
# Maintainer: George Shapovalov <georges@cco.caltech.edu>
# /space/gentoo/cvsroot/gentoo-x86/media-libs/libwmf/libwmf-0.2.2.ebuild,v 1.3 2002/05/27 17:27:38 drobbins 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/libwmf-0.2.5.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=""
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
}
next reply other threads:[~2002-07-08 3:01 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-07-08 3:05 Mark Gilbert [this message]
2002-07-09 18:33 ` [gentoo-dev] updated libwmf ebuild George Shapovalov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1026097528.29591.9.camel@c-24-98-8-129.atl.client2.attbi.com \
--to=webmaster@dofty.zzn.com \
--cc=gentoo-dev@gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox