diff options
author | drochner <drochner@pkgsrc.org> | 2008-08-06 18:17:24 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2008-08-06 18:17:24 +0000 |
commit | 6207edfcfa1f9a35987ea646660ba8f4990e59f0 (patch) | |
tree | a4b08883582e49d99aed5afa0e0278e5963508a1 /multimedia/gst-plugins0.10-good/Makefile | |
parent | 17363e1743b5874c926659b28e315630d99f8e62 (diff) | |
download | pkgsrc-6207edfcfa1f9a35987ea646660ba8f4990e59f0.tar.gz |
update to 0.10.9
changes:
Replaygain elements moved from Bad
Interleave/Deinterleave elements moved from Bad
Pulseaudio plugin http://pulseaudio.org is now integrated
New simple Karaoke audio effect plugin
Improvements in v4l2src
Multi-channel FLAC file fixes
AVI and Quicktime reverse playback support
AVI and Matroska muxing improvements
New element for rendering SMPTE transitions into alpha channels
Many improvements in the Win32 directdraw elements
Error out cleanly for encrypted streams
RTP/UDP handling improvements
RTSP digest authentatication implemented.
New RTP Pay/Depay-loaders for Speex, G.729, DV & raw video/audio
Error concealment for Speex
Many other bug-fixes and enhancements
Diffstat (limited to 'multimedia/gst-plugins0.10-good/Makefile')
-rw-r--r-- | multimedia/gst-plugins0.10-good/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/gst-plugins0.10-good/Makefile b/multimedia/gst-plugins0.10-good/Makefile index 4997ee12757..bfa3b02ae6b 100644 --- a/multimedia/gst-plugins0.10-good/Makefile +++ b/multimedia/gst-plugins0.10-good/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2008/07/27 14:01:42 heinz Exp $ +# $NetBSD: Makefile,v 1.15 2008/08/06 18:17:24 drochner Exp $ # PKG_DESTDIR_SUPPORT= user-destdir @@ -8,7 +8,7 @@ PKG_DESTDIR_SUPPORT= user-destdir COMMENT+= good plugins # some plugins were moved from bad to good -CONFLICTS+= gst-plugins0.10-bad<0.10.6 +CONFLICTS+= gst-plugins0.10-bad<0.10.8 CONFIGURE_ARGS+= --enable-gconf CONFIGURE_ARGS+= --enable-gconftool |