The makefiles for this should really be rewritten to use libtool;
using two makefiles for two different platforms isn't the way we
tend to do things around here ... ;)
Blurb:
Rtunes streams files containing Apple Lossless audio data to
an Apple AirPort Express device. If a '-' is given as the
file(s) argument, rtunes expects raw PCM audio data on stdin
and encodes it to the Apple Lossless format prior to streaming
it. With this method it is possible to stream audio data from
any source that can output raw PCM audio data on stdout.
NOTE: the patch and mplayer helper library for this package are
untested; it is installed merely as a convenience.
pkgsrc notes:
-modified to use system libz instead of a bundled copy
-disabled the option to create self-extracting combinations of
the executable with a data file. This relies on reliable deduction
of the currrent executable's path which cannot be done in a portable
way, and it doesn't make much sense anyway because that thing needs
a zillion of shared libraries.
changes:
RTP/RTSP/RTCP/SDP support improved
New FFT support library libgstfft, based on Kiss FFT
New formats supported in volume and audiotestsrc
Fixes in audiorate and videorate
Audio capture fixes
Playbin and decodebin fixes
New tagdemux base class for ID3/APE style tag readers
Fix a nasty crash in the X sinks on shutdown
New tags supported
Add support for multichannel WAV files.
Preserve channel layout information when up/down-mixing.
Many bug-fixes and improvements
New in Version 2.2
* Ajax based ineractive graph zooming.
Click on any graph in detail mode and use the mouse to mark your area of
interest in navigator graph.
* Multi Target Graphs
Show information from multiple targts in a graph.
* Master/Slave setup for multi source smokeping deployments.
With one central Smokeping Master node, you can run a series of Slave nodes,
taking their configuration from the master. This allows you to ping a single
target from multiple locations.
* Standard Deviation
The standard deviation is now used in several places to give a number for
the variation in round trip times as depicted by the smoke.
See http://oss.oetiker.ch/smokeping/pub/CHANGES for all the details.
OK'ed bouyer@
changes:
Changes for asynchronous sink management
New ts-offset property on basesink for adjusting clock synchronisation
New GstController LFO feature
Fixes and improvements in latency measurement for live pipelines
Additional documentation and docs fixes
Faster typefinding
More tag types added
Improvements in various core elements and parent classes
New unit tests
Allow dumping pipelines as dot graphs
GstStructures now support nesting
URIHandler interface can now be implemented in bindings
Many other bug-fixes and improvements
This has improved DVB subtitles support, implements simple subtitle scaling
and bold & italics for text subtitles, and allows control of XxMC bob
deinterlacing. It also has fixes for an audio resampling problem (which
manifested as regular clicking), a problem which would cause the goom
plugin to stop working, and URL escape handling (use of %) in DVD and
Video CD MRLs. Some memory leaks are also fixed, and there are some
build fixes for Solaris users.
things easier: Some clients of gnome-doc-utils need it, and since
"xsltproc" has the habit to load missing entities per HTTP this is
difficult to keep track of in pkgsrc. This avoids intermittent build
failures depending on network connectivity.
bump PKGREVISION
to be recognized as non-gnu, otherwise the make system tries to pull
in an additional libiconv which for some unknown reason does not break
the standard build but leads to trouble with addon components.
Specialcase NetBSD (which has different const'ification than what they
consider classical iconv) in the code calling iconv(3) instead.
-Don't build TIFF support which was using an internal copy of libtiff.
I'll commit a plugin for TIFF support in a minute.
-bump PKGREVISION
Another release has been issued in the 1.1.x stable line, following up with a
few minor fixes to issues in previous releases. In particular, a small number
of problems in the new m_ident have been addressed. A bug which lead to blank
quit messages has also been fixed.