summaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Collapse)AuthorFilesLines
2003-10-06Fix uninitialized mutexes in the "aa" and "none" output plugins.mycroft3-1/+29
2003-10-06Pull in xvidcore via buildlink.mycroft1-1/+2
2003-10-06A small tweak so that the XviD test succeeds. Touches some autoconf m4mycroft4-4/+39
files...
2003-10-06Better description of Nvtv, as advised by salo@.cube1-6/+13
2003-10-05If ${_GL_GLEXT_H} doesn't exist, just set everything to NO. Otherwiseatatat1-1/+5
egrep emits error messages.
2003-10-05Another wip -> graphics change.cube1-2/+2
2003-10-05Update to 0.9.12:wiz4-22/+33
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-05Add and enable ruby-gd pacakge.taca1-1/+2
2003-10-05Initial importing of graphics/ruby-gd package based on PR pkg/22159 bytaca4-0/+50
Rasputin <rasputin at idoru dot mine dot nu>. Ruby extension library to drive Thomas Boutells gd library.
2003-10-05wip -> graphics in paths.cube1-6/+6
2003-10-05Add missing blank line.jmmv1-1/+2
2003-10-05Add and enable nvtv and nvtv-gtk2.cube1-1/+3
2003-10-05Initial import of nvtv-gtk2, version 0.4.5, into the NetBSD Packagecube1-0/+16
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``oops'', imported nvtv-gtk2 onto nvtv, thus overwriting the Makefile.cube1-11/+5
Reverting to revision 1.1.1.1.
2003-10-05Be more selective about linking things with -lXinerama -- only the DXR3 modulemycroft6-10/+77
actually uses it.
2003-10-05Initial import of nvtv-gtk2, version 0.4.5 into the NetBSD Packagecube1-5/+11
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-05Initial import of nvtv, version 0.4.5 into the NetBSD Package Collection,cube14-0/+727
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-05use buildlink2hamajima1-5/+6
2003-10-04Remove malloc.h includes and use stdlib.h everywhere. (Fixes Darwin build)danw15-95/+108
2003-10-03Adjust the CRITICAL_SECTION locking protocol slightly -- only increasemycroft2-10/+12
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-03Fix manpages installation.salo1-3/+3
From Ben Collver via PR pkg/23047.
2003-10-03Forgot in previous.salo1-2/+2
Depend on version 6b or newer.
2003-10-03PKGREVISION++salo2-11/+27
Install documentation. Style nits, while here. Addresses PR pkg/23046 by Ben Collver.
2003-10-03don't hard-code prefix, pass it to Makefile.PLexplorer3-6/+6
2003-10-02Link libwine with -li386 so that it gets i386_set_ldt() defined.mycroft5-14/+305
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-02Fix mutex locking problems and some funkiness with %fs so that win32 codecsmycroft3-1/+68
work.
2003-10-02Better fix for audio playback -- now xine works pretty for DVD and radiomycroft2-35/+87
playback, at least.
2003-10-02Since libgd requires FreeType2 and JPEG and XPM, we might as well enable ↵explorer3-6/+11
them here too. This makes this package act like it did before it was 'upgraded' several months ago.
2003-10-02Adjustments for NetBSD audio interface...mycroft2-5/+55
* 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-01graphics/exifitojun1-1/+2
2003-10-01exif-0.6, extract exif info from digital camera fileitojun5-0/+47
2003-09-30Remove package revision after package has been updated.tron1-2/+1
2003-09-30The checksum for 5.5.7-10 changed. Update to 5.5.7-11 while I'm here.mycroft2-5/+5
ChangeLogs? We don't need no shtinking ChangeLogs! (AFAICT, there is a single bug fix to the MPEG code.)
2003-09-30Fix installed include file xine.h: remove comma at end of enumerator list.seb4-2/+31
This fix the build of kdemultimedia3 with GCC 3.3.1. Bump PKGREVISION.
2003-09-30Match the buildlink3.mk guidelines set out in revision 1.22 ofjlam4-23/+19
bsd.buildlink3.mk.
2003-09-30Trivial fix for GCC3.mycroft2-1/+15
2003-09-30Conform to latest buildlink3.mk guidelines using *_BUILDLINK3_MK guardsjlam4-38/+71
to protect more parts of buildlink3.mk files against multiple inclusion.
2003-09-29Update Mesa and friends to latest version 5.0.2:jschauma14-113/+51
- 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-29Sync PLIST for documentation with the new tarball.jschauma2-32/+177
(Maybe we should split the documentation into a separate package?)
2003-09-29transcode needs a more recent version of xvidcore to work correctly, so updatemycroft3-7/+7
to 0.9.2. Changes are mostly random bug fixes.
2003-09-29Fix build problem with gcc 3.3.1: fix multilines string constant.seb2-1/+205
2003-09-28Fix GCC 3.3.1 related build problem.tron3-5/+11
2003-09-28Update to version 2.1.2.is3-7/+8
2003-09-28upgrade libgphoto2 buildlink file to -2.1.2, and bump the package revisionis2-4/+4
of its consumers.
2003-09-28Implement always on top functionality, so that the TV window stays above alljmmv11-18/+302
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-28Rewrite buildlink3.mk files to match the updated buildlink3.mk templatejlam3-23/+26
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-28Back out last change related to moving ncurses/buildlink2.mk tojlam2-4/+4
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-27move ncurses/buildlink2.mk to mk/curses.buildlink2.mk, as it providesgrant2-4/+4
support for base system curses/ncurses as well as ncurses itself. suggested by wiz.
2003-09-27Fix shared library run-time path. Bump package revision to reflecttron3-5/+18
this change.
2003-09-27Regenerate (fix dependency to pkgconfig).martti2-4/+3