summaryrefslogtreecommitdiff
path: root/multimedia/gst-plugins0.10-good/Makefile.common
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2006-02-13 19:22:33 +0000
committerwiz <wiz@pkgsrc.org>2006-02-13 19:22:33 +0000
commit0fec9be09a91f9f6b3fc00af1cc14ebb4068c357 (patch)
tree7ca327acabfce16da2c13706a997162f88391065 /multimedia/gst-plugins0.10-good/Makefile.common
parentbd6bc84a3d9b038f1725514e4a5c10759d9e2aa3 (diff)
downloadpkgsrc-0fec9be09a91f9f6b3fc00af1cc14ebb4068c357.tar.gz
Update to 0.10.2:
This is GStreamer Good Plug-ins 0.10.2, "Papa was a rolling stone". Changes since 0.10.1: * New libcdio based CDDA reading element * APE tag reader ported * ID3 tag reading fixes * Sun Audio Sink fixes * GOOM and gconf element fixes * lots of bug and leak fixes Bugs fixed since 0.10.1: * 328336 : silence warings which make dvdec / dvdemux unusable * 315557 : Internal event problem with MP3s from vgmix.com * 323327 : [cdio] port cddasrc to 0.10 * 325148 : Bugs in G711 RTP packetization logic * 325649 : apetag plugin needs porting to 0.10 * 326446 : check that all elements in -good pass queries they can't ... * 326602 : id3demux is not compiling without ZLIB * 326683 : build problem caused by AS_LIBTOOL_TAGS([CXX]) * 326736 : gconf(audio|video)sink response to key changes * 326864 : [wavparse] time to bytes format conversion broken * 327009 : [esdsink] won't compile with includes in non-standard prefix * 327765 : [sunaudio] fixes for mixer and stuttering mp3 playback * 327825 : [matroskamux] Matroska muxer deadlock * 327871 : [videobox] crash when cropping * 328241 : id3demux emits NULL date for year tags * 328264 : Fix build with gcc 2.95 * 328531 : [matroskamux] doesn't send newsegment event, critical war... * 329181 : totem crash when using goom effect * 329810 : Fails to read ID3 tag * 330005 : Please use the autodetect sinks by default * 317658 : [cdio] support for cd-text and cd-g
Diffstat (limited to 'multimedia/gst-plugins0.10-good/Makefile.common')
-rw-r--r--multimedia/gst-plugins0.10-good/Makefile.common5
1 files changed, 3 insertions, 2 deletions
diff --git a/multimedia/gst-plugins0.10-good/Makefile.common b/multimedia/gst-plugins0.10-good/Makefile.common
index 86d0f157330..07174124b1d 100644
--- a/multimedia/gst-plugins0.10-good/Makefile.common
+++ b/multimedia/gst-plugins0.10-good/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.2 2006/01/25 19:53:16 wiz Exp $
+# $NetBSD: Makefile.common,v 1.3 2006/02/13 19:22:33 wiz Exp $
#
GST_PLUGINS0.10_TYPE= good
@@ -7,6 +7,7 @@ GST_PLUGINS0.10_TYPE= good
.for driver in aalib \
aalibtest \
cairo \
+ cdio \
dv1394 \
esd \
esdtest \
@@ -27,7 +28,7 @@ GST_PLUGINS0.10_TYPE= good
CONFIGURE_ARGS+= --disable-${driver}
.endfor
-DISTNAME= gst-plugins-${GST_PLUGINS0.10_TYPE}-0.10.1
+DISTNAME= gst-plugins-${GST_PLUGINS0.10_TYPE}-0.10.2
.include "../../multimedia/gst-plugins0.10-base/plugins.mk"