Commit graph

3871 commits

Author SHA1 Message Date
agc
b4a1695ccf Get rid of multi-line string constants for gcc3 2004-01-20 10:18:25 +00:00
jschauma
918fd1cf8d Re-add checksum for MesaDemos, that somehow got lost along the way.
Noted by Takahiro Kambe.
2004-01-20 03:46:38 +00:00
jschauma
cffc45e2f0 Update Mesa and friends to version 6.0:
Changes since 5.2:
New:
- full OpenGL 1.5 support
- updated GL/glext.h file to version 21
Changes:
- changed max framebuffer size to 4Kx4K (MAX_WIDTH/HEIGHT in config.h)
Bug fixes:
- fixed bug in UNCLAMPED_FLOAT_TO_UBYTE macro; solves a color
clamping issue
- updated suno5-gcc configs
- glColor3 functions sometimes resulted in undefined alpha values
- fixed FP divide by zero error seen on VMS with xlockmore, others
- fixed vertex/fragment program debug problem (bug 873011)
- building on AIX with gcc works now
- glDeleteProgramsARB failed for ARB fragment programs (bug 876160)
- glDrawRangeElements tried to modify potentially read-only storage
- updated files for building on Windows

Changes since 5.0.2:
New features:
- reorganized directory tree
- GL_ARB_vertex/fragment_program extensions (Michal Krol & Karl Rasche)
- GL_ATI_texture_env_combine3 extension (Ian Romanick)
- GL_SGI_texture_color_table extension (Eric Plante)
- GL_NV_fragment_program extension
- GL_NV_light_max_exponent extension
- GL_EXT_texture_rectangle (identical to GL_NV_texture_rectangle)
- GL_ARB_occlusion_query extension
- GL_ARB_point_sprite extension
- GL_ARB_texture_non_power_of_two extension
- GL_IBM_multimode_draw_arrays extension
- GL_EXT_texture_mirror_clamp extension (Ian Romanick)
- GL_ARB_vertex_buffer_object extension
- new X86 feature detection code (Petr Sebor)
- less memory used for display lists and vertex buffers
- demo of per-pixel lighting with a fragment program (demos/fplight.c)
- new version (18) of glext.h header
- new spriteblast.c demo of GL_ARB_point_sprite
- faster glDrawPixels in X11 driver in some cases (see RELNOTES-5.1)
- faster glCopyPixels in X11 driver in some cases (see RELNOTES-5.1)
Bug fixes:
- really enable OpenGL 1.4 features in DOS driver.
- fixed issues in glDrawPixels and glCopyPixels for very wide images
- glPixelMapf/ui/usv()'s size parameter is GLsizei, not GLint
- fixed some texgen bugs reported by Daniel Borca
- fixed wglMakeCurrent(NULL, NULL) bug (#835861)
- fixed glTexSubImage3D z-offset bug (Cedric Gautier)
- fixed RGBA blend enable bug (Ville Syrjala)
- glAccum is supposed to be a no-op in selection/feedback mode
- fixed texgen bug #597589 (John Popplewell)
Changes:
- dropped API trace feature (src/Trace/)
- documentation overhaul.  merged with website content.  more html.
- glxgears.c demo updated to use GLX swap rate extensions
- glTexImage1/2/3D now allows width/height/depth = 0
- disable SPARC asm code on Linux (bug 852204)
2004-01-20 02:48:33 +00:00
cube
184b926ff5 Make this compile with gcc3. Should fix PR 24151. 2004-01-19 15:52:40 +00:00
jmmv
7dd1b21284 Update to 0.8.2rc5. Closes PR pkg/24142 by Murray Armfield.
Changes since version 0.8.2-rc4
- Let Xine play all URLs in playlist
- Change alsa to alsa5/alsa9 audio driver for MPlayer
Changes since version 0.8.2-rc3
- Compile fix for Qt-3.1
- Compile fix for xine-lib-1-rc2
2004-01-18 17:56:29 +00:00
xtraeme
a5b160263c Update to 0.4.0
Changes:

	o 4:2:2-profile decoding
	o Better robustness
	o Concatenated streams support
	o Color conversion helper library
	o sparc VIS MC optimizations
	o Basic documentation, etc...
2004-01-16 10:33:10 +00:00
jklos
e59a1a11c7 Removed "-malign-double" from compiler optimisation flags. This kept povray from
compiling on PowerPC and m68k, amongst others.
2004-01-16 08:07:31 +00:00
xtraeme
4688596b1b Downgrade required version to >=2.4.0 2004-01-16 02:16:24 +00:00
jlam
6ec3370def Packages converted to use buildlink should think that the "real" CC is
BUILDLINK_CC.
2004-01-15 21:07:42 +00:00
markd
ea2c3addb7 Update to KDE 3.1.5.
Changes:
* kiconedit: Fix loading of remote files
2004-01-15 10:50:34 +00:00
agc
8a27471743 Fix build with gcc3 2004-01-14 15:57:09 +00:00
jmmv
cf01004f80 Add and enable xawtv. 2004-01-13 11:26:15 +00:00
jmmv
79273d08f5 Initial import of xawtv, version 3.90:
xawtv is a set of utilities to manage the video4linux interface (and BSD's
bktr driver too).  The main component of the suite is xawtv itself, which
is a X11 application to watch the TV.

The package includes the following main utilities:
* xawtv: a nice X11 application for watching TV.
* v4lctl: a command line tool to set video4linux parameters.
* streamer: a command line tool for capturing still images and AVI videos
  (with sound).
* radio: a simple, curses-based radio app.
* webcam: captures images and uploads them with FTP to a Web-Server in an
  endless loop.

From pkgsrc-wip.  Overlay mode now works, so this is why I'm importing it.
2004-01-13 11:25:36 +00:00
simonb
047e33db75 GD apparently grew the need for pthreads; tell the buildlink machinery
about it so that dependant packages also build.
2004-01-13 01:41:07 +00:00
adam
00fd4981cf Now links dynamically with zlib and libpng 2004-01-12 21:23:05 +00:00
jdc
7865bd7ee3 Allow this to build on NetBSD alpha from 1.6ZA onward.
Tested on a PC164LX with 1.6ZF/X4.4.0rc2.
2004-01-12 19:02:11 +00:00
wennmach
2b7c282114 Apply several bugfixes:
1. fix ifdef symbol in parse.c
   XFT2 -> USE_XFT2

2. fix codeset names for iconv_open(3) in draw.c
   Two codeset names of `UTF8' and `iso2022jp' don't work on NetBSD.

3. fix comparison bug in draw.c
   A integer value should not be compared with a iconv_t variable
   directly.

4. fix PR pkg/24030

Fixes provided by Kouichirou Hiratsuka in PR pkg/24053.
Closes PR pkg/24053 and PR pkg/24030.
2004-01-12 15:19:28 +00:00
wiz
b8296e90cb s/then/than/, noted by Soren Jacobsen in pkgsrc-wip. 2004-01-12 15:04:24 +00:00
epg
89efb21ad3 Set MAINTAINER to tech-pkg@NetBSD.org. 2004-01-12 00:14:10 +00:00
ben
f0ba8b4b3e Update gfract to use buildlink3. 2004-01-11 20:23:15 +00:00
wiz
706212cc86 Remove KDE1 packages (and dependencies) from pkgsrc, since the KDE
authors have dropped support for it and have not been backporting
security fixes.

As proposed on tech-pkg numerous times (last one: Dec 27 2003).
2004-01-10 22:43:06 +00:00
jschauma
7beac37ecc Update to 2.31a as blender-2.31.0.1. Changes to 2.31:
- 3D Window: while moving Camera Object in camera view, the constraint
line was drawn incorrect.
- 3D Window: the Transform Panel displayed wrong when in FaceSelect or
VertexPaint mode.
- 3D Window: in the MKEY "move to layer" menu, the numeric hotkeys were
mixed up
- Ipo Window: in newly created Ipo Windows the Transform Panel was drawn
with zero size
- Rendering: autosmooth was always on when Material option "Radio" was
set... should only be done when render option "Radio" was set too.
- OSX: restored CTRL+F12 or ALT+F12 for rendering when your system ejects
CDROM with F12 (ahem!).
- OSX: fixed bug in using texture and sequence plugins (thanks Bischofftep!).
In the distro are sample compiled plugins (.so) included.
- MS Windows: the File Browse window displayed wrong path/filename on
attempt to read a non-existing directory.
- Added for the manual designers: when you want to make screenshot with a
pulldown or popup menu in it, press (alt+)ctrl+f3 while the menu is
visible, then ESC, and press (alt+)ctrl+f3 again. Note the (alt+) is
for OSX users only.
2004-01-10 20:25:10 +00:00
jschauma
5da3b26bfe Upgrade to 2.31; remove html documentation which now has its own
package (blender-doc) and add the various build definitions to BUILD_DEFS.

Changes since 2.28:

- Added buttons drawing Theme 'Rounded'. This uses a new feature in button
code that enables aligning buttons in groups together. Will be implemented
for the default 'Shaded' theme later.
- New default startup file built in. Only shows when you delete .B.blend in
your home directory. It has mainly been designed to match the 2.3 manual
best. Most obvious change is not starting with a 4-split 3D Window anymore.
- Important note: all buttons to call an "Image Select Browser" have been
removed from Blender. This is instable code, and caused far too many crashes.
The functionality is still accessible though by holding CTRL while pressing
a "Load" button for images. This as 'undocumented' feature for power users. :)
- Mesh Subdivision Surfaces: now supports 'hide' option as well (HKEY).

--- Python:
- New module: Lattice
- New module: Texture (mostly done already, only missing access to Ipo,
  EnvMap, ColorBand & Plugin)
- Bugfix: Object.makeParent
- NMesh: new vertex grouping methods: .renameVertGroup, .getVertGroupNames
- Doc updates

--- Bug fixes:

- Interface: removing a window edge (Join Areas) sometimes removed the wrong
edge. Was a very old bug... but showed up in new standard default file.
- AntiAlias fonts: file paths longer than 64 characters caused crash.
Is 256 now.
- Themes: switching main Theme didn't update button draw type for Theme
buttons themselves.
- IpoWindow: using the new Transform Properties Panel, some buttons caused
the event being handled double, giving weird results.
- IpoWindow: Sometimes the Transform Properties Panel was drawn with zero
size. Added a more strict version check for this to prevent it.
- F6 Texture Buttons: browsing a new texture for a Lamp only gave the
"Add New" option.
- F6 Texture Buttons: the "Default Vars" now resets the environment mapping
settings as well.
- UV Image Editor: saving an image (after using Texture Paint) now is in
same type as original image (was Targa only).
- 3D Window: when using a SpotLight in 'Textured Draw mode' (aka Potato
mode) the 'Solid Draw mode' turned out black. (Bug since 2.0!)
- 3D Window: the MKEY 'movetolayer' option doesn't close anymore on numeric
input. Somewhere before 2.25 this was changed... weird. Now you can set
layers with numeric buttons, including using ALT for numbers larger than
10, and using SHIFT for extend-select buttons. Press OK or Enter to close
the menu.
- 3D Window: CTRL+1 (or 2,3,4) crashed when no Object as active. This hotkey
is for setting subdivision level for Meshes.
- 2.30 error: clicking to select Objects at same location now correctly
cycles through the available Objects again.
- 2.30 error: CTRL+SHIFT+F3 allows screen capture of entire Blender window
again. (For OSX: also press ALT for screen capture).
- 2.30 error: the "Emulate 2 button mouse" option, allowing ALT+LeftMouse
for MiddleMouse now works again.
- Fixed in Unified render (now is actually usable!):
- alpha was wrong for halos with lines or rings
- halo rendering wrong combined with spothalo
- no antialiasing with sky when rendering spothalo
- cleaned some weird usage of gamma for spothalo and sky
(when rendering sky + spothalo, sky got gamma corrected
(Note: "Unified render" renders all in a single pass, whilst normally
Blender renders in separate layers for opaque faces, transparent faces,
halos and sky. The layers then are merged using alpha, which can cause
several (depth) errors.)
- When rendering a 'square spot' it displayed rotated wrong in an Environment Map.
- When rendering Material with option "Wire", rendering in parts gave errors.
- When rendering a Mesh with multiple users (linked-duplicates) it caused a
crash when it used UV faces.
- Rendering specular highlights for Sun light works correctly again.
- Pressing ESC during rendering now reacts immediately again. This was reported
fixed before, but accidentally un-committed from the code.
- Rendering shadeless Material with UV "TexFace" option had a wrong gamma.
- Rendering started with mouse cursor in a 3D window now renders "Local View"
or unlocked layer settings again.
- Rendering with Meshes using "Smooth" appearance always had "Auto smooth"
set on. Was introduced for Radiosity render in 2.28c. Now it only uses
"Auto smooth" when the radiosity render is actually used.
- Removed old hack from rendering, which enabled a "Border" render in a
previously rendered image. It was badly implemented and crashed too often.
Related to this, code was cleaned up which prevents errors as reported in
rendering with "Border" and "Fields".
- The default built-in font was not rendered when using background rendering
(blender -b on commandline).
- Converting a 3D closed curve (Bezier or NURBS) to a Mesh (ALT+C) the result
was a bunch of unconnected vertices.
- Constraints: Fixed the lag with Follow Path.
- Constraints: prevented creating endless loops.
- Mesh Vertex Keys: now can have up to 64k vertices, was 32k.
- Mesh Editmode: using Undo caused vertex colors and UV texture information to
get lost.
- Mesh Editmode: using Undo caused 'hide' status of vertices being lost. Solved
by storing this in the Mesh themselves, so the 'hide' status will be restored
when leaving/entering EditMode.
- Mesh EditMode: the Knife Tool sometimes cut unselected edges as well
- Mesh Editmode: Fixed crash when try to faceloop-cut (SHIFT+R, CTRL+R) with a
Mesh having an edge that didn't belong to any face. These tools now also update
the vertex counter as displayed in 'Info header'.
- Mesh object: "Subdiv" level 0 and draw type "Optimal" caused Mesh not drawing
in EditMode.
- Armatures/Meshes: using "Parent Armature->Name Groups" puts the Mesh in a state
that is ready for weight paint.
- MetaBalls: the displaylists were re-created for each redraw of 3d window, causing
an enormous slowdown. Now it runs smooth again. (Old bug!)
- Blender didn't rename 'temp save' file to quit.blend at quit. Was reported on
OSX and Linux.
- Materials: The stencil option only worked for one channel with normal-mapping.
Now it works for all as it's supposed to be.
- OSX: using the F10 RenderButtons "Play" option now pops the window to the front.
This also for starting blender from command line.
- OSX: the preferred AntiAlias font couldnt be written in .b.blend (unless you
manually install the font in ~/.blender/)
- MS Windows, Blender Text editor: Using clipboard to copy/paste text (CTRL+C
and CTRL+V) works with correct line endings.
---- Various fixes:
- Interface: cleaned up aligning and positioning of buttons in most Panels
(for manual)
- Added decorations to 'Minimal' buttons Theme to make it usable, also restored
the 2.2x drawing style for buttons as 'OldSkool' Theme.
- 2.30 error: in 3D window selecting Objects wasn't updated correctly in all
situations.
- 2.30 error: CTRL+LeftMouse click allows selecting Objects in EditMode again.
- 2.30 error, the new toolbox and floating menus were closed when mouse left the
menu immediately. Is now a safety of 40 pixels again.
- Action Window: zooming in increased with factor 5.
- Buttons Window: the Panel background color+alpha is part of Theme settings now.
- 3D window, when setting a render border in camera view (SHIFT+B) the
associated render option is set as well.
- 3D Window: OpenGL render option is icon in window header again, and now
uses Theme Color for background as well.
- 3D Window: a Constraint now draws a blue dashed line to its parent.
- 3D Window: Enter EditMode from FaceSelect mode correctly selects vertices again
- 3D Window: transform option (SKEY) allows typing in zero scaling value.
- 3D Window: Warp transform option (SHIFT+WKEY) allows typing in values.
- 3D Window: the header didn't display 'Mesh' pulldown menu when VertexPaint
mode and EditMode were both active.
- 3D Window: modes 'VertexPaint' and 'Weightpaint' and 'Texturepaint' allow
drawmode wire-extra again.
- Image Window: the buttons in header were messed up in 2.30
- TextEditor window: the hotkeys ALT+N (new) and ALT+O (open) now also work when
no 'text block' is active or available in Blender.
- File Browse window: text sometimes was drawn over outer border.
- Theme for TextWindow now allows color for text as well.
- F5 MaterialButtons: when you set "Halo", and "Star", then disable "Halo",
the "TexFace" button was set. The fix also prevents RGB from being reaset to 1.0.
- F5 MaterialButtons: "OB" and "ME" buttons in 2nd Panel didnt work properly.
Also the "1 Mat 1" buttons didnt display in all situations.
- F6 TextureButtons: "Crop and Anim" Panel had wrong name... now "Anim and
Movie". This Panel now draws buttons always, because it is for the 'anim option'
(sequence of files) which is different from 'movie' option (single file).
- F6 ObjectButtons: added to the Constraint Panel buttons indicating the
'Active Bone' or 'Active Object', like previously (2.2x) was drawn in
constraint buttons header.
- F6 TextureButtons: Colorband color sliders didnt update the colorband
- F9 EditButtons: moved vertex group buttons to first Panel. These buttons
should be available outside editmode as well.
- F9 EditButtons: changed decimator slider into number-button, with only 1
vertex in Mesh the slider didn't display OK. The slider also provided
insufficient space for the full text.
- Constraints: sometimes its data was not available (null) after reading
file, causing a crash. Code has been secured.
- In render output window; using Pad-plus and minus zoom now always
includes a zoom level 1.0 now.
- Mesh EditMode: Knife tool now has correct cursor, for all platforms.
- Mesh EditMode, Knife Tool: ESC for pop-up menu was not handled, and
pressing ENTER at pop-up menu caused 'mouse trail' call to exit.
- OSX: is now compiled with optimizing, giving a speed gain of 10-20%.
- OSX: using the Apple Quicktime dialog when choosing a movie format
(F10 render buttons) still can cause a freeze when you choose the
"Options" button. This has been verified by Apple as a system bug. We
added a warning when you choose this option in Blender.
2004-01-10 19:59:02 +00:00
jschauma
ce9162e300 Note that this package contains only the documentation. 2004-01-10 19:48:55 +00:00
jschauma
962b7caa32 Add/enable blender-doc 2004-01-10 19:47:02 +00:00
jschauma
3e6f50d19a Initial import of blender-doc, a standalone package for the rather
immense HTML documentation of blender.
2004-01-10 19:45:39 +00:00
kristerw
339c0406cb Set MAINTAINER to "tech-pkg" instead of "packages". 2004-01-10 19:00:41 +00:00
adam
f43126db58 Changes 2.0.20:
fixed binary API incompatibility introduced in 2.0.16
2004-01-09 14:25:51 +00:00
adam
286574be8a Changes 2.0.19:
correcting problem with the built-in gd fonts on Unix

Changes 2.0.18:
	introduced a conveniently precompiled DLL for Windows programmers

	the default separator of alternative truetype font paths is now
	a semicolon rather than a space
2004-01-08 12:47:49 +00:00
jmmv
f109ba8ca9 Add and enable kmplayer. 2004-01-08 10:53:53 +00:00
jmmv
bfe0b954c8 Initial import of kmplayer, version 0.8.2rc3:
KMPlayer is a KDE gui frontend to mplayer.  It runs as a standalone application
as well as being a KPart, making it possible to embed in konqueror or in KHTML.

Slightly based on package from pkgsrc-wip.
2004-01-08 10:53:20 +00:00
martti
16f5a02b20 Updated XFce to 4.0.3
- Leak in window manager's pixmap management
- Various file manager fixes
- Translation updates
- Support for KDE system tray was added
2004-01-08 08:11:41 +00:00
jlam
b5c178cf55 s/buildlink2/buildlink3/ I must be going blind! 2004-01-07 07:16:13 +00:00
jlam
4b90d17ed9 From the log for rev. 1.1260 of bsd.pkg.mk:
"Package Makefiles should refer to PKG_SYSCONFBASEDIR instead of
 PKG_SYSCONFBASE when they want PKG_SYSCONFDIR stripped of
 PKG_SYSCONFSUBDIR.  This makes PKG_SYSCONFBASE=/etc work with pkgviews by
 installing all config files into /etc/packages/<pkg> instead of
 occasionally putting some directly into /etc."
2004-01-07 02:21:16 +00:00
jdolecek
5451f596d8 fix typo ('HP' instead of correct 'PHP') 2004-01-06 21:12:54 +00:00
jlam
69055f9e31 bl3ify 2004-01-06 08:00:28 +00:00
jlam
2bef6db58f bl3ify 2004-01-05 22:44:04 +00:00
jlam
38252eb956 bl3ify 2004-01-05 22:33:45 +00:00
jlam
02eb6f1e19 bl3ify 2004-01-05 20:38:34 +00:00
adam
6fe087f71e Little bug in the Makefile, mea culpa 2004-01-05 18:05:13 +00:00
adam
30f7dd5502 Changes 2.0.17:
minor compilation and packaging problem fixed

Changes 2.0.16:
	Adds polar coordinate transformation, text on a circle, thread safety
	truetype font output, performance optimizations, correct compilation
	with the latest versions of freetype, and many fixes
2004-01-05 15:30:16 +00:00
jlam
6ff48e076b bl3ify 2004-01-05 11:53:39 +00:00
jlam
580a53de35 bl3ify 2004-01-05 11:42:20 +00:00
jlam
d279e6f535 Use S/+$// instead of C/\+$// to save a backslash. Very highly
recommended by seb :)
2004-01-05 11:05:44 +00:00
jlam
c9ff27d270 Sow BUILDLINK_USE_BUILTIN.<pkg> and reap _NEED_<PKG> variables. 2004-01-05 09:31:31 +00:00
jlam
1d819b4fb5 It's more reliable to check <GL/gl.h> instead of <GL/glext.h> for the
appropriate GL_VERSION_m_n definitions to divine the version of Mesa that's
installed with XFree86.
2004-01-05 06:32:40 +00:00
jlam
901be28ef6 Whitespace 2004-01-05 06:16:38 +00:00
xtraeme
85f6d45ff8 Update to 2.0.4, closes PR pkg/23820.
Changes:

	o build fix: cygwin has no sys/shm.h and sys/ipc.h, so configure
	  disables all targets requiring them, if not present.
	o cbconsist demo: sync with devel tree
	o gcc 3.3 compiling fix for default/linear_16/crossbuild.c
	  (fixes Debian bug #197214)
	o merged build fix from FreeBSD's ports tree to make the xf86dga
	  target compile on FreeBSD (fixes FreeBSD PR ports/52380)

	o X-target
        	+ minor mode initialization fix from Argo Vessmann
        	+ shm helper checks return code, when setting up the
		  directbuffer
        	+ release locking on failure. (Threadsafety fix)
        	+ fixed geometry check. Opening (very) small windows is now
		  possible.
2004-01-05 00:27:24 +00:00
xtraeme
73155e7426 Update to 0.8.4
Changes since 0.8.3:

    * gcc 3.3 warning fix (warnings caused by <ggi/gg.h>:194 fixed)
    * hotfixes for libgii 0.8.3
    * fixed memory leak on unloading modules under Darwin
    * win32 (cygwin/mingw) compile fixes from Albert Graef
    * cygwin build fixes
2004-01-05 00:21:03 +00:00
jlam
47bb2aae5f Re-arrange to match example buildlink3.mk file in bsd.buildlink3.mk. 2004-01-04 23:34:04 +00:00
jmmv
b32b224fea Bump revision due to librsvg2 update (libcroco added as a dependancy). 2004-01-04 17:30:55 +00:00
jmmv
ad97b416b2 Use libcroco for better CSS parsing. Also fixes build problem reported in
PR pkg/23978 by Noud de Brouwer.  Bump PKGREVISION to 3.
2004-01-04 17:23:39 +00:00
jlam
339cd13cb2 Initial sprinkling of work-in-progress buildlink3.mk files for using the
buildlink3 framework.
2004-01-03 23:06:43 +00:00
reed
6d9af8d68d Bump package revisions for tiff update.
Tiff is backward compatible, but was broken on amd64 platform
so this makes sure new tiff is used.
2004-01-03 18:49:33 +00:00
reed
d4d8ee5999 Update to tiff-3.6.1. This is many changes and fixes.
The main changes include:
new utility tiff2pdf for converting a TIFF image to a PDF document
new utility raw2tiff for converting raw rasters into TIFF files
new tiff2ps options
new fax2tiff options
bug fixes for LZW, JPEG and OJPEG compression.
more documentation
and upgrade to libtiff.so.3.6
other changes at http://www.libtiff.org/v3.6.0.html

Removed patch-ab because
html/Makefile.in: added missing images per bug 92
Removed patch-ag because
http://bugzilla.remotesensing.org/show_bug.cgi?id=315

Other changes:
HOMEPAGE changed due to libtiff.org has been hijacked
INSTALL.OpenWindows updated (thank you to dieter)

tiff is backward compatible with older version,
but buildlink2.mk version is increased because libtiff
was broken for amd64 support.
2004-01-03 18:33:24 +00:00
heinz
a645f236b1 Add correct version syntax to BUILD_DEPENDS line 2004-01-03 01:18:28 +00:00
agc
1f56b0e293 Link libflash with libstdc++ - makes the mozilla flash plugin work when
compiled with gcc3.
2004-01-01 21:29:09 +00:00
darcy
1cf20920d8 Oops. Small error in my last fix. The patch was correct but the path to
the file to patch was wrong.
2004-01-01 19:23:48 +00:00
darcy
571cd4f9f8 Added a patch to join two lines together in operation.c. The line was split
in the middle of a string.  I did not bother bumping the version since the
package could not have been built without this change anyway.
2004-01-01 19:20:24 +00:00
salo
9f1094a3ac Update to version 1.0.
- it doesn't really need Mozilla to be built, remove it from DEPENDS
- bump the MPlayer dependency requirement
- patch-aa not needed anymore

Changes:

1.0:
====
- Added -zoom patch from Giuseppe Ghibo ghibo@mandrakesoft.com
- Patch to only kill the mplayer associated with the window being
  destroyed.
- This allows multiple streams to play in different windows
- Cosmetic "about:plugins" patch from Benjamin Larsson
  banan@student.luth.se
- More about:plugin work to fix an issue with AtomFilms, Quicktime
  was not coming up
- Keep trailing ; in mimetype list
- smil format support - Clone wars

0.95:
=====
- Supports media streaming
- Updated user feedback
- mplayer v0.92 is the recommended version of mplayer
- Implements streaming of data
2004-01-01 19:03:20 +00:00
hamajima
5cbc19e81f Updated phpsview to 1.02
change base source from pwc-8.11 to pwc-8.12
2003-12-31 14:29:18 +00:00
cjep
0a88f2ddc6 Whitespace fix 2003-12-30 22:55:04 +00:00
cjep
c843a6ae2a Add trailing / to HOMEPAGEs 2003-12-30 17:27:31 +00:00
cjep
ae7fd52e7b Add trailing / on HOMEPAGEs 2003-12-30 17:21:54 +00:00
cjep
9a230398df Whitespace fix 2003-12-30 17:14:28 +00:00
recht
5d0838553f Add RealPlayer9 codecs
Bump PKGREVISION
2003-12-29 12:51:35 +00:00
jmmv
a51d1c36df Bump PKGREVISION due to gnome-vfs2 update (fam removed as dependancy).
( We really need non-recursive dependancies... *sigh* )
2003-12-28 23:37:05 +00:00
wiz
ed0d7697f6 Update to 2.5.0:
- Updated RPM generation and packaging for Freshmeat release.
2003-12-28 11:36:02 +00:00
salo
530c0ff51b Add blinkent{hemes,ools}. 2003-12-27 23:02:56 +00:00
salo
87b9a8463f Initial import of blinkenthemes-0.8: Blinkenlights simulator themes
Themes for Blinkenlights simulator.  The themes format is defined in the blib
package which also contains code to parse the format as well as display
widgets for GTK+ and DirectFB that make use of the themes.


Greetings from 20c3, 20th Chaos Communication Congress in Berlin, where the
real Blinkenlights are running at this very moment on the Haus des Lehrers,
next to the congress building ;) (http://www.blinkenlights.de/).
2003-12-27 22:41:44 +00:00
salo
5c8f68e733 Initial import of blinkentools-2.2: Blinkenlights movies tools collection
The next generation set of command-line utilities for Blinkenlights.

 b2b          - a converter between the different Blinkenlights movies
                formats.  It is best used thru one of its aliases: b2blm,
                b2bml and b2gif.
 b2mng        - converts Blinkenlights movies to MNG files.
 bmultiplexer - forwards a stream of Blinkenlights UDP packets to
                multiple recipients.
 bsend        - reads Blinkenlights movies and sends them over the net
                using the Blinkenlights protocol.
 blm2gif      - creates animated GIFs from Blinkenlights movies.
 gif2blm      - creates Blinkenlights movies from animated GIFs.
 blmplay      - plays Blinkenlights movies to the text console.


Greetings from 20c3, 20th Chaos Communication Congress in Berlin, where the
real Blinkenlights are running at this very moment on the Haus des Lehrers,
next to the congress building ;) (http://www.blinkenlights.de/).
2003-12-27 22:40:10 +00:00
fredb
02ac4d821b FreeBSD has no <getopt.h>, and <sys/types.h> must be included before
<netinet/in.h>. Submitted by Michal Pasternak in PR pkg/23879. I also
tested this on NetBSD 1.6ZG and NetBSD 1.6.2_RC1.
2003-12-27 18:59:30 +00:00
grant
751aad29d3 as per the Makefile and previous revisions, filter_pv.so is only built
if libXv.so exists, so we need to tweak the PLIST accordingly.

noted by veego.
2003-12-27 01:02:49 +00:00
wiz
509a3feed4 Depend on latest kdebase-1*. 2003-12-26 19:55:34 +00:00
jmmv
8359ab76f2 Update to 0.6.11:
Bugfix audio core; fix AC3 pass-thru.
  Bugfix audio core; undefined symbol in lame lib.
  Bugfix for --accel on PPC (not supported)
  Bugfix for -J extsub; fix vertical shifting up.
  Bugfix for -J hqdn3d; fix typo and default value printout.
  Bugfix for -J logo; flipping with animated images
  Bugfix for -J subtitler; shift was broken.
  Bugfix for -J text; enable the filter core
  Bugfix for -x ffmpeg; deals with NULL frames
  Bugfix for -x im; handle 16bit image files.
  Bugfix for -x xml; fix DV import.
  Bugfix for -y dvraw; Pass-thru video but not audio did not work.
  Bugfix for -y ffmpeg; make it thread-safe.
  Bugfix for -y ffmpeg; vhq is gone, use mdb=0-9.
  Bugfix for -y pcm; fixed floating point division.
  Bugfix for MacOSX; lots of stack thrashing fixes
  Bugfix for avitools; fix audio syncing (again!)
  Bugfix for avitools; pass-thru 0byte frames
  Bugfix for dvd_reader, keeps tcprobe from crashing
  Bugfix for export audio; -E is now used consistently
  Bugfix for tcprobe; segfault reading chapter table.
  Bugfix for tcprobe; segfault when reading data from stdin
  CHANGE: ffmpeg is now used to decode MPEG4 video.
  CHANGE: how the PTS is probed from a vob
  CHANGE: with pass-thru, suggest -y raw,raw.
  Docu; Description of UYVY colorspace.
  Docu; tcprobe(1) uptodate
  Docu; transcode(1) uptodate with additions to various options.
  Improved -J smartyuv; altivec support and fixes
  Improved -J subtitler; upgrade to latest upstream version
  Improved -x im; probing and reading SGI image files.
  Improved -x/-y pvm; support for more codecs.
  Improved -y ffmpeg; enable altivec support on Macs.
  Improved -y ffmpeg; keyframe detection in pass-thru mode.
  Improved AVI support; support for obscure nandub padding.
  Improved autostuff; upgrade libtool, automake and autoconf
  Improved avitools; detect an VBR audio track, more robust.
  Improved binary filesize; libavcodec only linked once.
  Improved configure; Fix X11 detection.
  Improved configure; debug option --enable-maintainer-mode.
  Improved export module documentation
  Improved option -Z; much smarter now (see manpage)
  Improved split mode; the base can be taken from output file.
  Improved tcscan -x mpeg2; print bitrate information.
  Improved transcode help; Looks more nice.
  New Pass-thru mode for MPEG2 files (with opt. requantize).
  New filter -J detectclipping; find black areas
  New filter -J whitebalance; corrects broken white balance.
  New internal colorspace UYVY for higher quality
  New option --dvd_access_delay; increase if you have problems.
  New option --ext to set the filename extension(s)
  New option --uyvy; support for a native 4:2:2 format
  New util tcrequant; requantize an MPEG2-ES stream.
  Removed -y sampeg; never did anything useful.
  Upgraded -y xvid4 to the latest API
  Upgraded included libavcodec to 0.4.8 (4683)
2003-12-26 12:40:39 +00:00
jmmv
2b78999dc3 Update to 0.5:
Changes between 0.4 and 0.5:
  * palette optimisation for the S-Lang driver to work around the colour pair
    shortage bug
  * minor compilation fix

Changes between 0.3 and 0.4:
  * preliminary X11 graphics driver
  * support for simultaneously compiled-in drivers
  * honour the CACA_DRIVER, CACA_GEOMETRY and CACA_FONT environment variables
  * more documentation
2003-12-26 09:38:52 +00:00
fredb
f4c0a316dc Generalize *BSD support, but try INT64_MAX first, only falling back to
QUAD_MAX as a last resort if it's defined. Reviewed by tron. Partial fix
for PR pkg/23879.
2003-12-25 18:49:56 +00:00
jmmv
eeee7fac9f Adjust dependancies and bump PKGREVISION due to:
- teTeX 1.0.x packages have been moved to teTeX1* directories.
- teTeX 2.0.x packages have been moved to teTeX* directories and their base
  name has been changed to teTeX (instead of teTeX2).
2003-12-24 13:02:00 +00:00
jmmv
2b07fc26d8 s/@netbsd.org/@NetBSD.org/ in MAINTAINER. 2003-12-24 09:53:47 +00:00
xtraeme
bc5752d214 Update to 1.3.7 from Soren Jacobsen PR pkg/23850.
Changes sine 1.3.6:

* Added text display of filename in icon view.
* Context menus now have underscore mnemonics.
* Fullscreen key binding changed to F.
* Added Swedish, updated Russian translations.
* Fix crash when updating thumbnails.
* Fix warnings/crash when thumbnails are set over 100 pixels high.
* Fix crash when displaying exif data.
2003-12-23 08:25:30 +00:00
martti
0e010634ac Updated xfce4 to 4.0.2
* Improve window manager responsiveness
* Various bug fixes in file manager, window manager and panel
* More 64bit clean up
* New translation added: Azerbaijani
2003-12-22 08:50:38 +00:00
fredb
28e25f69d6 Update xli to 1.17.0. Still small and fast. Now uses the standard jpeg
library to support more image formats, and adds support for MIT shared
memory where available, for even more speed. "xli" is now maintained
by Smarasderagd, whose credits include the former png patch for xli,
and the png support for the chimera browser.

Changes from 1.16 (from the "README"):

    Converted source code to ANSI C prototypes.

    Removed MSDOS support (Sorry!  Anyone want to add Win32 support?)

    Added PNG file format loader.

    Added support for MIT shared memory extension.

    Rewrote JPEG file format loader to use the IJG library, to take
    advantage of performance improvements and support progressive
    scan JPEGs.

    Added the -delete, -iscale, -focus, and -cache options.

    Added interactive image fast scaling with the '<', '>' and '=' keys.

    Added TODO file.  Feel free to do anything on the list, or offer
    your own fixes and enhancements.
2003-12-22 04:46:15 +00:00
fredb
dc35fb4eca Let "make pre-patch" work on FreeBSD, using patch submitted by Micheal
Pasternak, in PR pkg/23833.
2003-12-22 03:06:52 +00:00
wiz
76036d45f2 Actually, there is a .tar.bz2 too -- use that. 2003-12-21 21:37:50 +00:00
wiz
ce8e714a28 Add and enable ljpeg and jpeg_ls. 2003-12-21 21:31:12 +00:00
wiz
82b911b3a0 Initial import of ljpeg-1.0 (from pkgsrc-wip):
In 1992, a joint ISO/CCITT committee known as JPEG (Joint Photographic
Experts Group) established and published the first draft international
standard (DIS) for compressing continuous-tone still images, both
grayscale and color. JPEG has defined four mode of operations,
summarized them as follows.

(1) Sequential encoding: each image component is encoded in a single
    left-to-right, top-to-bottom scan;
(2) Progressive encoding: the image is encoded in multiple scans for
    applications in which transmission time is long, and the viewer
    prefers to watch the image build up in multiple coarse-to-clear
    passes;
(3) Lossless encoding: the images is encoded to guarantee exact recovery
    of every source image sample value (even though the result is low
    compression compared to the lossy modes);
(4) Hierarchical encoding: the image is encoded at multiple resolutions
    so that lower-resolution versions may be accessed without first having
    to decompress the image at its full resolution.

Our lossless JPEG encoding program has an automatic prediction
selection value (PSV) selector which selects the best PSV among a
user provided or default set of PSVs. This selector guarantees the
best compression ratio for lossless JPEG.

The encoding program "pnmtoljpg" compresses a Portable Pixmap or
Portable Graymap image to a lossles JPEG (ljpg) image using the
JPEG standard (DIS) lossless mode of operation. The decoding program
"ljpgtopnm" decodes a ljpg image to either a Portable Pixmap or
Portable Graymap image depending on the number of color components
stored in the ljpg image file.
2003-12-21 21:30:14 +00:00
wiz
3eca58ed59 Initial import of jpeg_ls-2.2:
This software package contains an implementation of JPEG-LS, the
emerging lossless/near-lossless compression standard for continuous-tone
images being developed by ISO/IEC JTC1/SC29/WG1 (draft document
FCD14495 as of November 1997). The names of the executables in the
software package derive from the acronym LOCO, as the core of the
new standard is based on the LOCO-I algorithm (LOw COmplexity
LOssless COmpression for Images) developed at Hewlett-Packard
Laboratories (reference: M. Weinberger, G. Seroussi, G. Sapiro,
"LOCO-I: A Low Complexity, Context-Based, Lossless Image Compression
Algorithm," Proc. IEEE Data Compression Conference, Snowbird, Utah,
March-April 1996).

The term "near-lossless compression" refers to a lossy algorithm
for which each decompressed image sample differs from the corresponding
original image sample by not more than a pre-specified value, the
(usually small) "loss."  Lossless compression corresponds to loss=0.
Even though the term "continuous-tone image" refers in principle
to any image whose components have more than one bit per sample,
palletized images may require a reordering of the color palette
for best compression results using LOCO-I on the array of color
indices. This functionality is not implemented in the present
software, although it is supported by the new standard, and is easy
enough to implement with the tools given. Notice, however, that
LOCO-I and JPEG-LS were not designed, and might not give optimal
performance, for images that have been palletized through dithering.
2003-12-21 21:29:08 +00:00
wiz
cdde90725f Add and enable libcaca. 2003-12-21 21:27:15 +00:00
wiz
c6b744db84 Initial import of libcaca-0.3:
The libcaca library is a graphics library that outputs text instead
of pixels, so that it can work on older video cards or text terminals.
It is not unlike the famous AAlib library. libcaca needs a terminal
to work, thus it should work on all Unix systems (including Mac OS
X) using either the slang library or the ncurses library.

The differences with AAlib are the following:

  * 16 available colours for character output (256 colour pairs)
  * dithering of colour images
  * basic sprite primitives

But libcaca also has the following limitations:

  * no support for brightness, contrast, gamma
  * unefficient character-choosing algorithms
  * no alternate fonts
  * no raw keyboard support
  * no custom output drivers a la AA-on-X
2003-12-21 21:25:57 +00:00
agc
e25e0c9a21 Make this build with gcc3 (use <assert.h> explicitly, rather than relying
on implicit inclusion).

We might as well use pkgsrc's libtool.
2003-12-19 18:25:57 +00:00
adam
be4fc71def Back to 2.1.5 2003-12-19 13:45:59 +00:00
sketch
c9989faa7d Bump PKGREVISION for packages which install files into RUBY_ARCHLIBDIR,
which has changed for Solaris installs.
2003-12-19 12:04:20 +00:00
adam
988e8e9643 Revision bump since major version of shared librsvg2 changed (cosmetics included) 2003-12-18 14:19:49 +00:00
adam
d716bc4d92 Changes 2.5.1:
- Support lossless saving of jpeg files
  - Select last viewed slideshow image when returning from fullscreen
  - Display image file size
  - Ask user before overwriting files
  - Translation Updates
2003-12-18 14:18:16 +00:00
adam
1119e8c2f8 Changes 2.5.0:
A major bug-fix release.  Fixes a lot of rendering bugs.
2003-12-18 14:15:25 +00:00
adam
21b5805b7e CHANGES BETWEEN 2.1.7 and 2.1.6:
- Updated  to newest  libtool  version, fixing  build problems  on
      various platforms.
    - On  Unix  platforms,  `make  install' didn't  copy  the  correct
      `ftconfig.h' file.

CHANGES BETWEEN 2.1.6 and 2.1.5:
    - The PFR  font driver didn't  load kerning tables  correctly, and
      the functions in FT_PFR_H didn't work at all.
    - Type 1 font  files in  binary format  (PFB) with  an end-of-file
      indicator weren't accepted by the FreeType engine.
    - Fonts which contain /PaintType  and /StrokeWidth no longer cause
      a segfault.  This bug has been introduced in version 2.1.5.
    - Fonts  loaded  with   FT_LOAD_RENDER  no  longer  cause  strange
      results.  This bug has been introduced in version 2.1.5.
    - Some  Windows   (bitmap)  FNT/FON  files   couldn't  be  handled
      correctly.
    - The internal  module API  has been heavily  changed in  favor of
      massive simplifications within the font engine.
    - The PostScript  parser has been enhanced to  handle comments and
      strings   correctly.   Additionally,   more  syntax   forms  are
      recognized.
    - Added the  optional unpatented hinting system  for TrueType.
    - There  is now  a guard  in the  public header  files  to protect
      against inclusion of freetype.h from FreeType 1.
    - Direct inclusion of freetype.h  and other public header files no
      longer works.  You have to use the documented scheme
          #include <ft2build.h>
          #include FT_FREETYPE_H
      to load freetype.h with  a symbolic name.  This protects against
      renaming  of public  header  files (which  shouldn't happen  but
      actually  has, avoiding two  public header  files with  the same
      name).
2003-12-18 11:28:42 +00:00
wiz
5177300530 Add and enable phpsview and qcamview. 2003-12-18 09:46:51 +00:00
xtraeme
141b9d687a Update to 0.33
Changes:

- Text gradients get double href and thus are built again and again
- Fix rendering of gradients with global opacity
- Make export dialog honour filename
- Make internal canvas position floating-point
- Split ::Modified and ::Update flags in SPObject
- Fix zooming into scaled text
- Baseline-shift and spacing properties
- Does export create namedview views that are not destroyed?
- Star::Build does not work for non-sodipodi objects
2003-12-18 04:14:05 +00:00
xtraeme
69510b5b7a Update to 2.0.18
New features were added and many bugfixes were solved. Review Changelog
to see a complete list of changes.
2003-12-18 03:43:30 +00:00
recht
6ac2fc96d6 Fix build on NetBSD and remove unused patch.
Provided by Soren Jacobsen in PR 23771
2003-12-16 07:26:49 +00:00
ben
fc7adcede2 Apply gqview-devel update from Soren in PR 23770.
Changes since 1.3.5:
* Port to GTK2 completed, lists are now GtkTreeViews.
* Drag and drop now works with button 1 (see notes below).
* Added preview of results when auto renaming files.
* Middle button now toggles item selection.
* Improved moving of images within collection window.
* Now shows safe delete status in delete dialogs.
* Removed "Insert file drops at pointer location" option.
* Some options in preferences window were moved to advanced tab.
* Drag and drop now works fully with nautilus and konqueror.
* Fix removal of of old thumbnails, broken by previous release.
2003-12-16 02:25:45 +00:00
xtraeme
120e72873c Update to 2.4.1
Changes:

  - Better filename -> UTF-8 translation - #122671, #117838 (Jens,
    Hidetoshi Tajima)
  - configure switch to disable libexif support
  - Added X-GNOME-DocPath to .desktop file
  - Fixed crash on shutdown
  - Fixed crash when libexif is not available
  - Fixed duplicate size entries in info view
  - Update image infos on modification
  - Translation Updates.

And more... review Changelog to see a full list of changes.
2003-12-15 00:00:25 +00:00
xtraeme
9034375319 Update to 2.4.1.1
All pixmaps were updated for GNOME 2.4.
2003-12-14 22:10:53 +00:00
jmmv
71d26d97cb Update to 2.4.0, based on work done by xtraeme@:
Version 2.4.0
- gdk-pixbuf loader fix
- support for title and desc elements

Version 2.3.0
- Support Paths inside of <defs> and use them in <use/> statements
- Vastly improved CSS support (libcroco and builtin)
- LibCroco CSS support
- Improved support for Gimp plugin
2003-12-14 21:35:11 +00:00
jmmv
04727c8ec8 Update to 2.4.0, based on work done by xtraeme@.
2003-09-01  Anders Carlsson  <andersca@gnome.org>

	* configure.in: Release 2.4.0

2003-09-01  Christian Rose  <menthos@menthos.com>

	* configure.in: Added "ne" to ALL_LINGUAS.

2003-08-31  Laurent Dhima  <laurenti@alblinux.net>

	* configure.in: Added "sq" to ALL_LINGUAS.

2003-08-25  Anders Carlsson  <andersca@gnome.org>

	* configure.in: Release 2.3.7

2003-08-11  Anders Carlsson  <andersca@codefactory.se>

	* configure.in: Release 2.3.6

2003-08-07  Anders Carlsson  <andersca@codefactory.se>

	* configure.in:
	* docs/reference/Makefile.am:
	* docs/reference/libgnomecanvas-docs.sgml:
	* libgnomecanvas/gnome-canvas.c:
	Generate xml documentation.

Fri Aug 01 11:49:34 2003  George Lebl <jirka@5z.com>

	* libgnomecanvas/gnome-canvas.c: Inside the do_update function it is
	  possible that during picking we emitted an event in which the user
	  then called some function which then requested update of something.
	  We thus need to check again if we need to update stuff as without
	  that we'd be left in a state where need_update would have been left
	  TRUE and the canvas would have been left unpainted until another
	  expose event.

2003-07-10  Joel Brich <joel.brich@laposte.net>

	* configure.in: Added "eo" to ALL_LINGUAS.

2003-06-20  Samúel Jón Gunnarsson  <sammi@techattack.nu>

	* configure.in: Added "is" to ALL_LINGUAS

2003-06-16  Taneem Ahmed  <taneem@eyetap.org>

	* configure.in: Added "bn" to ALL_LINGUAS.

2003-06-11  Kenneth Rohde Christiansen  <kenneth@gnu.org>

	* configure.in: Added "li" to ALL_LINGUAS.

2003-05-18  Martin Kretzschmar  <m_kretzschmar@gmx.net>

	Implement general clipping in clipgroup. Fixes bug #104602.

	2001-12-06  Lauris Kaplinski  <lauris@kaplinski.com>

	* gnome-canvas-clipgroup.c (gnome_canvas_clipgroup_update): Invoke
	parent method with NULL clippath, recalculate bounding box
	(gnome_canvas_clipgroup_render): Implement, do buffer/buffer
	clipped composition here
	(gcg_buf_new): Quick'n'dirty buffer cache
	(gcg_buf_free): Ditto
	(gcg_mask_new): Ditto
	(gcg_mask_free): Ditto

2003-05-13  Telsa Gwynne  <hobbit@aloss.ukuu.org.uk>

	* configure.in: Added "cy" to ALL_LINGUAS.

2003-05-07  Abel Cheung  <maddog@linux.org.hk>

	* configure.in: Added "cs" to ALL_LINGUAS.

2003-05-05  Christian Rose  <menthos@menthos.com>

	* configure.in: Added sr and sr@Latn to ALL_LINGUAS.

2003-05-03  Kjartan Maraas  <kmaraas@gnome.org>

	* docs/reference/*: Merged docs from branch.
	* libgnomecanvas/gnome-canvas-util.h: Same here.

2003-05-03  Kjartan Maraas  <kmaraas@gnome.org>

	reviewed by: Tim Janik <timj@gtk.org>

	* libgnomecanvas/gnome-canvas-line.c: (gnome_canvas_line_update):
	Fix for bug #72424. AA Canvas crashes if you create a line that has
	arrows enabled but not yet any point positions set. Patch from
	Andreas Holzmann <Andreas.Holzmann@epost.de>.
	* libgnomecanvas/gnome-canvas-pixbuf.c: Fix for bug 97604.
	Certain affine transforms do not work for pixbuf items. Patch from
	Jim Evins <evins@snaught.com>.
	(gnome_canvas_pixbuf_render): Same as above.
	* libgnomecanvas/gnome-canvas-shape.c: (gnome_canvas_shape_update):
	Fix for bug #98258. Outline widths of rect, ellipse, and polygon
	items don't rotate. Patch from Jim Evins <evins@snaught.com>

Mon Mar 31 07:21:33 2003  Tim Janik  <timj@gtk.org>

	* libgnomecanvas/gnome-canvas-pixbuf.c:
	(gnome_canvas_pixbuf_update): change update logic to fix redrawing bugs.

2003-03-27  Anders Carlsson  <andersca@codefactory.se>

	* configure.in: Release 2.3.0

2003-03-26  Christian Rose  <menthos@menthos.com>

	* configure.in: Added "yi" to ALL_LINGUAS.

2003-03-21  Guntupalli Karunakar  <karunakar@freedomink.org>

	* configure.in: Added "ml" to ALL_LINGUAS

2003-03-19  Paul Duffy <dubhthach@frink.nuigalway.ie>

        * configure.in: Added "ga" to ALL_LINGUAS.

2003-03-06  Sebastian Rittau  <srittau@jroger.in-berlin.de>

	* libgnomecanvas/gnome-canvas.c (gnome_canvas_w2c_d): Corrected
	docstring so that "returns" is not the first word on a line.
	* docs/reference/libgnomecanvas-sections.txt: Inserted *Class
	definitions into standard sections. Moved *Priv definitions into
	private sections.
	* docs/reference/libgnomecanvas-docs.sgml: Fixed file include:
	sgml/gnome-canvas-rect-ellipse.sgml -> sgml/gnome-canvas-ellipse.sgml
2003-12-14 19:48:37 +00:00
markd
7cea8c1953 Update ivtools to version 1.1.2.
Changes from 1.1.0: incorporation of our patches in the standard
distribution.
2003-12-14 12:02:17 +00:00
ben
0d43bf684d Update MAINTAINER email address. 2003-12-13 20:14:26 +00:00
wiz
391b5798e6 Bump PKGREVISION for atk library major bump. 2003-12-13 00:45:21 +00:00
recht
3335014a1c update to the 031029 version and add the qtextras codecs 2003-12-12 23:16:44 +00:00
wiz
21f064c5ee Update to 1.0rc3.
Package fixes:
mencoder now installs a correct man page link on MANZ=1 systems.
Added a patch so this might compile on amd64 systems, addresses
PR 23727.

Changes:
MPlayer 1.0pre3: "The Real Counter"

DOCS:

    * all MPlayer and MEncoder options documented
    * all FFmpeg/libavcodec options documented
    * Support for building incomplete XML documentation
    * Support for building all-in-one HTML docs
    * HTML documentation obsoleted
    * English, Polish and French HTML documentation removed
    * Spanish documentation translation finished
    * Macedonian runtime output translation added
    * small improvements and bug fixes all over the place

Ports:

    * fixed compilation of Matroska on MinGW32/Cygwin
    * support for detecting non-Intel CPUs under Cygwin
    * sub autoloading under Windows
    * removed pthread dependency (compiles out of the box on a default NetBSD install)
    * more 64 bit fixes
    * a lot of Mac OS X fixes
    * prefer TOOLS/cpuinfo over linuxemu's /proc/cpuinfo under FreeBSD/x86
    * Darwin XMMS libs supported
    * support newer Darwin versions in Altivec detection code
    * support for newer Apple GCCs

Codecs and demuxers:

    * better support for (buggy) MEncoder created streams in libmpeg2
    * MPEG-TS demuxer updates
    * fixed the MPEG muxer
    * fixed tons of bugs in MMS streaming
    * user settable http user-agent field
    * improved (now working) seeking with support for growing files in Realmedia format
    * saveable and loadable index files (workaround for formats not supporting files over 2GB)
    * Ultimotion VfW decoder
    * support for MMS streams with UTF urls
    * big DVB demuxer update
    * fixed MOV demuxer to always read ImageDesc (fixes ffsvq3 bugs)
    * fixed an old bug in AVI/Waveformatex size calculation
    * XviD API-4 (1.0 beta2) support
    * improved FLAC-in-Ogg support
    * Matroska: better AC3 detection
    * Matroska: VobSubs, MP2, FLAC, AAC and HE-AAC support
    * improved detection of Real RTSP through URL analysis
    * fixed stereo 16 bit TWOS
    * fixed MPNG when using BGR24 images
    * control functions in OGG demuxer
    * http cookies support
    * LML-M4 MPEG4 capture card raw stream format support

Filters:

    * some fixes in the delogo filter
    * optimized eq2 filter
    * weighted gamma support in the eq2 filter
    * new filters: hue, spp, fil, yuvcsp
    * alternative postprocessing filter (spp)
    * big scale filter updates
    * zrmjpeg filter, a kick-ass mjpeg encoder using FFmpeg/libavcodec
    * filmdint: new inverse telecine filter, heavily mmx and 3dnow optimized

FFmpeg/libavcodec:

    * Lagrange multipliers instead of qscale, encoding quality much improved
    * fixed an old bug in MPlayer's support code
    * support wider range of VOLs in H263
    * direct rendering support in MJPEG
    * massive MLib optimizations
    * more VQA files supported
    * Theora support
    * Sunplus JPEG (SP5X) support
    * H.263 GOB fixes
    * massive cleanups
    * reduced memory footprint (!)
    * fixed decoding if aspect ratio changes
    * MMX2 optimizations in HuffYUV
    * lots of bugs squashed in HuffYUV
    * long standing decoding errors after 'first frame is not keyframe' fixed
    * CRI ADX support
    * XA ADPCM support
    * fixed files with odd dimensions on PPC
    * optimized MPEG2 bitstream parsing
    * better interlacing framework
    * support for IBM's XLC compiler
    * support for SAR (sample aspect ratio)
    * floating point AAN DCT
    * dynamically alloc big data fields (lower memory usage in most cases!)
    * fixed stereo IMA-ADPCM encoding
    * inline vs always_inline - some speedups
    * MMX2 optimized FDCT
    * accurate 2-4-8 DCT
    * much faster DV encoding (it beats libdv)
    * support Cinepak files with funky (not divisible by 4) resolutions
    * Altivec optimized FDCT
    * XvMC speedups
    * initial ZyGoVideo decoding
    * RGB support in FFV1
    * new Palette API, all codecs updated
    * Noise reduction of DCT coefficients
    * "av_log" logging API
    * support for buffer hints from codecs
    * BGR24, RGB555 and PAL8 image formats
    * 8BPS, MS RLE, MS Video1, QT RPZA, QT SMC, FLIC and TrueMotion1 decoders
    * 16x8 MV visualisation support
    * H.263 overlapped block motion compensation (OBMC), 4MV support
    * H.263 alternative inter vlc support
    * H.263 deblocking filter (MMX optimized)
    * H.263 modified quantization support
    * H.263 slice structured mode support
    * Real RV20 decoder (with B-frame support)

Drivers:

    * VIDIX equalizer support in fbdev, svga and vesa
    * VIDIX colorkeying support in fbdev, svga and vesa
    * obsoleted option: -fb
    * new SiS 650/651/740/etc VIDIX driver
    * safer vo_directx direct rendering
    * massive nvidia_vid updates
    * gl2 updates
    * ggi now supports non-directbuffer rendering and slices
    * tdfxfb fixed on gcc 3.x
    * dfbmga updated, G200 support
    * colorkeying can be disabled
    * Radeon 9800 (R350) support in VIDIX
    * proper fix for buffer size workarounds in vo_zr
    * new vo_zr2 driver, which uses the advantages of the filter layer
    * fixed vesa when used together with pthread
    * runtime stay-on-top functionality (in almost all output drivers)
    * ALSA 1.x support

SWScaler:

    * updated MLib (Sun VIS) support
    * more accurate filters (rounding fixes)
    * MMX optimized UYVY output
    * eliminated chroma scaling bugs

Others:

    * fixed aspect and geometry
    * fixed compilation when libavcodec is missing (although it's a bad idea)
    * MTRR detection added to TOOLS/cpuinfo
    * FAAD detection in configure fixed/improved
    * improved FLAC configure detection
    * GUI file selector updated for newer formats
    * Fontconfig support
    * proper VobSub seeking support
    * removed oldskool libcss support (nobody uses it and has drawbacks)

MEncoder:

    * FFmpeg/libavcodec audio encoding support
    * exit if there's no video stream (avoids unexpected segfaults)
    * huge bug fixed (missing InitTimer call), screwed up timers in some cases
    * rawyuv (i420) 'encoder'
2003-12-12 22:09:02 +00:00
hamajima
103cdeb554 New package for qcamview-0.2, software for use with Logitech Quickcam Express USB cameras 2003-12-11 14:04:06 +00:00
hamajima
1cf3b52697 New package for phpsview-1.0, software for use with Philips USB cameras 2003-12-11 14:01:53 +00:00
jdolecek
83373140a2 bump PKGREVISION for latest change:
enable use of /dev/uscanner
problem reported and patch provided in pkg/23665 by Thilo Manske
2003-12-10 17:15:04 +00:00
jdolecek
1b464a2839 enable use of /dev/uscanner
problem reported and patch provided in pkg/23665 by Thilo Manske
2003-12-10 17:13:22 +00:00
wiz
03e1d78fb4 Update to 0.9.2.
Changes: no idea. NEWS file is empty. Web page is silent.
2003-12-08 22:51:55 +00:00
wiz
2cc7090e98 Update to 0.9.2:
Time-search and several small features and general bug fixes.
2003-12-08 22:51:15 +00:00
wiz
9d02e0e23a Update to 1.0pre2 (rc2).
Changes:

 DOCS:

    * Spanish and Russian translations almost finished
    * French, Hungarian, Polish translations updated
    * New Romanian translation started
    * numerous sections updated

Ports:

    * initial Amiga/MorphOS (through GeekGadgets) support
    * FreeBSD 5.x (libkse/libthr) support in win32 DLL loader
    * finally fixed the compilation on non-mvi capable alpha CPUs
    * OSD menu now works on MinGW
    * slave mode, vobsub and MEncoder support on Windows
    * MinGW 3.1.0 supports MPlayer out of the box!

Codecs and demuxers:

    * support for QuickTime version 6.3 DLLs
    * fixed some bugs in imported FAAD
    * disabled internal FAAD when using buggy GCC
    * --enable-externalfaad option to force using external FAAD library
    * imaadpcm bug fixed
    * ViVD v2 codec support (DLL only)
    * QuickTime codecs support inside Matroska
    * improved seeking inside Matroska
    * some bugs with DMO codecs have been fixed
    * fix for MOV files with bogus user data length
    * fixed some demuxers which read after the EOF
    * better RTP synchronisation
    * FLAC support through imported libmpflac

Filters:

    * new delogo filter (for removing TV channel logos)
    * presets support in swscaler filter
    * new audio filter export, for supporting visual effect applications
    * correct select handling in bmovl filter

FFmpeg/libavcodec:

    * better divx/xvid bug detection code
    * Id RoQ decoder
    * Interplay MVE decoder
    * WC3/Xan video decoder
    * Xan DPCM, DK3 & DK4 ADPCM audio decoders
    * detect old xvid with fourcc=DIVX
    * vp3 decoder fixes
    * improved the Alpha optimizations
    * x86 optimizations are threadsafe now
    * settable scene change threshold
    * better MPEG1/MPEG2 conformance encoder
    * quality improvement for high bitrate videos with trellis quantization
    * indeo3 decoder fixed
    * new options: mv0, cbp
    * DV video encoder
    * MPEG1 now works with Trellis quantization

Faad2:

    * synced to latest CVS
    * HE_AAC profile added
    * SBR QMF improvements
    * DRM updates
    * Covariance speedup
    * reduced memory usage
    * overall cleanups and fixes

Drivers:

    * VIDIX driver for nVidia cards
    * VIDIX and libdha ported to Windows
    * SDL on IRIX support
    * directfb2 fixed for latest directfb
    * opengl video output for Windows
    * smoother audio playback with alsa9
    * fullscreen and geometry support in directx
    * fullscreen support with opengl drivers
    * OSD fixed with svga
    * new cvidix and winvidix drivers
    * user settable colorkey

Others:

    * several leak fixes
    * selecting optimizations for PPC 7455 CPU
    * CPU detection code now measures speed on x86
    * unrarlib cleaned up a bit
    * updated the list of known x86 CPUs (including Opteron!)
    * alignment and smart line splitting option on subtitles
2003-12-08 19:20:49 +00:00
wiz
a6e105fbae Bump PKGREVISION for libogg (or, in 5 cases, libao) updates. 2003-12-08 14:41:38 +00:00
xtraeme
f794de2624 Bump PKGREVISION (libxml2, libxslt and imlib2 were updated). 2003-12-04 19:48:24 +00:00
xtraeme
4a04910f83 Updated to 1.1.0, provided by Min Sik Kim PR pkg/23630.
Changes:

	o imlib2-1.1.0 uses freetype2 instead of freetype1.
	o More bugfixes, etc.
2003-12-04 19:37:52 +00:00
adam
dc9a609f9d patch-aa changed: CDEBUGFLAGS removed, compiler flags will be taken from the default X11 config 2003-12-04 12:04:30 +00:00
markd
6b2ce1be48 Fix to build with gcc3. 2003-12-03 11:18:05 +00:00
martti
535df600f3 Updated xfce4 to 4.0.1
* Fixed panel crash with corrupted config file
  * Window management improvement
  * Improved handling of multiple selections in the file manager
  * French translations for the documentation
  * Translation updates
  * A new Gtk2 theme called "Xfce-winter"
2003-12-03 05:34:08 +00:00
xtraeme
ee6aad60b3 Updated to 2.3.16 provided by Min Sik Kim PR pkg/23559.
Changes since 2.3.15:

	art_render_gradient.c: revert the double comparison test in the
	asserts and comment out the two asserts causing crashes
	everywhere.
2003-12-03 02:39:21 +00:00
reed
2bde3ef1d3 Since ncurses is not buildlinked, then make sure that
curses is not used. This is so for pkgsrc-users who have a curses
and they use LOCALBASE=/usr, it won't be detected, configured,
and built with it. (Because then could break devel/SDL build later
due to missing libncurses.la.)

The real fix is to improve the buildlink system to work
with LOCALBASE=/usr too. But this will work until that is done.
2003-12-03 02:14:00 +00:00
xtraeme
822ff95fae Updated to 1.0.9. Provided by Min Sik Kim PR pkg/23596.
Changes since 1.0.2:

  o Added many icons.
  o Uninstall locale files at install time, since theme files already
    contains translations and we shouldn't install catalog files.
2003-12-03 01:52:30 +00:00
reed
6e28327b02 Make sure the *-config scripts are buildlinked too.
(As discussed on tech-pkg in late October; okay'd by wiz then.)
2003-12-03 01:32:08 +00:00
cube
06bc0da2b9 Update to version 1.2. Most notably, fixes malformed OGM header that made
files created with ogmmerge > 1.1 unplayable on Windows and broken on big
endian platforms.

Other changes:
1.2
	o Implemented reading older OGM files with the broken streamr
	  headers produced by ogmmerge < 1.1. Re-merging should be enough
	  to fix the headers.
	o Improved MP3 and AC3 detection.
1.1
	o ogmdemux skips empty packets in the text subtitle streams.
	o Updated the avilib to the latest version from mkvtoolnix.  It
	  should be able to handle OpenDML AVIs.
	o Added a --summary option to ogminfo which will display the size,
	  bitrate, number of packets/frames and total length in seconds for
	  each track.
	o Added an option, --omit-empty-packets, that will suppress the
	  creation of empty subtitle packets.
	o When splitting files the second and all following files have a new
	  chapter entry starting at 00:00:00 which is marked with
	  "(continued)".
	o Improved OS/X and BSD/OS compatibility.
	o Fixed the OGM stream headers again - they wouldn't play back on
	  Windows, and they would be broken on big endian systems.
2003-12-02 23:25:25 +00:00
recht
f167609795 update to 0.92.2
many changes / fixes (see NEWS for details)
including:

* Autorouting of orthconn lines.  Still fairly primitive, doesn't avoid
  objects, but at least goes the right way out of connectionpoints (when
  connectionpoints have their dirs set).
* Parenting.  Objects can now be set to be parents of others (so far, only
  the UML Large Package is set so by default).  Objects created into these
  or explicitly added are moved with the parent and cannot be moved
  outside.
* Dynamic grid that changes with zoom scale.
* Grid now has thicker line every n lines (default 5).  Stippled grid
  option removed.
* Mouse wheel(s) can be used to scroll and zoom.
* More diagram properties can be set for existing diagrams, and are loaded
  and saved.
* UML Component features:  Event sources and sinks.
* Improved undo of grouping and ungrouping.
* Updates of the Python plugin:
  - groups, rgb, and images can be manipulated
  - better svg parsing
* Gnome and Gnome HIG conformance better.
* Better text alignment in flowchart objects.
* Better SVG export.
* Better arrow head calculations.
* More tooltips.

This also fixes a gcc3 build problem.

ok'ed by wiz@
2003-12-02 22:32:48 +00:00
xtraeme
85f0383c92 Add other MASTER_SITE. 2003-12-02 06:57:46 +00:00
jschauma
6048206d2c As pointed out by jlam:
bump PKGREVISION on packages depending on graphics/glu due to latest shlib
changes there.
2003-11-30 22:58:40 +00:00
jschauma
fe2997a1d6 As pointed out by jlam: The shlib major for libGLU.so has
gone from 2 to 4, so the BUILDLINK_DEPENDS.glu in glu/buildlink2.mk
should be bumped to the latest version of the package.
2003-11-30 22:57:40 +00:00
kristerw
27f1404d57 Use GCC_REQD instead of USE_PKGSRC_GCC in order to increase the
likelihood that the aqsis binary and the libraries it depend on
will use the same libstdc++.

This makes this package build and install for NetBSD 1.6.
2003-11-29 03:50:42 +00:00
jschauma
4a8261aac4 As suggested by Ron Roskens in PR pkg/23489 (closing that PR):
use si-glu sources to build a libGLU that includes GLU Polygon Tessellator
functions and use this new functionality in MesaDemos.

Bump PKGREVISIONs.
2003-11-28 18:41:03 +00:00
adam
a238820bd2 PLIST fix: man pages for uncompface 2003-11-28 11:31:30 +00:00
explorer
624442af95 bump to 1.40 2003-11-26 19:52:18 +00:00
abs
fa2844bfea Update p5-Image-Size to 2.992 (also fix '@echo not found' build issue
with perl58)

Changes since 2.991:

* Added support for FlashMX (Shockwave Flash ver. 6), as contributed by
  Victor L Kuriashkin <victor@yasp.com>.
2003-11-26 11:19:09 +00:00
salo
f4cfbd40fe Remove references to non-existent files.
From Soren Jacobsen via PR pkg/23537.
2003-11-23 07:22:10 +00:00
abs
541a6bb9d6 Contents of distfile have changed (Makefiles and suchlike regenerated with
automake 1.4-p5 rather than automake 1.4). Update distinfo and use
DIST_SUBDIR to avoid breaking systems with previously downloaded distfiles.
No PKGREVISION bump as no functional change.
2003-11-20 10:06:22 +00:00
markd
ba8c0c3c0b Update ivtools to version 1.1.0.
Fixes build with gcc3 and hopefully Alistair's bulk build.
Explicitly not updated to version 1.1.1 because while that version
builds with gcc3 with fewer patches it completely breaks gcc2.

Changes:
October 29th, 2003  ivtools-1.1.0

- re-enable use of shared memory for X11 image rendering under MacOS X

- fix command passed to popen() to detect executables on MacOS X

- fix up some AttrValue stuff

- all the changes it took to get it built with ACE on MacOS X (though
it doesn't work yet).

- the cpp bundled with gcc-3.3 has a bug, and gets confused by
back-slashed commas in macro arguments (it thinks they start a new
argument, which they don't).  This introduced a problem to long stable
config files, but a workaround is here.

- this also fixes things so FreeBSD can configure on alpha architectures.

- add -svgexport flag to drawtool that by default suppresses (the
incomplete) SVG export mechanism.
2003-11-18 21:09:18 +00:00
jschauma
87938dc3b7 Finally update Mesa and friends after the distfile changed on the website
without a version bump.  Changes made, according to the website, for
libtool/autofoo fixes.

Some changes from Ron Roskens:
glut depends upon graphics/glu (otherwise its linked against X11R6 libs)

MesaDemos:
 rather than using the pre-built distribution makefiles,
 use the automake/configure built makefiles which have
 the build dependencies all setup.

This closes PR pkg/23476.
2003-11-18 16:10:55 +00:00
recht
06d188b5a7 Fix typo: s/misc/graphics/ 2003-11-17 00:45:58 +00:00
cube
3d973f92b6 Correctly include X11/keysymdef.h, through keysym.h to get all definitions
and allow compilation of Number.c on XFree86 4.3 systems.
2003-11-16 15:58:52 +00:00
jschauma
fe19bb05b5 PKGREVISION++ after openssl update. 2003-11-12 03:39:39 +00:00
salo
f35979c642 PKGREVISION++ due to devel/popt update. 2003-11-12 01:31:47 +00:00
xtraeme
ea65b4a4cc Update to 1.3.5 provided by Soren Jacobsen PR pkg/23403.
Changes since 1.3.4:

* Added option to rotate image based on Exif.
* Added advanced view for exif data, shows all data in the file.
* The list of supported file formats is now built by querying gdk-pixbuf.
  Installing additional image loaders (for example the one in
  librsvg2 for SVG files) will now be enabled automatically.
* Fix crash when filesystem filenames are not UTF-8 even though the
  system settings claim they are.
2003-11-10 02:03:17 +00:00
dmcmahill
a21f8b509e use ${LOWER_OPSYS} rather than "netbsd" when locating the Imake template
file to use.  Also, on Solaris, avoid passing "-a" to xmkmf which will
cause the openwindows makedepend to be called which in turn will fail
as it was compiled with MAXFILES set too low.  These changes fix
compilation on Solaris.
2003-11-09 21:26:06 +00:00
jschauma
6e2383474d Patch Mesa's Makefile to use '-fno-strict-aliasing' rather than '-fstrict-aliasing',
as the code contains unsafe use of aliased pointers.
As suggested by tls@ in PR pkg/23381, closing said PR.
2003-11-09 02:23:18 +00:00
reed
2ae0acdd1a xine-remote is built with curses. (Okay'd by wiz.) 2003-11-09 00:57:12 +00:00
reed
b1657adbcb The xine-lib plugins (libraries) are built with libfreetype.so.
So add freetype2 buildlink2.mk so it will be used in build.
Noticed problem when building xine-ui. (Okay'd by wiz.)
2003-11-09 00:52:46 +00:00
xtraeme
6660a2c1dc Upgrade to 6.3.20. Update provided by Osamu OISHI in PR pkg/22800.
No Changelog available on the website/sources.
2003-11-08 10:13:10 +00:00
gavan
3cdf51cc4d Set USE_GCC_SHLIB. Fixes linking on Solaris. 2003-11-07 14:48:07 +00:00
gavan
ed267625cf Set USE_GCC_SHLIB. Fixes linking on Solaris. 2003-11-07 14:20:05 +00:00
gavan
49fd8b358c Set USE_GCC_SHLIB. Fixes linking on Solaris. 2003-11-07 13:04:00 +00:00
gavan
7045e2ce41 Set LIBTOOL_OVERRIDE. Fixes linking on Solaris. 2003-11-06 19:29:06 +00:00
gavan
eb5d41c2e6 Set LIBTOOL_OVERRIDE. 2003-11-06 19:25:09 +00:00
markd
254de8c92e Some plugins arent built if you don't have a shared libXv.
Should fix PR pkg/23025 and Alistair's bulk build.
2003-11-05 21:33:42 +00:00
kristerw
d16c9bb464 Regen after DIST_SUBDIR change in mplayer-share. 2003-11-03 20:12:20 +00:00
agc
314ac1b8ef The distfile has been changed on the ftp site without a corresponding
version number bump.

Bump PKGREVISION for this, and set DIST_SUBDIR accordingly.

The change to the distfile consisted of:

diff -u -r old/libgdgeda-2.0.15/config/libgdgeda.pc.in new/libgdgeda-2.0.15/config/libgdgeda.pc.in
--- old/libgdgeda-2.0.15/config/libgdgeda.pc.in 2003-07-01 22:29:48.000000000 +0100
+++ new/libgdgeda-2.0.15/config/libgdgeda.pc.in 2003-09-08 01:20:58.000000000 +0100
@@ -7,5 +7,5 @@
 Description: gEDA's hacked version of gd
 Requires:
 Version: @VERSION@
-Libs: -L${libdir} -lpng -lz -lm
+Libs: -L${libdir} -lgdgeda -lpng -lz -lm
 Cflags: -I${includedir}/libgdgeda
2003-11-03 10:51:46 +00:00
kristerw
4a9a1699ee Regen after DIST_SUBDIR change in mplayer-share. 2003-11-03 01:00:08 +00:00
kristerw
1dc59319c7 Add version number to the DIST_SUBDIR (because some of the distfiles
does not have rev. numbers in their names, so the recent updates may
cause conflict for users having older distfiles lying around...)
2003-11-03 00:59:05 +00:00
dillo
bf301a2b98 take over maintainership 2003-11-03 00:36:02 +00:00
taca
0aa4696a9f Proper use of buildlink2 frame work and it should fix bulk build problem.
Thanks to PR pkg/23338 submitter, Ron Roskens.
2003-11-02 17:50:05 +00:00
cube
2f7dbc6ddc Set myself as the maintainer. 2003-11-01 21:36:54 +00:00
wiz
bd85e83a95 Remove USE_X11BASE too (still from PR 23336). 2003-11-01 18:26:49 +00:00
wiz
9377adffcc Update to 1.3.4. Closes PR 23336 by Soren Jacobsen.
Changes:
- Added result window for output of editor commands.
- Fix application hang until external editor commands finish.
- utf8 fixes, filenames in application now stored as utf8.
- Fix copy/move overwrite auto rename option.
- File selection fixes.
- Fix crash when window dimensions result in hidden image.
- Memory leak fixes (several minor, two major).
2003-11-01 18:25:36 +00:00
cube
1cfe78b3a8 Source tarball was changed (updates to the PostScript template,
apparently), so the checksum changed too. Fixes PR pkg/23333.

Also, I sent a mail to the author asking him to version his tarballs, so
we don't get that kind of trouble anymore.
2003-11-01 14:48:31 +00:00
cube
dae28a7b95 Update to 2.7.0.
o chmod -> ${CHMOD} in Makefile
o Actually, the PLIST update predates 2.7.0 release. Previous revision of
  PLIST was wrong for the distfile of version 2.6.1. Also, previous
  revision of distinfo had a wrong sum for the distfile since it was
  updated. Bleh.

Change in 2.7.0:

  o DVD case inside inserts are now supported, --create-dvd-inside option
2003-11-01 13:18:44 +00:00
reed
b29732d3f2 Change MAINTAINER from packages@ to tech-pkg@. (Noticed by jmmv.) 2003-10-31 19:09:14 +00:00
grant
d007a14df0 add -I${BUILDLINK_PREFIX.freetype2}/include/freetype2 to CPPFLAGS so
that packages can find header files in freetype/.
2003-10-30 12:28:56 +00:00
dmcmahill
00532d256b Fix the libtool override so that we actually override the correct thing.
Fixes PLIST problems on Solaris.
2003-10-29 23:15:27 +00:00
kristerw
11ca9b4abe Override config.guess and config.sub to make the pkg recognize shark. 2003-10-28 23:09:51 +00:00
reed
61904ea21c Use correct freetype-config (just in case system has another in path). 2003-10-28 18:55:36 +00:00
kristerw
1b2035cd81 Remove PKGREVISION from the mplayer-share/Makefile.common, to
prevent it shadowing the one in gmplayer/Makefile.
2003-10-26 22:51:34 +00:00
kristerw
ea1c10587e Regen after the recent change of a patch in ../mplayer-share. 2003-10-26 22:48:36 +00:00
kristerw
354c07b852 Regen after the recent change of a patch in ../mplayer-share. 2003-10-26 22:34:07 +00:00
kristerw
7519c0dd5e The AlienMind skin has been updated on the master site. Update it
in the package too.

From Todd Vierling in PR pkg/22990.
2003-10-26 22:01:04 +00:00
tron
70bfa31f5d Regen. 2003-10-26 14:54:56 +00:00
tron
b49ffa5fe3 Regen. 2003-10-26 14:51:21 +00:00
tron
c0805ca048 Solve GCC version problem by patching the "configure" script because the
"--disable-gcc-checking" makes the build interactive.
2003-10-26 14:26:25 +00:00
tron
a47d583e8f Remove configuration option "--disable-gcc-checking" which is now added
by "pkgsrc/graphics/mplayer-share/Makefile.common".
2003-10-26 14:05:25 +00:00
tron
3dfbe2d56e Disable GCC version check. While it was added to reject GCC 2.96 (which
was never used in "pkgsrc") it now also reject NetBSD-current's
GCC 3.3.2-nb1.
2003-10-26 14:01:26 +00:00
wiz
d33924c11a Update to 1.3.3.
Changes:
Added safe delete option (trash buffer), off by default.
Duplicate image results now grouped using rank, closer matches are listed first.
Results for comparing two file sets now display which list contains each image.
Sorting of filenames is now case insensitive by default.
Prebuffer next image option also retains the previous image.
Automatic list/image refresh now optional.
Size of the exif sidebar can now be adjusted.
Added undo to the sort manager.
Delete and rename dialogs now display the effected image.
Added --alternate command line option to enable testing the alternate image similarity algorithm.
Updated German and Spanish translations.
Added current folder (.) back to the simple folder list.
Increased editor slot count to 10, updated the defaults.
Removed redraw flicker when entering fullscreen.
Grey out suboptions when parent is disabled in preferences.
Exif flash display fix.
2003-10-26 08:26:45 +00:00
grant
62732b9100 replace <malloc.h> with <stdlib.h>, allowing this to build on systems
without a working <malloc.h>, eg. FreeBSD 5.x.
2003-10-26 06:50:10 +00:00
xtraeme
e1eac4a3f3 Updated to 0.98. PR pkg/22935, Min Sik Kim <minskim@bawi.org>.
Changes:

20030815 version: exiftags 0.98
20030807 fixed some Fuji, Minotla, Nikon byte order bugs/dependencies
20030806 internal code cleanup to nicely support multiple tag sets
20030806 internal code cleanup to allow different IFD byte orders
20030806 added Sanyo maker note support
20030805 added support for Nikon D1X
20030805 fixed crash on Minolta DiMAGE EX
20030802 fixed offset check bug for ascii strings
20030801 added support for GPS info tags
20030622 fixed crashes on badly formed comments, type mismatches
20030622 added Canon 10D custom function support (thanks: Jason Montojo)
20030211 tweaked Canon 1D/1Ds custom function support
20030204 version: exiftags 0.97
20030204 fixed byte order bug displaying Exif version
20030128 assign bad or senseless tags separate dump level
20030124 internal code cleanups
20030123 assign overridden tags separate dump level
20030121 support for Canon EOS-1D & 1DS (thanks: Stan Jirman)
20030120 added -s option to customize delimiter
20030120 support for multiple shorts in a tag (e.g., subject area)
20030112 added Minolta maker note support (thanks: Javier Crespo)
20030104 removed spurious Exif header warning (thanks: Kevin Layer)
20030104 Canon ISO values (thanks: Alan Murphy)
2003-10-24 01:44:35 +00:00
mrg
148e47e0bb remove some linuxisms from a ppc assembly file.
approved by wiz@.  fixes my PR#23241.
2003-10-24 00:49:04 +00:00
hubertf
524abfd827 Don't call exit(3) without arg. No idea why the compiler ate that before,
but in -current with gcc 3.x that's definitely a (valid) error.
Noted in PR 23197 by Harry Waddell, caravan.com BANG waddell.
2003-10-20 02:41:29 +00:00
cjep
34e102913e Whitespace fixes 2003-10-18 13:08:48 +00:00
grant
436325f74a only build with cdparanoia support if cdparanoia is present. 2003-10-18 11:54:33 +00:00
grant
3c0e638f39 disable arts on Solaris, as it is currently broken 2003-10-18 11:51:09 +00:00
salo
639c9d97b1 - USE_X11 (duh!). Should fix the breakage as seen in the latest hubertf's
bulk-build.
- Make it compile with gcc3.
- Sort PLIST.
2003-10-14 16:22:21 +00:00
salo
dda4ec6513 Backout previous. 2003-10-14 14:05:00 +00:00
salo
8da44fd13e USE_BUILDLINK2. (ugh, how this could ever worked..)
Should fix the breakage seen in the latest hubertf's bulk-build.
2003-10-14 12:31:18 +00:00
salo
67166c079e Add missing pkgconfig file. 2003-10-14 12:26:32 +00:00
cube
667f00e7ef Update to mpgtx-1.3. OK'd by wiz@. Closes PR pkg/19082.
30 August 2002 (Version 1.3):
 [pb]   -Added support and fixes for mpeg2 muxed files. mpgtx should now split and join mpeg2 files correct
 [pb]   - Improved mpgtx knowledge about length of mpeg2 movies
 [pb]   - removed bug which was introduced in 1.2 where demuxing was broken

18 August 2002 (Version 1.2):
 [pb]   - mpgtx is now able to search for a valid pack through a whole file (-X)
 [pb]   - added option to suppress progress output (faster) (-N)
 [pb]   - fixed a bug where a buffer is at end and data could not be processed -> unplayable movies
 [pb]   - increased file buffer for better performace to 2MB
 [pb]   - added option to change the aspect ratio of a movie (-A )
 [pb]   - added option to keep junk headers in splits (-P)

27 August 2001:
 [la]   - mpgtx now supports MPEG streams with leading zeros and skip them gracefully
 [la]   - added some support for ill-formed system streams that don't begin with a PACK
          header.
          (both, thank to Søren Roug)

22 August 2001:
 [la]   - Created a home made configure script that automagically checks
          Large File support and GCC 3.0 tricks to produce correct CFLAGS
          and LFLAGS.

20 August 2001:
 [la]   - Restored compatibility for systems older than glibc2.2+
          to enable large file support build with `make lfs-support'

10 August 2001: (large file support)
 [ms]   - support for files larger than 2GB on systems supporting Single UNIX
          Specification 2.0. Requires glibc2.1+ for build but actual support
          requires both glibc2.2+ and Linux kernel 2.4+
 [la]   - Cosmetic changes
          (The Entire Large File Support code is the courtesy of Mattias Sandgren
           Please stand up and applause )

6  August 2001
 [la]   - tagmp3 used to return 1 even on success. changed that so that it could be
          used in scripts.
          (A big thank to C. R. Johnson for that.)
2003-10-11 14:59:58 +00:00
grant
68fd50e391 bump PKGREVISIONs after bump of expat BUILDLINK_DEPENDS. 2003-10-11 13:40:19 +00:00
tron
dfdd8d3ffb Update homepage URL. 2003-10-08 07:50:38 +00:00
danw
93611ee472 Use LIBTOOL_OVERRIDE instead of LTCONFIG_OVERRIDE. Fixes PR 20520
(Darwin build)
2003-10-08 02:21:32 +00:00
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
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
jmmv
80192cd02a nasm-devel is now nasm. 2003-09-17 16:40:43 +00:00
xtraeme
28678d5efc Updated to 1.43.
Patch provided by Adrian Portelli <adrianp@stindustries.net> via PR
pkg/22463.

Changes:


1 July 2003

- Fixed yet another division by 0 problem, for two_axes.
- Added more tests to axestype.t
- Cleaned up other test files.
- Release 1.43

19 June 2003

- Fixed another division by 0 problem, introduced in 1.41
- Added test t/axestype.pm, which now tests for division by 0 error.
- Released 1.42

17 June 2003

- Removed file BUGS from distribution. Too much work to keep up to
  date. Use rt.cpan.org, or email.
- Fixed skip() calls in tests to work with ancient versions of
  Test.pm.
- Made GD::Graph::Data::read() work with file handles under Perl
  5.005.
- Released 1.41

16 June 2003

- Fixed when zero axis inclusion is done for bar and are charts.
- Fixed code to reserve area for hbar charts last y axis label

11 June 2003

- Added no_axes option, changed sample56 to reflect this

30 May 2003

- Added version number for GD::Text PREREQ_PM
- Allow GD::Graph::Data::read() to read from file handle, instead of
  file
- Added tests for data file reading, and test data
- Release version 1.40

24 Feb 2003

- How come I never noticed this before? Right axis was disappearing
  when r_margin was zero.

22 Feb 2003

- Added patch by Ben Tilly from RT ticket 203 (manually, and much too
  late) to fix problems with picking decent values for axes when
  two_axes set to true. Added sample 57

20 Feb 2003

- Removed cetus font, because of unknown copyright status.
- Release 1.39 (skip 1.38, internal release)

11 Feb 2003, continued after 1.37 release

- Fixed version numbering
- Added limited, preliminary get_feature_coordinates support.

11 Feb 2003

- Fixed =head1 in GD/Graph/FAQ.pod
- release 1.37

10 Feb 2003

- Added some tests, mainly to make the CPAN testers happy :) The best
  way to test is still to use the samples.

- Preparation for 1.36

Jan 2003

- Made detection of output formats more robust. Newer GDs break on
  simply testing with UNIVERSAL::can.
- Added some documentation on error handling.

2 Jun 2002 - 21 Jun 2002

- Fixed various bugs:
  - Area charts don't allow undefined variables, die on hotspot code
  - allow "0.00" to be equal to 0 when determining min and max values
    for axes
  - fixed shadows for cumulative bars

- Preparation for release 1.35

9 Jun 2002

- I just realised this file is severely out of date. I'll only keep
  track of the really big changes here, since I really can't remember
  what I've fixed and changed sine 1.33, and it's really too much work
  to go through all CVS comments.
- Added hbars.pm, and put most of the framework in place to allow the
  other charts to be plotted rotated as well.
- preparation of release 1.34
2003-09-16 13:37:47 +00:00
xtraeme
f1320ea396 Fix PLIST (Remove unused files, discovered by hubertf's bulk-build). 2003-09-16 12:03:41 +00:00
adam
1e8ceb0abc Added a patch to make freetype-utils compile with gcc-3.x (PR#22444) 2003-09-16 11:56:59 +00:00
adam
e9858718e4 PKGCONFIG_OVERRIDE added 2003-09-15 08:48:41 +00:00
recht
e914ab3288 hange extension.mk to also install optimized files for distutils packages.
Inspired by FreeBSD "ports".

Fix the PLISTs accordingly.
Also, while at it, remove now obsolete compileall.py calls in post-install
targets and insure that extension.mk is in included before builinlinks of
other Python modules.

Discussed with/ok'ed by drochner@.
2003-09-14 16:43:45 +00:00
jlam
0aa210c78e Provide definitions for BUILDLINK_PREFIX.<pkg> when the dependency may be
satisfied by a base system (X11R6) component.
2003-09-14 01:47:51 +00:00
jlam
c74a02ee07 Need to use :C instead of :S to get the "pop" action to work properly. 2003-09-13 23:21:19 +00:00
adam
1db4d5a465 LATEST CHANGES BETWEEN 2.1.5 and 2.1.4
I. IMPORTANT BUG FIXES
    - Parsing the /CIDFontName field now removes the leading slash to
      be in sync with other font drivers.
    - gzip support was buggy. Some fonts could not be read.
    - Fonts which have nested subglyphs more than one level deep no
      longer cause a segfault.
    - Creation of synthetic cmaps for fonts in CFF format was broken
      partially.
    - Numeric font dictionary entries for synthetic fonts are no longer
      overwritten.
    - The font matrix wasn't applied to the advance width for Type1, CID,
      and CFF fonts. This caused problem when loading certain synthetic
      Type 1 fonts like "Helvetica Narrow"
    - The test for the charset registry in BDF and PCF fonts is now
      case-insensitive.
    - FT_Vector_Rotate rotating sometimes returned strange values due to
      rounding errors.
    - The PCF driver now returns the correct number of glyphs (including
      an artificial `notdef' glyph at index 0).
    - FreeType now supports buggy CMaps which are contained in many CJK
      fonts from Dynalab.
    - Opening an invalid font on a Mac caused a segfault due to
      double-freeing memory.
    - BDF fonts with more than 32768 glyphs weren't supported properly.

  II. IMPORTANT CHANGES
    - Accessing bitmap font formats has been synchronized.  To do that
      the FT_Bitmap_Size structure has been extended to contain new
      fields `size', `x_ppem', and `y_ppem'.
    - The FNT driver now returns multiple faces, not multiple strikes.
    - The `psnames' module has been updated to the Adobe Glyph List
      version 2.0.
    - The `psnames' module now understands `uXXXX[X[X]]' glyph names.
    - The algorithm for guessing the font style has been improved.
    - For fonts in sfnt format, root->height is no longer increased if
      the line gap is zero.  There exist fonts (containing e.g. form
      drawing characters) which intentionally have a zero line gap value.
    - ft_glyph_bbox_xxx flags are now deprecated in favour of
      FT_GLYPH_BBOX_XXX.
    - ft_module_xxx flags are now deprecated in favour of FT_MODULE_XXX.
    - FT_ENCODING_MS_{SJIS,GB2312,BIG5,WANSUNG,JOHAB} are now deprecated
      in favour of FT_ENCODING_{SJIS,GB2312,GIB5,WANSONG,JOHAB} -- those
      encodings are not specific to Microsoft.

  III. MISCELLANEOUS
    - The autohinter has been further improved; for example, `m' glyphs
      now retain its vertical symmetry.
    - Partial support of Mac fonts on non-Mac platforms.
    - `make refdoc' (after first `make') builds the HTML documentation.
      You need Python for this.
    - The make build system should now work more reliably on DOS-like
      platforms.
    - Support for EMX gcc and Watson C/C++ compilers on MS-DOS has been
      added.
    - Better VMS build support.
    - Support for the pkg-config package by providing a `freetype.pc'
      file.
    - New configure option --with-old-mac-fonts for Darwin.
    - Some source files have been renamed (mainly to fit into the 8.3
      naming scheme).
2003-09-13 08:32:18 +00:00
xtraeme
058716ce45 This needs libexif to compile. 2003-09-13 04:57:42 +00:00
wiz
5329a24ecd Update for distfile change:
205a206
>   image->storage_class=DirectClass;
1179a1181,1182
>   if (!image->matte)
>         SetImageOpacity(image,OpaqueOpacity);
diff -r a/ImageMagick-5.5.7/magick/log.c b/ImageMagick-5.5.7/magick/log.c
503c503
<       count=0;
---
>       (void) MagickSeek(file,0,SEEK_SET);
diff -r a/ImageMagick-5.5.7/magick/version.h b/ImageMagick-5.5.7/magick/version.h
28c28
< #define MagickReleaseDate  "08/07/03"
---
> #define MagickReleaseDate  "09/09/03"

Closes PR 22767 by Ben Collver.
2003-09-12 22:10:45 +00:00
jmmv
2959367cb6 Use gcc2 under 1.5.x to fix build. Closes PR pkg/22451 by Ian Fry. 2003-09-12 21:46:46 +00:00
grant
ac2754dcb7 kill all references to gcc.buildlink2.mk and compiler.mk, and define
USE_GCC2 or USE_GCC3 where appropriate.

the functionality of the old gcc.buildlink2.mk has been rolled into
compiler.mk now, which is automatically used.

more changes to come later...
2003-09-12 20:07:06 +00:00
recht
2596582f25 gcc.buildlink2.mk is no more. So, include compiler.mk instead. 2003-09-12 17:55:51 +00:00
simonb
985cac25f6 Oops, missed this file with 0.2.24 update. 2003-09-12 01:48:16 +00:00
simonb
8aec4500b8 Update to 0.2.24. Changes include:
# "Auto fit without zoom in" feature has been fixed.
  # Added "Fit width" and "Fit height" feature.
  # The bug that sometimes mplayer fails to start playing has been fixed.
  # Fixed double freeing bug of JPEG loader.
   (Thanks! > sheepman <sheepman@tcn.zaq.ne.jp>)
  # Fixed a bug in DnD support
    (Thanks! > MINAMI Hirokazu <h_minami@users.sourceforge.net>)
  # Remove trailing slash when create directory.
    (Thanks! > Douglas Brebner <douglas+mail@fang.demon.co.uk>).
  # Updated libexif to 0.5.11.
  # Other code improvements.

The "Remove trailing slash when create directory" change in particular
makes this package work much better under NetBSD.
2003-09-12 01:47:39 +00:00
jmmv
10ce8d7590 Update to 1.10a:
* Support for Xft2 + fontconfig. If you are not familiar with these words,
  please see FAQ and README.xft2 for more information.
* Support for new directive %tab 0 which can be used to apply a list of
  directives to lines that start with a non-tab character.
* For security reasons, we have changed mgp so that directives that fork a
  process are not processed by default. The -U option must be specified in
  order to process such directives.
* Introduced %opaque directive. Please see SYNTAX for detailed information.
* Support for  iso8859-2 encoding for mgp2ps.
* Introduced -X option for mgp2ps to suppress the use of the specified
  rendering engine.
* Introduced escape char '\' to display lines that start with '#'.
* Many bug fixes.
2003-09-11 16:09:40 +00:00
jmmv
c12ebcc647 The Cyrus theme has changed: README and readme files included in it were
unified in REAME (it seems to have a typo, so expect another change...).
Bump PKGREVISION to 1.  Fixes PR pkg/22703 by Steven M. Bellovin.
2003-09-11 15:39:52 +00:00
jmmv
06a53babe4 Share distinfo and patches directory with plotutils, to let this build
with gcc3 too.

Pointed out by Kouichirou Hiratsuka; this is related to PR pkg/22443.
2003-09-11 10:02:25 +00:00
dmcmahill
56d5bb9f55 update to libgdgeda-2.0.15. This version is based on gd-2.0.15 and is
required for the geda-20030901 release.  A complete change list is not
available.
2003-09-10 23:27:32 +00:00
jmmv
60a4b23cfb Move configuration files to the examples directory and use CONF_FILES to
copy them to sysconfdir.  Bump PKGREVISION to 1.
2003-09-10 22:35:53 +00:00
itojun
7b011b289a graphics/resize_image 2003-09-10 21:51:22 +00:00
itojun
5958417939 resize_image, fast image resizing tool 2003-09-10 21:44:46 +00:00
jmmv
cc1e71fbb9 Explicitly disable gd (to avoid side-effects if present). Fixes PR pkg/19839
by David Griffith.
2003-09-09 16:23:49 +00:00
jmmv
c8b727e234 Fix build with gcc3 using patches provided by Kouichirou Hiratsuka.
Closes PR pkg/22443.
2003-09-09 14:52:54 +00:00
adam
fb9a800d9b Oops, quickly added TIFF support as well 2003-09-09 13:41:11 +00:00
adam
ab4969a701 Changes 1.2.3:
* Fixed memory leak with non-seekable SDL_RWops
* Added 24-bit support to the ILBM format loader
* Added shared library support for MacOS X
* The JPEG loader can now load EXIF format JPEG images
* The XCF loader now ignores invisible layers and channels
2003-09-09 13:36:56 +00:00
adam
d8b8a3d987 Changes 2.3.15: bug-fixes 2003-09-08 15:28:38 +00:00
jlam
dd3216b3ca buildlink3.mk file needed by x11-links. 2003-09-07 19:43:36 +00:00
jlam
7c1979750e This is Mesa/GLX, not freetype2. 2003-09-07 19:36:26 +00:00
jschauma
c4a4a453fe Make this compile on Irix.
(use 'ar rs' instead of ranlib on Irix, don't use '-fPIC', make sure
strdup is properly prototyped)
2003-09-07 17:22:15 +00:00
hubertf
0cd7644924 fixup 2003-09-07 00:42:23 +00:00
tron
d4b468a600 Use "ftp.fu-berlin.de" as primary master site because "ftp.uu.net" seems
to cause problems for some people, see PR pkg/22679 and PR pkg/22696.
2003-09-05 18:53:30 +00:00
jlam
440bc402a1 Move BUILDLINK_CHECK_BUILTIN.<pkg> documentation into bsd.buildlink3.mk. 2003-09-05 11:39:02 +00:00
drochner
2bf31603b1 update to 0.9.22
As usual, this release fixes a few bugs.
It also comes with new features, such as a splash screen, support for
multibyte character sets, optionally persistent playlist...
2003-09-05 10:00:50 +00:00
drochner
5a6e7d5636 update to 1-rc0a
As usual, there have been both bugfixes and new features. Most notably,
there's a  new "broadcast" mode (allows you to play the same session on
two, or possily more,  xine instances on the same network) and an
advanced deinterlacer based on the tvtime project.
2003-09-05 09:58:36 +00:00
adam
6aeb12a85f Revision bump, because ImageMagick's shared library version change 2003-09-03 13:23:32 +00:00
adam
90ae3640d3 Revision bump, because ImageMagick's shared library version change 2003-09-03 12:25:07 +00:00
adam
2552c5da92 Bug-fix release; shared library major version is now 6 (not 0) 2003-09-03 11:59:20 +00:00
jmmv
e2475bde3b Update to 1.0pre1 (renamed to 1.0rc1 for pkgsrc):
mplayer (1.0)
  pre1:  "Development" on the beach
    NOTE: the mplayer 'main' branch was forked at the time of 0.90-rc4, so
    0.90-rc5 (and later 0.90 releases) changes are independent!
    (it also means that there are main-only and 0_90-only changes)

    DOCS:
    * DOCS/Language/ dirs renamed to DOCS/id, English files moved to DOCS/en
    * HTML --> XML format conversion (English, Russian and French for now)
    * new Spanish DOCS translation
    * man page restructured, options ordered
    * Finally merged libavc-option.txt into the man page.
    * slave mode commands moved from the man page to DOCS/tech/
    * traditional Chinese help file added
    * massive help file updates, most languages are up to date now
    * new and improved Windows port section with Cygwin and MinGW subsections
    * almost all options documented
    * fixes and small updates all over the place

    Big/Structural changes:
    * linux/ dir renamed to osdep/
    * postproc/postproc* files moved to libavcodec
    * old libmpeg2 replaced with patched version of the 0.3.1 release
    * docs priority & installation (--language=ab,cd,ef,all and so on)
    * yuv2rgb conversion removed from most vo drivers (like fbdev, gif89 etc)
    * -vop option obsoleted by reverse-order -vf, big config layer changes
    * stream layer "cleanup", -dvd -> dvd:// etc
    * autosub fuzziness, it tries to load all subs with similar filenames
    * removed the whole old config reader, leaving only the newer one
      (no backward compatibilty!)

    Ports:
    * HP-UX fixes
    * Ported to Darwin / Mac OS X (with extra accurate Darwin timers)
    * Ported to Win32/MinGW (including network, timers, getch etc)
    * win32 codecs DLL support on Win32/Cygwin (and MinGW too!)
    * Lots of PPC (including Altivec) optimizations
    * Some ARM fixes
    * Alpha fixes (especially non-gcc3 support)
    * Initial Hitachi SuperH support (SH3/SH4)

    Codecs/demuxers support:
    * realaudio win32 DLLs support
    * various realaudio/realvideo fixes, including WxH bugs, Sipr etc
    * various realmedia a-v sync fixes
    * realaudio v4 demuxer
    * realaudio 14_4 and 28_8 codecs support (both binary DLLs and native code)
    * realmedia rtsp:// support (independent from the live.com rtsp stuff!)
    * Matroska demuxer
    * demuxer: enabling mpeg4-es autodetection, h264-es support
    * .wav extradata parsing (for truespeech, atrac3 etc)
    * MPEG-TS (Transport Stream) and TIVO demuxers
    * DVB (Digital Video Broadcasting) input driver
    * hwac3: DTS passthru support
    * new filters: down3dright, detc, telecine, tfields, ilpack, ivtc, dsize,
      tinterlace, pullup (mmx optimized!), framestep, tile
    * vf layer: slices support (crop, expand, swscale only)
    * vf scale aspect fixes
    * swscaler: cleanup & API change, yv12 -> yuy2 in alpha asm, -fPIC
      compileable
    * swscaler: brightness/cont/sat. and different YUV matrices support
    * NUV encoding
    * SGI image files decoding (-mf)
    * Theora video (using libtheora/libogg) support
    * DivX.com 5.0.5 libs support
    * support for latest XviD en/decoder features
    * decoder for Hauppauge PVR 250/350 MB-YUV format (fourcc HM12)
    * support for Vanguard's win32 h264 etc codecs
    * Video for Linux 1: various bugfixes, video eq support
    * Video for Linux 2 support
    * TV support: kick-ass image format handling
    * mp3lib: moved the assembly sources into gcc inline assembly (c)
    * mp3lib: sync with mpg123 0.59s-pre
    * mp3lib: final layer-1 support
    * mp3lib: skip trashed first mp3 frame, fixes lot of buggy/misdetected
      files
    * imported a working FAAD version
    * 8BPS (Planar RGB) support
    * working DVD (libmpdvdkit) support for Cygwin/MinGW

    FFmpeg/libavcodec:
    * libavcodec: static,const,compiler warning cleanup, UINTX -> uintx_t
    * old HuffYUV v1 support
    * PAL 4:1:1 SMPTE 314M DV streams support, NTSC DV last MB column fix
    * fixing padding bug autodetection for some rare files
    * DspContext.(i)dct_* bitexact cleanup
    * user settable quantizer bias
    * MPEG1 slice encoding support
    * MSMPEG4 2-pass support
    * H264 video decoding
    * Indeo 3 video decoding
    * VP3 video decoder (buggy somtimes)
    * Sorenson 3 (SVQ3) video decoder (it's actually a h264 variant)
    * 3IV1 (3ivx v1) decoding
    * ASV1 (ASUS Video v1) and ASV2 (ASUS Video v2) en/decoding
    * Improved SVQ1 decoding (using FFmpeg VLC functions)
    * truncated unary binarization, unary k-th order exp golomb binarization :)
    * FFV1: lossless YUV codec, compresses a lot better than huffyuv, but
      slower
    * lossless MJPEG en/decoding, pegasus "pseudo yuv" (=RCT) decoding
    * ATI VCR1 and VCR2 decoding
    * full featured SH4 optimizations
    * ARM optimized simple_idct
    * MPEG2 encoding
    * PSX MDEC decoder
    * user settable quantization matrices

    Drivers:
    * x11_common: fix detection of metacity
    * x11_common: 10l fix in original layer detection code
    * x11_common: extended fstype config options
    * x11_common: smooth window moving
    * tdfx_vid driver (3dfx cards overlay with AGP support)
    * vo_xover: general x11 overlay driver, currently only tdfx_vid uses it
    * mga_vid: various fixes, 16MB G400 detection, support for multiple cards
    * new svgalib vo driver
    * vo_directfb2: triple buffering support, configuration sys changed, fixes
    * OpenGL driver cleanups/fixes (both vo_gl and vo_gl2)
    * vo_fbdev cleanup/partial rewrite, now with real direct rendering
    * vo_xvmc: new driver featuring XvMC (HW MC/IDCT) acceleration
    * new TGA output driver
    * new vo_fbdev2 (written from scratch)

    Others:
    * gcc can now detect badly called mp_msg()s
    * a lot of config/cmdline parsing fixes (some of them were at least 100000l
      bugs)
    * configure: enable VIDIX for PPC
    * configure: full featured PPC optimizations and rewritten architecture
      handling
    * spudec.c: Fix "invalid fragment" handling, Improved subtitle queueing
    * network streaming layer: IPv6 support
    * FTP support
    * playtree parsing speedup :)
    * various URL parsing fixes
    * crashing on broken config files finally fixed!
    * GUI: PPC (reverse byteorder) fixes
    * GUI: revert to 'default' skin if configured skin failed
    * TOOLS/plotpsnr.pl: PSNR plotting tool using gnuplot
    * DOCS/tech/mpcf.txt: MPCF/NUT draft/specification
    * TVout/matroxtv: various improvements
    * spelling/grammar fixes in numerous files
2003-09-02 17:46:31 +00:00
jmmv
49ca5eafee Update to 2.3.14. Closes PR pkg/22667 by rtr@. Changes since 2.3.11:
2003-08-08  Alexander Larsson  <alexl@redhat.com>

	* configure.in: 2.3.14

Fri Jul 25 12:29:35 2003  George Lebl <jirka@5z.com>

	* art_render_gradient.c (art_render_gradient_linear_render_8)
	  (art_render_gradient_linear_render) (art_render_gradient_linear)
	  (art_render_gradient_radial_render) (art_render_gradient_radial):
	  Redo the checks where float was compared by == or != to using
	  the EPSILON define.  Also copy the ArtGradientLinear and
	  ArtGradientRadial into the source structure, pretending that
	  these are constants that will never change or be freed by
	  the caller is utterly evil and in fact for librsvg it is
	  not constant.  This fixes some more very random crashes
	  when using librsvg with libart (which seems to be the
	  only usage of the gradient stuff)

Fri Jul 18 12:57:36 2003  George Lebl <jirka@5z.com>

	* art_render_gradient.c: Fix more comparison-of-doubles by == bugs,
	  this code is uber ugly.  Should fix the fairly random crashes
	  on asserts I've been having.

2003-07-11  Michael Meeks  <michael@ximian.com>

	* Version 2.3.13

2003-07-11  Federico Mena Quintero  <federico@ximian.com>

	* art_svp_ops.c (art_svp_minus): impl.

Tue Jul 08 01:15:02 2003  George Lebl <jirka@5z.com>

	* art_render_gradient.c: fix comment as pointed out by alex

Tue Jul 08 01:13:48 2003  George Lebl <jirka@5z.com>

	* art_render_gradient.c (art_render_gradient_linear_render_8):
	  when we wish to find the current segment and we go beyond the
	  last stop due to float fun, use the last segment as that's
	  really what we want.  Avoids a very abrupt assert death.

2003-05-05  Alexander Larsson  <alexl@redhat.com>

	* configure.in:
	Bump to 2.3.12

2003-04-24  Alexander Larsson  <alexl@redhat.com>

	* art_uta_vpath.c (art_uta_from_vpath):
	Don't silently stomp on memory on bad vpaths.

2003-04-11  Alexander Larsson  <alexl@redhat.com>

	* art_svp_vpath_stroke.c (render_seg):
	Handle cases when dmr2 is very small better.

2003-04-10  Alexander Larsson  <alexl@redhat.com>

	* art_svp_wind.c (x_order_2):
	Handle horizontally aligned segments.
2003-09-02 14:51:00 +00:00
seb
a1b788d9c9 Fix REPLACE_PERL: pathnames listed should be relative to ${WRKSRC}. 2003-09-02 13:27:45 +00:00
jlam
54f69b4eda Add some buildlink3.mk files needed by x11-links>=0.13. 2003-09-02 07:12:16 +00:00
jdolecek
6c603d9ee3 Added php4-exif 4.3.3 - PHP4 extension module to read EXIF JPEG headers 2003-09-01 16:59:38 +00:00
jdolecek
5fd2bc8c26 import php4-exif from pkgsrc-wip; package done by Quentin Garnier of
pkgsrc-wip team
2003-09-01 16:57:30 +00:00
cjep
0174216952 whitespace fixes 2003-09-01 10:13:08 +00:00
gavan
8d10cff493 Update povray to version 3.50c
Summary of changes in version 3.5:

Major new features:

  * New noise functions
  * Photon mapping
  * Dispersion
  * Improved Radiosity
  * New light sources
  * Light groups
  * Isosurface and parametric objects
  * Sphere sweep object
  * New mesh object
  * UV Mapping
  * Improved textures
  * Improved and faster media
  * New patterns
  * Functions

Additional new features:

  * Reading of JPEG and TIFF image formats
  * Projected through
  * More realistic attenuation
  * New clock keywords
  * New image size keywords
  * Inverse transform
  * Spherical camera
  * New float function: inside
  * Splines
  * Metallic reflection
  * Mapping using warps
  * Double illuminate flag
  * No image and no reflection flags
  * Basic Unicode Support
  * Declare a float constant from an INI file

Bug fixes and enhancements:

  * Light source enhancements
  * Fixed normal average, reflection and other related problems
  * Fixed cylinder camera problems
  * Fixed the use of multiple closed bezier-splines in prism
  * Fixed infinite cone bug
  * Fixed the use of two subsequent colors, not separated by a comma in
      checker, hexagon and bricks.
  * Fixed gamma correct bugs
  * Numerous other bug fixes and optimizations
2003-08-31 23:04:13 +00:00
mycroft
270b7824d3 Whoops, add new patches. 2003-08-31 22:31:38 +00:00
mycroft
46234ad663 Er, change the libxvidcore.so symlink to match current expectations. 2003-08-31 22:03:30 +00:00
mycroft
c29e9f89fa Change the libxvidcore 2003-08-31 22:02:48 +00:00
mycroft
878c1eb8e1 Update to 1.6.1.90 -- needed for newer versions of transcode.
There is no ChangeLog info.
2003-08-31 21:58:23 +00:00
jdolecek
90c1c1709f Update PHP to final 4.3.3
Some highlights of changes since 4.2.3:
* PCRE updated to 4.3, GD to 2.0.15
* improved Apache2 support
* much improved stream & URL wrapper support, output compression support
* added CLI (Command Line Interface) SAPI
* debug_backtrace() backported from ZendEngine2
* faster build system
* huge number of other bug fixes and improvements

Packaging changes:
* 'pcre', 'xml', and 'session' modules folded back into main package -
  'pcre' and 'xml' is required by PEAR, and 'session' is just too essential
  to be separate
* 'gd' module now uses bundled PHP GD library, which is better integrated
* PHP modules use shared distinfo when possible to ease future PHP updates
* ${PREFIX}/bin/php is now CLI version, ${PREFIX}/libexec/cgi-big/php
  remains CGI version
2003-08-31 19:55:21 +00:00
mycroft
83a4a03d9f Update to transcode 0.6.9.
* Terse/less technical ChangeLog:
  - Add subtitle support to -x dvd
  - Big endian fixes for wav audio handling
  - Big xvid update, there are now 3 modules. Read the ChangeLog for this
  - Bugfix for -z; thread issues caused image distortion
  - Bugfix for libac3, can be compiled with -msse now
  - Bugfix in -J text; transparency was broken.
  - Bugfix in -y ogg; quoting related
  - Bugfix in -x ogg; probing and decoding broken
  - Bugfix: avimerge, -split and -sync were broken for PCM audio
  - Docu: (Developer) internal architecture
  - Docu: avisplit(1) explains what do about bad AVI sync.
  - Docu: how to do framerate conversions with transcode
  - Docu: transcode(1) explains the different meanings of -F
  - Enable directory mode for pass-through AVI files with -y raw
  - Filters can now take arguments at any length
  - Fix sefault in tccat when called with no -i argument
  - Improved -J 29to23; more accurate interpolation
  - Improved -J 32detect; now searches chroma planes too
  - Improved filter smartyuv; much faster now
  - Improved filter cut; Make the filter aware of framerate changes
  - Improved option --keep_asr; takes probed import asr into account
  - Improved spec file
  - Internal; New frame attribute TC_FRAME_IS_OUT_OF_RANGE
  - Internal; config parser more generic
  - Internal; really clone a frame
  - MP2/MP3 synchword detection improved, better broken streams handling
  - Native directory mode for -x auto,mp3
  - Nearly bugfix when doing AC3-passthrough with multiple PSUs
  - New command line option --export_fps N,frc
  - New configure switch --with-default-xvid; creates a export_xvid symlink
  - New contrib/mpipe.c; a simple tool for input data multiplexing
  - New filter detectsilence; prints silence position in milliseconds
  - New filter fps; convert framerate X to Y; similar to modfps
  - New filter modfps; convert framerate X to framerate Y
  - New filter msharpen; spatial sharpening
  - New tool tcmp3cut which can cut mp3 streams at milliseconds positions
  - No more Latin-1 characters -- Sorry Thomas Ö.
  - Option -b now takes a 4th argument; lame encoding mode
  - Re-enable detection of DIV3 keyframes with -x divx
  - The linear blend deinterlace now also deinterlaces chroma
  - Transcode now writes a correct AVI PCM header for windows players
  - Variable framerate mpegs support
  - Very much improved MacOSX support
  - libtheora configure check update
  - ./configure's lame detection improved
  - print the correct PCM bitrate
  - Nicer/correct printout for -r
  - xml import moudle can read all af6 supported codecs
2003-08-31 18:39:27 +00:00
jtb
ceabcf2509 Add and enable camlimages. 2003-08-31 01:26:08 +00:00
jtb
1e1d8355a3 Initial import of camlimages.
CamlImages is an image processing library, which provides

* Basic functions for image processing and loading/saving various image
  file formats (hence providing a translation facility from format to
  format),
* An interface with the Caml graphics library allows to display
  images in the Graphics module screen and to mix them with Caml
  drawings,
* A freetype interface, integrated into the library:
  you can draw texts into images using any truetype fonts.

In addition, the library can handle huge images that cannot be (or can
hardly be) stored into the main memory (the library then automatically
creates swap files and escapes them to reduce the memory usage).
2003-08-31 01:24:36 +00:00
xtraeme
e14180496b oops, remove this, missed in previous commit. 2003-08-31 00:37:31 +00:00
xtraeme
b4a49b7c45 MPlayer updated to 0.91, patch provided by Soren Jacobsen in PR pkg/22540.
Changes:

    DOCS:
    * French, Hungarian, Chinese translation updated
    * console output translations updated
    * numerous fixes in HTML documentation
    * fixes, clarifications in the man page
    * wishlist updated :)
    * Polish documentation removed (outdated)
    * Norwegian, Romanian, and Turkish help files removed (outdated)

    Fixes:
    * small fix for sp5x video codec
    * menu pause bug fixed
    * detc video filter improved
    * fixes in video output driver zr
    * fixes in video output driver directx
    * fixes in video output driver sdl
    * fixes in video output driver vesa
      (multiple init support)
    * midentify works again
    * TOOLS/matroxtv enhanced and fixed
    * now every binary codec is searched in $PREFIX/codecs directory
      (--with-codecsdir)
    * K6/2+ and K6/3+ detection support
    * Mono PCM streamcopy fixed in MEncoder
    * bigendian OSD fix
    * SIGBUS error fixed on HPUX 11.00
    * default fps fixed in NTSC v4l
    * definition fix ported from libdvdread main branch
    * configure option --enable-qtx-codecs renamed to --enable-qtx
    * a crash fixed in command line parser
    * fix in MMS streaming
    * crash with invalid config file fixed
    * metacity support

    Porting:
    * QT audio decoder now compiles on MacOSX
    * compile and crash fixes in MOV demuxer, for Cygwin
    * some Cygwin compilation fixes
    * OpenBSD support in RealVideo and RealAudio
2003-08-31 00:25:19 +00:00
jlam
a203353b33 Make these INSTALL scripts safe for when pkgviews is merged. 2003-08-30 23:01:31 +00:00
jlam
8ed9d09370 The checks for MIPSPro and including gcc.buildlink3.mk have moved to
bsd.pkg.mk, so no need for the same logic here.
2003-08-29 20:49:30 +00:00
xtraeme
252d9f7253 Change my email address to the NetBSD one, ok'ed by wiz@ 2003-08-28 20:05:13 +00:00
wiz
9eb00bb28b Seems to need glu. 2003-08-28 12:56:56 +00:00