pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/multimedia/gst-plugins Update gst-plugins (and all gst...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0f729d91854e
branches:  trunk
changeset: 486463:0f729d91854e
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Tue Dec 28 21:47:18 2004 +0000

description:
Update gst-plugins (and all gst-plugins-* packages) to 0.8.6:

Changes since 0.8.5:
      * New translation in this release: Norwegian Bokmaal
      * New translation in this release: Luca Ferretti
      * new element: polypsink
      * new element: musepack decoder
      * alsa fixes
      * playbin fixes
      * support for cd://, cdda:// and dv:// uri
      * v4lsrc fixes
      * id3demux fixes
      * avc-based Firewire camera support
      * speex fixes
      * tcp fixes
      * multifdsink improvements
      * ffmpegcolorspace fixes
      * chained ogg support

Bugs fixed since 0.8.5:
      * 140994 : [mplex] configure failure
      * 143961 : MusePack codec support
      * 144389 : alsasink dies after some time playing
      * 144436 : opt / oggmux problem (endless interrupt event loop)
      * 150061 : gstreamer error in rhythmbox: vorbisdec(27925) vorbisdec....
      * 150576 : pad v4l2src0:src returned caps that are not a real subset...
      * 151059 : [sdlvideosink] doesn't implement overlay properly
      * 151064 : asfdemux crash
      * 151122 : playing a m4a-file using " spider " doesn't work
      * 152750 : audioconvert crash
      * 154781 : [playbin/totem] avi file with just divx video (no audio) ...
      * 154784 : [playbin/totem] playing avi with 320x240 raw yuv video an...
      * 154788 : Xv video in another window
      * 154807 : auparse doesn't error out on invalid files
      * 154834 : [dvdreadsrc] immediate EOS when specifying a title > 0
      * 154903 : cdparanoia plugin doesn't handle URIs
      * 154967 : [wavenc] missing cast and terminator in gst_event_new_dis...
      * 155008 : LoTr movie segfaulting with gstreamer+totem
      * 155223 : memleak in wavparse
      * 155814 : gst_bin_iterate() gets stuck on some images
      * 155864 : [oggdemux] regression with files without proper EOS flag
      * 156372 : gst-plugins fails to build on AMD64
      * 156387 : [oggdemux] seeking is off by up to 30 secs (regression)
      * 156477 : Ogg Vorbis file fails to play. Works with ogg123
      * 156488 : Introducing device for alsasink in gconf makes totem crash
      * 156565 : gst_bin_remove crashes deep down
      * 156910 : Rhythmbox crash at the end of this song
      * 157032 : Patch for dispose/finalize functions in gst-plugins
      * 157281 : crash with totem-gst
      * 157543 : [rtpgsmparse] missing NULL terminator to gst_caps_new_sim...
      * 157548 : [vorbisenc] premature and/or missing terminator to gst_ca...
      * 157632 : C99 style variable initialization(multifilesrc_test.c)
      * 157964 : smoothwave display warnings when launching gst-register
      * 157986 : [vorbisdec] fix warning when querying while draining
      * 158006 : alsasink/rhythmbox don't like each other anymore
      * 158125 : gstreamer apps have serious issues with 0.8.5.2 plugins & ...
      * 158221 : Build fix for gstreamer-plugins 0.8.5.3
      * 158365 : Fix for playbin hangs
      * 158375 : fix segfault in mp3 typefinding
      * 158462 : [dvdreadsrc] invalid reads / is_nav_pack assertion failure
      * 158832 : pngenc drops GstBuffer extra info (timestamp, length...)
      * 158976 : [oggdemux] seeking broken again [regression]
      * 159186 : [PATCH] videorate doesn't handle all colorspaces
      * 159187 : [PATCH] v4l probes too much and should cache

API changes since 0.8.5:
- API additions:
* A new v4lsrc property, autoprobe-fps, has been added.

diffstat:

 multimedia/gst-plugins/Makefile.common  |   5 +++--
 multimedia/gst-plugins/distinfo         |   7 +++----
 multimedia/gst-plugins/patches/patch-ab |  21 ---------------------
 3 files changed, 6 insertions(+), 27 deletions(-)

diffs (60 lines):

diff -r c94f70be1004 -r 0f729d91854e multimedia/gst-plugins/Makefile.common
--- a/multimedia/gst-plugins/Makefile.common    Tue Dec 28 21:45:59 2004 +0000
+++ b/multimedia/gst-plugins/Makefile.common    Tue Dec 28 21:47:18 2004 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile.common,v 1.11 2004/11/13 12:51:22 sketch Exp $
+# $NetBSD: Makefile.common,v 1.12 2004/12/28 21:47:18 jmmv Exp $
 #
 
-DISTNAME=              gst-plugins-0.8.5
+DISTNAME=              gst-plugins-0.8.6
 CATEGORIES=            multimedia gnome
 MASTER_SITES=          ${MASTER_SITE_GNOME:=sources/gst-plugins/0.8/} \
                        http://gstreamer.freedesktop.org/src/gst-plugins/
@@ -145,6 +145,7 @@
 SUBST_FILES.libs=      ${GST_PLUGINS_DIR}/Makefile.in
 SUBST_SED.libs=                -e 's|$$(top_builddir)/gst-libs/gst/libgst|${BUILDLINK_PREFIX.gst-plugins}/lib/libgst|g'
 
+BUILDLINK_DEPENDS.gst-plugins+=        gst-plugins>=0.8.6
 .include "../../multimedia/gst-plugins/buildlink3.mk"
 .endif
 
diff -r c94f70be1004 -r 0f729d91854e multimedia/gst-plugins/distinfo
--- a/multimedia/gst-plugins/distinfo   Tue Dec 28 21:45:59 2004 +0000
+++ b/multimedia/gst-plugins/distinfo   Tue Dec 28 21:47:18 2004 +0000
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.12 2004/11/11 21:46:43 kristerw Exp $
+$NetBSD: distinfo,v 1.13 2004/12/28 21:47:18 jmmv Exp $
 
-SHA1 (gst-plugins-0.8.5.tar.bz2) = 4e0f62685a62d41659c84fc295199ba322c16b75
-Size (gst-plugins-0.8.5.tar.bz2) = 2031638 bytes
+SHA1 (gst-plugins-0.8.6.tar.bz2) = e3514c61bcfc055ad112bef5d29725a364ed2409
+Size (gst-plugins-0.8.6.tar.bz2) = 2033762 bytes
 SHA1 (patch-aa) = c9173d53f594236f114cb5356aca79f41e13240b
-SHA1 (patch-ab) = 979e629d285293b94a0557b81dce60dd3c66c9f6
 SHA1 (patch-ae) = d51997b93689753fa0a34eec21ac14dc22af7500
diff -r c94f70be1004 -r 0f729d91854e multimedia/gst-plugins/patches/patch-ab
--- a/multimedia/gst-plugins/patches/patch-ab   Tue Dec 28 21:45:59 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,21 +0,0 @@
-$NetBSD: patch-ab,v 1.5 2004/11/11 21:46:43 kristerw Exp $
-
---- testsuite/multifilesink/multifilesrc_test.c.orig   Thu Nov 11 22:40:09 2004
-+++ testsuite/multifilesink/multifilesrc_test.c        Thu Nov 11 22:40:56 2004
-@@ -3,8 +3,6 @@
- int
- main (int argc, char **argv)
- {
--  gst_init (&argc, &argv);
--
-   GSList *locations;
-   int i;
- 
-@@ -12,6 +10,7 @@
- 
-   GstElement *pipeline, *src, *sink;
- 
-+  gst_init (&argc, &argv);
-   g_print ("creating sink\n");
-   sink = gst_element_factory_make ("multifilesink", "sink");
-   g_object_set (G_OBJECT (sink), "location", "format%d.tmp", NULL);



Home | Main Index | Thread Index | Old Index