including the new dependency on curl and pth packages, and some new
command line options for some of the tools. Other changes not available
due to lack of changelog or release notes for this version...
Notable changes (from trolling through the xiph cvs repostitory):
- macosx support (in the distribution, not the package)
- configurable prefixes
- documentation updates
main claim to fame over "festival" seems to be that it's in the public
domain, we'll decline to install the British dictionary, which is licensed
"No Commercial Use".
[Besides the British dictionary, the home site has a few other dictionaries
and utilities that could well go into seperate packages.]
references of the pkglint package.
_PKGSRCDIR is an internal definition in bsd.pkg.mk, and a few packages
which would like to refer to other packages in the build tree. It should
not be set by users, but neither should it stop a user from building a
package if it is defined, so make it obvious that this is the case.
Excerpt of changelog from previous pkgsrc version:
* Added a new output module, audio_esd, for EsounD (Enlightened Sound
Daemon) support. You must have EsounD already installed before running
`configure'. Use -o esd:[HOSTNAME] as args to `madplay'. If --with-esd
is given to `configure', EsounD will be used for native audio output.
* Added a new output module, audio_cdda, for creating CD audio images.
Output is forced to 16-bit 44100 Hz stereo.
* Added a new output module, audio_aiff, for Audio IFF (AIFF) format
files.
* Added new -b (--bit-depth) option to `madplay'. Most output modules now
support configurable bit depths.
* Added new -i (--ignore-crc) option to `madplay'.
* Enabled libtool versioning rather than release numbering.
* Renamed `libid3' to `libid3tag' and enabled installation as a separate
library.
* Modified the audio_null output module to compute peak amplitude.
released under the terms of the GPL license.
The A/52 standard is used in a variety of applications, including
digital television and DVD. It is also known as AC-three.
Closes pkg/14728 from Mark Davies <mark@mcs.vuw.ac.nz>. Changes from him
with updates from myself.
From www.kde.org... The principal improvements over KDE 2.2.1, release two
months ago, include:
o security-related
- SSL certificate loading
- symlink vulnerability in .wmrc access by KDM introduced in 2.2
- security problem with eFax (used by klprfax)
- potential problem in PAM invocation by KDM
- potential harmful side-effect of failed KDM session starts
o new features
- added support for CodeWeavers' CrossOver plug-in (provides support
for QuickTime, etc.)
- added support for the wheelmouse for scrolling through the
KGhostview PS/PDF viewer component
- ability to search for multiple patterns at a time in the file
search dialog
- debugging multi-threaded applications with KDevelop
o improvements/fixes
- handling of HTTP links that redirect to FTP
- POST using SSL through a proxy and sending headers through proxies
- saving of recently-selected files in the file dialog
- handling of non-ASCII characters over SMB
- toolbar button captions with certain styles
- selecting items with the mouse in Konqueror
- sorting in Konqueror's textview
- saving current settings as a theme in the theme manager
- crashes in KMail with certain mails
- crash on invoking the KDM chooser
- non-Latin languages with KDevelop
performance
- icon loading optimized
- file dialog speedups
- stop spinning SMB client processes
- handling of large files in Kate
pkgsrc. Instead, a new variable PKGREVISION is invented that can get
bumped independent of DISTNAME and PKGNAME.
Example #1:
DISTNAME= foo-X.Y
PKGREVISION= Z
=> PKGNAME= foo-X.YnbZ
Example #2:
DISTNAME= barthing-X.Y
PKGNAME= bar-X.Y
PKGREVISION= Z
=> PKGNAME= bar=X.YnbZ (!)
On subsequent changes, only PKGREVISION needs to be bumped, no more risk
of getting DISTNAME changed accidentally.
This release fixes radio support (internal unmute is now
handled correctly, if 0.10.0 had no radio sound, this may
fix it). Also reworked the mpg123 parser, and added several
minor improvements. Please see the History page for the entire
list.
* Added video4linux radio tuner support of /dev/radio,
stations are added by 'opening custom' and choosing
'Radio station'.
* Updated French translation.
* Allow user options entry for ogg123.
* Attempt to set the correct ogg123 device for the platform.
* Added (untested) support for mixers on Tru64 and HPUX.
* Added Russian ID3 tag support (configure --enable-russian).
* Show overwrite confirm dialog when overwriting a playlist.
* Fix closing of a pipe twice in ogg123 module.
* Fix incorrect warning flags during ogg123 playback.
* Make double size work again.
* Minor bug fixes.