2007-12-21 21:35:37 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message:
I18N (PR 37581) and DESTDIR support.
|
2007-02-22 20:01:28 by Thomas Klausner | Files touched by this commit (134) | |
Log message:
pkglint cleanup; update HOMEPAGE/MASTER_SITES.
|
2007-01-26 20:24:42 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
Has no relation to X11 beside being about visualisation. Bump revision.
|
2006-10-07 00:04:00 by Roland Illig | Files touched by this commit (2) |
Log message:
Fixed "test ==".
|
2006-07-17 00:05:04 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Make mmx conditional on i386. Noted by Michael Lorenz.
|
2006-07-09 01:11:17 by Johnny C. Lam | Files touched by this commit (877) |
Log message:
Change the format of BUILDLINK_ORDER to contain depth information as well,
and add a new helper target and script, "show-buildlink3", that outputs
a listing of the buildlink3.mk files included as well as the depth at
which they are included.
For example, "make show-buildlink3" in fonts/Xft2 displays:
zlib
fontconfig
iconv
zlib
freetype2
expat
freetype2
Xrender
renderproto
|
2006-07-09 00:39:49 by Johnny C. Lam | Files touched by this commit (877) |
Log message:
Track information in a new variable BUILDLINK_ORDER that informs us
of the order in which buildlink3.mk files are (recursively) included
by a package Makefile.
|
2006-07-04 01:33:59 by Thomas Klausner | Files touched by this commit (1) | |
Log message:
Missed during update to 0.4.0.
|
2006-07-04 01:33:43 by Thomas Klausner | Files touched by this commit (6) |
Log message:
Update to 0.4:
New in 0.4.0:
* Real time timestamping support. (Dennis)
* Will unref plugins that don't match the ABI version. (Dennis)
* Added VisRectangle system. (Dennis)
* New BMP loader that supports all depths and RLE encoding. (Sepp)
* visual_mem_set(), visual_mem_set16(), visual_mem_set32()
Optimized memset functions. (Dennis)
* VisVideo new composite system. (Dennis)
* VisVideo sub regions. (Dennis)
* visual_video_zoom_*(). (Jaak)
* visual_video_mirror_*(). (Jaak)
* visual_video_rotate_*(). (Jaak)
* Removed obsolete visual_video_depth_transform_to_buffer(). (Jaak)
* Added VisCollection system. (Dennis)
* Added VisHashmap. (Dennis)
* Added VisCache. (Dennis)
* VisAudio rewrite. (Dennis)
* Added .license bit to VisPluginInfo for realtime license check. (Dennis)
* Removed .struct_size and .api_version from the VisPluginInfo structure,
and revamped the plugin version check system. Put
VISUAL_PLUGIN_API_VERSION_VALIDATOR somewhere in your plugin and it'll
work. (Dennis)
* Homedir installable plugins ~/.libvisual/actor transform morph input. (Dennis)
* Added VisOS. Realtime priority functions are hosted in this module. (Dennis)
* Added VisMath. All kind of math related functions have been added, most
note worthy are the _vectorized_. All of these are accelerated by
mmx/3dnow/sse instructions.
* VisFourier completely revamped. (Chong Kai Xiong)
Breaks compatibility with 0.2 releases.
|
2006-06-25 21:19:34 by Thomas Klausner | Files touched by this commit (1) |
Log message:
When compiling with gcc, add -mmmx to CPPFLAGS to tell
the compiler that the code uses MMX. Fixes build with gcc4 on 3.99.21.
|