Commit graph

1875 commits

Author SHA1 Message Date
tron
9a3915e302 Add and enable "mplex". This fixes PR pkg/14030 by
<collver@linuxfreemail.com>.
2001-09-23 20:40:43 +00:00
tron
0ab8c334ba Import new "mplex" package:
Multiplexes MPEG component streams into system layers

This package is based on the package contributed by
<collver@linuxfreemail.com> in PR pkg/14030.
2001-09-23 20:37:35 +00:00
jlam
3c626ac64c Fix typo (gkd-pixbuf --> gdk-pixbuf). Overriding the dependency pattern
variable BUILDLINK_DEPENDS.gdk-pixbuf in gqview now works properly.
2001-09-22 18:41:26 +00:00
hubertf
0a65a0a48b * Note in the manpage that there's a problem in the jpeg handling code
* Install the manpage
 * Bump version to mpeg_encode-1.5bnb1

Fixes PR 14043
2001-09-22 17:48:26 +00:00
jlam
2148f981b1 gdk-pixbuf uses GTK+ libraries 2001-09-22 06:24:31 +00:00
tron
c3aaaea285 Update "ImageMagick" and "p5-PerlMagick" packages to version 5.3.9.
A complete list of changes is not available unfortunately. Recent
changes are:
- Text drawing now handles UTF8-encoding.
- Off-by-one GetImagePixels() fix in draw.c
- PingImage() now reports attributes for all images an image sequence.
- magick/image.h: Rename QuantumLeap define to QuantumDepth.
  QuantumDepth is set to the values 8 or 16, depend
  configuration option.
- Updated PerlMagick signatures to signature algorithm.
- ImageMagick defaults to 16-bit quantum. Set QuantumMagick for 8-bit.
- Changed image->blob from BlobInfo to BlobInfo- so the Image
  structure size is not dependent on the large-file defines.
- Added -background to convert prog
- DispatchImage() now properly handles grayscale images.
2001-09-17 15:17:31 +00:00
zuntum
93aa592ff6 Rename MASTER_SITES -- it's zuntum.utech.lublin.pl now. 2001-09-15 13:47:49 +00:00
drochner
b07a5daa9a minor improvements:
-use the newest version (1.4rc4)
-we don't really need ncurses, the incompatibility is easily patched away
-USE_LIBTOOL
2001-09-15 13:04:35 +00:00
jlam
e6fda5ca99 Fix the rpath so that ${LOCALBASE}/lib (where the graphics libraries are
installed) is included, which ${BUILDLINK_DIR}/lib (which is a temporary
directory) is not.
2001-09-14 05:41:05 +00:00
jlam
68f8fa17a6 Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. Pass
--without-javadx to configure script to prevent java programs from being
detectedly inadvertently (hidden dependency).  Also add dependencies on
several other graphics and math packages to make DX more useful as a
visual data explorer and capable of reading more diverse data files.
2001-09-12 21:09:04 +00:00
jlam
b9fd3f5012 Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. 2001-09-12 07:36:31 +00:00
jlam
9f05b9c589 Wrap inclusion of <iostdio.h> within check for LESSTIF. Motif's
<Xm/Text.h> includes <stdio.h> while LessTif's doesn't, and stdio.h and
iostdio.h have conflicting definitions.
2001-09-12 07:35:57 +00:00
jlam
2b5a08ec2d Resurrect this patch in aftermath of removing USE_BUILDLINK_ONLY from
packages that USE_IMAKE.
2001-09-12 06:17:14 +00:00
jlam
e1a5d83b98 Manually create ${PERL5_SITELIB} prior to installing into it. 2001-09-12 06:08:12 +00:00
jlam
271ba23008 * Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.
* Use dynamic Motif-compatible libraries instead of linking against the
  static one.
2001-09-12 03:06:04 +00:00
jlam
af42cdf450 Back out previous change and don't install the empty xmesa.h into
${BUILDLINK_DIR}.  The consensus on tech-pkg@netbsd.org (2000-09-10)
seems to be to fix the packages that include <GL/xmesa.h> instead of
using a workaround.
2001-09-10 13:35:56 +00:00
agc
a16fc84f19 Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:
WRKSRC= ${WRKDIR}

This is much cleaner, much more indicative of what happens, and removes
another of the negative definitions (NO_.* = value).
2001-09-09 20:36:07 +00:00
wiz
968a85e418 Remove dependency on perl. It should have been a build-dependency, but even
that is not needed, contrary to what the configure script says.
2001-09-09 14:35:52 +00:00
jlam
a9ca50792e USE_X11 --> x11.buildlink.mk 2001-09-09 04:12:49 +00:00
jlam
a64726316f Move inclusion of bsd.pkg.mk from Makefile.common into the individual
package Makefiles.  The idiom is to define any variables, include
Makefile.common, then any additional targets, then include bsd.pkg.mk.
2001-09-09 04:06:08 +00:00
jlam
99c293f270 Move USE_BUILDLINK_ONLY definition out of Makefile.common and into the
individual package Makefiles.
2001-09-09 03:37:00 +00:00
jlam
5700c6abe3 Create an empty xmesa.h file in ${BUILDLINK_DIR}/include if it doesn't
already exist.  This file is in Mesa-3.4.2, but not in the Mesa included
with XFree86-4.x where the definitions in the file have migrated elsewhere.
We create an empty one in this case to prevent compile errors caused by
source files including xmesa.h and not finding it.
2001-09-09 03:19:42 +00:00
wiz
b332e69f94 add and enable aalib 2001-09-09 00:54:48 +00:00
manu
4621849da8 ASCII Art Library 2001-09-08 23:03:02 +00:00
jlam
bee9f3eafb Use mk/motif.buildlink.mk instead of lesstif/buildlink.mk. 2001-09-08 19:55:39 +00:00
wiz
1a4ac2ac95 Various changes: mostly removing 'WWW:' lines, since that's what we have
the HOMEPAGE variable for, as well as some grammar and spelling fixes.
2001-09-08 01:51:59 +00:00
drochner
dad337d577 change dependencies to kdexxx>=2.1 instead of strict matches
to ease updates
2001-09-07 14:27:10 +00:00
veego
075325c74e Add jhead. 2001-09-02 15:36:38 +00:00
veego
bb50ba66e8 Program for extracting Digicam setting information from Exif Jpeg headers
used by most Digital Cameras.
Things the 'jhead' program can extract from an Exif file:
 - Integral low-res Exif thumbnail
 - Shutter speed
 - Camera F-stop number
 - Flash used (yes/no)
 - Focus distance (some digital cameras store this element - very
   interesting)
 - Focal length (most zoom cameras store their zoomed-to focal length)
 - Equivalent 35mm focal length (Calculated from focal length, CCD size,
   and CCD resolution)
 - Image resolution
 - Time and date picture was taken
 - Camera make and model
2001-09-02 15:35:37 +00:00
itojun
8188bdebc0 plug buffer overrun hole inherited from xloadimage.
XXX package version number bump
2001-08-31 00:22:12 +00:00
elric
7e9cb805aa Added the patch to the Makefile and distinfo. 2001-08-30 22:56:42 +00:00
elric
07ea3d1d68 Added a quick patch to fflush(3) the audio output, this generally helps
keep audio in better sync when you `dvdview -A foo.mpg | mpg123 /dev/stdin'
2001-08-30 22:56:05 +00:00
wiz
1c3e1f954c Update MASTER_SITES, inspired by pkg/13828 by Kevin Lo. 2001-08-30 11:11:24 +00:00
jlam
63fc151cb9 Use x11.buildlink.mk instead of USE_X11. Also convert hard-coded references
to ${X11BASE} in the header and library search paths into references to
${LOCALBASE}/share/x11-links.  These packages should now be strongly-
buildlinked regardless of whether xpkgwedge is installed.

Changes well-tested on NetBSD-1.5X/i386 with and without xpkgwedge and
lightly-tested on NetBSD-1.5.1/alpha without xpkgwedge.
2001-08-29 22:41:00 +00:00
rh
c15bc8c323 Update xsane to 0.79. Changes are mainly bugfixes and small feature
enhancements.  For a detailled list see http://www.xsane.org/xsane.CHANGES
2001-08-28 14:32:22 +00:00
rh
da66a258f9 Update feh to 1.1.0
Changes: The background setting works better under non-E window managers
(and has Eterm support).  This release shows the zoom level while zooming
and has lots more menu items, including configuration changes (options
menu) and fullscreen/window mode switch on a per-window basis.  There are
several other bugfixes and new features.
2001-08-28 11:17:55 +00:00
is
50be31bda2 Play audio right on big endian machines. 2001-08-27 20:36:56 +00:00
tron
a68a277b43 Use wildcard dependence on "autoconf" package. 2001-08-27 14:35:04 +00:00
skrll
ec3aee670c Update automake to 1.4-p5 (1.5 is available)
Include a bugfix for lisp_LISP independently discovered by me that has
been pulled up to the automake-1-4 branch of automake cvs.

Changes are:
New in 1.4-p5:
* Allow AM_PROG_LIBTOOL again.
* Diagnose AC_CONFIG_HEADERS the same as AC_CONFIG_HEADER.
* Display distributed file list correctly in usage message.
* Allow numbers in macro names.
* Bugfixes.

New in 1.4-p4:
* Deal with configure.ac as well as configure.in -- this time for real!
* The version numbering system now allows three point version numbers,
  such as 1.4.4, without thinking they are alpha release numbers.

New in 1.4-p3:
* Deal with configure.ac as well as configure.in.
* Don't complain if `version.texi' is included in multiple places.

New in 1.4-p2:
* Deal with AC_CONFIG_FILES from autoconf-2.50.
* Improvements to f77 support.
* DESTDIR now works for script targets.
* distcheck-hook works correctly.

New in 1.4-p1:
* The version numbering system now allows fork identifiers (such as
  the p1 in this version of automake).
* Cope gracefully with various versions of libtool which may or may not
  require ltconfig, ltcf-c.sh, ltcf-cxx.sh or ltcf-gcj.sh.
* Bugfixes.
2001-08-26 10:32:18 +00:00
mjl
ac95f5fd99 Update to 0.88.1
* Input method support should work correctly now.
* SVG shape files now use namespace from final W3C recommendation.
  Addon shapes will have to be modified to use the
  http://www.w3.org/2000/SVG namespace for SVG.  SVG export filter
  also uses correct doctype.
* menus should now work in both gtk+ and gnome builds and have no i18n
  related problems.  Don't look in app/menus.c.
* pstricks renderer output should now work fine without modification now.
* gdk-pixbuf is now a requirement for building dia.  It no longer
  falls back to imlib if it can't find gdk-pixbuf.
* handle "file not found" errors better in the image object type.
* Dia now has documentation thanks to the GDP.  The help menu now has
  more than just an about menu item.
* Antialiased drawing mode probably won't crash dia anymore
* Dia has a splash screen now (which can be turned off with the
  --nosplash option).
* Updated bonobo support (when --enable-bonobo is used)
* added expose event compression for the dia canvas, which makes dia
  more usable over remote X connections.
* Many objects updated to use properties interface.
* experimental unicode print support (--enable-unicode)
* updates to the python plugin and now distribute it with dia (--with-python)
* many new shapes and export filter plugins.
* other bug fixes.
2001-08-26 01:27:14 +00:00
skrll
9dd9dc3095 automake is only a BUILD_DEPENDS 2001-08-25 09:08:48 +00:00
skrll
d2ef5d9c2c This needs gettext.m4 to build. 2001-08-25 09:03:06 +00:00
jlam
8d611eeb96 Make this file look more like avifile/buildlink.mk. Presumably, this
package will replace avifile one day, so minimize impact on packages that
depend on it.
2001-08-24 03:51:06 +00:00
jlam
15df0dd0ca Add wrappers for Magick-config and Magick++-config. 2001-08-23 21:32:32 +00:00
jlam
b499e04646 Use ${MAGICK_CONFIG} instead of Magick-config. 2001-08-23 21:32:17 +00:00
jlam
0a6e4c2fde It's libclanCore, not libclancore. 2001-08-23 20:22:57 +00:00
jlam
edeffb4f42 Substitute ${PREFIX} for /usr/local, not /usr/pkg. Also use GTK_CONFIG
instead of directly specifying the path to gtk-config.
2001-08-23 19:45:42 +00:00
jlam
b1698847fb Default to XAW_TYPE=3d as we need at least Xaw3d to compile. 2001-08-23 19:19:40 +00:00
jlam
0bf397a2b4 Use the buildlink config script wrappers and remove a lot of unnecessary
buildlink.mk files already pulled in by imlib/buildlink.mk.
2001-08-23 15:56:41 +00:00
jlam
9bc5217737 Use ossaudio.buildlink.mk. 2001-08-23 15:55:26 +00:00
jlam
ab6d840d62 libwmf only builds static libraries, so packages only need a BUILD_DEPENDS
on libwmf.
2001-08-23 14:34:49 +00:00
jlam
10a1961ddf Fix typo (-jpeg -> -ljpeg) that was propagated to imlib-config. 2001-08-23 04:47:54 +00:00
jlam
a17239c066 Move per-package default XAW_TYPE setting above the inclusion of
bsd.prefs.mk so that it is actually used.  Where possible, include
xaw.buildlink.mk instead of setting USE_XAW, and use LIBXAW where needed.
2001-08-23 04:26:51 +00:00
abs
f301128f74 Lets compile libtiff on sparc64, gcc 2.95.3. 2001-08-23 00:07:18 +00:00
jlam
73d2f0ca37 Packages that USE_IMAKE shouldn't set USE_BUILDLINK_ONLY, as they don't
satisfy the condition of being "strongly-buildlinked" (see
http://mail-index.netbsd.org/tech-pkg/2001/08/20/0005.html for the
definition).  This is in response to the recent change to bsd.pkg.mk to
not use buildlink-x11.
2001-08-22 17:38:56 +00:00
jlam
892f28a909 Use xpm/buildlink.mk instead of USE_XPM. 2001-08-22 14:53:48 +00:00
jlam
64cf4e53dd Move XAW_TYPE?=3d setting to before inclusion of bsd.prefs.mk, otherwise
we always use XAW_TYPE=standard as set in bsd.prefs.mk.  Pointed out by
Mark Davies <mark@mcs.vuw.ac.nz> in private email.
2001-08-20 04:17:43 +00:00
zuntum
5a776978e3 Bump PKGNAME because of AVIFILE_USE_QT addition to mk.conf.examples 2001-08-19 09:17:48 +00:00
zuntum
bc2f1f661e It's AVIFILE_CONFIG, not AVIFILE-DEVEL_CONFIG what needs to be passed
to MAKE_ENV and CONFIGURE_ENV

Not apla gets AVIFILE_CONFIG via MAKE_ENV and uses it, doesn't have to
fall back to ${LOCALBASE}/bin/avifile-config as specified in AVIFILE_CONFIG?=
in apla's Makefile.
2001-08-19 09:02:53 +00:00
zuntum
6d8a2114b0 o move files that build only when qt is enabled to separate file - pkg/PLIST.qt,
and use this file *in addition to pkg/PLIST*  when AVIFILE_WITH_QT is set to "YES"

        # it would be more logical to set PLIST_SRC to PLIST first and then add PLIST.qt to it,
        # but @dirrm lib/avifile-0.6 will fail while processing pkg/PLIST,
        # because the directory still contains files (they are listed in PLIST.qt) and isn't empty,
        # thus can't be removed

o rename "WITH_QT" to "AVIFILE_USE_QT", and add this variable to mk.conf.example
o reorder things in Makefile so we don't have to check AVIFILE_USE_QT twice

Should fix pkg/13750 by Matthias Scheler <tron@netbsd.org>
2001-08-19 08:55:59 +00:00
zuntum
49b739d947 XFree86 4.x has freetype2 built-in, but it doesn't have freetype-config script
that exists in 3.3.6. There's a workaround for this in freetype2 package
that creates freetype-config script in ${BUILDLINK_DIR}/bin so the packages
can find it, but this doesn't work when package that wants to use freetype-config
doesn't .include freetype's buildlink.mk directly, but pulls in freetype2 dependency
by including the buildlink of another package (which depends on freetype2).
2001-08-19 08:32:40 +00:00
zuntum
9fa59d09cf Simplify things: when deciding whether to use qt2 or not, only check
if the WITH_QT is defined, don't check its value.
2001-08-19 06:11:43 +00:00
jlam
2c2b34a0f5 Remove explicit settings of FOO_CONFIG=${BUILDLINK_CONFIG_WRAPPER.foo} in
MAKE_ENV as they are now added by the buildlink files themselves.
2001-08-17 21:16:45 +00:00
jlam
7bba3453dc If USE_CONFIG_WRAPPER is defined (implied by USE_BUILDLINK_ONLY), then
set FOO_CONFIG=${BUILDLINK_CONFIG_WRAPPER.foo} in both CONFIGURE_ENV and
MAKE_ENV.  We remove the check for GNU_CONFIGURE because if a package
Makefile includes the buildlink.mk file, then it most likely wants to use
the config script wrappers as well.  Change suggested by Hubert Feyrer
(hubertf) and Tomasz Luchowski (zuntum).
2001-08-17 21:14:00 +00:00
wiz
9f7c3122d1 Let gdk-pixbuf and gdk-pixbuf-gnome share distinfo. 2001-08-16 22:19:08 +00:00
wiz
5c9cb4e477 Use USE_XPM instead of DEPENDS for xpm for XF4 users.
[Should be buildlinked instead, but some dependencies are still missing.]
2001-08-16 21:45:25 +00:00
rh
fec55cf9dc Add and enable feh 2001-08-16 10:52:43 +00:00
rh
4026d1c9bf Initial import of feh-1.0.1, an advanced image viewer. 2001-08-16 10:52:18 +00:00
rh
10aeb4d197 Add and enable imlib2 2001-08-16 10:50:21 +00:00
rh
0dc5ad37a6 Initial import of imlib2-1.0.3, an image manipulation library (the
successor to imlib).
2001-08-16 10:49:52 +00:00
hubertf
6c14d4ad95 fix description - this package is just a meta package that pulls in stuff. 2001-08-15 21:57:41 +00:00
zuntum
e4d1fad0ae Update avifile-devel to 0.6.20010814
2001/08/13
* Huge update in AviPlayer class - moving towards much easier runtime
  configuration - everything should be fully modifiable in runtime
  (For now you could at least switch renderer (x11 & xv) but
   note the whole replacement is usually without soundskip!)
* fixed ASF parsing (Ann Lee - Two Times.asf)
* skip to next key frame is not performed if the last one passed
* added ordering of decoders - for now its still not that easy to
  select codec - but you could do it.
* player shows the time of seek bar, as obviously user wants to know
  to which time he is seeking
* fixed couple gcc3.0 things

o remove post-patch target -- my avifile-config.in fix has been applied
o fix libmjpeg* entries in PLIST
2001-08-14 19:59:50 +00:00
rh
221cbf9d1b Update librsvg to 1.0.1. Changes are bugfixes only. 2001-08-14 07:56:43 +00:00
rh
0213575de3 Autoconf apparently no longer uses "ltconfig" to configure libtool. As a
workaround, create a dummy "ltconfig" for the buildlink autoconf to pick
up.  Fixes a build problem with buildlink-x11 and xpgwedge pointed out in
private mail by David Brownlee <abs@netbsd.org>

XXX: in the long run, the buildlink autoconf macros probably need to be
     updated and fixed to prevent similar problems in other packages.
2001-08-13 19:20:16 +00:00
rh
93039773f4 Update imlib to 1.9.11. Changes are bugfixes and the addition of man pages 2001-08-13 11:14:30 +00:00
zuntum
45d64c92d9 Add & enable gfract 2001-08-12 22:09:36 +00:00
zuntum
5c13cbc363 Initial import of gfract-0.21
Gfract is a GTK-based fractal program that currently implements the
standard Mandelbrot and Julia sets. It features infinite image size
with infinite anti-aliasing if you have the memory for it (well, at
least 2^31 x 2^31 image sizes), Julia instant preview mode and PNG
support. For palette files it uses the same format as Fractint does.

Package provided by Ben Collver <collver@linuxfreemail.com> in pkg/13696
2001-08-12 22:07:50 +00:00
jlam
98edf93d74 Use $GLIB_CONFIG in configure script, not "glib-config" 2001-08-12 18:15:37 +00:00
zuntum
425784a9b8 Update MASTER_SITES 2001-08-10 23:52:26 +00:00
zuntum
ee138eda08 Update avifile-devel to 0.6.20010810
Sorry, aviplay still does not work as expected. Please use "apla" package
from graphics category.

Changes:

2001/08/08
* large set of various minor improvments in configure and autogen.sh
* much better library versioning
* ffmpeg CVS update
* renamed few programs
    qtrecompress -> avirecompress
    qtvidcap -> avicap
    benchmark -> avibench

2001/08/04
* decoding ALaw & uLaw audio tracks
* using AC3 decoding from FFMPEG
  (seems to there are few modified ac3 libraries available - mplayer seem to
  be using different version - probably heavily optimized - but as it doesn't take
  to much CPU we stay with the current version for a moment - API seems to be differnet
* autoquality implemeneted into OpenDivX (or should I say ClosedDivX :)
  anyway this code is about 25% faster and it works with autoquality
* during cleaning bugs and improving functionality of benchmark fixed
  some bug in detection of Eof in Avi stream
* benchmark will now give also similar number as you could get from benchmarking
  mplayer (just to be sure we are still faster :) for now with -direct -yuv -
  but buffered mode seems to be slower - maybe there is something on the
  fastmemcpy...
* renderer disables mouse after 1sec of inactivity in aviplayer window
2001/08/04
* fixed problem with 0 frame numbering
  actual information about the current frame are available after ReadFrame
  (e.g. Time, Position,...)
* huge set of improvements in qtrecompress - now it really works
  (with few filters which are not available in VirtualDub :))

2001/08/03
* subtitle code update (support for SAMI - .smi)
* cleanup of various makefiles (suggest by some users)
* Debian package slightly modified
2001-08-10 18:29:35 +00:00
manu
b07f354d3e Sodipodi is an open source vector graphics drawing program using SVG as native format 2001-08-10 06:37:18 +00:00
manu
d543d8b090 Open source vector graphics drawing program using SVG as native format 2001-08-10 06:36:09 +00:00
david
90749447ab Add ftp://ftp.mostang.com/pub/sane/old-versions/ to allow successful
downloads when the current distfile is obsoleted.
2001-08-10 01:59:40 +00:00
tron
ce171237f3 Fix runtime library path problem on systems where "xpkwedge" is not
installed.
2001-08-09 15:59:51 +00:00
tron
57e7d81256 Include "png" buildling glue code to fix build problem. 2001-08-09 15:39:04 +00:00
tron
7610110228 Remove patches obsoleted by update to version 3.2.3.4. 2001-08-09 15:35:42 +00:00
wiz
ed7bab20f1 Update to 3.2.3d, provided by Jim Bernard in pkg/13325.
Extract of changes since 3.2.3:
o Lots of new libraries (UML objects, knitting symbols, network
  devices, Chen's model of Entity Relations, widgets, aircraft, maps,
  chemical process flowshooets, PMOS&NMOS FET, and others)
o Object library now shows icons of all objects. The size of the icons
  is selectable from 40 pixels to 120 via a pulldown menu and resource
  (Fig.library_icon_size). The the old "list" view is also available.
o Simplistic super/subscripting by typing Ctrl-^ for superscript and
  Ctrl-_ for subscript.  It creates a new string in the proper size
  and position for super- or subscripting.  May be nested.  Does NOT
  work for centered or right-justified text.
o New export shortcut Shift-Alt-x or Shift-Meta-x to export using
  current settings without popping up the panel
o New print shortcut Shift-Alt-p or Shift-Meta-p to print using current
  settings without popping up the panel
o Support for importing PNG image files added
o GIF transparency for imported images honored by fig2dev now
o New option to print only active layers when exporting or printing (see
  printing/exporting section in html docs).
o When loading a compressed Fig file that is either read-only, or is on
  a read-only file system (e.g. a CDROM), xfig uncompresses it into the
  temp directory (env TMPDIR, or /tmp if TMPDIR environvment variable is
  undefined).
o xfig recalculates the bounds of compound objects read in from the file,
  ignoring the bounds values in the file.  This makes it easier for Fig
  file generators to produce compound objects since they don't have to
  know how to calculate the bounds themselves. fig2dev doesn't even use
  those values but recalculates them upon reading the file.
o Increased maximum number of libraries to 100
as well as countless bug fixes (see CHANGES file in distribution).
2001-08-09 14:34:56 +00:00
jlam
3751cb9dbc Revert previous change as the actual problem was a bad interaction between
buildlink-x11 and lesstif that has since been fixed in those two packages.
Many thanks to Matthias Scheler for helping to track this down.  This
fixes pkg/13638.
2001-08-09 01:40:53 +00:00
jlam
3b682b6b3a Mark as USE_BUILDLINK_ONLY. 2001-08-08 07:15:03 +00:00
tron
547a4d0d5f Use wildcard dependence on "transfig" package. 2001-08-07 11:58:41 +00:00
tron
8db818d96c Create directories one by one because Solaris's "/usr/ucb/install" command
doesn't like multiple directory names in conjuction with "-d" option.
2001-08-06 15:00:31 +00:00
tron
68ee306500 Fix build on systems without "xpkwedge" installed. 2001-08-06 08:11:41 +00:00
hubertf
78bd036ab4 add & enable ppmtoxvpic 2001-08-05 01:51:41 +00:00
hubertf
fe786c05cb ppmtoxvpic-0.99.9 added:
Utilities to create files that can be used as preview files
for xv and gimp, usually stored in .xvpics directory.

These utilities are part of the "dfm" package, but not
installed by default.
2001-08-05 01:51:08 +00:00
wiz
f0aca6ea72 Update to 1.0.12. Extract of changes since 1.0.11:
. Added some never-to-be-executed code in pnggccrd.c to quiet compiler
  warnings.
. Added a check for attempts to read or write PLTE in grayscale PNG
  datastreams.
. Eliminated the png_error about apps using png_read|write_init().  Instead,
  libpng will reallocate the png_struct and info_struct if they are too small.
  This achieves future binary compatibility for old applications written for
  libpng-0.88 and earlier.  Expanded the warnings about incompatible library
  and application.
. Modified png_create_struct so it passes user mem_ptr to user memory
  allocator.
. Check for missing profile length field in iCCP chunk and free the chunk_data
  in case of truncated iCCP chunk.
2001-08-03 23:19:25 +00:00
wiz
25d67db5cb Update package version because of png fix. 2001-08-03 09:45:25 +00:00
wiz
b0ecb8d919 Adapt png handling to latest spec. Requested in pkg/13597. 2001-08-03 09:43:18 +00:00
jlam
7b4939bd8e * Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. We now
avoid a hidden dependency on libiconv.so if it's installed in ${LOCALBASE}.
  It's also possible now to build gimp without accidentally pulling in older
  gimp headers from an installed gimp package.  Also allow
  gnome-libs/buildlink.mk to pull in much of the dependencies.

* Remove patch to pass $(INTLDEPS) to the compiler in modules/Makefile as
  the gettext headers are found in ${BUILDLINK_DIR}/include which is already
  passed through in CFLAGS.

* Remove GNOME_CONFIG=no from CONFIGURE_ENV.  This was a leftover from when
  there was a separate gimp-helpbrowser package that depended on gnome-libs
  while the main gimp package only needed GTK+ and graphics libs.  Since
  there is only one consolidated gimp package now, we need the gnome-libs
  dependency (more specifically, libgtkxhtml.so) to be correctly found for
  the helpbrowser plugin to be built.

* Add settings for MPEG, LIBMPEG, and GAP_DECODE_MPEG to properly support
  the MPEG library from graphics/mpeg-lib that changed it's name.

* Change -Wl,-E (conditionalized on ELF) to -Wl,--export-dynamic which works
  across both the ELF and a.out linkers.
2001-08-02 13:33:09 +00:00
jlam
ffa2af40b3 Update mpeg-lib to 1.3.1. The only relevant changes from version 1.2.1
are "some small, but glaring, bug fixes".  Also add a HOMEPAGE to the
package.  Most of the changes to the files in the patches directory are
just fuzz- or offset-related.  Change the name of the installed library
from libmpeg to libmpeg_lib to avoid conflicting with audio/kdemultimedia2
(pkg/13589 by Matthias Scheler <tron@colwyn.zhadum.de>).
2001-08-02 13:28:44 +00:00
wiz
d5020b35b0 This seems to depend on glib, too. Add dependency. Noted by recent bulk build. 2001-08-02 12:16:05 +00:00