XOSD displays text on your screen, sounds simple right? The difference
is it is unmanaged and shaped, so it appears transparent. This gives
the effect of an On Screen Display, like your TV/VCR etc.
looks good to/feedback from jasper@
- Heap overflow in Quicktime atom parsing. (CVE-2008-5234 vector 1)
- Multiple buffer overflows. (CVE-2008-5236)
- Multiple integer overflows. (CVE-2008-5237)
- Unchecked read function results. (CVE-2008-5239)
- Unchecked malloc using untrusted values. (CVE-2008-5240 vectors 3 & 4)
- Buffer indexing using an untrusted value. (CVE-2008-5243)
- Clean up the Makefile
- Enable the Xv motion compensation support
- Remove the JACK sound support
- Remove the now unnecessary multi-packaging
- Remove an unnecessary patch for the Sun sound code
- Comment out some files in the PLIST that do not pertain to OpenBSD
- Add WavPack support
from Brad (taking MAINTAINER).
default to a sane output (sndio) instead of the crazy pulseaudio (which
we don't have, and will probably never.. but never say never.)
ok aja@ jasperix@
Sends the notification daemon an announcement on song change.
Also support cover art.
It uses either notification-daemon or notification-daemon-xfce
feedback and ok ajacoutot@ landry@
* patch-plugins_mouse_gsd-mouse-manager_c is from upstream SVN: fix crash
with X servers that don't provide XInput
* patch-gnome-settings-daemon_gnome-settings-module_c: disable loading of
the keyboard plugin under VNC-like displays
"commit it" jasper@
install an identical copy of the 6x12 font named "bold" (i.e. to prevent
a synthetic bold font being generated). everyone I talked to hates this,
and would like it if 6x12 bold was distinct from 6x12 normal, even if
it's a little blocky, so change ALL_TARGET from pcf to n12, and regen
the PLIST, this reinstates the expected behaviour.
Magic is Perl way of enhancing objects. This mechanism let the user add
extra data to any variable and hook syntaxical operations (such as
access, assignation or destruction) that can be applied to it. With
this module, you can add your own magic to any variable without the pain
of the C API.
Also use MODPY_EGG_VERSION, drop patch applied upstream, regen
patches and PLIST. Original diff from Benoit Chesneau <bchesneau at
gmail dot com>, tweaks and several periods of slacking on this
update by me. Thanks, Benoit!
Net::Netmask parses and understands IPv4 CIDR blocks. It's built with
an object-oriented interface and provides nearly all bits of information
about a network block that you might want.
There are also functions to put a network block into a table and look it
up by IP address, turn an IP address range into a list of CIDR blocks,
turn a list of CIDR blocks into a list of IP addresses, and a function
for sorting by text IP address.
from Toni Mueller, with some tweaks by me
HTMLEntities is a simple library to facilitate encoding and decoding
of named (ý and so on) or numerical ({ or Ī)
entities in HTML and XHTML documents.