The Moodbar is an algorithm for creating a colorful visual
representation of the contents of an audio file, giving an idea of
its "mood" (this is a rather fanciful term for the simple analysis
it actually does). The Moodbar was invented by Gavin Wood and
Simon O'Keefe for inclusion in the Amarok music player.
This package contains a GStreamer plugin with elements that are
used in the moodbar analysis, and an application that actually does
the analysis.
and updated by mwdavies and myself. sketch will make proper
mysql51-packages when he finds some round tuits.
MySQL is a SQL (Structured Query Language) database server. SQL is the
most popular database language in the world. MySQL is a client-server
implementation that consists of a server daemon `mysqld' and many
different client programs/libraries.
The main goals of MySQL are speed and robustness.
The base upon which MySQL is built is a set of routines that have been
used in a highly demanding production environment for many years. While
MySQL is still in development it already offers a rich and highly useful
function set.
The official way to pronounce 'MySQL' is 'My Ess Que Ell' (Not MY-SEQUEL).
This package contains the MySQL embedded server programs.
pkgsrc changes:
- Adjust dependencies
Upstream changes:
0.9701 Thu Feb 11 16:03:42 CET 2010
- Bump the required version of ExtUtils::XSpp and ExtUtils::ParseXS.
0.97 Tue Feb 9 22:57:14 CET 2010
- Added wxOverlay and wxDCOverlay (2.8) (thanks to Mark Dootson).
- Added Wx::Loader - allows PPM distributions and packagers to
override wx dll loading (see Wx::Loader pod)
- Loading plugins - local override of dl_load_file now uses
Wx::_load_plugin during XSLoader::load
updated by jihbed.
libnjb is a C library and API for communicating with the Creative Nomad JukeBox
and Dell DJ digital audio players under BSD, Linux, Mac OS X and Windows. The
protocol these devices use is presumably called PDE (Portable Digital
Entertainment protocol) at Creative. Newer devices using the Microsoft MTP
(Media Transfer Protocol) are NOT supported.
Working Devices:
Creative NOMAD Jukebox 1 (aka D.A.P.)
Creative NOMAD Jukebox 2
Creative NOMAD Jukebox 3
Creative NOMAD Jukebox Zen
Creative NOMAD Jukebox Zen USB 2.0
Creative NOMAD Jukebox Zen NX
Creative NOMAD Jukebox Zen Xtra
Creative Zen Touch
Creative Zen Micro
Creative Zen Sleek
Creative Zen
Dell Digital Jukebox ("Dell DJ")
Second Generation Dell DJ
Dell Pocket DJ
Upstream changes:
2010-01-24 Russ Allbery <rra@stanford.edu>
* ANSIColor.pm: Version 3.00 released.
* t/basic.t: Add some basic tests for bright color support.
* ANSIColor.pm: Reorganize the documentation and be clearer about
the function interface parameters. Reword the explanation of
bright and regular colors, and provide some advice about which
to use.
2010-01-24 Jakob Ilves <illvilja@gmail.com>
* ANSIColor.pm: Add bright versions of the basic eight foreground
and background colors using the 9x and 10x codes, supported by
emulators with 16 color support.
pkgsrc changes:
- Using CPAN by-module master site - maintainer independent
- correcting file permissions of perl modules
Upstream changes:
1.27 (2010/02/07)
* (ms) ***WARNING: This might break backward compatibility
with some wrapper classes.
[RT 52913] Fixed category fetching in
wrapper classes (reported by Martin Evans). Wrapper classes
now need to call Log::Log4perl->wrapper_register to adapt
get_logger() category fetching. Detailed docs under
"Using Log::Log4perl with wrapper functions and classes"
* (ms) Made meta tag compatible with MakeMaker versions < 6.50
(ms) [RT 52083] Fixed manifest glitch from 1.26 (reported by
Lars Thegler).
* (ms) Added note to FAQ on 'no init happened' warnings for API
initializations, as suggested by Malcolm Nooning.
* (ms) Applied patch by Christopher Mckay which sets
Log4perl::Logger::INITIALIZED only if it's fully initialized.
* (ms) Emmanuel Rodriguez suggested changing TestBuffer's reset()
method to leave the logger population alone. Added clear()
to accomodate the need for a single buffer reset.
* (ms) Xavier Caron added %p{1} to allow abbreviated priority
strings in the pattern layout.
* (ms) Redid composite appenders to address problems with incorrect
caller() data. L4p now supports a $cache parameter to be
passed to the log() function, which stores the completely
rendered message and can be passed to log_cached() later on.
1.26 (2009/11/22)
* (ms) [RT 50495] Perl code in the config file is now evaluated/
compiled after the configuration parser has done its work,
opening up Perl subroutines to all configuration parsers, not
just PropertyConfigurator. Configuration subs for cspecs,
filter, warp_message and appender triggers are sheltered.
The previous, flawed implementation surfaced while using
a 'trigger' category, reported by Olivier Bilodeau.
* (ms) [RT 50090] Added non-portable linebreaks to PatternLayout
(requested by Zden??k Juran).
* (ms) [RT 50094] Docfix for PatternLayout in main manpage (spotted
by Peter Rabbitson).
* (ms) [RT 28679] Added exists() to "Threshold" keyword uppercase
check.
* (ms) Took out Class::Prototyped testcase after it got all weird
and introduced backward-incompatible changes.
Qt Script Generator is a tool that generates Qt bindings for Qt
Script. With the generated bindings you get access to substantial
portions of the Qt API from within Qt Script.
Upstream changes:
Changes for 0.56 Wed Feb 3 14:17:00 GMT 2010
* Applied patch from Petya Kohts, RT #50398, which
updates run_forked() to allow coderefs
but replaced the modified patch by EU::MM environment variable.
pkgsrc changes:
- Add license definition
- Adjust dependencies (Digest::MD5 2.09 is in Perl core since 5.7.3)
- Replace patch for C/Makefile.PL by environment variable controlling
MM::EU prompt() function
Upstream changes:
version: 0.46
date: Fri Feb 12 2010
Same as 0.45_02 (plus some minor doc alterations in Inline.pod).
version: 0.45_02
date: Fri Feb 5 2010
Changes to Inline.pm, denter.pm, and Inline.pod relating to "fixing" untainting
(to the extent that untainting of -T inline scripts works as documented).
Many thanks to Patrick LeBoutillier.
Also added C/t/08core.t (which contains -T on the shebang line) as a basic test
of untainting. (RT ticket 13084)
version: 0.45_01
date: Thurs Jan 28 2010
C/C.pod - document that *fully qualified* paths for LIBS, INC, TYPEMAPS and MYEXTLIB
are needed. (RT ticket 5207)
Inline.pm - remove "defined" from "defined %main::Inline::Config::" as that usage
causes a deprecation warning with perl-5.11 and later. (RT ticket 53227)
Inline.pm - fix sub push_overrides (RT ticket 49669)
This change responsible for "Subroutine Inline::C::get_parser redefined"
warnings that can occur during build stage under certain circumstances.
denter.pm - local()ise $_ (in four places) (RT ticket 16801)
Inline.pod - doc correction (thanks Alejandro Ochoa).
C/Makefile.PL - accommodate 'ccache cc' (RT ticket 40140)
- accommodate ActivePerl-5.10.1 and later (RT ticket 49419)
C/Cookbook.pod - typo fixes (thanks Brad Barber)
- Change "NAME" from "C Cookbook ..." to "Inline::C-Cookbook ...".
(RT ticket 45417)