Commit graph

3373 commits

Author SHA1 Message Date
reed
6ee3f5d93a Added patch-aa. 2003-10-06 22:13:05 +00:00
reed
aa5cbd7fb2 Add patch to make filmgimp build under gcc 3.3.1. (Closes my PR
#23062; okay'd by wiz.)
2003-10-06 22:09:47 +00:00
taca
80e16d5754 ruby-opengl to 0.32.3.
Fix broken package with updating.

2003-08-17  <yoshi@giganet.net>

	* fixed for mswin32 (thanks patch: nobu.nakada)

	* function call which was being called from the NUM2INT() argument is deleted
	* change allocate_buffer_with_string()

2003-08-04  <yoshi@giganet.net>

	* fixed bug teapot.rb, extconf.rb (thanks patch: Stef Telford)

	* fixed bug glu.c (thanks patch: Ashish Myles)

	* fixed for gcc 3.3.1 (thanks patch: Haukur Hreinsson)

	* fixed for cygwin environment

	* release OpenGL module 0.32c
2003-10-06 16:17:02 +00:00
cube
9151d22940 Grammar and punctation nits.
Provide a DESCR file for nvtv-gtk2, this is more helpful for the user
wanting to choose between GTK+1 or GTK+2 interface.

Provided by salo@.
2003-10-06 12:55:36 +00:00
mycroft
d8108582c6 Fix uninitialized mutexes in the "aa" and "none" output plugins. 2003-10-06 07:21:57 +00:00
mycroft
d31f278620 Pull in xvidcore via buildlink. 2003-10-06 05:49:24 +00:00
mycroft
35a4319c7d A small tweak so that the XviD test succeeds. Touches some autoconf m4
files...
2003-10-06 04:52:06 +00:00
cube
abb15afb79 Better description of Nvtv, as advised by salo@. 2003-10-06 04:01:39 +00:00
atatat
893441e711 If ${_GL_GLEXT_H} doesn't exist, just set everything to NO. Otherwise
egrep emits error messages.
2003-10-05 21:52:42 +00:00
cube
b9993c5f1f Another wip -> graphics change. 2003-10-05 13:13:06 +00:00
wiz
4d8411f631 Update to 0.9.12:
2003.Aug.18 (0.9.12)
  * Replaced "efont-serif" fonts with those from the 'ttf-freefont' package,
    for better support of ISO8859-13 symbols (e.g., for Lithuanian).
    Fonts copyright the Free Software Foundation.
    Thanks to Mantas Kriauciunas  for the tip.
  * Made main event loop ignore motion events if the loop has spun too long.
    (Fixes problems where shape or stamp tools take forver to 'catch up' with
    the mouse; especially noticable on slow machines over remote X display.)
  * Walloon translation.
    Pablo Saratxaga
  * Translated to Russian
    Dmitriy Ivanov
  * Translated to Malay
    Muhammad Najmi Ahmad Zabidi
  * French translation update.
    Jacques Chion
  * Chinese translation update.
    Wang Jian
  * If gnome-config is not found, it doesn't necessarily mean Gnome isn't being
    used!  Makefile will now fall-back and assume $GNOME_PREFIX should be /usr,
    so that the launcher icon gets installed into the Gnome menu.
  * Added some "#error" directives to give verbose output regarding missing
    library header files.  (Typical cause of this symptom is forgetting to
    install dev. packages; e.g., installed "SDL.rpm", but not "SDL-dev.rpm")
  * Fixed Mac OS X #include typo.
    Darrell Walisser
  * Fixed bug where non-translated stamp description text would get drawn
    right-to-left after the kudos text (e.g., "Great!") goes away.
    Thanks to Itai
  * Added call to close iconv when quitting.
    John Popplewell
    Darrell Walisser
  * Removed static "MAX_FILES" limit; now mallocs space for file info.
    structures.  (Should fix large stack crash on OS X, which is good.)
  * Fixed bug where translated text would revert to English in 'uppercase' mode.
  * Fixed UTF-8 related bug where Lithuanian wouldn't display if using
    'TTF_RenderText...', but Spanish wouldn't display if using
    'TTF_RenderUTF8...'.  Thanks to Mantas Kriauciunas, Robert Glowczynski,
    John Popplewell and Karl Ove Hufthammer.
  * Simplified CFLAGS variable in Makefile.
    Ben Armstrong
  * Fixed bug where ".thumbs" dir wouldn't get generated if it wasn't there
    and you went to the 'Open' dialog.
  * Fixed prompt bug for larger window sizes
    TOYAMA Shin-ichi
2003-10-05 12:34:04 +00:00
taca
65840399e1 Add and enable ruby-gd pacakge. 2003-10-05 09:56:00 +00:00
taca
3b1360fbb2 Initial importing of graphics/ruby-gd package based on PR pkg/22159 by
Rasputin <rasputin at idoru dot mine dot nu>.

Ruby extension library to drive Thomas Boutells gd library.
2003-10-05 09:55:18 +00:00
cube
bb82b19fc7 wip -> graphics in paths. 2003-10-05 09:53:17 +00:00
jmmv
27fe32d2bc Add missing blank line. 2003-10-05 09:45:51 +00:00
cube
65ab644352 Add and enable nvtv and nvtv-gtk2. 2003-10-05 09:31:57 +00:00
cube
65f8fb0902 Initial import of nvtv-gtk2, version 0.4.5, into the NetBSD Package
Collection, from pkgsrc-wip. OK'd by seb@.

This is a tool to enable TV-Out on Linux for NVidia
cards. It does not need the kernel, supports
multiple TV encoder chips. You may use all the
features of the chip, down to direct register
access, and all resolutions and sizes the chip
supports.
2003-10-05 09:28:45 +00:00
cube
491b533e8c ``oops'', imported nvtv-gtk2 onto nvtv, thus overwriting the Makefile.
Reverting to revision 1.1.1.1.
2003-10-05 09:27:28 +00:00
mycroft
2fee172b7b Be more selective about linking things with -lXinerama -- only the DXR3 module
actually uses it.
2003-10-05 09:27:13 +00:00
cube
599995b05b Initial import of nvtv-gtk2, version 0.4.5 into the NetBSD Package
Collection, from pkgsrc-wip. OK'd by seb@.

This is a tool to enable TV-Out on Linux for NVidia
cards. It does not need the kernel, supports
multiple TV encoder chips. You may use all the
features of the chip, down to direct register
access, and all resolutions and sizes the chip
supports.
2003-10-05 09:19:29 +00:00
cube
a19b0aed9c Initial import of nvtv, version 0.4.5 into the NetBSD Package Collection,
from pkgsrc-wip. OK'd by seb@.

This is a tool to enable TV-Out on Linux for NVidia
cards. It does not need the kernel, supports
multiple TV encoder chips. You may use all the
features of the chip, down to direct register
access, and all resolutions and sizes the chip
supports.
2003-10-05 09:16:16 +00:00
hamajima
cc2684956c use buildlink2 2003-10-05 07:39:14 +00:00
danw
888b092600 Remove malloc.h includes and use stdlib.h everywhere. (Fixes Darwin build) 2003-10-04 15:54:39 +00:00
mycroft
2bb6ccedd2 Adjust the CRITICAL_SECTION locking protocol slightly -- only increase
cs->locked *after* acquiring the lock, so that we can count recursive locks
and unlock at the right time.  Doesn't seem to affect any codecs I've tested,
but you never know...
2003-10-03 17:49:27 +00:00
salo
841ce6f5fb Fix manpages installation.
From Ben Collver via PR pkg/23047.
2003-10-03 15:38:46 +00:00
salo
15dd37a28a Forgot in previous.
Depend on version 6b or newer.
2003-10-03 15:35:29 +00:00
salo
8c6f9f2a43 PKGREVISION++
Install documentation.  Style nits, while here.
Addresses PR pkg/23046 by Ben Collver.
2003-10-03 14:48:40 +00:00
explorer
2d1a022b8a don't hard-code prefix, pass it to Makefile.PL 2003-10-03 03:10:57 +00:00
mycroft
7cc6e02b6e Link libwine with -li386 so that it gets i386_set_ldt() defined.
XXX I updated configure.ac, but I can't actually patch that without running
into severe automake lossage, so that patch is not named patch-?? right now.
2003-10-02 14:20:35 +00:00
mycroft
6e59d23cf4 Fix mutex locking problems and some funkiness with %fs so that win32 codecs
work.
2003-10-02 12:31:30 +00:00
mycroft
9653a1e450 Better fix for audio playback -- now xine works pretty for DVD and radio
playback, at least.
2003-10-02 10:11:49 +00:00
explorer
1039b685d8 Since libgd requires FreeType2 and JPEG and XPM, we might as well enable them here too. This makes this package act like it did before it was 'upgraded' several months ago. 2003-10-02 04:32:41 +00:00
mycroft
427f4ca0d7 Adjustments for NetBSD audio interface...
* play.samples is in bytes, not frames.  (XXX I wonder if we can fix this or
  it's too late??)
* Set blocksize much smaller so that xine thinks the pointer is "real-time".
2003-10-02 01:16:40 +00:00
itojun
da0a6dd07d graphics/exif 2003-10-01 05:57:34 +00:00
itojun
a73b98593a exif-0.6, extract exif info from digital camera file 2003-10-01 05:57:05 +00:00
tron
8ab658b157 Remove package revision after package has been updated. 2003-09-30 21:17:38 +00:00
mycroft
5d42c0bd0a The checksum for 5.5.7-10 changed. Update to 5.5.7-11 while I'm here.
ChangeLogs?  We don't need no shtinking ChangeLogs!  (AFAICT, there is a
single bug fix to the MPEG code.)
2003-09-30 18:20:01 +00:00
seb
0d6a459e26 Fix installed include file xine.h: remove comma at end of enumerator list.
This fix the build of kdemultimedia3 with GCC 3.3.1.

Bump PKGREVISION.
2003-09-30 12:17:01 +00:00
jlam
57635c2e5d Match the buildlink3.mk guidelines set out in revision 1.22 of
bsd.buildlink3.mk.
2003-09-30 10:18:57 +00:00
mycroft
ac5f504f17 Trivial fix for GCC3. 2003-09-30 09:36:27 +00:00
jlam
f339438669 Conform to latest buildlink3.mk guidelines using *_BUILDLINK3_MK guards
to protect more parts of buildlink3.mk files against multiple inclusion.
2003-09-30 00:42:32 +00:00
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