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-good update to 0.10.15
details: https://anonhg.NetBSD.org/pkgsrc/rev/ff833d77b7fc
branches: trunk
changeset: 393733:ff833d77b7fc
user: drochner <drochner%pkgsrc.org@localhost>
date: Mon May 25 15:50:12 2009 +0000
description:
update to 0.10.15
changes:
Some fixes for seeking in wav and FLAC files
Faster seeking in Matroska and AVI files
RTSP and RTP improvements
directdrawsink moved to Bad
y4menc and flvmux/flvdemux moved from Bad
deinterlace2 moved from Bad, replacing deinterlace
Many bug fixes and improvements
Pulseaudio sink completely overhauled
diffstat:
multimedia/gst-plugins0.10-good/Makefile | 4 ++--
multimedia/gst-plugins0.10-good/Makefile.common | 4 ++--
multimedia/gst-plugins0.10-good/PLIST | 8 +++++++-
multimedia/gst-plugins0.10-good/distinfo | 8 ++++----
4 files changed, 15 insertions(+), 9 deletions(-)
diffs (90 lines):
diff -r f8b011991555 -r ff833d77b7fc multimedia/gst-plugins0.10-good/Makefile
--- a/multimedia/gst-plugins0.10-good/Makefile Mon May 25 15:41:34 2009 +0000
+++ b/multimedia/gst-plugins0.10-good/Makefile Mon May 25 15:50:12 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2008/09/14 13:10:11 drochner Exp $
+# $NetBSD: Makefile,v 1.18 2009/05/25 15:50:12 drochner Exp $
#
PKG_DESTDIR_SUPPORT= user-destdir
@@ -8,7 +8,7 @@
COMMENT+= good plugins
# some plugins were moved from bad to good
-CONFLICTS+= gst-plugins0.10-bad<0.10.8
+CONFLICTS+= gst-plugins0.10-bad<0.10.12
CONFIGURE_ARGS+= --enable-gconf
CONFIGURE_ARGS+= --enable-gconftool
diff -r f8b011991555 -r ff833d77b7fc multimedia/gst-plugins0.10-good/Makefile.common
--- a/multimedia/gst-plugins0.10-good/Makefile.common Mon May 25 15:41:34 2009 +0000
+++ b/multimedia/gst-plugins0.10-good/Makefile.common Mon May 25 15:50:12 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.18 2009/02/27 21:10:43 wiz Exp $
+# $NetBSD: Makefile.common,v 1.19 2009/05/25 15:50:12 drochner Exp $
#
# used by audio/gst-plugins0.10-esound/Makefile
# used by audio/gst-plugins0.10-flac/Makefile
@@ -13,7 +13,7 @@
# used by net/gst-plugins0.10-soup/Makefile
GST_PLUGINS0.10_TYPE= good
-GST_PLUGINS0.10_VER= 0.10.14
+GST_PLUGINS0.10_VER= 0.10.15
# Disable all drivers and features by default.
.for driver in aalib \
diff -r f8b011991555 -r ff833d77b7fc multimedia/gst-plugins0.10-good/PLIST
--- a/multimedia/gst-plugins0.10-good/PLIST Mon May 25 15:41:34 2009 +0000
+++ b/multimedia/gst-plugins0.10-good/PLIST Mon May 25 15:50:12 2009 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.15 2009/02/27 21:10:43 wiz Exp $
+@comment $NetBSD: PLIST,v 1.16 2009/05/25 15:50:12 drochner Exp $
lib/gstreamer-0.10/libgstalaw.la
lib/gstreamer-0.10/libgstalpha.la
lib/gstreamer-0.10/libgstalphacolor.la
@@ -9,8 +9,12 @@
lib/gstreamer-0.10/libgstautodetect.la
lib/gstreamer-0.10/libgstavi.la
lib/gstreamer-0.10/libgstcutter.la
+lib/gstreamer-0.10/libgstdebug.la
+lib/gstreamer-0.10/libgstdeinterlace.la
+lib/gstreamer-0.10/libgstefence.la
lib/gstreamer-0.10/libgsteffectv.la
lib/gstreamer-0.10/libgstequalizer.la
+lib/gstreamer-0.10/libgstflv.la
lib/gstreamer-0.10/libgstflxdec.la
lib/gstreamer-0.10/libgstgamma.la
lib/gstreamer-0.10/libgstgconfelements.la
@@ -24,6 +28,7 @@
lib/gstreamer-0.10/libgstmulaw.la
lib/gstreamer-0.10/libgstmultifile.la
lib/gstreamer-0.10/libgstmultipart.la
+lib/gstreamer-0.10/libgstnavigationtest.la
lib/gstreamer-0.10/libgstqtdemux.la
lib/gstreamer-0.10/libgstreplaygain.la
lib/gstreamer-0.10/libgstrtp.la
@@ -38,6 +43,7 @@
lib/gstreamer-0.10/libgstvideomixer.la
lib/gstreamer-0.10/libgstwavenc.la
lib/gstreamer-0.10/libgstwavparse.la
+lib/gstreamer-0.10/libgsty4menc.la
share/gconf/schemas/gstreamer-0.10.schemas
share/gstreamer-0.10/presets/GstIirEqualizer10Bands.prs
share/gstreamer-0.10/presets/GstIirEqualizer3Bands.prs
diff -r f8b011991555 -r ff833d77b7fc multimedia/gst-plugins0.10-good/distinfo
--- a/multimedia/gst-plugins0.10-good/distinfo Mon May 25 15:41:34 2009 +0000
+++ b/multimedia/gst-plugins0.10-good/distinfo Mon May 25 15:50:12 2009 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.19 2009/02/27 21:10:43 wiz Exp $
+$NetBSD: distinfo,v 1.20 2009/05/25 15:50:12 drochner Exp $
-SHA1 (gst-plugins-good-0.10.14.tar.bz2) = 49dbcfcbbab9bd6a1e54d9e548184016c20f3aba
-RMD160 (gst-plugins-good-0.10.14.tar.bz2) = 7832c2087c2a5d6c354f5a931dcc49f24c547ee9
-Size (gst-plugins-good-0.10.14.tar.bz2) = 2228076 bytes
+SHA1 (gst-plugins-good-0.10.15.tar.bz2) = b37611f5b4e28c19159ed3f71aeaf7dfff513174
+RMD160 (gst-plugins-good-0.10.15.tar.bz2) = 6caa4c4f93285f03c15c23ac0ae5d390c20bfd07
+Size (gst-plugins-good-0.10.15.tar.bz2) = 2354906 bytes
SHA1 (patch-ab) = ab70993a71c4b288c21e72847186011c33bd0fb1
SHA1 (patch-ac) = 8867119011dc8cca89cc3a35fb3f095212887bf7
SHA1 (patch-ba) = e296bbcfc606967b71765988ae1c3ffe96b9359a
Home |
Main Index |
Thread Index |
Old Index