case, and USE_XLIB will not be defined, which will result in the
LOCALBASE for PREFIX. LOCALBASE should, probably, be used in both cases,
but libwmf-config is giving the right values... Also the -nox11 suffix
is added to the package name in the WITHOUT_X11 case.
Ignore the major numbers of -lfreetype, -ljpg, and -lpng -- the software
will work with any reasonably recent version. I'm not sure about -lxml2,
so I left that alone.
installed
o Unfortunaly, the port requires the latest divx{de,en}core libraries
which are only distributed for Linux. Therefore, there is no port
change, just a work around
The changes:
. our patch-gcc3 (provided to me by Alex Vasylenko) is
incorporated;
. the library uses its own implementation of wchar; they
say, it can only work if sizeof(wchar_t) is 2 bytes, so
they can not rely on the OS provided wchar...
The port changed:
. the package is installed as libfpx-version rather than
fpx-version;
. make is passed `-j2', which is very efficient even for
non-SMP machines, since each file is compiled twice --
for .o and .So object -- with -j2 they are compiled at
the same time, utilizing the cache;
. don't insist on any particular version of -ljpeg;
. ftp.imagemagick.org added to the MASTER_SITES (time for
MASTER_SITE_IMAGEMAGICK);
. the ABI and API did not change, so, the installed library's
version remains the same.
going to take this one over for now. Chuck hasn't logged into
freefall since August, and this port has been unfetchable since
October.
This update makes the port fetchable, and the new version builds and
runs. The next step for those intrested in non-English language support
would be to create slave ports which bring in the new xpdf modules.
I haven't incorporated all of the parts of the PR, since I don't
understand what the originator is driving at, and I want to get
this port back on the air. I'll ask for some feedback on the PR.
If anyone with more experience/interest in this port wants to take
it over, just shoot me an e-mail.
PR: ports/34770
Submitted by: KATO Tsuguru <tkato@prontomail.com>
every search engine is still pointing to, no longer allows
anonymouse FTP login. Thanks to the submitter for looking into
the obvious place -- right in front of my nose -- in the source
itself, and submitting the other location, that still works.
PR: ports/34787
Submitted by: Ted Mittelstaedt
This packages core application is a command line tool which can read
so-called PhotoCD (*.pcd) images and convert them to PPM or JPEG
(pcdtoppm). Also included is a PhotoCD viewing frontend for X (xpcd).
Main benefit in this package is that it is capable to open PhotoCD
pictures in 3072x2048 pixels resolution and convert them to JPEG,
while most of the other applications that I've seen don't go beyond
768x512.
This application is also packaged (by other people) into Debian
(http://packages.debian.org/stable/graphics/xpcd.html)
- Fix pkg-plist, ports installed more files.
- set manpages in Makefile
- Fix Head of makefile
PR: 31539
Submitted by: juha.o.ylitalo@nokia.com