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.
The GNOME-DB project aims to provide a free unified data access
architecture to the GNOME project. GNOME-DB is useful for any
application that accesses persistent data (not only databases, but
data), since it now contains a pretty good data management API.
Mergeant is a front-end for database administrators and database
application developers.
It can use all the data providers that are configured for libgda
(mysql, postgredql, sqlite, bdb, openldap, etc).
feedback and ok ajacoutot@
- remove configure option that doesn't do anything
- regen PLIST
hint from simon@ some time ago about private functions of sqlite3
feedback and ok ajacoutot@