Commit graph

3332 commits

Author SHA1 Message Date
jschauma
b949499421 Update Mesa and friends to latest version 5.0.2:
- fixed texgen problem causing texcoord's Q to be zero (stex3d)
- default GL_TEXTURE_COMPARE_MODE_ARB was wrong
- GL_CURRENT_MATRIX_NV query was wrong
- GL_CURRENT_MATRIX_STACK_DEPTH_NV query was off by one
- GL_LIST_MODE query wasn't correct
- GL_FOG_COORDINATE_SOURCE_EXT query wasn't supported
- GL_SECONDARY_COLOR_ARRAY_SIZE_EXT query returned wrong value
- blended, wide lines didn't always work correctly
- glVertexAttrib4svNV w component was always 1
- fixed bug in GL_IBM_rasterpos_clip (missing return)
- GL_DEPTH_TEXTURE_MODE = GL_ALPHA didn't work correctly
- a few Solaris compilation fixes
- fixed glClear() problem for DRI drivers (non-existant stencil, etc)
- fixed int/REAL mixup in GLU NURBS curve evaluator (Eric Cazeaux)
- fixed delete [] bug in SI GLU (bug 721765) (Diego Santa Cruz)
- glFog() didn't clamp fog colors
- fixed bad float/int conversion for GL_TEXTURE_PRIORITY in the
  gl[Get]TexParameteri[v] functions
  - fixed invalid memory references in glTexGen functions (bug 781602)
  - integer-valued color arrays weren't handled correctly
- glDrawPixels(GL_DEPTH_COMPONENT) with glPixelZoom didn't work
- GL_EXT_texture_lod_bias is part of 1.4, overlooked in 5.0.1
- build GLUT with -fexceptions so C++ apps propogate exceptions

While here, fix PR pkg/23003 by moving the version number to version.mk
and including that in the buildlink.
2003-09-29 21:30:28 +00:00
jschauma
73561c43c1 Sync PLIST for documentation with the new tarball.
(Maybe we should split the documentation into a separate package?)
2003-09-29 21:24:18 +00:00
mycroft
aebdd2de32 transcode needs a more recent version of xvidcore to work correctly, so update
to 0.9.2.  Changes are mostly random bug fixes.
2003-09-29 20:02:53 +00:00
seb
443ba9f417 Fix build problem with gcc 3.3.1: fix multilines string constant. 2003-09-29 10:02:12 +00:00
tron
3fc023f395 Fix GCC 3.3.1 related build problem. 2003-09-28 20:05:20 +00:00
is
f3011de12c Update to version 2.1.2. 2003-09-28 18:59:09 +00:00
is
7ff7545cfa upgrade libgphoto2 buildlink file to -2.1.2, and bump the package revision
of its consumers.
2003-09-28 18:57:00 +00:00
jmmv
7a692bdb98 Implement always on top functionality, so that the TV window stays above all
other windows when switching focus.  This only works with window managers
that support the NetWM protocol (even if they do not have "menu" options to
change this state); on others, it has no effect.

The "-noalwaysOnTop" option can be given on the command line to disable this.
The "Fxtv.alwaysOnTop" boolean resource can be used to tune this.

Bump PKGREVISION to 3.  Will feed back these patches to authors.
2003-09-28 15:58:34 +00:00
jlam
aaa25bfe59 Rewrite buildlink3.mk files to match the updated buildlink3.mk template
in bsd.buildlink3.mk: the *_BUILDLINK3_MK multiple inclusion guards are
removed and we ensure that things that should be defined only once really
are defined only once by using section-specific or variable-specific
guards.
2003-09-28 12:54:52 +00:00
jlam
a9f08159c4 Back out last change related to moving ncurses/buildlink2.mk to
curses.buildlink2.mk.  This was wrong because we _really_ do want to
express that we want _n_curses when we include the buildlink2.mk file.

We should have a better way to say that the NetBSD curses doesn't
quite work well enough.  In fact, it's far better to depend on ncurses
by default, and exceptionally note when it's okay to use NetBSD curses
for specific packages.  We will look into this again in the future.
2003-09-28 09:13:55 +00:00
grant
7a71199b50 move ncurses/buildlink2.mk to mk/curses.buildlink2.mk, as it provides
support for base system curses/ncurses as well as ncurses itself.

suggested by wiz.
2003-09-27 17:07:34 +00:00
tron
ca530775f4 Fix shared library run-time path. Bump package revision to reflect
this change.
2003-09-27 12:03:50 +00:00
martti
2f6cfd604c Regenerate (fix dependency to pkgconfig). 2003-09-27 06:57:16 +00:00
martti
742ca0e30e Require 4.0.0 instead of 3.99.4 2003-09-27 06:52:41 +00:00
dan
932aed3bbe update to 0.90.7.1 which includes patches from the author to deal with
gcc-3.3 properly

XXX this interim version does not include the demo files, they should
be re-instated when 0.91 comes out.
2003-09-27 02:27:47 +00:00
recht
4235ecb8a4 Add missing PKGCONFIG_OVERRIDE.
Bump PKGREVISION because of the changed *.pc files.
2003-09-26 20:21:25 +00:00
salo
b585685612 PKGREVISION++
Fix remotely exploitable buffer overflow vulnerability.

A malicious host can craft a harmful ASX header, and trick MPlayer into
executing arbitrary code upon parsing that header.

http://www.mplayerhq.hu/homepage/design6/news.html
2003-09-26 12:04:46 +00:00
martti
496adc734d Added xfce4-artwork and xfce4-iconbox 2003-09-26 10:29:08 +00:00
martti
50bb7065c0 Icon displayer for XFce4. 2003-09-26 10:28:20 +00:00
martti
4e5a185f43 Additional artwork (backgrounds...) for the XFce4 desktop environment. 2003-09-26 10:27:37 +00:00
jmmv
24fa2e6f99 Pass -pppm to pax, so that we preserve file modes (as we did in the previous
call with tar's -p) and modification times are discarded (to get print-PLIST
working).
2003-09-25 19:06:54 +00:00
reed
2d2c8fb160 Use pax instead of tar to copy files. (Okay'd by tron.)
In some cases, gtar had problems, like:
/bin/tar: share/doc/netpbm: Cannot unlink: Directory not empty
/bin/tar: share/netpbm: Cannot unlink: Directory not empty
2003-09-25 18:55:58 +00:00
cube
ecd3f38ed4 USE_BUILDLINK2 must be set to yes. 2003-09-25 18:52:10 +00:00
tron
b0fe6e95fe Use "stdarg.h" instead of "varargs.h" to handle variable arugment list.
This fixes build problems when using GCC 3.3.1.
2003-09-25 11:58:33 +00:00
tron
649f242f04 Don't create symbolic link to non-existing "mplayer" manual page.
Bump package revision.
2003-09-25 11:23:00 +00:00
xtraeme
8c6de501cf Add and enable pixieplus 2003-09-25 04:23:06 +00:00
xtraeme
d5f5c93d98 Initial import of pixieplus 0.5.4. Package imported from pkgsrc-wip.
PixiePlus is a free, fast, and feature packed image browser, viewer, and
image/photo editor for Unix/Linux/X11 systems that run KDE.

Features:
- Fast, flexible thumbnail preview generation
- Embedded JPEG and TIFF thumbnail support
- Lossless JPEG transformations
- Supports many image formats
- Highly configurable HTML export
- Batch conversion and effects
- Animated slideshows
- Similiar image finding
- File management optimized for images
2003-09-25 04:21:50 +00:00
recht
1ff9e4f91f Add missing PKGCONFIG_OVERRIDE.
Bump PKGREVISION because of the changed *.pc files.
ok'ed by wiz@
2003-09-23 12:18:53 +00:00
seb
6c2dc91d17 The availability of a shared libXv makes libtool creating a shared
filter_pv module. So check for it and adjust PLIST.
2003-09-22 10:45:20 +00:00
wiz
d50314bf8a Remove empty gd subdir instead of PLIST; fixes binary package deinstall. 2003-09-21 21:47:11 +00:00
kim
78f93a1791 Added p5-Module-Build-0.20 and p5-Image-Imlib2-0.12
Updated p5-Apache-Gallery to 0.7
2003-09-21 16:24:26 +00:00
kim
500f1e96f6 Image::Imlib2 is a Perl port of Imlib2, a graphics library that does
image file loading and saving as well as manipulation, arbitrary polygon
support, etc. It does ALL of these operations FAST. It allows you to
create colour images using a large number of graphics primitives, and
output the images in a range of formats.
2003-09-21 16:17:42 +00:00
markd
9d4e65ed7d s/REAME/README/ 2003-09-21 12:53:02 +00:00
markd
01dd6d2eb9 Cyrus-1.0.tar.bz2 checksum changed.
Only change to the tar file was that README and readme files were merged
into a single README file.

Closes PR pkg/22871 from Karsten Kruse.
2003-09-21 12:40:22 +00:00
jmc
3d864cb4ab Bump rev so folks get proper PLIST 2003-09-21 09:37:53 +00:00
jmc
6f90ef45ff Add missing piddle.pth 2003-09-21 09:37:28 +00:00
jmc
6d9e862c9d Add USE_BUILDLINK2 so this picks up a proper depend 2003-09-21 09:33:29 +00:00
adam
6455b9200f Package cleaned-up, shorter include dir, added support for JPEG 2003-09-19 17:24:31 +00:00
adam
b440f310f5 Package cleaned-up, shorter include dir, added support for JPEG 2003-09-19 17:19:21 +00:00
wiz
7247d7369d Fix PLIST, and remove deleted patch-a{b,c,m} from distinfo. 2003-09-19 12:27:08 +00:00
wiz
6f2e8416c2 DISTINFO_FILE, not DISTINFOFILE. 2003-09-19 10:14:11 +00:00
wiz
aa4b7284b0 Remove patch-ab (got deleted during 1.0pre1 update). 2003-09-19 10:13:40 +00:00
wiz
25c90c5794 "Honor CFLAGS!", says Soren Jacobsen in PR 22793, and qiv obeys. 2003-09-18 19:16:16 +00:00
wiz
34ee932d1e Add missing ../ in path to included file. 2003-09-18 17:51:45 +00:00
jmmv
6d9ccf016f Specify the category when including other files and when depending on other
packages.  From PR pkg/21864 by ccatrian at eml.cc.
2003-09-18 16:25:08 +00:00
markd
d39aebd882 Update to KDE3.1.4.
Changes:
* kiconedit: Fix 'Paste As New' action.
* kiconedit: make configuration dialog modal.
* kiconedit: icon preview area uses the background settings now.
* kiconedit: improve "image is modified" handling.
* kiconedit: improve mouse cursor pixmaps.
* kiconedit: fix loading/saving logic to be more robust.
* kiconedit: correctly display icons with an alpha channel.
* kamera: fix handling of PTP based cameras.
* kghostview: fix stopping of download indicator when download is
  cancelled.
* kghostview: fix CTRL-M accelerator clash.
2003-09-17 23:45:22 +00:00
grant
436e000995 style/quoting nit 2003-09-17 19:51:35 +00:00
grant
d6539e99dd require gcc3 on NetBSD/sparc64 2003-09-17 19:51:09 +00:00
grant
3ed95f6974 no need include compiler.mk 2003-09-17 19:49:24 +00:00
grant
40614d0b3c get rid of USE_GCC2/3 in pkg Makefiles, and set GCC_REQD or
USE_PKGSRC_GCC as appropriate, as this is handled by compiler.mk now.
2003-09-17 19:39:58 +00:00