pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/multimedia Update gst-plugins to 0.8.4:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fd5a5c78bda8
branches:  trunk
changeset: 480205:fd5a5c78bda8
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Wed Sep 01 17:01:31 2004 +0000

description:
Update gst-plugins to 0.8.4:

Changes since 0.8.3:

      * New translation in this release: Albanian
      * licensing corrections
      * fixes for compiling with G_DISABLE_ASSERT
      * pixel aspect ratio conversion fixes
      * tcpserversink fixes and additions
      * multifdsink can use poll now as well
      * interleave fixes
      * audioscale fixes
      * videotestsrc fixes
      * v4lsrc fixes
      * theoradec, theoraenc fixes
      * lame fixes
      * flac fixes
      * ximagesink, xvimagesink fixes
      * sunaudio fixes

Bugs fixed since 0.8.3:

      * 135407 : [xviddec] shows green frames when decoding packed bitstre...
      * 140432 : Osssink and alsasink broken on nforce2 (intel8x0) soundcard
      * 140897 : Incorrect segment duration in files created with matroska...
      * 140898 : No writing application specified in matroska files create...
      * 141554 : vorbis in matroska files makes the vorbisdec plugin segfault
      * 144091 : [Solaris] audio mixer element
      * 144616 : Infinite loop in wavparse.
      * 148711 : typefind function for TTA audio files
      * 148950 : matroskademux doesn't set buffer duration
      * 148951 : matroskademux misses the tta codec in its codec list
      * 151232 : [lame] doesn't build with lame-3.90
      * 151236 : [v4l] compile failure
      * 151410 : Memory leaks in multifdsink
      * 151462 : theora plugin Makefile broken

Changes since 0.8.2:

      * New translation in this release: Czech
      * New translation in this release: Hungarian
      * pixel aspect ratio conversion
      * tcpserversink fixes and additions
      * oggdemux fixes
      * theoraenc and theoradec fixes
      * ximagesink and xvimagesink fixes
      * ladspa fixes
      * videoscale and ffmpegcolorspace fixes for stride
      * mpeg and dvd fixes
      * win32 project file additions
      * new elements: playbin and decodebin
      * new element: multifdsink
      * new element: pngdec
      * new element: alpha
      * new element: multifilesink

Bugs fixed since 0.8.2:

      * 141906 : hang on removing ximagesink from a pipeline
      * 142432 : Wrong sink MIME type in shout2send
      * 143222 : [oggdemux] Optimize tag reading
      * 143548 : Please update libtool to fix build on arm
      * 143703 : duration always 0 for some (gst produced) .ogg files
      * 144624 : wavenc doesn't close file properly
      * 144753 : libgstinterfaces should be split, or: 'volume' should not...
      * 144815 : [alsasink] gst_element_set_time_delay() assertion failure...
      * 144866 : [flac] seeking broken, duration not set on buffers [PATCH]
      * 144941 : alsasink assertion failure on ctrl+z and fg
      * 145031 : totem CVS won't compile because of gst-play ...
      * 145088 : gnome-volume-control has unlocalized volume names.
      * 145118 : Compile error (gcc 2.95, alsa)
      * 145336 : pipeline broke-stonecold
      * 147969 : LADSPA plugin should sanitize the info from the .so's to ...
      * 148021 : Bug in lib-riff
      * 148023 : [ximagesink] doesn't work with Xnest
      * 148043 : audioconvert
      * 148289 : mad plugin crashes on Sun
      * 148505 : [level] for silence peak is reported wrongly
      * 148986 : [lame] bug in negotiation

diffstat:

 multimedia/gst-plugins-theora/Makefile |   4 +---
 multimedia/gst-plugins/Makefile.common |   7 ++++---
 multimedia/gst-plugins/PLIST           |  20 +++++++++++++++++++-
 multimedia/gst-plugins/distinfo        |   6 +++---
 4 files changed, 27 insertions(+), 10 deletions(-)

diffs (117 lines):

diff -r 6b076660a572 -r fd5a5c78bda8 multimedia/gst-plugins-theora/Makefile
--- a/multimedia/gst-plugins-theora/Makefile    Wed Sep 01 17:00:24 2004 +0000
+++ b/multimedia/gst-plugins-theora/Makefile    Wed Sep 01 17:01:31 2004 +0000
@@ -1,11 +1,9 @@
-# $NetBSD: Makefile,v 1.2 2004/04/16 13:42:13 jmmv Exp $
+# $NetBSD: Makefile,v 1.3 2004/09/01 17:01:31 jmmv Exp $
 #
 
 GST_PLUGINS_NAME=      theora
 GST_PLUGINS_DIR=       ext/theora
 
-PKGREVISION=           1
-
 .include "../../multimedia/gst-plugins/Makefile.common"
 
 DEPENDS+=              gst-plugins-ogg>=0.8.1:../../multimedia/gst-plugins-ogg
diff -r 6b076660a572 -r fd5a5c78bda8 multimedia/gst-plugins/Makefile.common
--- a/multimedia/gst-plugins/Makefile.common    Wed Sep 01 17:00:24 2004 +0000
+++ b/multimedia/gst-plugins/Makefile.common    Wed Sep 01 17:01:31 2004 +0000
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile.common,v 1.7 2004/07/04 15:54:51 jmmv Exp $
+# $NetBSD: Makefile.common,v 1.8 2004/09/01 17:01:31 jmmv Exp $
 #
 
-DISTNAME=              gst-plugins-0.8.2
+DISTNAME=              gst-plugins-0.8.4
 CATEGORIES=            multimedia gnome
-MASTER_SITES=          ${MASTER_SITE_GNOME:=sources/gst-plugins/0.8/}
+MASTER_SITES=          ${MASTER_SITE_GNOME:=sources/gst-plugins/0.8/} \
+                       http://gstreamer.freedesktop.org/src/gst-plugins/
 EXTRACT_SUFX=          .tar.bz2
 
 MAINTAINER=            rh%NetBSD.org@localhost
diff -r 6b076660a572 -r fd5a5c78bda8 multimedia/gst-plugins/PLIST
--- a/multimedia/gst-plugins/PLIST      Wed Sep 01 17:00:24 2004 +0000
+++ b/multimedia/gst-plugins/PLIST      Wed Sep 01 17:01:31 2004 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2004/06/28 17:45:56 jmmv Exp $
+@comment $NetBSD: PLIST,v 1.8 2004/09/01 17:01:31 jmmv Exp $
 bin/gst-launch-ext-0.8
 bin/gst-visualise-0.8
 include/gstreamer-0.8/gst/audio/audio.h
@@ -44,6 +44,9 @@
 lib/gstreamer-0.8/libgstalpha.a
 lib/gstreamer-0.8/libgstalpha.la
 lib/gstreamer-0.8/libgstalpha.so
+lib/gstreamer-0.8/libgstalphacolor.a
+lib/gstreamer-0.8/libgstalphacolor.la
+lib/gstreamer-0.8/libgstalphacolor.so
 lib/gstreamer-0.8/libgstasf.a
 lib/gstreamer-0.8/libgstasf.la
 lib/gstreamer-0.8/libgstasf.so
@@ -83,6 +86,9 @@
 lib/gstreamer-0.8/libgstdebug.a
 lib/gstreamer-0.8/libgstdebug.la
 lib/gstreamer-0.8/libgstdebug.so
+lib/gstreamer-0.8/libgstdecodebin.a
+lib/gstreamer-0.8/libgstdecodebin.la
+lib/gstreamer-0.8/libgstdecodebin.so
 lib/gstreamer-0.8/libgstdeinterlace.a
 lib/gstreamer-0.8/libgstdeinterlace.la
 lib/gstreamer-0.8/libgstdeinterlace.so
@@ -107,6 +113,9 @@
 lib/gstreamer-0.8/libgstgamma.a
 lib/gstreamer-0.8/libgstgamma.la
 lib/gstreamer-0.8/libgstgamma.so
+lib/gstreamer-0.8/libgstglimagesink.a
+lib/gstreamer-0.8/libgstglimagesink.la
+lib/gstreamer-0.8/libgstglimagesink.so
 lib/gstreamer-0.8/libgstgoom.a
 lib/gstreamer-0.8/libgstgoom.la
 lib/gstreamer-0.8/libgstgoom.so
@@ -155,6 +164,9 @@
 lib/gstreamer-0.8/libgstmulaw.a
 lib/gstreamer-0.8/libgstmulaw.la
 lib/gstreamer-0.8/libgstmulaw.so
+lib/gstreamer-0.8/libgstmultifilesink.a
+lib/gstreamer-0.8/libgstmultifilesink.la
+lib/gstreamer-0.8/libgstmultifilesink.so
 lib/gstreamer-0.8/libgstmultipart.a
 lib/gstreamer-0.8/libgstmultipart.la
 lib/gstreamer-0.8/libgstmultipart.so
@@ -167,6 +179,9 @@
 lib/gstreamer-0.8/libgstpassthrough.a
 lib/gstreamer-0.8/libgstpassthrough.la
 lib/gstreamer-0.8/libgstpassthrough.so
+lib/gstreamer-0.8/libgstplaybin.a
+lib/gstreamer-0.8/libgstplaybin.la
+lib/gstreamer-0.8/libgstplaybin.so
 lib/gstreamer-0.8/libgstplayondemand.a
 lib/gstreamer-0.8/libgstplayondemand.la
 lib/gstreamer-0.8/libgstplayondemand.so
@@ -318,8 +333,11 @@
 share/gconf/schemas/gstreamer-0.8.schemas
 ${PKGLOCALEDIR}/locale/af/LC_MESSAGES/gst-plugins-0.8.mo
 ${PKGLOCALEDIR}/locale/az/LC_MESSAGES/gst-plugins-0.8.mo
+${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/gst-plugins-0.8.mo
 ${PKGLOCALEDIR}/locale/en_GB/LC_MESSAGES/gst-plugins-0.8.mo
+${PKGLOCALEDIR}/locale/hu/LC_MESSAGES/gst-plugins-0.8.mo
 ${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/gst-plugins-0.8.mo
+${PKGLOCALEDIR}/locale/sq/LC_MESSAGES/gst-plugins-0.8.mo
 ${PKGLOCALEDIR}/locale/sr/LC_MESSAGES/gst-plugins-0.8.mo
 ${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/gst-plugins-0.8.mo
 ${PKGLOCALEDIR}/locale/uk/LC_MESSAGES/gst-plugins-0.8.mo
diff -r 6b076660a572 -r fd5a5c78bda8 multimedia/gst-plugins/distinfo
--- a/multimedia/gst-plugins/distinfo   Wed Sep 01 17:00:24 2004 +0000
+++ b/multimedia/gst-plugins/distinfo   Wed Sep 01 17:01:31 2004 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2004/07/30 21:54:10 jmmv Exp $
+$NetBSD: distinfo,v 1.10 2004/09/01 17:01:31 jmmv Exp $
 
-SHA1 (gst-plugins-0.8.2.tar.bz2) = 639a47d294ed9870662d4a2bb2f8d5bc484ad14a
-Size (gst-plugins-0.8.2.tar.bz2) = 1978467 bytes
+SHA1 (gst-plugins-0.8.4.tar.bz2) = 946b6394b8d12189cc84ae75f8e3936b74e098e1
+Size (gst-plugins-0.8.4.tar.bz2) = 2005935 bytes
 SHA1 (patch-aa) = 8ac5c538143e248e58e19c383b9f2c52a0d6a908
 SHA1 (patch-ae) = d51997b93689753fa0a34eec21ac14dc22af7500



Home | Main Index | Thread Index | Old Index