summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/gst-plugins/Makefile.common5
-rw-r--r--multimedia/gst-plugins/PLIST3
-rw-r--r--multimedia/gst-plugins/distinfo8
-rw-r--r--multimedia/gst-plugins/patches/patch-aa32
4 files changed, 19 insertions, 29 deletions
diff --git a/multimedia/gst-plugins/Makefile.common b/multimedia/gst-plugins/Makefile.common
index 5b484632dae..3d9ce2841b1 100644
--- a/multimedia/gst-plugins/Makefile.common
+++ b/multimedia/gst-plugins/Makefile.common
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile.common,v 1.9 2004/10/03 00:13:02 tv Exp $
+# $NetBSD: Makefile.common,v 1.10 2004/10/28 14:22:48 jmmv Exp $
#
-DISTNAME= gst-plugins-0.8.4
-PKGREVISION= 1
+DISTNAME= gst-plugins-0.8.5
CATEGORIES= multimedia gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gst-plugins/0.8/} \
http://gstreamer.freedesktop.org/src/gst-plugins/
diff --git a/multimedia/gst-plugins/PLIST b/multimedia/gst-plugins/PLIST
index 21788074552..14e826ed05e 100644
--- a/multimedia/gst-plugins/PLIST
+++ b/multimedia/gst-plugins/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2004/09/22 08:09:44 jlam Exp $
+@comment $NetBSD: PLIST,v 1.10 2004/10/28 14:22:48 jmmv Exp $
bin/gst-launch-ext-0.8
bin/gst-visualise-0.8
include/gstreamer-0.8/gst/audio/audio.h
@@ -141,6 +141,7 @@ ${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/or/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
diff --git a/multimedia/gst-plugins/distinfo b/multimedia/gst-plugins/distinfo
index d540be9ee8d..a7fd934e8cc 100644
--- a/multimedia/gst-plugins/distinfo
+++ b/multimedia/gst-plugins/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2004/09/01 17:01:31 jmmv Exp $
+$NetBSD: distinfo,v 1.11 2004/10/28 14:22:48 jmmv Exp $
-SHA1 (gst-plugins-0.8.4.tar.bz2) = 946b6394b8d12189cc84ae75f8e3936b74e098e1
-Size (gst-plugins-0.8.4.tar.bz2) = 2005935 bytes
-SHA1 (patch-aa) = 8ac5c538143e248e58e19c383b9f2c52a0d6a908
+SHA1 (gst-plugins-0.8.5.tar.bz2) = 4e0f62685a62d41659c84fc295199ba322c16b75
+Size (gst-plugins-0.8.5.tar.bz2) = 2031638 bytes
+SHA1 (patch-aa) = c9173d53f594236f114cb5356aca79f41e13240b
SHA1 (patch-ae) = d51997b93689753fa0a34eec21ac14dc22af7500
diff --git a/multimedia/gst-plugins/patches/patch-aa b/multimedia/gst-plugins/patches/patch-aa
index bf947bec27e..fb2024b8141 100644
--- a/multimedia/gst-plugins/patches/patch-aa
+++ b/multimedia/gst-plugins/patches/patch-aa
@@ -1,25 +1,15 @@
-$NetBSD: patch-aa,v 1.7 2004/07/30 21:54:10 jmmv Exp $
+$NetBSD: patch-aa,v 1.8 2004/10/28 14:22:48 jmmv Exp $
---- ext/vorbis/vorbisparse.c.orig 2004-06-08 13:53:13.000000000 +0200
-+++ ext/vorbis/vorbisparse.c
-@@ -103,6 +103,9 @@ static void
- vorbis_parse_set_header_on_caps (GstVorbisParse * parse, GstCaps * caps)
- {
- GstBuffer *buf1, *buf2, *buf3;
-+ GstStructure *structure;
-+ GValue list = { 0 };
-+ GValue value = { 0 };
+--- configure.orig 2004-10-06 18:15:54.000000000 +0200
++++ configure
+@@ -28571,6 +28571,10 @@ else
+ fi
- g_assert (parse);
- g_assert (parse->streamheader);
-@@ -115,9 +118,7 @@ vorbis_parse_set_header_on_caps (GstVorb
- buf3 = parse->streamheader->next->next->data;
- g_assert (buf3);
-- GstStructure *structure = gst_caps_get_structure (caps, 0);
-- GValue list = { 0 };
-- GValue value = { 0 };
-+ structure = gst_caps_get_structure (caps, 0);
++if test -z "$schemas_install"; then
++ GCONF_SCHEMAS_INSTALL_TRUE='#'
++ GCONF_SCHEMAS_INSTALL_FALSE=
++fi
- /* mark buffers */
- GST_BUFFER_FLAG_SET (buf1, GST_BUFFER_IN_CAPS);
+ echo "$as_me: ***" >&6
+ echo "$as_me: *** checking plugin: ***" >&6