summaryrefslogtreecommitdiff
path: root/multimedia/gst-plugins0.10-ugly
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2007-01-05 10:49:20 +0000
committerdrochner <drochner@pkgsrc.org>2007-01-05 10:49:20 +0000
commit62a646bdfc4c0e7de3ec988144c77d19c3281f51 (patch)
tree7e08f43808720b0ecede8520c91840e836494989 /multimedia/gst-plugins0.10-ugly
parent97c61987296da9faab7db2c8ca8db7c8efbcfddf (diff)
downloadpkgsrc-62a646bdfc4c0e7de3ec988144c77d19c3281f51.tar.gz
update to 0.10.5
changes: -Improved asf playback -Fixes to MPEG demuxer -Improved Real playback -Fix crasher bugs in the MPEG video decoder -DVD-read-src improvements -mp3 parser fixes -Threadsafe design and API -bugfixes
Diffstat (limited to 'multimedia/gst-plugins0.10-ugly')
-rw-r--r--multimedia/gst-plugins0.10-ugly/Makefile.common4
-rw-r--r--multimedia/gst-plugins0.10-ugly/distinfo9
-rw-r--r--multimedia/gst-plugins0.10-ugly/patches/patch-aa22
3 files changed, 29 insertions, 6 deletions
diff --git a/multimedia/gst-plugins0.10-ugly/Makefile.common b/multimedia/gst-plugins0.10-ugly/Makefile.common
index 934074994a4..d28bbfb778a 100644
--- a/multimedia/gst-plugins0.10-ugly/Makefile.common
+++ b/multimedia/gst-plugins0.10-ugly/Makefile.common
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile.common,v 1.2 2006/10/12 13:35:33 drochner Exp $
+# $NetBSD: Makefile.common,v 1.3 2007/01/05 10:49:20 drochner Exp $
#
GST_PLUGINS0.10_TYPE= ugly
-GST_PLUGINS0.10_VER= 0.10.4
+GST_PLUGINS0.10_VER= 0.10.5
# Disable all drivers and features by default.
.for driver in a52dec \
diff --git a/multimedia/gst-plugins0.10-ugly/distinfo b/multimedia/gst-plugins0.10-ugly/distinfo
index 45382c665f8..901906c4c62 100644
--- a/multimedia/gst-plugins0.10-ugly/distinfo
+++ b/multimedia/gst-plugins0.10-ugly/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.3 2006/10/12 13:35:33 drochner Exp $
+$NetBSD: distinfo,v 1.4 2007/01/05 10:49:20 drochner Exp $
-SHA1 (gst-plugins-ugly-0.10.4.tar.bz2) = e31b671dcfab7842a1b546decc7c7a3fcc76790c
-RMD160 (gst-plugins-ugly-0.10.4.tar.bz2) = 0651853d7d36bda9d267ca3cecfb6cead95a3e6e
-Size (gst-plugins-ugly-0.10.4.tar.bz2) = 720893 bytes
+SHA1 (gst-plugins-ugly-0.10.5.tar.bz2) = 04dff1194745b1b47845b92c3c45e551d85b3202
+RMD160 (gst-plugins-ugly-0.10.5.tar.bz2) = 8f6766ca38cceb67cad9767d672b1426fd56c4f9
+Size (gst-plugins-ugly-0.10.5.tar.bz2) = 744261 bytes
+SHA1 (patch-aa) = d0899b8827b0106fd64adcf3b4efe8e4ca20fa11
diff --git a/multimedia/gst-plugins0.10-ugly/patches/patch-aa b/multimedia/gst-plugins0.10-ugly/patches/patch-aa
new file mode 100644
index 00000000000..7a9dd6fabcb
--- /dev/null
+++ b/multimedia/gst-plugins0.10-ugly/patches/patch-aa
@@ -0,0 +1,22 @@
+$NetBSD: patch-aa,v 1.1 2007/01/05 10:49:20 drochner Exp $
+
+--- configure.orig 2006-12-16 14:11:10.000000000 +0100
++++ configure
+@@ -30179,7 +30179,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,no%E_EMPTY_DECLARATION,no%E_STATEMENT_NOT_REACHED" >&5
+@@ -30259,7 +30259,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