pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/multimedia/gstreamer0.10 update to 0.10.19
details: https://anonhg.NetBSD.org/pkgsrc/rev/d5cc38e5c906
branches: trunk
changeset: 540894:d5cc38e5c906
user: drochner <drochner%pkgsrc.org@localhost>
date: Thu Apr 10 11:54:40 2008 +0000
description:
update to 0.10.19
changes:
-New GstPoll abstraction simplifies operations on multiple fd's/sockets
-Various bug fixes and corrections
diffstat:
multimedia/gstreamer0.10/Makefile | 4 ++--
multimedia/gstreamer0.10/PLIST | 5 ++++-
multimedia/gstreamer0.10/distinfo | 10 +++++-----
multimedia/gstreamer0.10/patches/patch-ac | 15 +++------------
4 files changed, 14 insertions(+), 20 deletions(-)
diffs (92 lines):
diff -r b5893e2f84e7 -r d5cc38e5c906 multimedia/gstreamer0.10/Makefile
--- a/multimedia/gstreamer0.10/Makefile Thu Apr 10 11:48:57 2008 +0000
+++ b/multimedia/gstreamer0.10/Makefile Thu Apr 10 11:54:40 2008 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.20 2008/02/01 20:40:17 drochner Exp $
+# $NetBSD: Makefile,v 1.21 2008/04/10 11:54:40 drochner Exp $
#
-DISTNAME= gstreamer-0.10.17
+DISTNAME= gstreamer-0.10.19
PKGNAME= ${DISTNAME:S/gstreamer/gstreamer0.10/}
CATEGORIES= multimedia gnome
MASTER_SITES= http://gstreamer.freedesktop.org/src/gstreamer/
diff -r b5893e2f84e7 -r d5cc38e5c906 multimedia/gstreamer0.10/PLIST
--- a/multimedia/gstreamer0.10/PLIST Thu Apr 10 11:48:57 2008 +0000
+++ b/multimedia/gstreamer0.10/PLIST Thu Apr 10 11:54:40 2008 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2008/02/01 20:40:17 drochner Exp $
+@comment $NetBSD: PLIST,v 1.11 2008/04/10 11:54:40 drochner Exp $
bin/gst-feedback-0.10
bin/gst-inspect-0.10
bin/gst-launch-0.10
@@ -56,6 +56,7 @@
include/gstreamer-0.10/gst/gstpipeline.h
include/gstreamer-0.10/gst/gstplugin.h
include/gstreamer-0.10/gst/gstpluginfeature.h
+include/gstreamer-0.10/gst/gstpoll.h
include/gstreamer-0.10/gst/gstquery.h
include/gstreamer-0.10/gst/gstregistry.h
include/gstreamer-0.10/gst/gstsegment.h
@@ -135,6 +136,7 @@
share/gtk-doc/html/gstreamer-0.10/gstreamer-GstMessage.html
share/gtk-doc/html/gstreamer-0.10/gstreamer-GstMiniObject.html
share/gtk-doc/html/gstreamer-0.10/gstreamer-GstParse.html
+share/gtk-doc/html/gstreamer-0.10/gstreamer-GstPoll.html
share/gtk-doc/html/gstreamer-0.10/gstreamer-GstQuery.html
share/gtk-doc/html/gstreamer-0.10/gstreamer-GstSegment.html
share/gtk-doc/html/gstreamer-0.10/gstreamer-GstStructure.html
@@ -200,6 +202,7 @@
share/gtk-doc/html/gstreamer-plugins-0.10/gstreamer-plugins-filesink.html
share/gtk-doc/html/gstreamer-plugins-0.10/gstreamer-plugins-filesrc.html
share/gtk-doc/html/gstreamer-plugins-0.10/gstreamer-plugins-identity.html
+share/gtk-doc/html/gstreamer-plugins-0.10/gstreamer-plugins-multiqueue.html
share/gtk-doc/html/gstreamer-plugins-0.10/gstreamer-plugins-plugin-coreelements.html
share/gtk-doc/html/gstreamer-plugins-0.10/gstreamer-plugins-plugin-coreindexers.html
share/gtk-doc/html/gstreamer-plugins-0.10/gstreamer-plugins-queue.html
diff -r b5893e2f84e7 -r d5cc38e5c906 multimedia/gstreamer0.10/distinfo
--- a/multimedia/gstreamer0.10/distinfo Thu Apr 10 11:48:57 2008 +0000
+++ b/multimedia/gstreamer0.10/distinfo Thu Apr 10 11:54:40 2008 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.14 2008/02/01 20:40:17 drochner Exp $
+$NetBSD: distinfo,v 1.15 2008/04/10 11:54:40 drochner Exp $
-SHA1 (gstreamer-0.10.17.tar.bz2) = c632034b09cb50d9a986302091d207c4acb63218
-RMD160 (gstreamer-0.10.17.tar.bz2) = 0379be0e4dfb4b0e535c3093e10b8d02a92d0faf
-Size (gstreamer-0.10.17.tar.bz2) = 2167909 bytes
+SHA1 (gstreamer-0.10.19.tar.bz2) = 7c8e59ec9e59990665b30aa9d0c6bb13d7da667a
+RMD160 (gstreamer-0.10.19.tar.bz2) = d08e26a80684bbe78b5f1cb9db4149290e3f0e2c
+Size (gstreamer-0.10.19.tar.bz2) = 2219970 bytes
SHA1 (patch-aa) = bc10562292a005ec43d64401964eddf50d9aa1d5
-SHA1 (patch-ac) = d1ef14975dfc82c2e76fb8326440b0a55f8ee057
+SHA1 (patch-ac) = 4783e3c8468f58a162815bea429f796044b5102c
SHA1 (patch-ad) = e37dcc2de746d7b2cf3c97acd5a55325640822c4
diff -r b5893e2f84e7 -r d5cc38e5c906 multimedia/gstreamer0.10/patches/patch-ac
--- a/multimedia/gstreamer0.10/patches/patch-ac Thu Apr 10 11:48:57 2008 +0000
+++ b/multimedia/gstreamer0.10/patches/patch-ac Thu Apr 10 11:54:40 2008 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-ac,v 1.4 2008/02/01 20:40:17 drochner Exp $
+$NetBSD: patch-ac,v 1.5 2008/04/10 11:54:40 drochner Exp $
---- configure.orig 2008-01-28 21:57:09.000000000 +0100
+--- configure.orig 2008-03-21 00:11:16.000000000 +0100
+++ configure
-@@ -30673,7 +30673,7 @@ rm -f core conftest.err conftest.$ac_obj
+@@ -31016,7 +31016,7 @@ rm -f core conftest.err conftest.$ac_obj
echo "${ECHO_T}$flag_ok" >&6; }
@@ -10,13 +10,4 @@
+ if test "x$ERROR_CFLAGS" = "x"
then
- { echo "$as_me:$LINENO: checking to see if compiler understands -errwarn=%all,no%E_EMPTY_DECLARATION,no%E_STATEMENT_NOT_REACHED,no%E_ARGUEMENT_MISMATCH" >&5
-@@ -30736,7 +30736,7 @@ rm -f core conftest.err conftest.$ac_obj
- echo "${ECHO_T}$flag_ok" >&6; }
-
-
-- if test "x$ERROR_CFLAGS" == "x"
-+ if test "x$ERROR_CFLAGS" = "x"
- then
-
{ echo "$as_me:$LINENO: checking to see if compiler understands -errwarn=%all" >&5
Home |
Main Index |
Thread Index |
Old Index