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 gst-plug...
details: https://anonhg.NetBSD.org/pkgsrc/rev/5b7410541712
branches: trunk
changeset: 486972:5b7410541712
user: jmmv <jmmv%pkgsrc.org@localhost>
date: Thu Jan 06 11:25:10 2005 +0000
description:
Update gst-plugins and gst-plugins-* to 0.8.7.
Changes since 0.8.6:
* multichannel audio support
* new element: apetag
* new element: ttadec, ttaparse
* new element: directfbvideosink
* vcd fixes
* playbin fixes
* dvdread fixes
* a52dec fixes
* sunaudiosrc fixes
* osssrc fixes
* avidemux fixes
* licensing updates
Bugs fixed since 0.8.6:
* 147919 : [playbin] broken wav seeking
* 148559 : [monoscope] grinds to a halt
* 149102 : gstreamer license problems
* 149613 : [PATCH}Add proxy server support to the musicbrainz plugin
* 151624 : Multichannel support
* 152339 : [PATCH] [build] gst-plugins cross compiling
* 154773 : [playbin] crashes trying to play short wave files (1 or 2...
* 154775 : [qtdemux] Quicktime movie causing some weird debug spew
* 154814 : Selection of totem crashing videos
* 154815 : [PATCH] ffmpegcolorspace leaks caps
* 155348 : Various MP3 files cannot be detected or played
* 155879 : [libriff] Bug in lib-riff
* 156798 : " An error occured " " Could not write to resource " this sa...
* 157233 : [PATCH] playbin leak fixes
* 158258 : Patch for polypsink to make it work with both threaded an...
* 158382 : [PATCH] [build] debian speex detection patch
* 158650 : [PATCH] [videocrop] video crop is completely buggered
* 158704 : Fix/finish (S)VCD support
* 159215 : [PATCH] Memory leaks in audioscale
* 159296 : Playing benow.mp3 file cause totem to hang on EOS with de...
* 159297 : dark.441-16-s.flac hangs on eos in totem with debug spew
* 159301 : gstreamer.avi file plays, but have broken seeking in totem
* 159338 : alaw/mulaw decoders caps warning
* 159433 : [osssink] doesn't check for supported channels
* 159512 : Progress bar with m4a (aac) broken
* 159651 : [decodebin] totem crash
* 159759 : DVD LCPM asserts
* 159847 : [build] hardcoded path for musepack headers in configure
* 159864 : avidemux sends GST_EVENT_DISCONTINUOUS
* 159986 : [PATCH] Videorate doesn't handle seek and doesn't reset w...
* 160276 : [PATCH] mpegdemux and dvddemux don't reset themselves in ...
* 160439 : Can't compile gst-plugins without GCONF
* 160514 : [avidemux] seek after EOF for truncated avi files (to non...
* 160532 : [avidemux] avi[cvid+PCM] : no image, sound is noise
* 160808 : 'ERROR: pipeline doesn't want to play' when using xvimage...
* 160869 : [playbin] ogg file (theora/vorbis) causes segfault near end
* 161039 : [PATCH] [deinterlace] rowstrides need fixing
* 161538 : [playbin] AVI files with mp3 audio are out-of-sync in pla...
* 161624 : [alsasink] crash at end of playing this file
* 161980 : Volume control applet does not set value correctly.
* 162819 : [audioscale] cleanup
* 162913 : [mms] missing NULL terminator to g_object_set() in uri ha...
* 162924 : [playbin] totem assertion failures when playing cd / pote...
API changes since 0.8.6:
- API additions:
* A new cdparanoia property, device, has been added.
* A new dvdnavsrc property, device, has been added.
* A new dvdreadsrc property, device, has been added.
* A new vcdsrc property, device, has been added.
- API depreciations:
* A cdparanoia property, location, has been marked for deprecation.
* A dvdnavsrc property, location, has been marked for deprecation.
* A dvdreadsrc property, location, has been marked for deprecation.
* A vcdsrc property, location, has been marked for deprecation.
diffstat:
multimedia/gst-plugins/Makefile.common | 6 +++---
multimedia/gst-plugins/PLIST | 9 ++++++++-
multimedia/gst-plugins/distinfo | 6 +++---
3 files changed, 14 insertions(+), 7 deletions(-)
diffs (84 lines):
diff -r 44bdc2d56e76 -r 5b7410541712 multimedia/gst-plugins/Makefile.common
--- a/multimedia/gst-plugins/Makefile.common Thu Jan 06 11:23:44 2005 +0000
+++ b/multimedia/gst-plugins/Makefile.common Thu Jan 06 11:25:10 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile.common,v 1.12 2004/12/28 21:47:18 jmmv Exp $
+# $NetBSD: Makefile.common,v 1.13 2005/01/06 11:25:10 jmmv Exp $
#
-DISTNAME= gst-plugins-0.8.6
+DISTNAME= gst-plugins-0.8.7
CATEGORIES= multimedia gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gst-plugins/0.8/} \
http://gstreamer.freedesktop.org/src/gst-plugins/
@@ -145,7 +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
+BUILDLINK_DEPENDS.gst-plugins+= gst-plugins>=0.8.7
.include "../../multimedia/gst-plugins/buildlink3.mk"
.endif
diff -r 44bdc2d56e76 -r 5b7410541712 multimedia/gst-plugins/PLIST
--- a/multimedia/gst-plugins/PLIST Thu Jan 06 11:23:44 2005 +0000
+++ b/multimedia/gst-plugins/PLIST Thu Jan 06 11:25:10 2005 +0000
@@ -1,9 +1,11 @@
-@comment $NetBSD: PLIST,v 1.10 2004/10/28 14:22:48 jmmv Exp $
+@comment $NetBSD: PLIST,v 1.11 2005/01/06 11:25:10 jmmv Exp $
bin/gst-launch-ext-0.8
bin/gst-visualise-0.8
include/gstreamer-0.8/gst/audio/audio.h
include/gstreamer-0.8/gst/audio/audioclock.h
include/gstreamer-0.8/gst/audio/gstaudiofilter.h
+include/gstreamer-0.8/gst/audio/multichannel-enumtypes.h
+include/gstreamer-0.8/gst/audio/multichannel.h
include/gstreamer-0.8/gst/colorbalance/colorbalance-enumtypes.h
include/gstreamer-0.8/gst/colorbalance/colorbalance.h
include/gstreamer-0.8/gst/colorbalance/colorbalancechannel.h
@@ -37,6 +39,7 @@
lib/gstreamer-0.8/libgstalaw.la
lib/gstreamer-0.8/libgstalpha.la
lib/gstreamer-0.8/libgstalphacolor.la
+lib/gstreamer-0.8/libgstapetag.la
lib/gstreamer-0.8/libgstasf.la
lib/gstreamer-0.8/libgstaudio.la
lib/gstreamer-0.8/libgstaudioconvert.la
@@ -54,6 +57,7 @@
lib/gstreamer-0.8/libgstdeinterlace.la
lib/gstreamer-0.8/libgstefence.la
lib/gstreamer-0.8/libgsteffectv.la
+lib/gstreamer-0.8/libgstequalizer.la
lib/gstreamer-0.8/libgstfestival.la
lib/gstreamer-0.8/libgstffmpegcolorspace.la
lib/gstreamer-0.8/libgstfilter.la
@@ -100,6 +104,7 @@
lib/gstreamer-0.8/libgstsynaesthesia.la
lib/gstreamer-0.8/libgsttagedit.la
lib/gstreamer-0.8/libgsttcp.la
+lib/gstreamer-0.8/libgsttta.la
lib/gstreamer-0.8/libgsttypefindfunctions.la
lib/gstreamer-0.8/libgstudp.la
lib/gstreamer-0.8/libgstvbidec.la
@@ -140,6 +145,8 @@
${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/it/LC_MESSAGES/gst-plugins-0.8.mo
+${PKGLOCALEDIR}/locale/nb/LC_MESSAGES/gst-plugins-0.8.mo
${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/gst-plugins-0.8.mo
${PKGLOCALEDIR}/locale/or/LC_MESSAGES/gst-plugins-0.8.mo
${PKGLOCALEDIR}/locale/sq/LC_MESSAGES/gst-plugins-0.8.mo
diff -r 44bdc2d56e76 -r 5b7410541712 multimedia/gst-plugins/distinfo
--- a/multimedia/gst-plugins/distinfo Thu Jan 06 11:23:44 2005 +0000
+++ b/multimedia/gst-plugins/distinfo Thu Jan 06 11:25:10 2005 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.13 2004/12/28 21:47:18 jmmv Exp $
+$NetBSD: distinfo,v 1.14 2005/01/06 11:25:10 jmmv Exp $
-SHA1 (gst-plugins-0.8.6.tar.bz2) = e3514c61bcfc055ad112bef5d29725a364ed2409
-Size (gst-plugins-0.8.6.tar.bz2) = 2033762 bytes
+SHA1 (gst-plugins-0.8.7.tar.bz2) = fbfb1a23ef805e58f5617649590d065440470628
+Size (gst-plugins-0.8.7.tar.bz2) = 2134878 bytes
SHA1 (patch-aa) = c9173d53f594236f114cb5356aca79f41e13240b
SHA1 (patch-ae) = d51997b93689753fa0a34eec21ac14dc22af7500
Home |
Main Index |
Thread Index |
Old Index