Commit graph

3297 commits

Author SHA1 Message Date
seb
3c58e326c0 Fix CONFLICTS. 2003-07-03 15:33:04 +00:00
seb
4e28e7452a Convert to USE_NEW_TEXINFO.
While here fix CONFLICTS.
2003-07-03 15:32:35 +00:00
seb
86bac2fd86 Convert to USE_NEW_TEXINFO. 2003-07-03 14:14:03 +00:00
seb
76cc4b0abb Convert to USE_NEW_TEXINFO. 2003-07-03 13:40:28 +00:00
seb
e95df5e173 Convert to USE_NEW_TEXINFO. 2003-07-03 13:09:47 +00:00
jmc
bb0a9203fa Actually do the RPATH_FLAG correctly this time.. 2003-07-02 20:07:29 +00:00
jmc
bfd9ce7b68 This depends on freetype and needs a define/library enabled to work.
Also replace -Wl,-R with RPATH_FLAG while I'm here.
2003-07-02 18:43:12 +00:00
wiz
5f0a42f867 Fix PLIST for last update (hi phone!). 2003-07-02 10:48:57 +00:00
jmmv
6ae8582d4a Update to 0.8 with patch provided by Juan RP in PR pkg/21974:
* Patch from Claes Nasten <pekdon@gmx.net>
* Enhances thumbnail related options:
  First, specifying -t would break the $f param to -exec.
  Second, the thumbnail and the screenshot got different timestamps.
  Third, one weren't able to specify geometry with -t.
* Update for latest giblib. Requires latest release now.
2003-07-02 10:06:33 +00:00
tron
105ee220ed Update "ImageMagick" and "p5-PerlMagick" packages to version 5.5.7.9.
Changes since version 5.5.6:
- File descriptor leak prevented temporary disk pixel cache from being
  removed under Windows.
- Color profile patches provided by (dge at softec.st).
- West/East geometry was computed with image width rather than height.
- The MNG encoder failed to set the JNG bit in the simplicity profile.
- The MNG encoder failed to write FRAM chunks when all images were JNG.
- The JNG encoder wrote the wrong alpha_sample_depth for opaque images.
- Fixed JPEG EXIF problem.
- Added -thumbnail as an option to the utilities.
- No TIFF preview was written on EPT write (patch provided by
  Lars Ruben Skyum).
- NegateImage() now negates the K channel of a CMYK image (patch provided
  by Lars Ruben Skyum).
- Parameter 'elevation' misspeclled for PerlMagick Shape() method.
- A number of minor leak/unitialzed memory problems fixed.
- Allocate free nodes from the heap in QuantizeImage().
- Magick-config --version returned gibberish.
- Adopted Bob Friesenhahn's patterns-- use as filename pattern:checkboard,
  pattern:bricks, etc.
- We cannot reliably auto rotate PDF files so this feature was removed.
- The conjure program did not correctly handle the gravity attribute.
- The persistent cache reference count was not properly incremented.
- Added $image->Describe() method to PerlMagick to interface to the
  DescribeImage() C API method.
- Added support for the EXIF Tag Parsing Library.  Currently we simply
  display the tags when calling DescribeImage().  In the near future
  there will be support for modifying or adding tags.
- Added Bob Friesenhahn's updated Windows installation instructions.
- Interfaced the drawing routines with the new MagickWand API.
  MagickWand will be the primary public C interface to ImageMagick in
  the near future.
- magick/effect.c: RandomChannelThresholdImage was not handling
  PseudoColor, non-gray images correctly.
- png.c would not compile with libpng versions older than libpng-0.95,
  due to bugs introduced in ImageMagick version 5.5.2.
- Implemented -random-threshold and -ordered-dither options.
- The locale messaging system now uses a hash for fast lookup.
- Updated libtool to the new released version, 1.5.
- Fixed bug with decoding grayscale PNG images and JNG alpha channel
  at Q:32.
- Now recognize 32-bit hex color specifications, patches provided by
  Bob Friesenhahn.
- Started API wrappers based on Bob Friesenhahn's method suggestions.
- Text annotations that started with '\n' were not rendered correctly.
- Removed artifacts from images rotated with a small number of degrees.
- Minor bug fix in the ParseGeometry() method.
- Modified the non-public inline AlphaComposite() to use a PixelPacket
  pointer; previously it returned a PixelPacket structure.
- You can now specify an image geometry as an image file (e.g. -geometry
  image.jpg).
- Use new temporary file manager for JNG components.
- Added support for 12-bit TIFF images.
- Added improved locale message subsystem (contributed by Kyle Shorter).
- Removed a bias from SampleImage() and DrawAffineImage() (bug report
  by Glenn Randers-Pehrson).
- PerlMagick now recognizes percent values for fuzz or opacity.
- Not enough memory allocated for reading PCX (bug report by Trevor
  Willis).
- There were artifacts when using the Bessel function for resizing
  (bug report by Bob Friesenhahn).
- Added -resample to convert to change the resolution of an image.
- Added a temporary file manager that prevents race conditions and
  removes any remaining files on exit.
- Prepped ImageMagick to work with Visual C++ 7.0 under Windows.
  The Windows configure patches came from William Radcliffe.
- The refresh of the display image window no longer lags when the
  magnify window overlay it.
- Numerous code clean-up and minor speed ups based on problem areas
  identified in the Graphics-Magick ChangeLog.
2003-06-30 06:45:01 +00:00
jtb
446f78058d Update to version 1.92d.
Changes:

Fixed pad_offset for the 16 bits per pixel case. This means that you
will no longer get warped images that appear to be tilting over
sideways on platforms with this pixel depth, when viewing a file with
an odd number of X entries. Also added the "-frames" option, but it is
not enabled by default in the configure file.
2003-06-30 00:11:24 +00:00
jtb
dad78ada35 Update to version 1.30.
The main change is the addition of color to grap. Other changes
are bug fixes.
2003-06-29 22:46:41 +00:00
rh
e74345cc1d Update sane-frontents to 1.0.11. Changes are bugfixes only. 2003-06-29 10:18:21 +00:00
rh
3d8c217539 Update sane-backends to 1.0.12. Changes include:
* Documentation updates

 * Updated backends: apple, artec_eplus48u, as6e, avision, canon,
                     canon630u, dc210, dc240, dll, epson,
                     fujitsu (fi4220), gphoto2, gt68xx, hp,
                     mustek, mustek_pp, mustek_usb, net, pie,
                     plustek, snapscan, teco2, test, umax,
                     umax_pp

 * New backends: ibm, ma1509, some versions of hp5400

 * Added IPv6 support for saned and net backend

 * Added SCSI support for MacOS X

 * Build system improvements

 * USB access improvements

 * Portability fixes

 * Translation updates and new translations: nl, no

 * Bugfixes
2003-06-29 10:16:44 +00:00
jmmv
2daa343934 Bump revision due to librsvg2 update (to 2.2.5). 2003-06-27 23:03:27 +00:00
jmmv
2749e9038e Update to 2.2.5:
- Gimp Import/Load plugin
- Bugfixes
- Few bugfixes
- All sorts of build and installation fixes
- "Bugfix" for a regression in GTK+'s pixbuf-io loader scheme
- Handle SVGZ files (Gzipped SVG)
- Handle objectBoundingBox coordinates on gradients
- API extensions
- Various bugfixes and crash fixes
- Better CSS style handling
- Fix for a crasher exploited by Sodipodi. Improved gradient handling
- RSVG allows you to specify the JPEG quality
- Handles Kontour's conicalGradients to some extent
- Better CSS style handling
- Works in "international" locales (non-C locales) in a threadsafe manner
- Handle rounded rects
- Add manpage
- Handle "ex" units better
- Missed files in tarball added.
- Fixed memory leak
- Better handling of display and visibility styles.
- Better font handling (stretch, style, variant, weight supported, inherited)
- Fixed crash with non-utf8 characters.
- Better ellipse rendering
- New functions to set rendering DPI
- Better handling of SVGs colors, gradients and images
- support dashes
- Includes a new gdk-pixbuf svg loader
- Includes a new gimp svg loader
- Now installs a binary that can rasterize svgs.
- New co-maintainer Dom Lachowicz
- Added new svg based gtk+ engine
- Handles SVGs a lot better. Especially with regards to units.
2003-06-27 23:02:51 +00:00
drochner
a255fa18f6 update to 1.1.4
changes:
Version 1.1.4 adds improved build scripts, truetype/opentype font support,
memory mapping support also for non-Windows platforms, screen and clipboard
grabbing on Windows, support for CSS-style color strings, support for
IPTC/NAA and EXIF metadata, and more.
pkgsrc note:
We don't build the truetype component yet -- this might go into a separate
pkg to get more finegrained dependencies.
(Py-Imaging is supposed to work offline to, ie w/o X11.)
2003-06-27 10:11:59 +00:00
drochner
3376faa6fc update to 0.4.
(I don't understand what distribution filenames are supposed to mean;
the code has a "0.4" in an internal version string, which looks better
than "Feb03"...)
2003-06-27 10:07:37 +00:00
salo
de73539d9e Add gimp-wideangle (hi drochner!),
mjpegtools, p5-Gdk-Pixbuf and transcode (hi mrg!).
2003-06-26 03:48:25 +00:00
jmc
823f4ce8b1 Needs freetype-lib pulled in also 2003-06-25 22:52:55 +00:00
jmc
eeac4cf7b1 Needs freetype-lib and buildlinkify stuff 2003-06-25 22:30:20 +00:00
wiz
28e44a53e8 Fix a comment, remove freshmeat redirect
from MASTER_SITES (it points to old version, and to the same distribution site anyway)
and fix post-patch target.
2003-06-25 09:31:26 +00:00
mrg
9688b010bf - remove some CONFIGURE_ARGS no longer required.
- clean up post-patch target to be less broken...
- update to transcode 0.6.7.  besides bug fixes, major changes are:
  - Experimental support for decoding and encoding divx5.0.5. I used
    divx4linux-20030428 for development and testing.
  - Added support for scanning MP3 files. tcscan will print the number
    of MP3 chunks and the average bitrate of the file. It also
    calculate the maximum AVI overhead.
  - Simple color support for runtime warnings and errors. If you don't
    like it disable it with --color 0 or --colour 0. If the output of
    transcode is written to a pipe or file it will be automatically
    disabled.
2003-06-25 08:47:30 +00:00
cjep
f4f8c3b5f8 delint: MESSAGE spec 2003-06-24 12:26:17 +00:00
cjep
5b2b8bf1ea delint: tabbing 2003-06-24 12:22:50 +00:00
wiz
0720ecc46a Bump PKGREVISION, since previous version compiled but was unusable. 2003-06-24 08:20:59 +00:00
adam
dff6ae19b0 Shared library now compiles correctly - no constants defined extern 2003-06-24 08:04:24 +00:00
wiz
a836f2b6fa Define TEST_TARGET; make the examples compilation use libtool, and
correct the library name on the example link line (!).
XXX: 'make test' fails.
2003-06-23 15:56:10 +00:00
salo
6fcb841a50 Introduce MPLAYER_USE_MEDIALIB.
It's used to enable optional support for Sun mediaLib library.  (only takes
effect on Solaris).
2003-06-23 15:46:22 +00:00
salo
3272a8aa77 Use cdparanoia only on NetBSD and Linux for now. 2003-06-23 15:39:02 +00:00
jschauma
874df2b597 s/packages@/tech-pkg@/g
(Forgot the last time we did this.  Pointed out by Sergey
Svishchev (svs at ropnet dot ru))
2003-06-23 14:23:13 +00:00
adam
f655c8d63a Updated p5-GD to 2.07; uses with gd-2.0.x 2003-06-23 12:10:12 +00:00
wiz
238191b30b Improve description. 2003-06-23 11:49:42 +00:00
wiz
f074924501 Fix PLIST. 2003-06-23 11:49:21 +00:00
mrg
872548dbae enable the post-patch target.
XXX - it doesn't run "aclocal" because the generated aclocal.m4 is wrong
and missing various required parts.  the first failure comes from missing
HAVE_DLFCN_H macro which causes the build to fail... this of course means
it complains about wrong version of automake, but it seems to work for now.
2003-06-23 11:17:38 +00:00
adam
55097be486 Revision bumped because of gd shared library major bump 2003-06-23 10:54:36 +00:00
adam
65be3c0d00 Revision bumped because of gd shared library major bump 2003-06-23 10:48:13 +00:00
adam
570abb665a Revision bumped because of gd shared library major bump 2003-06-23 10:42:35 +00:00
adam
404609c122 Revision bumped because of gd shared library major bump; freetype-lib buildlink added; -O optimization flag removed 2003-06-23 10:39:51 +00:00
adam
28b6e8e2b5 Update gdchart to 0.11.4. Bug fixes and performance improvements in PIE charts. 2003-06-23 10:19:32 +00:00
adam
071583d2d7 Revision bumped because of gd shared library major bump 2003-06-23 10:11:10 +00:00
adam
7ee7158081 Update php4-gd to 4.2.3nb1. Added patch for gd-2.0.x. 2003-06-23 10:01:34 +00:00
adam
28d812fa48 Update gd to 2.0.15
What's new:
* Support for truecolor images
* Support for alpha channels
* The specialized .gd and .gd2 file formats
* Documentation fixes
* Bug fixes
2003-06-23 09:53:10 +00:00
wiz
5b42d933f5 Improve COMMENT. 2003-06-23 08:25:14 +00:00
mrg
d81345ea20 part two (of two) of the fix for pkg/21891: new package p5-Gdk-Pixbuf:
The Gtk module allows Perl access to the Gtk+ graphical user interface
library. You can find more information about Gtk+ on http://www.gtk.org.
The Perl binding tries to follow the C interface as much as possible,
providing at the same time a fully object-oriented interface and
Perl-style calling conventions.

This is the Gtk::Gdk::Pixbuf extention of the Gtk module.
2003-06-23 07:16:21 +00:00
mrg
abde227730 import new package for "transcode":
transcode is a text console video-stream processing tool.
It supports elementary video and audio frame transformations.
Some example modules are included to enable import of MPEG-1/2,
Digital Video, and other formats.  It also includes export
modules for writing to AVI files with DivX, OpenDivX, XviD,
Digital Video or other codecs.  Direct DVD transcoding is also
supported.  A set of tools is available to extract and decode
the sources into raw video/audio streams for import and to
enable post-processing of AVI files.
2003-06-23 07:09:32 +00:00
mrg
9385ddd149 iimport new package for "mjpegtools":
Programs for MJPEG recording and playback and simple cut-and-paste
editting and MPEG compression of audio and video.
2003-06-23 07:08:29 +00:00
salo
c2e06d7598 Use sane version number, whitespace cleanups, delint. 2003-06-18 18:09:56 +00:00
drochner
7751ad1643 import gimp-wideangle-Feb02, a plugin to correct barrel distortions 2003-06-18 10:34:28 +00:00
drochner
e09250ed21 update to 1.2.5
This is a bugfix release.
2003-06-18 10:26:54 +00:00
agc
1cf87833d6 When constructing the WRKSRC definition, use ${PKGNAME_NOREV} rather than
${PKGNAME}, so that the WRKSRC definition is immune from any subsequent
PKGREVISION changes. With thanks to jmc for the nudge.
2003-06-18 09:22:14 +00:00
wiz
93e4b5d671 Update to 1.3.2:
Added EXIF sidebar to main window (ctrl+e to toggle display).
Added sort manager for quickly sorting images into directories (ctrl+s).
Added bg and id translations.
Updated es and nl translations.
Added bookmarks to file dialogs.
Displayed Image now refreshes when file is updated.
Fix EXIF reader file descriptor leak.
Fix EXIF exposure display.
Fix Solaris compile.
2003-06-17 07:57:02 +00:00
abs
7fff8b1ded Remove '#ifdef __linux__' around '#include <math.h>'. Fixes build under gcc3. 2003-06-17 07:35:43 +00:00
abs
6fd36a636f Correctly build with gcc3 - no change to already compiled package configurations 2003-06-16 19:53:16 +00:00
jmc
e1c3e7683d regen 2003-06-16 18:49:30 +00:00
jmc
48e4ad724d Redefine the e* routines so this works with the latest giblib 2003-06-16 18:49:18 +00:00
fredb
03953a3dd2 Elide a bogus include of <varargs.h>, so that this will compile under
gcc-3.3.
2003-06-14 17:50:56 +00:00
jschauma
dc33f9f43e IRIX has it's own xpm. 2003-06-12 15:42:04 +00:00
jschauma
436f1a18cb Under IRIX, we don't need gcc's buildlink. MIPSPro does just fine. 2003-06-12 15:40:31 +00:00
salo
906f6492e8 Pass the correct environment to configure script.
Fixes build with native compiler on Solaris.
2003-06-12 13:00:08 +00:00
abs
fb6c29f8bf Update for the fact that 'arm' ports have been called NetBSD-*-arm for a while
now and not NetBSD-*-arm32. Changes include one or more of:
    - Change MACHINE_ARCH == arm32 to also match arm
    - Where ONLY_FOR_PLATFORM includes NetBSD-*-arm32, add NetBSD-*-arm
    - Where BROKEN or worked around for arm gcc bugs, set USE_GCC3
The last may shake out a few more broken packages the next bulk build.
2003-06-11 20:50:50 +00:00
wiz
5daaad6900 Remove useless "No newline at end of file" chunk that is bound to make trouble. 2003-06-11 07:10:46 +00:00
tron
3003a3f5ef Fix build problems under Mac OS X. The patch was contributed by
Richard Grace in private e-mail.
2003-06-11 06:59:26 +00:00
jmc
70f3aa82f2 Obviously not tested after the last change. Need to restore all of patch-ai
except the perl portion or this won't link as it's trying for libraries not
on the systems.
2003-06-10 00:22:33 +00:00
jschauma
b035659872 Split plotutils and gnuplot into '<pkgname>' and '<pkgname>-nox11' each
(alternatively, we could have renamed one to '<pkgname>-x11', but for the
element of least surprise, the default remains x11 enabled).
This will work much better than the previous attempt to build two packages
from one Makefile, which wasn't all thought out wrt to dependencies, buildlinks etc.
Bump PKGREVISION on plotutils and gnuplot for this.
2003-06-07 17:39:23 +00:00
jmmv
e478bd1a52 Use @JPEGDIR@ in patch file instead of hardcoding /usr/pkg. 2003-06-07 15:11:21 +00:00
cjep
2b18f2a175 Truncate to <=24 lines 2003-06-07 15:05:48 +00:00
jmmv
b5ad598d9b Avoid hardcoding /usr/pkg in patch files. 2003-06-07 15:04:21 +00:00
cjep
b184c1e87e Truncate COMMENT to under 70 characters 2003-06-07 14:47:16 +00:00
jmmv
70e3bd0731 Homepage moved to Sourceforge. 2003-06-07 14:14:25 +00:00
cjep
a688f1b730 Use $(INSTALL) rather than "install". Fixes build on Solaris. 2003-06-07 11:32:39 +00:00
jmmv
ee9423c40d Do not hardcode /usr/pkg as PREFIX. 2003-06-06 22:50:26 +00:00
jmmv
78727c1589 Avoid hardcoding /usr/pkg in patch files, using REPLACE_PERL to fix perl
location in scripts.
Add dependancy on perl, so installed scripts work.
Bump PKGREVISION to 3.
2003-06-06 21:27:17 +00:00
jmmv
9e5bc40064 Avoid hardcoding /usr/pkg in patches. Pass the value of ${PERL5} instead. 2003-06-06 21:03:30 +00:00
jschauma
dd333bd0f9 Same as plotutils:
If X11 is present, set the pkgname to gnuplot-x11 and conflict with
plain gnuplot (and the other way around).
2003-06-06 14:41:29 +00:00
jschauma
872ed2bdeb If X11 is present, set the pkgname to plotutils-x11 and conflict with
plain plotutils (and the other way around).  ok'd by agc.
2003-06-06 14:39:06 +00:00
drochner
abac35c527 The "print" plugin gets built separately (../../print/gimp-print),
so there is no need to depend on the gimp-print lib.
2003-06-05 15:24:32 +00:00
wiz
1ead67d542 Update to 1.2.6, provided by Soren Jacobsen in PR 21777.
* Fix debian bug #193964. segv on 'm' followed by cursor movement.
  * Patch from Eric Dorland <eric.dorland@mail.mcgill.ca>
  * Set icon name as well as title on change.
  * Patch from Rami Lehti <rammer@vapaa.dc.inet.fi>
  * New option not to jump to start of filelist when it's re-sorted.
  * Fix bug reloading http images that fail to download on subsequent
    attempts.
2003-06-05 08:22:32 +00:00
jschauma
ac56e5ade8 Add USE_LIBTOOL et al in the hope that this fixes PR pkg/21789, which I can't
re-create (with or without bash).
2003-06-05 01:47:36 +00:00
jschauma
03488b35c0 If X is found to be present, this package builds and installs gnuplot_x11,
if not, not.  Fix accordingly.  Pointed out by wiz@.  Sorry.
2003-06-04 21:34:08 +00:00
jschauma
b956ed6b66 We need bsd.prefs.mk -- sheesh, I should go home. 2003-06-04 21:22:44 +00:00
jschauma
0b3f24cdea thiss package works with and without X11, but if X11 is present, we need the
necessary compile and ld flags
2003-06-04 21:19:42 +00:00
jschauma
921cc33b8e These don't really need X after all -- they can be useful on headless
machines without X, too, so remove USE_X11.
2003-06-04 18:21:48 +00:00
jmmv
67d539809d Update to 2.2.1:
Library:
* Fix crashes in the AA canvas. (Andreas Holzmann).
* Make affine transformations work for pixbuf items (Jim Evins).
* Fix rotation of outline widths for rect, ellipse and polygon items.
  (Jim Evins).
* Fix redrawing bugs (Tim Janik).
Build:
* Fix localedir setup and random fixes to make it distcheck (Kjartan).
Docs:
* Completely revamped documentation (Josh Green).
* Some fixes from Sebasian Rittau.
Translations:
* cs (Miroslav Trmac), ga (Paul Duffy), ml (Guntupalli Karunkar)
  sr (mdfk@root.co.yu), sr@lat (mdfk@root.co.yu), yi (Raphael Finkel).
2003-06-03 19:15:39 +00:00
seb
d3b33181ee Claim stewardship of these. 2003-06-03 09:39:00 +00:00
abs
0de8869fb4 Use mk/gcc.buildlink2.mk rather than gcc/buildlink2.mk so lang/gcc3
is accepted. Suggested by Grant.
2003-06-02 14:05:00 +00:00
jschauma
49aa384ee7 Resolve conflicts from last commit. 2003-06-02 03:14:50 +00:00
jschauma
e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00
salo
7a6ca58420 Updated to version 1.37.
Changes:

- DESCR has 80 culumns
- whitespace

1.37:
=====
- Fix bug where combining `--rotate-X' and `-O' options would cause a
  segmentation fault. Reported by Dan Lasley <Dan_Lasley@hilton.com>.
- Rearrange source tree.

1.36:
=====
* Fix subscript-out-of-range error in main.c reported by Andrea Suatoni.

1.35:
=====
- Fixed bug where `--crop' could cause a segmentation fault, present since
  1.32 or 1.33. Reported by Tom Schumm <phong@phong.org>.

1.34:
=====
- Fixed bug where combining `--crop' and `-O' options could corrupt output.
  Reported by Tom Schumm <phong@phong.org>.

1.33:
=====
- Be more careful about time while animating. In particular, prepare frames
  before they are needed, so that they can be displayed exactly when
  required. Problem reported by Walter Harms <WHarms@bfs.de>.
- More warning fixes.

1.32:
=====
- Add `--multifile' option handling concatenated GIF files. This is useful
  for scripts. For example, `gifsicle --multifile -' will merge all GIF
  files written to its standard input into a single animation.
- More fixes for spurious background warnings.

1.31:
=====
- Changed behavior of `--crop X,Y+WIDTHxHEIGHT' option when WIDTH or HEIGHT
  is negative. Previously, zero or negative WIDTH and HEIGHT referred to
  the image's entire width or height. Thus, the option `--crop 10,0+0x0'
  would always lead to an error, because the crop left position (10) plus
  the crop width (the image width) was 10 pixels beyond the image edge. The
  new behavior measures zero or negative WIDTH and HEIGHT relative to the
  image's bottom-right corner.
- Changed background behavior. Hopefully the only user-visible effect will
  be fewer spurious warnings.
- Fixed a bug that could corrupt output when optimizing images with `-O2'
  that had more than 256 colors.

1.30:
=====
- Fixed bug in ungif code: Writing a large ungif could corrupt memory,
  leading eventually to bad output. This bug has been present since
  Gifsicle could write ungifs! Bad files and assistance provided by Jeff
  Brown <jabrown@ipn.caida.org>.
2003-06-01 12:14:10 +00:00
jmmv
30aa33e9e1 Remove duplicated lines. 2003-05-31 09:00:07 +00:00
jmmv
6fdf05cc93 Depend on (at least) version 1.2 of gnome{,1,2}-dirs to automatically handle
the shared share/mime-info directory.  Bump PKGREVISION.
2003-05-30 16:19:50 +00:00
grant
712c21283a s/USE_CXX/USE_GCC_SHLIB/ - there are more shared libraries than just
libstdc++ in gcc3.

when defined, USE_GCC_SHLIB ensures that the correct rpath is passed
to the linker, and a full dependency on the compiler package is
registered.

packages which define USE_GCC_SHLIB should not include
mk/gcc.buildlink2.mk (or gcc{,3}/buildlink2.mk) as it is handled
automatically.
2003-05-29 23:14:07 +00:00
jschauma
4216781bb9 Update blender to version 2.27. A whole lot has changed since our old 2.11
package, most notably the fact that blender is now Open Source Software, and
we can thus compile it instead of using binary only packages.  The new homepage
is http://www.blender.org.

This package tested under NetBSD/i386, NetBSD/macppc and Linux/i386 -- other
platforms are encouraged to test, but hardly any modifications should be necessary.
2003-05-28 15:51:38 +00:00
grant
c8036d6723 include gcc.buildlink2.mk, allows this to build on NetBSD with gcc 3.3. 2003-05-28 12:51:29 +00:00
cjep
b0562fb22d Add NetBSD RCS tags. 2003-05-26 13:20:23 +00:00
wiz
4a91fe82ad Add patch-ae. 2003-05-25 12:23:42 +00:00
salo
0ad03b56a1 PKGREVISION++
- s/USE_X11BASE/USE_X11/
- new MASTER_SITES
2003-05-25 09:01:46 +00:00
dan
196730592c make audio capture for -tv work on NetBSD.
We don't provide FIONREAD for /dev/audio, so use the seek field
from AUDIO_GETINFO instead.

XXX: by my calculations, the number of samples in seek should be multiplied
by the sample size to get number of bytes to read, but this results in mencoder
being very choppy, presumably because its blocking for audio.  I've left the
multiplication in the patch, commented out.  The present patch works just fine,
so probably my calculations are wrong.

This bumps all of the mplayer variants, because -tv -dumpaudio
might be used even with the players.
2003-05-25 07:20:51 +00:00
dan
d098f4b66e make audio capture for -tv work on NetBSD.
We don't provide FIONREAD for /dev/audio, so use the seek field
from AUDIO_GETINFO instead.

XXX: by my calculations, the number of samples in seek should be multiplied
by the sample size to get number of bytes to read, but this results in mencoder
being very choppy, presumably because its blocking for audio.  I've left the
multiplication in the patch, commented out.  The present patch works just fine,
so probably my calculations are wrong.

This bumps all of the mplayer variants, because -tv -dumpaudio
might be used even with the players.
2003-05-25 07:12:54 +00:00
salo
69585192cf PKGREVISION++
Enable Real{Audio,Video} support on i386, powerpc and alpha by default, using
graphics/realplayer-codecs.
From Matt Green.
2003-05-24 17:27:10 +00:00
salo
534c3e9cb6 PKGREVISION++
- install in alternative directory, don't conflict with RealPlayer8 package
From Matt Green.
2003-05-24 17:03:35 +00:00
salo
efcf760c3e Updated to version 0.3.5.
Changes:

- don't install static modules
- enable 3DS support

0.3.5:
======
- cleanups and bugfixes
- new polygonising algorithm
2003-05-24 11:23:08 +00:00
salo
35b3ba00da PKGREVISION++
- build and install shared libraries and example programs
  (patches mostly from FreeBSD)
- better DESCR
2003-05-24 09:32:34 +00:00
salo
6163ff4287 - DESCR has 80 columns, remove licensing information
- simplify buildlink2.mk header files list
- style nits
No functional changes.
2003-05-24 08:08:56 +00:00
salo
1cd381d230 Updated to 1.2.4.
Changes:

- DESCR has 80 columns
- better COMMENT
- sync buildlink2.mk with reality
- style nits

1.2.4:
======
- numerous bugfixes, too many to mention.  see ChangeLog for details
- print plug-in now depends on libgimpprint
2003-05-23 18:04:31 +00:00
jmmv
71d5d2665b Use gmake to fix build problem. Fixes PR pkg/21565 by Karsten Kruse. 2003-05-23 12:10:55 +00:00
salo
ac807228c6 Updated to version 0.80.
Changes:

- USE_X11 to reflect mozilla switch

0.80:
=====
- Added option "display" which is passed to mplayer
- Fixed a cosmetic debug message
- Downloading prior to playing and saving off to a directory
- Fixed up the filename for downloaded files
- Copy files that have been downloaded to cache, that way we don't
  download twice
- If file is downloaded already, don't download again, looping
  optimization
- Fix crash
- Fix problem with startrek.com
- Added patch from Giuseppe Ghibo for osd
- Added support for $HOME in dload-dir and logfile config options
- Help rtsp protocol work
- Added video/quicktime:sdp:Quicktime
- Fixed a bug at www.apple.com/switch
2003-05-23 09:37:27 +00:00
wiz
54d0c29e94 Remove -O from default CFLAGS. Requested by Adam Ciarcinski. 2003-05-23 09:26:58 +00:00
salo
cde41644a8 PKGREVISION++
- USE_X11BASE->USE_X11 after mozilla switch
- style nits
2003-05-23 09:23:05 +00:00
wiz
e574d300cb Update to 1.0.3, from Quentin Garnier in PR 21655.
- Fixed a bug in avilib.
2003-05-23 05:34:06 +00:00
jschauma
1b04ca8bfb Update package to latest version 0.6p14, as 0.6.1.14
Changelog not available from website.
2003-05-22 15:15:26 +00:00
markd
990175df04 Update KDE to 3.1.2.
Changes:

kdegraphics:
* kghostview: Better handling of half-broken Postscript and PDF files
* kghostview: Fix the opening of files on the command line, which was not working
  if the paths contained non-alphanumeric characters or were absolute paths
* kghostview: Work around -dMaxBitmap bug in gs version 6.5x
* kghostview: Reset orientation and paper size selectors after opening a new
  document
* kghostview: Security fix for #56808. The security patch which was present in
  version 3.1.1a caused problems for some users and has been corrected
* kghostview: ghostscript version 8 is now supported
2003-05-22 03:01:00 +00:00
grant
2def9f6d3a do not use the included sparc asm on sparc64, as it doesn't build. 2003-05-21 08:40:06 +00:00
jmc
805bc0f3c8 Don't work through depends list if suse6.4 since tiff isn't available there.
Makes show-depends-dirs work without error now.
2003-05-13 21:47:29 +00:00
jmc
7735e77fc7 Redo siginfo patches to work correctly on -current also 2003-05-12 20:17:47 +00:00
jmc
203cc89afe Restructure siginfo patches so this can work on pre-siginfo systems as well 2003-05-11 10:05:13 +00:00
jmc
4936f3dd6a Configure needs perl 2003-05-11 09:29:13 +00:00
jmc
6ad16f5120 Update MASTER_SITE to a URL that downloads 2003-05-11 09:16:25 +00:00
drochner
fe29855bec update to 5.0.1
mostly a bugfix release
other changes:
- updated GL/gl_mangle.h file
- use glPolygonOffset in gloss demo to avoid z-fighting artifacts
- updated winpos and pointblast demos to use ARB extensions
- disable SPARC normal transformation code
2003-05-10 16:37:11 +00:00
drochner
a4191d7e19 update to 0.91, provided by Marc Recht per PR pkg/20750
Most notable changes:
-uses gtk2 now
-Python support
-cleanups, UI improvements, fixes...
2003-05-09 15:21:29 +00:00
seb
f1bb241973 After all claim stewardship of this one. 2003-05-07 21:08:08 +00:00
wiz
c4a86d7ff6 Update to 1.0.2, provided by the maintainer Quentin Garnier in PR 21488.
Changes:
 - Imported changes that make the ogmtools compile and work under FreeBSD
   (and possibly under other BSD variants as well); patch by
   Andrew Williams <andrew.s.williams AT adelaide.edu.au>.
 - Lots of fixes for endian handling (thanks for the large patch to
   Andreas Schwab <schwab AT suse.de>).
 - Fixed a segfault in ogmdemux (thanks to Tilmann Bitterberg).
 - Made the OGM reader more error resiliant if the file is damaged.
2003-05-07 08:41:57 +00:00
abs
5f4de2c5be use PKGNAME_NOREV in DISTNAME 2003-05-07 08:18:00 +00:00
seb
43ae6eb8c1 Use buildlink2.
Reduce configure's patch size with pkgdiff.
Install documentation files in $PREFIX/share/doc/{,html/}pstoedit.
Install one file at a time.

Bump PKGREVISION.
2003-05-06 23:03:10 +00:00
jmmv
f1446ddf2b Drop trailing whitespace. Ok'ed by wiz. 2003-05-06 17:40:18 +00:00
jmmv
8a555528c0 PKGREVISION goes after PKGNAME. 2003-05-05 19:05:05 +00:00
jmmv
dafafa9f97 PKGREVISION goes after PKGNAME. 2003-05-05 16:33:01 +00:00
jmmv
4b47f36617 Line up PKGREVISION whitespace. 2003-05-05 16:32:24 +00:00
jmmv
c36265a5d7 Line up PKGREVISION whitespace. 2003-05-05 13:29:14 +00:00
markd
6bb318724e Fix problem with kghostview only showing the first page of a multipage
ps file.  From KDE Bug ID 57563.
Bump PKGREVISION.
2003-05-05 12:28:27 +00:00
wiz
517bf4a805 Convert to buildlink2. Do not install into X11BASE any longer; bump PKGREVISION for that. 2003-05-03 22:44:54 +00:00
wiz
01994c6c3b Remove obsolete comment. 2003-05-02 13:17:11 +00:00
wiz
7166660e08 Dependency bumps, needed because of devel/pth's major bump, and related
dependency bumps.
2003-05-02 11:53:34 +00:00
jmmv
b71f048f93 Avoid this package modifying a personal configuration file in PKG_SYSCONFDIR
(which is wrong anyway if you don't use the default).  For now, request the
admin to do the change manually.  Bump PKGREVISION to 1.
2003-05-01 12:36:14 +00:00
agc
f1cd62835b Don't change permissions of files under ${WRKSRC} to
${SHAREOWN}:${SHAREGRP}, and then copy the files to ${PREFIX} - this
prevents an ordinary user from deleting the files under ${WRKSRC}.

Instead, copy the files into ${PREFIX} first, then change their ownership.
2003-05-01 12:34:38 +00:00
kivinen
ea16b31965 Fixed libx2sys.a to libx2sys.la in src/x2sys/makefile
(patch-at).
2003-05-01 11:31:46 +00:00
atatat
925c851209 Actually, Mesa's Makefile.common seems like a much better place for
MESA_REQD, and it works much better, too.  :)
2003-04-30 04:05:48 +00:00
jtb
e21029bcb0 Change to work with new version of yorick. 2003-04-29 22:55:33 +00:00
jtb
57d8b609cc Update do version 0.49a.
Changes:

* license change to LGPL
* added new Tijs Michels spline implementation
* small fixes in spline package
* added g2_spline_demo.c
* removed some non ansi parts (e.g. // comments)
* added query pointer for X11 (mouse)
* other small fixes and changes
2003-04-29 22:02:09 +00:00
rh
9e0912615a Add and enable gnome-icon-theme 2003-04-29 08:19:25 +00:00
rh
79d6be5ae0 Initial import of gnome-icon-theme-1.0.2, a set of default icons for GNOME2 2003-04-29 08:18:35 +00:00
tron
bd90c42bcc Make arguments to "${RM}" consistent in all make targets. 2003-04-28 16:27:40 +00:00
tron
c4fab8c379 Update "netpbm" package to version 10.11.8. Change since version 10.11.6:
- pbmtoepsi: fix bug: non six-digit lines between
  %%BeginPreview: ... and %%EndImage .
- pnmtops: fix bug: 1 bit per sample output when maxval is 2 or 3.
  Should be 4 bits per sample.
- pnmtops: fix bug: everything too dark when input maxval less
  than Postscript maxval.
This fixes PR pkg/21271 by Dave Camp.
2003-04-28 16:24:32 +00:00
jmmv
a01c814f00 Update to 0.7.1. Changes since 0.6.1 are a lot, but as seen in the Changelog,
most of them are fixes and code rewrites.
While here, move documentation from share/gtk-doc to share/doc.

Based on patch provided in PR pkg/21309 by Juan RP.
2003-04-28 14:05:36 +00:00
jmmv
3fa519cb23 Move documentation to share/doc/scrot. Bump PKGREVISION to 1. 2003-04-27 19:29:02 +00:00
simonb
20abb0ec63 This packages doesn't reference any jpeg library functions, so remove
all references to graphics/jpeg.
2003-04-24 03:35:14 +00:00
rh
1cbb5736e5 Add a buildlink2.mk 2003-04-23 10:26:42 +00:00
rh
14f08ca74e Add and enable openquicktime 2003-04-23 10:07:58 +00:00
rh
6c4195cc47 Initial import of openquicktime-1.0, a portable library for handling
QuickTime(TM) media files.
2003-04-23 10:06:54 +00:00
rh
5534c1a204 Add and enable swfdec 2003-04-23 08:16:40 +00:00
rh
fb95fa0c5a Initial import of swfdec-0.2.1, a library for rendering Flash(R) animations
and games.
2003-04-23 08:15:40 +00:00
wiz
2ea79641d2 Update to 2.0, requested in PR 21272.
Changes since 1.9:
Minor changes where newlines are printed.
Added check to warn about wiping out the originals with the -st option.
Fixed display of "flash used=no" for exif headers generated by photoshop.
Added -ci and -cs options.
Limit directory recursion depth to avoid crashing on circularly linked
directories within the Exif header.
Added automatic rottion (-autorotate) to right-up images that contain
a rotation tag from the camera.
*Finally* wrote a nice MAN page for jhead.
2003-04-23 06:01:29 +00:00
jmc
b3754997c5 Clean up ONLY_FOR_PLATFORM to read a little nicer and include all applicable
NetBSD versions as appropriate
2003-04-23 02:22:24 +00:00
tron
4ddd291d6f Remove "trium" skin which is not available any more. 2003-04-21 20:36:04 +00:00
cjep
e8f192b175 Add RCS tag 2003-04-21 20:26:35 +00:00
cjep
c15899ea62 Add RCS tag. 2003-04-21 20:22:49 +00:00
tron
be6092e4e5 Remove "trium" skin which is not available any more. 2003-04-21 18:07:32 +00:00
rh
3f3c871ee0 Install the Helpers tools and a couple of scripts to actually get them
working.
Bump PKGREVISION.
2003-04-20 06:58:19 +00:00
rh
8e3af98e10 USE_JAVA=run is sufficient here. 2003-04-20 05:07:56 +00:00
rh
8a4a5a47d3 Fix typo in previous commit 2003-04-19 10:50:33 +00:00
salo
c05ddfd059 Add moz-mplayer. 2003-04-19 08:09:18 +00:00
rh
c126224c75 Use >= rather than exact match for suse_* packages. 2003-04-19 08:03:09 +00:00
rh
a9f1544391 Add and enable PanoTools 2003-04-19 07:56:20 +00:00
rh
07eacb96fa Initial import of PanoTools-2.6b1, a package to view, create, edit, and
remap panoramic images.
2003-04-19 07:55:34 +00:00
salo
dea31aa92d Replace Konqueror with Galeon..
XXX: this package needs some work to get it usable in Konqueror.
2003-04-19 07:36:54 +00:00
salo
b4b6754c1d Import of moz-mplayer-0.71: Embedded video player for Mozilla.
moz-mplayer is a plugin for Gecko based browsers that uses mplayer to play
videos from websites.  This plugin gives Netscape, Mozilla and Konqueror
the ability to play videos off the net.

Package submitted by Juan RP via pkgsrc-wip with small modifications by me.
2003-04-19 07:32:05 +00:00
rh
689ab3acdb Remove www/mozilla-flash-bin.
Add and enable graphics/moz-bin-flash.
This concludes the consistency rename of mozilla-flash-bin to moz-bin-flash
2003-04-19 04:44:58 +00:00
rh
2d8310ba59 Re-import of www/mozilla-flash bin as graphics/moz-bin-flash.
This is part two of the consistency update.
2003-04-19 04:42:46 +00:00
jmmv
4ff0d8546c Move the installed mesa.conf file to the examples tree, and do not install
it into PKG_SYSCONFDIR (it's useless for now).  Bump PKGREVISION to 2.
Ok'ed by rh.
2003-04-17 22:15:44 +00:00
wiz
51832d2e6c Comment out sourceforge master site -- contains different tarball for
2.1.4 with same contents. Still, gives a checksum mismatch.
Noted by Christopher Richards in relation with PR 21191.
2003-04-17 07:19:51 +00:00
dillo
1bff01e407 add a master site that actually contains the distfile 2003-04-16 15:27:36 +00:00
mjl
3fe37772f3 Implement suggestion from last commit: Split out common part of
p5-PerlMagick and ImageMagick into Makefile.common.
2003-04-16 13:27:21 +00:00
wiz
69ef771841 Update to 2.1.4, provided by Christopher Richards in PR 21191.
Extract of changes:
    - a fix in the Gzip stream reader, it couldn't read certain .gz files
      properly due to a small typo. In certain cases, FreeType could also
      loop endlessly when trying to load tiny gzipped files.
    - certain fonts couldn't be loaded by 2.1.3 because they lacked a
      Unicode charmap (e.g. SYMBOL.TTF). FreeType erroneously rejected
      them.
    - the CFF loader was modified to accept fonts which only
      contain a subset of their reference charset. This prevented the
      correct use of PDF-embedded fonts.
    - the logic to detect Unicode charmaps has been modified. this is required
      to support fonts which include both 16-bit and 32-bit charmaps (like
      very recent asian ones) using the new 10 and 12 SFNT formats.
    - the TrueType loader now limits the depth of composite glyphs. This is
      necessary to prevent broken fonts to break the engine by blowing the
      stack with recursive glyph definitions.
    - the CMap cache is now capable of managing UCS-4 character codes that
      are mapped through extended charmaps in recent TrueType/OpenType fonts
    - the cache sub-system now properly manages out-of-memory conditions,
      instead of blindly reporting them to the caller. This means that it
      will try to empty the cache before restarting its allocations to see
      if that can help.
    - the PFR driver didn't return the list of available embedded bitmaps
      properly.

    - David Chester contributed some enhancements to the auto-hinter that
      significantly increase the quality of its output. The Postscript hinter
      was also improved in several ways..
    - the FT_RENDER_MODE_LIGHT render mode was implemented
    - a new API, called FT_Get_BDF_Property has been added to FT_BDF_H to
      retrieve BDF properties from BDF _and_ PCF font files. THIS IS STILL
      EXPERIMENTAL, since it hasn't been properly tested yet.
    - a Windows FNT specific API has been added, mostly to access font
      headers. This is used by Wine
    - TrueType tables without a "hmtx" table are now tolerated when an
      incremental interface is used. This happens for certain Type42 fonts
      passed from Ghostscript to FreeType.
    - the PFR font driver is now capable of returning the font family and
      style names when they're available (instead of the sole "FontID"). This
      is performed by parsing an *undocumented* portion of the font file !!
2003-04-16 08:53:45 +00:00
mjl
6a1591d9bb Update ImageMagick and p5-PerlMagick to 5.5.6.
Changes are lots of bug fixes and minor enhancements (several pages
worth of it).

XXX Those two should probably be using a Makefile.common instead
XXX of just copying the appropriate bits.
2003-04-15 11:11:50 +00:00
cjep
6026aa1499 NetBSD 1.5.* requires gcc 2.95.3 to compile. PR#19193 from Ian Fry. 2003-04-14 10:45:06 +00:00
jschauma
f5fbc11ae5 chmod the examples after installation just in case the user compiling
the package has a stringent umask.
2003-04-14 03:46:51 +00:00
cjep
3c5a0f9e3a Remove last hunk of patch-aa to fix build problem on 1.5.2. 2003-04-11 22:45:56 +00:00
salo
4b041343c9 Don't shoot itself in the foot, STAGEDIR is removed in pre-install, no need to
remove it in post-install while CWD is still in STAGEDIR.
Noted by Will Partain on tech-pkg.
2003-04-11 18:56:44 +00:00
rh
71da5b4061 Add and enable xine-ui 2003-04-11 12:01:16 +00:00
rh
7b0411fbea Initial import of xine-ui-0.9.20, a skinned xlib-based media player gui. 2003-04-11 11:59:55 +00:00
rh
e9843e6473 Drop leftover gnome-vfs dependency.
Add PKGCONFIG_OVERRIDE
2003-04-11 09:52:16 +00:00
rh
bcc0e782d9 Fix typo: s/ifndef/ifdef/ to make this compile with pth on 1.6.x 2003-04-11 09:49:19 +00:00
rh
41c51f2b5f Update gxine to 0.3.3. Changes are bugfixes and a switch from GTK to
Athena widgets for the browser plugin.
2003-04-11 09:24:23 +00:00
rh
f9552a2a8a Update xine-lib to 1.0rc10.
Package changes are:
  * drop gnome-vfs dependency
  * use _POSIX_THREAD_PRIORITY_SCHEDULING for determining pthread
    capabilities (suggested by Nick Hudson)

xine-lib changes include:
  * loading and displaying png images (e.g. for logos)
  * capability of on-the-fly stream rewiring
  * libdvdnav: PGC based positioning:
    seeking on DVDs now spans the entire feature
  * font encoding cleanup (xinefonts use unicode now)
  * freetype2 support for OSD
  * ffmpeg sync (build 4663). WMV8 decoder enabled.
  * much more accurate time display with DVDs
  * xine health check fixes for non-mtrr machines
  * fixes for high-bandwidth RV30 streams
  * fix for vplayer format subtitles
  * fix for distorted display of some DVD menus
  * DVD title/part MRLs (dvd:/<title>.<part>) work much more reliable
  * OGM subtitles support
  * network controler improvements
  * generic error reporting mechanism using events
  * DVD: report the current menu type
  * DVD: menu calls ("Escape" in xine-ui) can now jump back from the
    menu into the movie as well
2003-04-11 09:19:53 +00:00
salo
01cf920e06 Add and enable ogmtools. 2003-04-11 07:28:27 +00:00
salo
01d3c2e1f9 Import of ogmtools-1.0.1: Ogg Media files manipulation tools.
ogmtools are a set of utilities for Ogg Media files (OGM) manipulation,
written by Moritz Bunkuns.

Ogg is a container format that can contains much more than a simple
Vorbis sound stream: notably, you can have a video stream, subtitles,
etc.

ogmtools are not meant to encode or decode anything, but will be used
complementary to mplayer/mencoder or any other media encoding utility.
ogmmerge will produce an OGM file from separated components, like an
audio track and a video track, and ogmdemux will have the inverse
behaviour.  ogmsplit will cut a file into several parts, and ogminfo
will print information about the file.  The last tool, dvdxchap is
used in combination with ogmmerge to add some special comments into
the resulting OGM file to provide chaptering with the player that
support it (the OggDS Windows filter takes advantage of that).

Package submitted by Quentin Garnier via pkgsrc-wip.
2003-04-11 07:26:44 +00:00
salo
1aaa87ba6b Add and enable realplayer-codecs. 2003-04-10 17:04:08 +00:00
jmmv
46407b97f5 Add and enable smpeg-xmms. 2003-04-10 13:34:11 +00:00
jmmv
734f53d1f0 Initial import of smpeg-xmms, version 0.3.5.
MPEG video plugin for XMMS, using SDL/smpeg as backend. Supports hardware
acceleration in XFree 4.x (if available), fullscreen, resizeable window,
VCD support, aspected ratio when resizing the window, etc.

Provided in PR pkg/19390 by Juan RP.
2003-04-10 13:32:34 +00:00
markd
7edf08338a Add the patches from KDE Security Advisory 20030409-1:
PS/PDF file handling vulnerability
http://www.kde.org/info/security/advisory-20030409-1.txt
Bump PKGREVISION.
2003-04-10 13:13:23 +00:00
abs
d4ad766c83 Update distinfo missed in MPlayer-0.90 update 2003-04-10 10:33:23 +00:00
wiz
9563bf7c1d Update to 0.9.1.
New in 0.9.1:
oglerc-option fixes. HP-UX fixes.
New in 0.9.0:
Only updates for keybinding to the new functions.
2003-04-10 10:22:10 +00:00
wiz
1f4d7a26a1 Update to 0.9.1:
Alsa audio output fixes.
Stereo_mode oglerc-option for liba52.
digit_timeout, default_skiptime oglerc-options.
Fullscreen fixes for KDE
HP-UX fixes.
2003-04-10 10:18:03 +00:00
drochner
8fec5f5f56 comment out some dispensable code which triggers a fatal bug in
not-absolutely-current NetBSD libintl
2003-04-09 17:19:13 +00:00
drochner
3437eb515c -update to 0.90 release (no changes from rc5, except documentation fixes,
they even forgot to update the version string)
-make sure libfreetype is found by "configure"
-we don't really need GNU libintl - this avoids a conflict with libmad
2003-04-09 14:57:31 +00:00
grant
7219a9452a revert previous; I had netpbm-9.25 and BUILDLINK_DEPENDS was
still >=9.24, causing this breakage.

bump BUILDLINK_DEPENDS to 10.11.6.
2003-04-08 13:17:10 +00:00
grant
853def732a update to reflect libs installed by netpbm-10.11.6 (hi tron!).
noted by pooka.
2003-04-08 13:02:28 +00:00
wiz
915696e1dc Replace patch-ab with the version that will be in the next release. 2003-04-06 15:42:46 +00:00
rh
0342c7e855 Add and enable gxine 2003-04-06 11:08:56 +00:00
rh
ea4a4919e6 Initial import of gxine-0.3.2, a gtk2-based media player. 2003-04-06 11:08:14 +00:00
rh
ca79a6227b Add and enable xine-lib 2003-04-06 11:06:53 +00:00
rh
863bfbfd21 Initial import of xine-lib-1.0rc9, a multimedia player library. 2003-04-06 11:06:01 +00:00
rh
d49d1de3fd Add and enable xvidcore 2003-04-06 11:03:34 +00:00
rh
c601a56c01 Initial import of xvidcore-0.9.1, an ISO MPEG-4 compliant video codec. 2003-04-06 11:02:55 +00:00
wiz
14e80a1f16 Add CONFLICTS line with SDL-image. 2003-04-05 19:03:54 +00:00
salo
4d65726a45 Remove platform restriction entirely.
It's been reported to work just fine on NetBSD/sparc (thanks mrg!).
2003-04-04 01:02:39 +00:00
salo
265b381875 - fixed MASTER_SITES
- added HOMEPAGE
- removed NetBSD-only restriction, allow install on all i386 systems
- shortened DESCR
- delint
2003-04-03 17:25:11 +00:00
salo
8e71ffc92b Bump PKGREVISON:
- fixed MASTER_SITES
- added HOMEPAGE
- removed NetBSD-only restriction, allow install on all i386,
  powerpc and alpha systems
- removed bogus fix for powerpc
- splitted MESSAGE into MESSAGE.common and MESSAGE.powerpc
- delint
2003-04-03 17:01:36 +00:00
markd
2f097db93e If sane-config is on your path, the build tries to make use of sane
so add a dependency on sane-backends so this will always work.
Also means that kooka and libkscan are built.
From PR 20981 by Wojciech Puchar.
Bump PKGREVISION.
2003-04-03 14:39:31 +00:00
wiz
f5d8f9b7e4 Finish renaming of SDL-image to SDL_image. 2003-04-03 08:28:14 +00:00
wiz
1a7ebaad6c User SDL_mixer/SDL_image instead of SDL-mixer/SDL-image.
Bump PKGREVISION.
2003-04-03 08:25:33 +00:00
wiz
7b93f06600 Re-import SDL-image as SDL_image (original name). 2003-04-03 08:20:01 +00:00
wiz
938c902624 Update to 2.0.3:
New in libggi 2.0.3:
 * X-target:
     * Fixed a bug, where a ggiFlush() call was missed, which makes
       directbuffer content visible when releasing it.
     * Fixed a clipping bug, causing to let disappear characters or
       whole strings.
     * Fixed clipping on multiple frames.
     * Add -keepcursor option, which keeps the default cursor.
     * Fixed crash when used 8bit characters
     * Fixed endless loop when X11 server provides only and only
       the same sort of X visuals
 * Demo: Improved pageflip demo to test all primitives in a
   multi-frame environment
 * merged some compiler fixes from the OpenBSD ports tree
 * fixed a crash, when a drawing primitive (i.e. a line) crossed
   two borders of the clipping rectangle
 * added 64bit fixes to wrap and cube3d demos
 * minor improvements to checkmode and struct check tool
   (important for target developers though)
 * manpage fixes

New in 2:2:0 (2.0.2): 2002-12-26
* Misc bugfixes (see ChangeLog)
* Huge documentation updates
* Major build system update
  - adds builds fixes for many platforms
* memory-target
  - add -pixfmt option
  - added missing support for reporting physical screen sizes.
* X-target
  - rewritten (x/xlib splitting is obselete now)
  - added dirty region management
* xlib-target
  - disabled. Will be removed later
* fbdev-target
  - DirectFB driver works with directfb 0.9.13
  - added mach64 accelerator
* KGI-target
  - big update (works with KGI-0.9 now)
  - added mach64 accelerator
  - added radeon accelerator
  - still experimental, thus disabled in configure

New in 2:1:0 (2.0.1): 2001-08-26
* More documentation updates.
* Prelimiary support for using DirectFB drivers under display-fbdev
* Many corrections/improvements to build files
* Started move towards using libtool versioning, as interface is stable.

New in 2.0: 2001-08-11
* Huge documentation updates.
* svgalib-target
  - added frame support
  - misc bug-fixes

New in 2.0beta4: 2001-07-10
* Misc bugfixes (see ChangeLog).
* Huge documentation updates.
* finished support for reporting physical screen sizes.
* splitted libggimisc off
* New API: ggiDetachInput()
* fbdev-target
  - Acceleration of Matrox G400 (matrox fb)
* directX-target
  - Update
  - Highly experimental target for Win ... Use at your own risk !
* ipc-target
  - New target for interprocess communication (experimental)

New in 2.0beta3: 2000-12-18
* Misc bugfixes (see ChangeLog).
* Minor documentation updates.
* Major rewrite of the internal sublib handling.
* Some fixes for PowerPC compatibility.
* preliminary support for reporting physical screen sizes.
* Made all headers C++ compatible.

* lcd823-target
  - Target for the Motorola MPC823 builtin LCD controler, using
    the /dev/lcd823 Linux kernel device.
* fbdev-target
  - Better detection of kgicon-type fb-devices and old fb implementations.
  - Better usage of fbdev mode infos in fb.modes
  - Better acceleration for the Matrox fb.
* glide-target
  - Added directbuffer support.
* aalib-target
  - Better mode handling.
* X-target
  - Propagated X dpi values to give physical screen dimensions.
  - Various fixes to properly init several values.
* tele-target
  - Updated much to make it work again.
* vgl-target
  - New target for FreeBSD's VGL library.
* directX-target
  - Highly experimental target for Win ... Use at your own risk !
2003-04-02 12:05:25 +00:00
wiz
e4b9ad3f90 Update to 0.8.3:
New in 0.8.3:
 * The two hotfixes for libgii 0.8.2
 * manpage fixes
 * several minor fixes

New in 0.8.2: 2002-12-??;
* Misc bugfixes (see ChangeLog).
* Huge Documentation update.
* Threadsafety fixes
* LibGG: New supported platform: Darwin
* Major build system update
  - autoconf 2.5x works now
  - build fixes for many platforms
* input-kii
  - new input target. Works for many KGI users, but
    still not for everyone.
  - still very experimental, thus disabled by default
* input-x/input-xwin
  - handle GraphicExpose events
* input-ipaq
  - new touchscreen input for Compaq iPaq from Tobias
* input-zaurus
  - new touchscreen input for Sharp Zaurus from Tobias

New in 0.8.1: 2001-08-26;
* Nothing much in the code except the usual minor fixes.
* The build process is improved.

New in 0.8: 2001-07-10;
* Misc bugfixes (see ChangeLog).
* Huge Documentation update.
* New API: giiSplitInputs()
* input-linux-evdev
  - Bugfixes from Stephan
* input-directx
  - Update
* input-vgl
  - small build fix for FreeBSD

New in 0.7: 2000-12-18;
* Portability fixes for non-Linux platforms.
* Preliminary Win32 support.
* All headers should be C++ compatible now.
* Misc bugfixes (see ChangeLog).
* Documentation updates.
* Renamed GGI_ELOCKBUSY to GGI_EBUSY.
* New LibGG functions ggCurTime() and ggConfigExpandAlias().
* LibGG now uses it's own mutexes when compiled with gcc - no more
  pthreads and dynamic linker bugs.
* Support compiler type checking on gii_input_t.
* New command events GII_CMDCODE_PREFER_ABSPTR and GII_CMDCODE_PREFER_RELPTR.

* input-linux-evdev
  - New target to support the new evdev input API present in Linux 2.4 and
    2.2.18. Should handle mice, joysticks and keyboards.
* input-linux-mouse
  - Improved autodetection of mousetype.
* input-mouse
  - 3 button support for MS protocol.
  - 4 button support for IMPS/2 protocol.
* input-x/input-xwin
  - Prevent events from lagging in the socket queue in apps that don't call
    XFLush/XSync frequently.
* input-vgl
  - New inputlib for FreeBSD's VGL library.
* input-directx
  - New inputlib for DirectInput on Win32.
* filter-keytrans
  - Added new filter to arbitrarily remap key events.
2003-04-02 12:03:41 +00:00
markd
1cb1db4a9d Update KDE to 3.1.1.
Changes:

arts

 * Several memory corruption fixes.

kdelibs

 * kdialog: Fix screen numbering problem for centerOnScreen() static method
 * kprogress: Fix math problem in displaying correct percentage for large
   numbers
 * kio_http: Fix data processing for webdav(s) listing of directories and files
 * kate: Many small bugfixes, including:
   + Fixed code completion drop-down box position
   + Fixed "wrap cursor disabled" bugs
   + Fixed vertical scrollbar middle mouse behaviour
   + Fixed remove whitespace feature
   + Now clears the redo history when it is irrelevant
   + Fixed crash after starting up with a non-existant directory in the file
     selector history
 * kparts: Fix extension of transparently downloaded files, this fixes ark
   (used to display temp file instead of archive content)
 * klauncher: Fixed support for "Path=" entry in .desktop files. This entry
   can be used to specify a working directory.
 * kio: Don't let ChModJob's -X emulation interfere with mandatory file locking.
 * kdeui: Fix for alternate background coloring in Konqueror list views.
 * kdeui: Fix to prevent an event loop in conjunction with Qt 3.1.2.
 * kio/bookmarks: Properly handle multiple shown bookmarks with the same URL;
   fixes crash on exit in Konqueror when bookmarkbar is on and some bookmarks
   points to the same place
 * kstyles: Handle focus indicators on label-less checkboxes better
 * kdeprint: Don't freeze when there is no route to the selected CUPS server
 * SSL: add support for OpenSSL 0.9.7
 * SSL: ADH ciphers are now explicitly disabled in all cases
 * SSL: new CA root certificate added
 * Several Xinerama related fixes
 * QXEmbed fixes for various situations that don't handle XEMBED well
 * Java on IRIX with SGI 1.2 VM is fixed
 * khtml: Several major bugfixes, partially incorporated fixes from Safari as well.

kdeaddons

kdeadmin

 * Linux Kernel Configurator: Add details about the lightbulb icon's meaning
 * Linux Kernel Configurator: Support for more incorrect kernel configuration
   files

kdeartwork

kdebase

 * kcmshell: Restored backwards compatibility wrt KDE 3.0 module names
 * klipper: Escape "&" everywhere.
 * konsole:
   + Removed "get prompt back"-hacks, don't assume emacs key shell bindings.
   + Fixed usage of background images with spaces in the filename.
   + Profile support fixes (disabled menubar etc.)
   + Bookmarks invoked from "Terminal Sessions" kicker menu now set correct
     title.
   + Fixed a problem with the "Linux" font that prevented it from being used
     with fontconfig.
 * kdesktop: Made desktop menus pop up in unused Kicker space work.
 * kicker: Fixed empty taskbar sometimes showing scroll buttons.
 * konqueror:
   + Various startup performance improvements
   + Fix crash when sidebar tree expands hidden directory
   + Fix crash when config button hidden from config button's menu
   + Extensive fixes to Netscape plugins, fixing crashes and plugin support
   + Changes to default preview settings, making the defaults safer on various
     platforms
 * Java configuration module: Make it possible to properly configure Java in
   all cases
 * Previews: Fixed a privacy issue where previews of HTML files could access
   files or hosts on the network.

kdeedu

 * KStars:
   + Fixed bug #51708: No longer exits if starting position is below horizon
     (only affected some systems)
   + Fixed bug #52205: Country of Lhasa is China, not Tibet.
   + Fixed too-narrow coordinates field in statusbar.
   + Fixed bug in "length of day" calculator module; it now properly accounts
     for latitude and longitude

kdegames

 * Atlantik: Many small bugfixes, including:
   + Better handling of incoming messages
   + Fixed token animation
 * kbackgammon: Common crash fix.

kdegraphics

 * KIconEdit: Fix the ellipse/circle tool not to leave any "holes" in the
   drawings
 * Kooka: Some UI crashes fixed
 * KViewShell: Default paper size is fixed
 * KGhostView: Fixed wheel-mouse scrolling

kdemultimedia

 * KsCD:
   + Stopped KsCD from pausing after tracks in random mode
   + Correctly associate extra CDDB information with tracks
   + Support non-Latin encodings properly in CDDB entries and elsewhere
   + Proper systemtray behaviour
   + Updated key accel code to avoid depricated calls
 * Movie previews have been removed due to severe unresolved stability problems

kdenetwork

 * Desktop Sharing server (krfb):
   + fix problems on X11 servers with 8 bit depth
   + fix problems on X11 servers with big-endian framebuffer
   + allow X11 servers without XShm (thin clients). Warning: requires a lot
     of bandwidth
   + remove read timeouts. This should solve problems with some clients that
     got disconnected after a minute of inactivity (but increases the time to
     detect dead clients)
   + fix problem with clients that support both RichCursor and SoftCursor
     encodings (like krdc from HEAD)
 * Desktop Sharing client (krdc):
   + fix: when an error occurred in fullscreen krdc did not restore the
     original resolution
   + fix: krdc stopped to repaint the framebuffer after a disconnect while
     the error dialog was displayed
   + the quality setting in medium quality mode has been increased because
     the original setting looked too bad with Keramik

kdepim

 * KOrganizer bug fixes:
   + Use correct default duration for events crossing a day boundary (#53477).
   + Correctly save category colors (#54913).
   + Don't show todos more than once in what's next view.
   + Include todos in print output of month view (#53291).
   + Don't restrict maximum size of search dialog (#54912).
   + Make cancel button of template selection dialog work (#54852).
   + Don't break sorting when changing todos by context menu (#53680).
   + Update views on changes of todos directly in the todo list (#43162).
   + Save state of statusbar (#55380).
 * knotes: Escape "&" in note titles

kdesdk

 * Cervisia:
   + Fixed line break in protocol view
   + Fixed timestamp for files that are not in cvs (#55053)
   + Fixed handling of Cervisia's options like 'Update Recursively' when run
     as embedded part in konqueror (#55665)

kdetoys

 * kworldclock: Fixed that all clocks show the same time.
 * kweather: Made it work again with non-english locales. (#52147)
 * kweather: Prevent KWeather from looping and freezing Kicker when not
   connected to the internet.(#49191)

kdeutils

 * klaptopdaemon: Fix serious stalling problems on GNU/Linux with ACPI
 * kcalc: Now a KMainWindow instead of a KDialog to fix various UI
   inconsistencies
 * kdf: Support escapes in fstab

quanta

 * Bugfixes:
   + Allow resizing of the main window even with large user toolbars [#53230]
   + Insert valid DTD definitions [#53274]
   + Honor the View Default settings from Settings->Configure Editor [#53569]
   + Be less braindead regarding the Show DTD Toolbar setting [#53739]
   + Be able to select also directories in tag dialogs [#54819]
   + Do not complain about text files being binary ones on a system with
     broken mimetypes [#54924]
   + Bring up the "File Changed" dialog only, when the file content has
     changed[#55678]
   + Select Tag Area behaviour fixed for optional tags
   + Insert non-translated string in CSS code parts
   + Insert "border-top", "border-right", etc. correctly in CSS
   + Don't quote the script line more than once in the action configuration
     dialog
   + Memory leak fixed: editor parts were not deleted when a file was closed
   + Fix insertion of "img" tags in HTML documents
   + Upload/rescan project/add to new project tree view behaviour fixed
   + Fix renaming of file in the Project Tree, when a file with the new name
     was already present in the project
   + Rename only what has to be renamed in the project and enable project
     saving after a rename
   + Use the correct encoding for newly created files
   + Saving of Author and E-Mail project options was broken in some cases
   + Fix the numbering of new documents
   + Fix the execution of actions
   + Fix crash when deleting an action
   + Insert valid single tags from the toolbar
 * Enhancements:
   + Show the tag attributes (Alt-Down) menu lower than the current line
   + "Insert in cursor position" for script actions replaces the selection if
     there was some text selected
   + New DCOP interface (WindowManagerIf) added to enable the modification of
     the opened documents from a script
   + DTD for Quanta tags (DTD definition) added
   + XHTML 1.0 Strict DTD added
2003-04-01 12:27:04 +00:00
rh
22445160e8 Make this compile with Mesa 5.0 2003-04-01 10:00:20 +00:00
rh
a0a36d3bd2 Make this compile with Mesa 5.0 2003-04-01 09:36:11 +00:00
rh
cda544afc3 Add distinfo left out in previous commit 2003-04-01 09:29:15 +00:00
rh
94dc548770 Make this compile with Mesa 5.0 2003-04-01 09:24:54 +00:00
mrg
a60b46c1bc oops, give this package a version. 2003-04-01 08:07:41 +00:00
mrg
d10ff30e75 make MPLAYER_USE_REALMEDIA used on powerpc & alpha as well as i386... 2003-04-01 08:04:54 +00:00
mrg
f278e62dd9 initial import of the realplayer-codecs package 2003-04-01 08:02:48 +00:00
jschauma
c9e8407af7 Make this compile and install cleanly under Linux. 2003-04-01 04:50:46 +00:00
jmc
5f1fd476b9 This needs glut in order to make kpovmodeler 2003-03-30 09:04:41 +00:00
jmc
74c2eb723e Test Mesa version and set shared library version in PLIST accordingly 2003-03-30 08:54:39 +00:00
jmmv
0916498c1b Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. 2003-03-29 12:40:00 +00:00
wiz
28a4483bc7 NO_PATCH is deprecated, says pkglint. Remove it. 2003-03-28 21:14:10 +00:00
wiz
92445eb1ed Remove superfluous whitespace. 2003-03-28 20:28:56 +00:00
jmc
9adb8d76f6 Ok...Finally get this right. The 5.0 Mesa needs LIBTOOL_OVERRIDE which works
correctly on install now when tested.
2003-03-28 09:42:32 +00:00
jmc
1a8ee99bc4 Oops. This applied before, not with the last update to Mesa. 2003-03-28 07:43:49 +00:00
jmc
8d43155db2 Needs LIBTOOL_OVERRIDE, not LTCONFIG_OVERRIDE as it turns out 2003-03-28 07:37:09 +00:00
jschauma
d928b8f223 De-confusify: Let emulators/suse_*/Makefile.* _not_ include bsd.pkg.mk, but rather
make all packages that use linux emulation include bsd.pkg.mk as the
last files just like any normal package.
2003-03-26 04:05:37 +00:00
jschauma
9b827e7fc0 "PKGREVISION++, since more files are installed..."
- Wiz
2003-03-24 18:54:21 +00:00
jschauma
7ac417c66c Add distinfo for and facilitate using of MESA_REQD=3.4.2; 2003-03-24 18:23:25 +00:00
jschauma
795177db77 Fix PR pkg/20685 by changing the if-statements to allow creation of a fake
package for clean-depends-list purposes.
While here, also remove the no longer necessary CFLAGS after previous commit
in MesaLib and also add distinfo for MesaLib for non Mesa-5.0.
2003-03-24 18:07:07 +00:00
jschauma
d0c3378eef Also install glxext.h, as suggested by Joachim Koenig-Baltes in
PR pkg/20878.
2003-03-24 18:03:33 +00:00
rh
7051c4d898 Update cdlabelgen to 2.5.0. Changes include:
cdlablegen:
  * added support for long options
  * added some options to choose different colors for plaque background,
    category, subcategory and text
  * added a man page
  * add /opt/lib/cdlabelgen/ to template search paths
  * added: -M option, to print out envelope for a CD
  * -v <very large number> is no longer an error, instead, all
    items are printed on cover, none on the tray card.
  * also added .spec file, from other sources on web, for RPM installs.
    Use:
    rpm -ta cdlabelgen-n.n.n.tgz
    to create RPM [not tested]
  * -v option to support splitting items array into items for cover,
    and items for tray
  * word wrap could result in 0 items, now ensures that #items >= 1
  * fixed bug where -f <file> containing one item only was being skipped;
    also added code to handle all kinds of end-of-line delimiters in the
    items file - each line is considered to be one item, so need to
    handle all kinds of EOLN characters.
  * -w word wrap was not working, now should work better in all cases
  * added -p option, pass to template.ps option to clip items
    instead of auto_reducing them to fit to a column
  * allow skipping either -c or -s option (or both)
  * minor change to insert \n in @items - keeps PostScript DSC
    compliant (as far as possible!) - line length should be < 255 chars
    done to keep warning messages away when using GSview

  template.ps:
  * added support for plaque background color, category text color,
    subcategory text color and text color
  * increased normal cd case insert dimensions very slightly for better
    fit
  * removed the ISOLatin1 recoding of fonts; added %%BeginProlog DSC
    comment - this allows piping output through the ogonkify program
    which can recode in a number of encodings. see man page for more
    information.
  * fill2 background should fill two endcaps only, do not fill the extreme
    right-hand tongue-cap, since the tongue-cap does not exist in normal
    cd inserts
  * added optional image translate arguments for -S and -T to
    offset cover/tray image as required
  * added -y: move entire printout up or down; ex: -y 1.5, for A4 paper size
  * added -l: control width of cover/tray edge lines, 0 skips printing
    edge lines entirely
  * support printing of CD envelopes, merged in envelope template sent
    by Ronald Rael Harvest <number6@cox.net>
  * added variables to control left/right margins for both cover and tray
  * both cover and tray can print list of items, uses two different
    arrays containing the items
  * add "fill2" option to fill image in tray and end-caps too
    in addition to just filling the interior of the tray card
  * -s <subban_string> would not print along the spine even when it would fit,
    Rewrote make_endcap function.
  * added larger bottom page offset - hopefully, will work on most
    printers using A4 size (Europe)
  * -p option now actually clips text (instead of just clipping
    graphically - used to leave partial letters on the printout)
    now full characters at the end of the string are omitted if needed
    to fit the column
  * major change to the font size and number of columns
    computation for list of items
    Added option to clip text instead of auto_reducing text to
    fit to column
  * images can be scaled to completely fill cover and tray card - so
    they can be used as background images.
  * added support directives {#BI} {#B} {#I}, appearing in input text,
    make a line bold-italic, or bold, or italic respectively.
    Directives must appear in column 1 of line.
  * bug fix: in n columns output,  if number of items was not a multiple
2003-03-23 02:02:33 +00:00
wiz
c399005561 Wildcard urt dependency. 2003-03-22 15:53:22 +00:00
salo
f9df6352b4 Updated to version 0.90rc15 (well, 0.90rc5).
Based on patch sent by Juan RP via PR pkg/20836.

Changes:

DOCS:
=====
- Chinese docs/help translations update
- english manpage updates (new filters, fixes)
- Gui about-box updated

Features:
=========
- new video filters: detc, down3dright, hqdn3d, telecine, tfields
- mpcodecs: SGI image decoding (usable with -mf)
- mpcodecs: NUV _en_coding support (mencoder)
- mpcodecs: RealAudio Win32 DLL support on linux, 'cook' codec crash fixed
- DLL loader: truespeech codec support (tsd32.dll)

Porting:
========
- MacOSX support for quicktime en/decoding, MOV demuxing, video timer
- mpdemux: Dynamic DVD drive selection on Darwin
- dshow, dmo: cbAlign=1 fix for proper win32 support
- mpdvdkit2: HPUX, Cygwin fixes

Fixes:
======
- mpdemux: RealVideo demuxing fixes (better WxH, fps parsing, A-V sync)
- mpdemux: MOV parser fixes: AAC (mp4a) support, variable fourcc
- mpdemux: WAV extra header (cbSize>0) parsing fixed
- mpdemux: mpeg bitrate calculation fixed (still bad for VBR files)
- mpcodecs: TGA decompression fix
- DShow interface: BGR 15bpp support fixed
- X11 fullscreen code: fix detetcion of metacity
- vidix: radeon_vid ecp_div fix
- vidix: mga_vid chroma pitch fix
- drivers/mga_vid.o: fixed G400 16MB detection
- -ao win32 fixes
- -ao alsa9 faster seeking support
- -ao nas (mem?)leak fix
- -ao mpegpes: fix DVB volume mixer (with the HEAD driver)
- -vo directfb2: DFB 0.9.17 support
- -vo directx: 'ontop' option, other fixes
- -vo dxr3: fix subpic placement
- -vo gif89a: VOCTRL_DUPLICATE_FRAME support, YV12 supp. removed
- -vo dfbmga: Update sub-picture layer, support for selecting field parity
- TOOLS/matroxtv: improvements, now it looks much better...
- configure: MacOSX support, better (un)gif, FAAD detection, etc
- configfile parser: better error messages
2003-03-22 03:13:37 +00:00
dillo
830413cb62 fix two bugs in freetype-config that prevent it from working outside
of pkgsrc:
- place -I${LOCALBASE}/freetype2 before -I${LOCALBASE}, since
  otherwise freetype 1 headers might be used
- add -Wl,${RPATH_FLAG}

bump pkgrevision
2003-03-21 22:25:50 +00:00
tron
93f5c1d229 Fix "zlib" configuration in "Makefile.common" so that PNG tools get built.
Bump package revision to reflect this change. This patch was contributed
by Christopher Richards in PR pkg/20809.
2003-03-21 08:30:48 +00:00
tron
92f1d298bd Convert his package to buildlink2 to make it build with the update
"netpbm" package. Bump package revision to reflect change.
2003-03-18 12:13:43 +00:00
tron
43dfa732c6 Update "netpbm" package to latest stable version 10.11.6. Numerous bugs
have been fixed and a lot of features have been added since version 9.25.
2003-03-18 12:11:55 +00:00
wiz
1323d0342f Add dmocodecs; bump PKGREVISION to 2. 2003-03-17 21:05:01 +00:00
dmcmahill
ebabff7080 don't try and do ${XMFMF} -a because that produces 'xmkmf -a -a' which
causes an error.  This builds and runs on alpha now.
2003-03-17 01:19:12 +00:00
dmcmahill
28fc43ca12 use a time_t * as the argument to time(3) to let this compile on 64 bit systems.
Fixes recently noted compile problems on alpha.
2003-03-15 12:24:22 +00:00
jlam
3ef633718c (1) Publicly export the value of _OPSYS_RPATH_NAME as RPATH_FLAG;
Makefiles simply need to use this value often, for better or for
    worse.

(2) Create a new variable FIX_RPATH that lists variables that should
    be cleansed of -R or -rpath values if ${_USE_RPATH} is "no".  By
    default, FIX_RPATH contains LIBS, X11_LDFLAGS, and LDFLAGS, and
    additional variables may be appended from package Makefiles.
2003-03-14 19:37:30 +00:00
jschauma
1940384395 On Linux, we need to include <math.h> in one instance.
Note that after this, the package installs cleanly without a problem,
indicating that jlam's fixes for PR pkg/19735 worked and the PR most likely
can be closed.
2003-03-14 18:32:15 +00:00
atatat
fe8763ca9f Bump BUILDLINK_DEPENDS.xpm from "xpm-3.4k" to "xpm>=3.4k" so that pkgs
that depend on xpm don't get lost trying to install xpm-3.4knb1 when
xpm-3.4knb1 is already installed (because they think they need
xpm-3.4k because that's what the buildlink file said).

Suggested by the wiz.
2003-03-13 17:36:28 +00:00
wiz
e073889e8f Fix Xft detection. Bump PKGREVISION to 1. 2003-03-13 14:33:20 +00:00