pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc Update gst-plugins-0.10-base and packages based on thi...
details: https://anonhg.NetBSD.org/pkgsrc/rev/5afd7beb7353
branches: trunk
changeset: 509614:5afd7beb7353
user: jmmv <jmmv%pkgsrc.org@localhost>
date: Sun Mar 12 12:42:05 2006 +0000
description:
Update gst-plugins-0.10-base and packages based on this one to 0.10.4:
Changes since 0.10.3:
* (Experimental) QoS support
* oggmuxer now creates 100% valid streams for Theora, Vorbis and Speex
* documentation updates
* better support for subtitles (seeking)
Bugs fixed since 0.10.3:
* 310202 : [subtitles] < i > < /i > tags and others should be supported i...
* 312439 : XVideo output doesn't work on remote displays (probably r...
* 321271 : audio output is truncated at EOS
* 321650 : Can't decode this ogm file
* 325732 : [oggdemux] problem when seeking to time less than 4s with...
* 325972 : [typefinding] doesn't recognise this mp3
* 326720 : [alsasink] doesn't support more than 2 channels anymore
* 330711 : [ffmpegcolorspace] problems with palettized RGB (fencount...
* 330789 : gstbaseaudiosink causes noise on seeking
* 330888 : Fix build with gcc 2.95 (again)
* 331295 : gnomevfssink doesn't respect umask when creating files
* 331526 : 3GP type detection is too simple
* 331678 : Decodebin is not reusable within a single pipeline (as in...
* 331690 : playbin won't play my last.fm stream
* 331763 : [alsamixer] unmute sets the volume to 100%
* 331765 : [alsamixer] mixer applet slider doesn't want to move from...
* 331903 : [videorate] doesnt handle input caps of framerate=0/1 sanely
* 332778 : [ogmparse] " Already an existing pad " WARNING
* 332964 : random crashes in mp3_type_find
* 333254 : theora encoder does not set IN_CAPS flag properly
* 333352 : [gnomevfssink] reports disk full as generic error
* 333488 : Allow for palette < 256 colours in AVI files
* 333510 : [PATCH] Fix gst_pad_new_from_template (gst_static_pad_tem...
* 333545 : [riff] set depth on wma caps to make asfdemux and pitfdll...
* 333663 : [patch] unref the result of gst_pad_get_parent
* 333900 : [typefind] cannot play a particular mp3 file
* 334112 : variable not initialized
* 334129 : Disable frame dropping for now
* 317038 : use default channel layout if none is specified in multic...
* 319340 : [cdparanoia] uncorrected-error signal never fired
API added since 0.10.3:
* GstTextOverlay::halignment
* GstTextOverlay::valignment
diffstat:
multimedia/gst-plugins0.10-base/distinfo | 8 ++++----
multimedia/gst-plugins0.10-base/plugins.mk | 4 ++--
x11/gst-plugins0.10-x11/Makefile | 3 +--
3 files changed, 7 insertions(+), 8 deletions(-)
diffs (45 lines):
diff -r 687fbdf3b191 -r 5afd7beb7353 multimedia/gst-plugins0.10-base/distinfo
--- a/multimedia/gst-plugins0.10-base/distinfo Sun Mar 12 12:41:09 2006 +0000
+++ b/multimedia/gst-plugins0.10-base/distinfo Sun Mar 12 12:42:05 2006 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2006/02/13 19:19:44 wiz Exp $
+$NetBSD: distinfo,v 1.5 2006/03/12 12:42:05 jmmv Exp $
-SHA1 (gst-plugins-base-0.10.3.tar.bz2) = 1ca536d0b66534ff6435745b4f88f44588ea6332
-RMD160 (gst-plugins-base-0.10.3.tar.bz2) = 0c0d51124407c2fb08fe6dd89dab649ad6c70369
-Size (gst-plugins-base-0.10.3.tar.bz2) = 1082763 bytes
+SHA1 (gst-plugins-base-0.10.4.tar.bz2) = 1874bfc701f75ff859615c6b6e5b65c50df6f53a
+RMD160 (gst-plugins-base-0.10.4.tar.bz2) = da837968b10a130dbeaa1953a3ad9f27586ba683
+Size (gst-plugins-base-0.10.4.tar.bz2) = 1097817 bytes
SHA1 (patch-ab) = 94492cdfab49737e419b39c11b65d76f9bee2e3b
diff -r 687fbdf3b191 -r 5afd7beb7353 multimedia/gst-plugins0.10-base/plugins.mk
--- a/multimedia/gst-plugins0.10-base/plugins.mk Sun Mar 12 12:41:09 2006 +0000
+++ b/multimedia/gst-plugins0.10-base/plugins.mk Sun Mar 12 12:42:05 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: plugins.mk,v 1.3 2006/02/13 19:19:44 wiz Exp $
+# $NetBSD: plugins.mk,v 1.4 2006/03/12 12:42:05 jmmv Exp $
#
# This file is shared across the gst-plugins-{base,good} packages to
# simplify their code. It provides a framework to write simple packages
@@ -6,7 +6,7 @@
# this file, but use the correct Makefile.common instead.
#
-DISTNAME?= gst-plugins-${GST_PLUGINS0.10_TYPE}-0.10.3
+DISTNAME?= gst-plugins-${GST_PLUGINS0.10_TYPE}-0.10.4
PKGNAME= ${DISTNAME:S/plugins/plugins0.10/}
CATEGORIES= multimedia gnome
MASTER_SITES= http://gstreamer.freedesktop.org/src/gst-plugins-${GST_PLUGINS0.10_TYPE}/
diff -r 687fbdf3b191 -r 5afd7beb7353 x11/gst-plugins0.10-x11/Makefile
--- a/x11/gst-plugins0.10-x11/Makefile Sun Mar 12 12:41:09 2006 +0000
+++ b/x11/gst-plugins0.10-x11/Makefile Sun Mar 12 12:42:05 2006 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2006/02/05 23:11:34 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2006/03/12 12:42:05 jmmv Exp $
#
GST_PLUGINS0.10_NAME= x11
-PKGREVISION= 1
GST_PLUGINS0.10_DIRS= sys/ximage sys/xvimage
GST_PLUGINS0.10_FLAGS= x xshm xvideo
Home |
Main Index |
Thread Index |
Old Index