Bug#314762: libgstreamer0.8-0: last update breaks amarok

Loïc Minier Loïc Minier <lool@dooz.org>, 314762@bugs.debian.org
Sun, 26 Jun 2005 23:30:18 +0200


--5vNYLRcllDrimb99
Content-Type: text/plain; charset=iso-8859-1
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

tags 314762 + patch
thanks

        Hi,

On dim, jun 26, 2005, Andreas Pakulat wrote:
> This is really bugging me, because I can't use amarok (no other working
> output facility has a equalizer), so I'm quite willing to dig into this
> myself a bit. The problem I'm currently facing is, that I can't compile
> gstreamer-plugins due to a conflict between libcaca-dev and
> libslang2-dev (libaca-dev depends on libslang1-dev), how is gstreamer
> built on the buildd's then?

 I've found the problem, the attached patch to gst-plugins fixes the
 issue.  I suggest you build the package in a pbuilder, you can also
 only install gstreamer0.8-artsd, even if the other plugins don't build.

 I'll try to bring the patch to Debian soon.

   Bye,

--=20
Lo=EFc Minier <lool@dooz.org>
"Neutral President: I have no strong feelings one way or the other."

--5vNYLRcllDrimb99
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="25_artds-no-name.patch"

diff -urNp gst-plugins-0.8.9.orig/ext/artsd/gstartsdsink.c gst-plugins-0.8.9/ext/artsd/gstartsdsink.c
--- gst-plugins-0.8.9.orig/ext/artsd/gstartsdsink.c	2004-05-22 01:28:53.000000000 +0200
+++ gst-plugins-0.8.9/ext/artsd/gstartsdsink.c	2005-06-26 20:05:43.152600488 +0200
@@ -122,7 +122,7 @@ gst_artsdsink_class_init (GstArtsdsinkCl
 
   g_object_class_install_property (G_OBJECT_CLASS (klass), ARG_MUTE, g_param_spec_boolean ("mute", "mute", "mute", TRUE, G_PARAM_READWRITE));   /* CHECKME */
 
-  g_object_class_install_property (G_OBJECT_CLASS (klass), ARG_NAME, g_param_spec_string ("name", "name", "name", NULL, G_PARAM_READWRITE));    /* CHECKME */
+  //g_object_class_install_property (G_OBJECT_CLASS (klass), ARG_NAME, g_param_spec_string ("name", "name", "name", NULL, G_PARAM_READWRITE));    /* CHECKME */
 
   gobject_class->set_property = gst_artsdsink_set_property;
   gobject_class->get_property = gst_artsdsink_get_property;

--5vNYLRcllDrimb99--