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.21
details: https://anonhg.NetBSD.org/pkgsrc/rev/36a408b911c9
branches: trunk
changeset: 548500:36a408b911c9
user: drochner <drochner%pkgsrc.org@localhost>
date: Thu Oct 16 16:22:49 2008 +0000
description:
update to 0.10.21
changes:
Continue playbin2 development
Ogg improvements - CELT support, skeleton fixes
DVD subpicture support
Improved audio dithering random number generator
xvimagesink/ximagesink fixes
Vorbis encoding and decoding fixes
Recognise Kate subtitle streams
Many bug-fixes and enhancements
diffstat:
multimedia/gst-plugins0.10-base/Makefile.common | 4 ++--
multimedia/gst-plugins0.10-base/PLIST | 7 ++++++-
multimedia/gst-plugins0.10-base/distinfo | 8 ++++----
3 files changed, 12 insertions(+), 7 deletions(-)
diffs (71 lines):
diff -r ffbeeeb9054e -r 36a408b911c9 multimedia/gst-plugins0.10-base/Makefile.common
--- a/multimedia/gst-plugins0.10-base/Makefile.common Thu Oct 16 16:20:38 2008 +0000
+++ b/multimedia/gst-plugins0.10-base/Makefile.common Thu Oct 16 16:22:49 2008 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile.common,v 1.16 2008/08/06 18:07:06 drochner Exp $
+# $NetBSD: Makefile.common,v 1.17 2008/10/16 16:22:49 drochner Exp $
#
GST_PLUGINS0.10_TYPE= base
-GST_PLUGINS0.10_VER= 0.10.20
+GST_PLUGINS0.10_VER= 0.10.21
BUILDLINK_API_DEPENDS.gstreamer0.10+= gstreamer0.10>=0.10.20
# Disable all drivers and features by default.
diff -r ffbeeeb9054e -r 36a408b911c9 multimedia/gst-plugins0.10-base/PLIST
--- a/multimedia/gst-plugins0.10-base/PLIST Thu Oct 16 16:20:38 2008 +0000
+++ b/multimedia/gst-plugins0.10-base/PLIST Thu Oct 16 16:22:49 2008 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.12 2008/07/15 10:09:40 drochner Exp $
+@comment $NetBSD: PLIST,v 1.13 2008/10/16 16:22:49 drochner Exp $
bin/gst-visualise-0.10
include/gstreamer-0.10/gst/audio/audio.h
include/gstreamer-0.10/gst/audio/gstaudioclock.h
@@ -109,6 +109,7 @@
man/man1/gst-visualise-0.10.1
share/doc/gst-plugins-0.10/gst-plugins-base-libs-0.10/api-index.html
share/doc/gst-plugins-0.10/gst-plugins-base-libs-0.10/compiling.html
+share/doc/gst-plugins-0.10/gst-plugins-base-libs-0.10/compiling.sgml
share/doc/gst-plugins-0.10/gst-plugins-base-libs-0.10/gst-plugins-base-libs-0.10.devhelp
share/doc/gst-plugins-0.10/gst-plugins-base-libs-0.10/gst-plugins-base-libs-0.10.devhelp2
share/doc/gst-plugins-0.10/gst-plugins-base-libs-0.10/gst-plugins-base-libs-gstaudio.html
@@ -189,8 +190,10 @@
share/doc/gst-plugins-0.10/gst-plugins-base-libs-0.10/right.png
share/doc/gst-plugins-0.10/gst-plugins-base-libs-0.10/style.css
share/doc/gst-plugins-0.10/gst-plugins-base-libs-0.10/up.png
+share/doc/gst-plugins-0.10/gst-plugins-base-plugins-0.10/GstPlayBaseBin.html
share/doc/gst-plugins-0.10/gst-plugins-base-plugins-0.10/ch01.html
share/doc/gst-plugins-0.10/gst-plugins-base-plugins-0.10/ch02.html
+share/doc/gst-plugins-0.10/gst-plugins-base-plugins-0.10/ch03.html
share/doc/gst-plugins-0.10/gst-plugins-base-plugins-0.10/gst-plugins-base-plugins-0.10.devhelp
share/doc/gst-plugins-0.10/gst-plugins-base-plugins-0.10/gst-plugins-base-plugins-0.10.devhelp2
share/doc/gst-plugins-0.10/gst-plugins-base-plugins-0.10/gst-plugins-base-plugins-adder.html
@@ -285,12 +288,14 @@
share/locale/fi/LC_MESSAGES/gst-plugins-base-0.10.mo
share/locale/fr/LC_MESSAGES/gst-plugins-base-0.10.mo
share/locale/hu/LC_MESSAGES/gst-plugins-base-0.10.mo
+share/locale/id/LC_MESSAGES/gst-plugins-base-0.10.mo
share/locale/it/LC_MESSAGES/gst-plugins-base-0.10.mo
share/locale/lt/LC_MESSAGES/gst-plugins-base-0.10.mo
share/locale/nb/LC_MESSAGES/gst-plugins-base-0.10.mo
share/locale/nl/LC_MESSAGES/gst-plugins-base-0.10.mo
share/locale/or/LC_MESSAGES/gst-plugins-base-0.10.mo
share/locale/pl/LC_MESSAGES/gst-plugins-base-0.10.mo
+share/locale/pt_BR/LC_MESSAGES/gst-plugins-base-0.10.mo
share/locale/ru/LC_MESSAGES/gst-plugins-base-0.10.mo
share/locale/sk/LC_MESSAGES/gst-plugins-base-0.10.mo
share/locale/sq/LC_MESSAGES/gst-plugins-base-0.10.mo
diff -r ffbeeeb9054e -r 36a408b911c9 multimedia/gst-plugins0.10-base/distinfo
--- a/multimedia/gst-plugins0.10-base/distinfo Thu Oct 16 16:20:38 2008 +0000
+++ b/multimedia/gst-plugins0.10-base/distinfo Thu Oct 16 16:22:49 2008 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.17 2008/07/15 10:09:40 drochner Exp $
+$NetBSD: distinfo,v 1.18 2008/10/16 16:22:49 drochner Exp $
-SHA1 (gst-plugins-base-0.10.20.tar.bz2) = e887f071eda3128249657805dc5a42b2ad2d3bef
-RMD160 (gst-plugins-base-0.10.20.tar.bz2) = 2283fa2743a18630c3dab5a77d2b4eae9253eb97
-Size (gst-plugins-base-0.10.20.tar.bz2) = 1986182 bytes
+SHA1 (gst-plugins-base-0.10.21.tar.bz2) = ae83b3306f52aa3affd014dade30c6cd5c2baa66
+RMD160 (gst-plugins-base-0.10.21.tar.bz2) = 4fa9056c8cc5d21db30074596831ffc14f6b671b
+Size (gst-plugins-base-0.10.21.tar.bz2) = 1982446 bytes
SHA1 (patch-aa) = 5f70a63eac16e8fe7f3b329713246ebfc54afab3
Home |
Main Index |
Thread Index |
Old Index