It is a port of Festival with the OGI extensions unconditionally
present. Formerly they were enabled only when the user defined
WITH_OGI. The dependencies ought to work better this way, and the
audio/festival port may now be updated without concern about getting
the OGI extensions to work with a version of Festival for which
they were not intended. I made many cosmetic changes too.
Update OGIresLPC from 2.0.4 to 2.0.9 (needed by newer versions of
the OGI voices), and OGIfestpatch from 1.4.1 to 1.4.1.2, to which
the following apply:
Submitted by: Sebastian Yepes
PR: 51900
Obtained from: NetBSD pkgsrc
This software needs ultrasound.h header which was axed from HEAD
3 years ago. It survived in RELENG_4 however.
PR: ports/59004
Submitted by: Ports Fury
Approved by: adamw (mentor)
* src/al_debug.c: Fix an implicit declaration: the man page on
linux says that vsnprintf() is a GNU extension, so #define
_GNU_SOURCE
* src/arch/sdl/sdl.c: #include <string.h> to avoid implicit
declaration of memcpy()/memset()
* audioconvert/ac_freq.c For the first sample in a chunk to be
resampled*2, use dampened extrapolation instead of
interpolation to somewhat reduce 'clicking'.
* Michel Danzer's big endian patch
* audioconvert/ac_freq.c Added Adam Moss's patch to improve
fidelity of low-sampled sounds in higher sampling-rate
environments.
PR: 59340
Submitted by: maintainer
to do: the "Help -> About pd" and "Media -> Test Audio and MIDI"
menu items do not work because the port installs files where they
are not found by the program
- *COMPLETE* rewrite of GNUpod (cleaner code, faster, less memory needed)
- Real support of Unicode
- Remove XML::Simple depency in favor of XML::Parser
- Support of SmartPlaylists (beta)
- Many bugs fixed and many new features
PR: 59053
Submitted By: MAINTAINER
MPD changes include wave file support, bitrate output in status, and song lengths are now stored in the db. mpc and libmpdclient recieved a significant speed boost.
PR: 58820
Submitted By: MAINTAINER
- Scan for cd devices without "c" on the end first.
PR: ports/57226
ports/58982
ports/58994
Submitted by: Vladimir Kushnir <vkushnir@Alfacom.net>
Simon Barner <barner@in.tum.de>
Approved by: maintainer (in principle)
Tested with: Mogwai - Happy Songs For Happy People
* Client/server architecture
* Mixing of multiple mp3 files
* Dynamic filter insertion and removal
* Multiple sound device support (speakers and monitor)
* Loops, queues, sampler, beat matching, sequencer
* Record your performance to a disk
And it's blue!
PR: 59025
Submitted by: Pav Lucistnik <pav@oook.cz>
Requested by: Martin Vana <martin.vana@vslib.cz>
mp3 encoder optimized with MMX, 3DNow!, Enhanced 3DNow! and SSE
*** DO NOT OVERCLOCK YOUR CPUs ***
GOGO heavily uses the part of processors that almost sleeps in
usual, so makes them very hot even it runs standard clock.
Overclocking may cause serious internal errors and crazy
results. Or you need gigantic heatsink and extra-noisy fans.
:-)
Submitted by: Evgueni V. Gavrilov <aquatique@rusunix.org>