Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 56527 - new ebuild : pslib
Summary: new ebuild : pslib
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Printing Team
URL: http://pslib.sourceforge.net
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks: 48552
  Show dependency tree
 
Reported: 2004-07-09 02:52 UTC by Panard
Modified: 2004-11-01 06:04 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
dev-libs/pslib/pslib-0.2.2.ebuild (pslib-0.2.2.ebuild,644 bytes, text/plain)
2004-07-09 02:53 UTC, Panard
Details
dev-libs/pslib/pslib-0.2.2.ebuild (pslib-0.2.2.ebuild,665 bytes, text/plain)
2004-08-01 12:45 UTC, Panard
Details
dev-libs/pslib/pslib-0.2.4.ebuild (pslib-0.2.4.ebuild,642 bytes, text/plain)
2004-10-28 03:58 UTC, Panard
Details
dev-libs/pslib/pslib-0.2.4.ebuild (pslib-0.2.4.ebuild,621 bytes, text/plain)
2004-10-28 11:08 UTC, Panard
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Panard 2004-07-09 02:52:53 UTC
"pslib is a C-library to create PostScript files on the fly. It offers many drawing primitives, inclusion of png and eps images and a very sophisticated text rendering including hyphenation, kerning and ligatures. It can read external Type1 fonts and embed them into the output file. It supports pdfmarks which makes it in combination with ghostscript's pdfwriter an alternative for libraries creating PDF. "

Reproducible: Always
Steps to Reproduce:
Comment 1 Panard 2004-07-09 02:53:36 UTC
Created attachment 35060 [details]
dev-libs/pslib/pslib-0.2.2.ebuild
Comment 2 Panard 2004-08-01 12:45:49 UTC
Created attachment 36597 [details]
dev-libs/pslib/pslib-0.2.2.ebuild

force -lm linking
Comment 3 Heinrich Wendel (RETIRED) gentoo-dev 2004-09-22 04:45:44 UTC
spock: care to add it?
Comment 4 Panard 2004-10-28 03:58:47 UTC
Created attachment 42759 [details]
dev-libs/pslib/pslib-0.2.4.ebuild

Version bump.
Fix ebuild to handle correctly --with-png=no ( fix -lm linking issues )

Any chance to see it in portage ?
Comment 5 Mamoru KOMACHI (RETIRED) gentoo-dev 2004-10-28 08:40:31 UTC
All right, I'll look into it this weekend.

Panard: RDEPEND is mis-spelled (you wrote REDEPEND).
If RDEPEND is the same as DEPEND, don't set it
to DEPEND manually. See "DEPEND and RDEPEND" in
http://www.gentoo.org/proj/en/devrel/handbook/handbook.xml?part=3&chap=1

Also, if you could supply a demonstration file or
application to use the library, it would be much
appreciated. (If there isn't any I'll try bug #48552 though)
Comment 6 Panard 2004-10-28 11:08:31 UTC
Created attachment 42787 [details]
dev-libs/pslib/pslib-0.2.4.ebuild

remove RDEPEND.

There are examples here : http://pslib.sourceforge.net/examples.php
Comment 7 Mamoru KOMACHI (RETIRED) gentoo-dev 2004-11-01 06:04:19 UTC
Thanks, tested and committed to CVS.