diff options
author | drochner <drochner@pkgsrc.org> | 2007-07-06 19:20:15 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2007-07-06 19:20:15 +0000 |
commit | 04675aa41402fab91c86df5ff299ea02ad26c317 (patch) | |
tree | 0824e5fb9d1aea9fb958ec0e883cb91619ae037f /multimedia/gst-plugins0.10-bad/Makefile.common | |
parent | 875ef0a17b2562e069bba01f1a8085fa6d71e5fe (diff) | |
download | pkgsrc-04675aa41402fab91c86df5ff299ea02ad26c317.tar.gz |
update to 0.10.5
changes:
-some new plugins
-LADSPA plugin improvements
-IIR equaliser ported to 0.10
-libsndfile output ported to 0.10
-mpegvideoparse ported to 0.10 and improved
-switch element ported to 0.10
-VCD source element ported to 0.10
-AMR-WB support fixes
-MIDI renderer plugin based on timidity
-qtdemux, wavpack and videocrop plugins moved to the Good module
-Many other bug fixes and improvements
Diffstat (limited to 'multimedia/gst-plugins0.10-bad/Makefile.common')
-rw-r--r-- | multimedia/gst-plugins0.10-bad/Makefile.common | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/multimedia/gst-plugins0.10-bad/Makefile.common b/multimedia/gst-plugins0.10-bad/Makefile.common index f1463f7487b..a8256870365 100644 --- a/multimedia/gst-plugins0.10-bad/Makefile.common +++ b/multimedia/gst-plugins0.10-bad/Makefile.common @@ -1,8 +1,8 @@ -# $NetBSD: Makefile.common,v 1.2 2007/01/09 15:21:34 drochner Exp $ +# $NetBSD: Makefile.common,v 1.3 2007/07/06 19:20:15 drochner Exp $ # GST_PLUGINS0.10_TYPE= bad -GST_PLUGINS0.10_VER= 0.10.4 +GST_PLUGINS0.10_VER= 0.10.5 # Disable all drivers and features by default. .for driver in amrwb \ @@ -24,7 +24,6 @@ GST_PLUGINS0.10_VER= 0.10.4 swfdec \ theoraexpdec \ v4l2src \ - wavpack \ xvid CONFIGURE_ARGS+= --disable-${driver} .endfor |