pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/multimedia/gst-plugins0.10-base Update to 0.10.14:
details: https://anonhg.NetBSD.org/pkgsrc/rev/4fa0d233b916
branches: trunk
changeset: 532753:4fa0d233b916
user: wiz <wiz%pkgsrc.org@localhost>
date: Thu Aug 30 12:22:22 2007 +0000
description:
Update to 0.10.14:
Changes since 0.10.13:
* Audio dither and noise-shaping when reducing bit-depth
* RTSP and SDP helper libraries added
* Experimental buffering element "queue2" now supports pull-mode
and file-based buffering.
* Support for more 32-bit video pixel layouts
* Various fixes and improvements
Bugs fixed since 0.10.13:
* 380625 : [x*imagesink] add 'handle-expose' property
* 385527 : oggmux sometimes gets DELTA flag on output wrong near start
* 402076 : videoscale 4-tap method broken for downscaling
* 437169 : [xvimagesink] add property to disable Xv double-buffering
* 441264 : queue2 support to do buffering on a file
* 442553 : [v4lsrc] doesn't output segments in GST_FORMAT_TIME
* 442557 : [videorate] doesn't handle latency queries
* 442944 : Audiotestsrc can overflow on seeks
* 444523 : [queue2] Pull mode support
* 444630 : Compilation error with fsseko (from gstqueue2.c) -- unabl...
* 445505 : [queue2] It does not work in pull mode with oggdemux
* 446551 : [queue2] Buffering is not working properly if it is set t...
* 446572 : [queue2] Division by zero
* 446972 : warning when compiling gstoggdemux.c
* 449156 : Regression in CVS for decodebin2
* 450875 : Missing files in po/POTFILES.in
* 451707 : [tag] UTF-8 in ID3v1 tag not correctly decoded
* 451908 : [ffmpegcolorspace] regression: doesn't accept GST_VIDEO_C...
* 454264 : Playbin fails to " play " image url after a movie url
* 456656 : [API] Addition of audio buffer clipping function to gstaudio
* 460978 : gst_audio_buffer_clip outputs warnings
* 152864 : [PATCH] GstAlsaMixer doesn't support signals
* 360246 : [audioconvert] Optionally apply dithering
* 394061 : Add support for Subviewer subtitles
* 420326 : Base payloader class has wrong property types and ranges
* 451145 : [vorbisdec] errors out on 0-sized packets
* 459204 : [PATCH] [playbin] gst_play_base_bin_get_streaminfo_value_...
diffstat:
multimedia/gst-plugins0.10-base/Makefile.common | 4 +-
multimedia/gst-plugins0.10-base/PLIST | 27 ++++++++++++++++++++++++-
multimedia/gst-plugins0.10-base/distinfo | 8 +++---
3 files changed, 32 insertions(+), 7 deletions(-)
diffs (97 lines):
diff -r a1f7308f4cc8 -r 4fa0d233b916 multimedia/gst-plugins0.10-base/Makefile.common
--- a/multimedia/gst-plugins0.10-base/Makefile.common Thu Aug 30 12:21:51 2007 +0000
+++ b/multimedia/gst-plugins0.10-base/Makefile.common Thu Aug 30 12:22:22 2007 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile.common,v 1.10 2007/06/08 12:58:11 wiz Exp $
+# $NetBSD: Makefile.common,v 1.11 2007/08/30 12:22:22 wiz Exp $
#
GST_PLUGINS0.10_TYPE= base
-GST_PLUGINS0.10_VER= 0.10.13
+GST_PLUGINS0.10_VER= 0.10.14
# Disable all drivers and features by default.
.for driver in alsa \
diff -r a1f7308f4cc8 -r 4fa0d233b916 multimedia/gst-plugins0.10-base/PLIST
--- a/multimedia/gst-plugins0.10-base/PLIST Thu Aug 30 12:21:51 2007 +0000
+++ b/multimedia/gst-plugins0.10-base/PLIST Thu Aug 30 12:22:22 2007 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2007/06/08 12:58:11 wiz Exp $
+@comment $NetBSD: PLIST,v 1.8 2007/08/30 12:22:23 wiz Exp $
bin/gst-visualise-0.10
include/gstreamer-0.10/gst/audio/audio.h
include/gstreamer-0.10/gst/audio/gstaudioclock.h
@@ -39,6 +39,17 @@
include/gstreamer-0.10/gst/rtp/gstbasertppayload.h
include/gstreamer-0.10/gst/rtp/gstrtcpbuffer.h
include/gstreamer-0.10/gst/rtp/gstrtpbuffer.h
+include/gstreamer-0.10/gst/rtsp/gstrtsp-enumtypes.h
+include/gstreamer-0.10/gst/rtsp/gstrtspbase64.h
+include/gstreamer-0.10/gst/rtsp/gstrtspconnection.h
+include/gstreamer-0.10/gst/rtsp/gstrtspdefs.h
+include/gstreamer-0.10/gst/rtsp/gstrtspextension.h
+include/gstreamer-0.10/gst/rtsp/gstrtspmessage.h
+include/gstreamer-0.10/gst/rtsp/gstrtsprange.h
+include/gstreamer-0.10/gst/rtsp/gstrtsptransport.h
+include/gstreamer-0.10/gst/rtsp/gstrtspurl.h
+include/gstreamer-0.10/gst/sdp/gstsdp.h
+include/gstreamer-0.10/gst/sdp/gstsdpmessage.h
include/gstreamer-0.10/gst/tag/tag.h
include/gstreamer-0.10/gst/video/gstvideofilter.h
include/gstreamer-0.10/gst/video/gstvideosink.h
@@ -69,6 +80,8 @@
lib/libgstpbutils-0.10.la
lib/libgstriff-0.10.la
lib/libgstrtp-0.10.la
+lib/libgstrtsp-0.10.la
+lib/libgstsdp-0.10.la
lib/libgsttag-0.10.la
lib/libgstvideo-0.10.la
lib/pkgconfig/gstreamer-plugins-base-0.10.pc
@@ -107,6 +120,14 @@
share/doc/gst-plugins-0.10/gst-plugins-base-libs-0.10/gst-plugins-base-libs-gstringbuffer.html
share/doc/gst-plugins-0.10/gst-plugins-base-libs-0.10/gst-plugins-base-libs-gstrtcpbuffer.html
share/doc/gst-plugins-0.10/gst-plugins-base-libs-0.10/gst-plugins-base-libs-gstrtpbuffer.html
+share/doc/gst-plugins-0.10/gst-plugins-base-libs-0.10/gst-plugins-base-libs-gstrtspbase64.html
+share/doc/gst-plugins-0.10/gst-plugins-base-libs-0.10/gst-plugins-base-libs-gstrtspconnection.html
+share/doc/gst-plugins-0.10/gst-plugins-base-libs-0.10/gst-plugins-base-libs-gstrtspdefs.html
+share/doc/gst-plugins-0.10/gst-plugins-base-libs-0.10/gst-plugins-base-libs-gstrtspmessage.html
+share/doc/gst-plugins-0.10/gst-plugins-base-libs-0.10/gst-plugins-base-libs-gstrtsprange.html
+share/doc/gst-plugins-0.10/gst-plugins-base-libs-0.10/gst-plugins-base-libs-gstrtsptransport.html
+share/doc/gst-plugins-0.10/gst-plugins-base-libs-0.10/gst-plugins-base-libs-gstrtspurl.html
+share/doc/gst-plugins-0.10/gst-plugins-base-libs-0.10/gst-plugins-base-libs-gstsdpmessage.html
share/doc/gst-plugins-0.10/gst-plugins-base-libs-0.10/gst-plugins-base-libs-gsttag.html
share/doc/gst-plugins-0.10/gst-plugins-base-libs-0.10/gst-plugins-base-libs-gsttagid3.html
share/doc/gst-plugins-0.10/gst-plugins-base-libs-0.10/gst-plugins-base-libs-gsttagvorbis.html
@@ -128,6 +149,8 @@
share/doc/gst-plugins-0.10/gst-plugins-base-libs-0.10/gstreamer-plugins-base.html
share/doc/gst-plugins-0.10/gst-plugins-base-libs-0.10/gstreamer-riff.html
share/doc/gst-plugins-0.10/gst-plugins-base-libs-0.10/gstreamer-rtp.html
+share/doc/gst-plugins-0.10/gst-plugins-base-libs-0.10/gstreamer-rtsp.html
+share/doc/gst-plugins-0.10/gst-plugins-base-libs-0.10/gstreamer-sdp.html
share/doc/gst-plugins-0.10/gst-plugins-base-libs-0.10/gstreamer-tag.html
share/doc/gst-plugins-0.10/gst-plugins-base-libs-0.10/gstreamer-video.html
share/doc/gst-plugins-0.10/gst-plugins-base-libs-0.10/index.html
@@ -153,6 +176,8 @@
@comment in gstreamer0.10: @dirrm lib/gstreamer-0.10
@dirrm include/gstreamer-0.10/gst/video
@dirrm include/gstreamer-0.10/gst/tag
+@dirrm include/gstreamer-0.10/gst/sdp
+@dirrm include/gstreamer-0.10/gst/rtsp
@dirrm include/gstreamer-0.10/gst/rtp
@dirrm include/gstreamer-0.10/gst/riff
@dirrm include/gstreamer-0.10/gst/pbutils
diff -r a1f7308f4cc8 -r 4fa0d233b916 multimedia/gst-plugins0.10-base/distinfo
--- a/multimedia/gst-plugins0.10-base/distinfo Thu Aug 30 12:21:51 2007 +0000
+++ b/multimedia/gst-plugins0.10-base/distinfo Thu Aug 30 12:22:22 2007 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2007/06/08 12:58:11 wiz Exp $
+$NetBSD: distinfo,v 1.13 2007/08/30 12:22:23 wiz Exp $
-SHA1 (gst-plugins-base-0.10.13.tar.bz2) = dbab4468f3a1c12472ecc901d025a83cf9030215
-RMD160 (gst-plugins-base-0.10.13.tar.bz2) = 4fb5d16d1a9ceda9446bcf3ee4c254adc9590349
-Size (gst-plugins-base-0.10.13.tar.bz2) = 1538682 bytes
+SHA1 (gst-plugins-base-0.10.14.tar.bz2) = 54e7b2d482f6eef4dbbe7d4b5f59ada033e447ab
+RMD160 (gst-plugins-base-0.10.14.tar.bz2) = 507666ea6d2a4657d315dfe54c8869ab74a59351
+Size (gst-plugins-base-0.10.14.tar.bz2) = 1625388 bytes
SHA1 (patch-aa) = f80f5490c28e52994a2d2a9eddef88a1e2e86cd1
Home |
Main Index |
Thread Index |
Old Index