[prev in list] [next in list] [prev in thread] [next in thread] 

List:       xine-cvslog
Subject:    [xine-cvs] HG: gxine-0.5.11-deb: Audio visualisation default fix.
From:       Darren Salt <linux () youmustbejoking ! demon ! co ! uk>
Date:       2007-06-27 13:20:01
Message-ID: f036ba416e81304e460c.1178112177 () hg ! debian ! org
[Download RAW message or body]

# HG changeset patch
# User Darren Salt <linux@youmustbejoking.demon.co.uk>
# Date 1178112177 -3600
# Node ID f036ba416e81304e460c04aa40cdf7ae3260c166
# Parent  3fa10a5becff30c3575ca245f621f057f5b49087
Audio visualisation default fix.

diff -r f036ba416e81304e460c04aa40cdf7ae3260c166 -r \
                3fa10a5becff30c3575ca245f621f057f5b49087 debian/changelog
--- a/debian/changelog	Wed May 02 14:22:57 2007 +0100
+++ b/debian/changelog	Sun Apr 08 20:26:30 2007 +0200
@@ -1,7 +1,13 @@ gxine (0.5.11-2) unstable; urgency=low
+gxine (0.5.11-3) unstable; urgency=low
+
+  * Fixed the audio visualisation default (was somewhat random).
+
+ -- Darren Salt <linux@youmustbejoking.demon.co.uk>  Wed, 02 May 2007 14:18:29 +0100
+
 gxine (0.5.11-2) unstable; urgency=low
 
   * upload to unstable
-  * set Darren as Maintainer and my as uploader
+  * set Darren as Maintainer and me as uploader
 
  -- Reinhard Tartler <siretart@tauware.de>  Sun,  8 Apr 2007 19:37:14 +0200
 
diff -r f036ba416e81304e460c04aa40cdf7ae3260c166 -r \
                3fa10a5becff30c3575ca245f621f057f5b49087 debian/control
--- a/debian/control	Wed May 02 14:22:57 2007 +0100
+++ b/debian/control	Sun Apr 08 20:26:30 2007 +0200
@@ -3,7 +3,7 @@ Priority: optional
 Priority: optional
 Maintainer: Darren Salt <linux@youmustbejoking.demon.co.uk>
 Uploaders: Reinhard Tartler <siretart@tauware.de>
-Build-Depends: debhelper (>> 4.0.0), libxine-dev (>= 1.0), libgtk2.0-dev, \
libxaw7-dev, libxtst-dev, libmozjs-dev | libsmjs-dev, liblircclient-dev, \
libdbus-glib-1-dev | dbus-glib-1-dev +Build-Depends: debhelper (>> 4.0.0), dpatch, \
libxine-dev (>= 1.0), libgtk2.0-dev, libxaw7-dev, libxtst-dev, libmozjs-dev | \
libsmjs-dev, liblircclient-dev, libdbus-glib-1-dev | dbus-glib-1-dev  \
Standards-Version: 3.7.2  
 Package: gxine
diff -r f036ba416e81304e460c04aa40cdf7ae3260c166 -r \
                3fa10a5becff30c3575ca245f621f057f5b49087 debian/patches/00list
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/debian/patches/00list	Sun Apr 08 20:26:30 2007 +0200
@@ -0,0 +1,1 @@
+10_default_vis
diff -r f036ba416e81304e460c04aa40cdf7ae3260c166 -r \
                3fa10a5becff30c3575ca245f621f057f5b49087 \
                debian/patches/10_default_vis.dpatch
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/debian/patches/10_default_vis.dpatch	Sun Apr 08 20:26:30 2007 +0200
@@ -0,0 +1,29 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 10_default_vis.dpatch by  <ds@flibble.youmustbejoking.demon.co.uk>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+@DPATCH@
+diff -urNad gxine-0.5.11-deb~/src/ui.c gxine-0.5.11-deb/src/ui.c
+--- gxine-0.5.11-deb~/src/ui.c	2007-02-01 13:49:58.000000000 +0000
++++ gxine-0.5.11-deb/src/ui.c	2007-05-02 14:16:08.843656021 +0100
+@@ -723,13 +723,16 @@
+ 
+   vis_src = xine_list_post_plugins_typed
+ 	      (xine, XINE_POST_TYPE_AUDIO_VISUALIZATION);
+-  for (i = 0; vis_src[i]; ++i) /**/;
++  int goom = 0;
++  for (i = 0; vis_src[i]; ++i)
++    if (!strcmp (vis_src[i], "goom"))
++      goom = i + 1;
+   vis_labels = calloc (i + 2, sizeof (char *));
+   vis_labels[0] = N_("None"); /* translate for display, not for config file */
+   memcpy (vis_labels + 1, vis_src, (i + 1) * sizeof (char *));
+ 
+   xine_config_register_enum
+-    (this, "gui.post_plugins.audio_visualisation", 1, vis_labels,
++    (this, "gui.post_plugins.audio_visualisation", goom, vis_labels,
+      _("Default audio visualisation plugin"),
+      _("Post-plugin to be used when playing streams without video"),
+      30, NULL, NULL);

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Xine-cvslog mailing list
Xine-cvslog@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xine-cvslog


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic