summaryrefslogtreecommitdiff
path: root/multimedia/gst-plugins0.10-base/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2006-01-25 19:52:47 +0000
committerwiz <wiz>2006-01-25 19:52:47 +0000
commit45d2a4135b7e7e70f3f46e93e36999f18127ac10 (patch)
tree22ea91ee59582c5ada9411ec199624ac64f0e177 /multimedia/gst-plugins0.10-base/Makefile
parent1c75fd2f95e8126b4d319308fd1e6ab4294a1345 (diff)
downloadpkgsrc-45d2a4135b7e7e70f3f46e93e36999f18127ac10.tar.gz
Update to 0.10.2, ok jmmv@:
Changes since 0.10.1: * ported gnomevfssink, cdparanoia * New library and base class: GstCddaBaseSrc * ported mixerutils.h * added 'sine-tab' waveform to audiotestsrc * added float audio to audiorate Bugs fixed since 0.10.1: * 324216 : [cdparanoia] missing patches from 0.8 * 324696 : [videotestsrc] does not start counting the time from zero... * 324900 : Problem compiling gst-plugins-base with Forte * 325984 : [playbin] cannot handle sources that produce raw audio/video * 325990 : patch videotestsrc for using glib types * 326601 : GstRingBuffer crashes with alaw/mulaw caps * 327114 : [theoradec] should post tags on the bus * 327216 : vorbisdec segfaults on certain queries
Diffstat (limited to 'multimedia/gst-plugins0.10-base/Makefile')
-rw-r--r--multimedia/gst-plugins0.10-base/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/gst-plugins0.10-base/Makefile b/multimedia/gst-plugins0.10-base/Makefile
index 94b2da7f644..09d749fb2d7 100644
--- a/multimedia/gst-plugins0.10-base/Makefile
+++ b/multimedia/gst-plugins0.10-base/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2006/01/18 15:41:03 jmmv Exp $
+# $NetBSD: Makefile,v 1.2 2006/01/25 19:52:47 wiz Exp $
#
.include "Makefile.common"
@@ -11,5 +11,6 @@ PKGCONFIG_OVERRIDE+= pkgconfig/gstreamer-plugins-base-uninstalled.pc.in
PKGCONFIG_OVERRIDE+= pkgconfig/gstreamer-plugins-base.pc.in
REPLACE_PERL+= tools/gst-visualise-m.m
+CONFIGURE_ARGS+= --enable-cdparanoia
.include "../../mk/bsd.pkg.mk"