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

List:       xine-cvslog
Subject:    [xine-cvs] HG: gxine-0.5.11-deb: Recommend installation of
From:       Darren Salt <linux () youmustbejoking ! demon ! co ! uk>
Date:       2007-06-27 13:20:07
Message-ID: 059099b83272728f3fd9.1182950216 () hg ! debian ! org
[Download RAW message or body]

# HG changeset patch
# User Darren Salt <linux@youmustbejoking.demon.co.uk>
# Date 1182950216 -3600
# Node ID 059099b83272728f3fd95040b19f5c888d475b36
# Parent  57546ff6b18867e8be81d5382af7e82cba5ef6af
Recommend installation of libxine1-ffmpeg.

diff -r 059099b83272728f3fd95040b19f5c888d475b36 -r \
                57546ff6b18867e8be81d5382af7e82cba5ef6af debian/changelog
--- a/debian/changelog	Wed Jun 27 14:16:56 2007 +0100
+++ b/debian/changelog	Wed Jun 27 14:09:17 2007 +0100
@@ -3,6 +3,7 @@ gxine (0.5.11-3) unstable; urgency=low
   * Fixed the audio visualisation default (was somewhat random).
   * Use the JPEG version of the logo; the MPEG version requires
     libxine1-ffmpeg to be installed to avoid the warning. (Closes: #430768)
+  * Recommend libxine1-ffmpeg.
 
  -- Darren Salt <linux@youmustbejoking.demon.co.uk>  Wed, 27 Jun 2007 14:01:22 +0100
 
diff -r 059099b83272728f3fd95040b19f5c888d475b36 -r \
                57546ff6b18867e8be81d5382af7e82cba5ef6af debian/control
--- a/debian/control	Wed Jun 27 14:16:56 2007 +0100
+++ b/debian/control	Wed Jun 27 14:09:17 2007 +0100
@@ -9,6 +9,7 @@ Package: gxine
 Package: gxine
 Architecture: any
 Depends: ${shlibs:Depends}, librsvg2-common
+Recommends: libxine1-ffmpeg
 Suggests: libgnomevfs2-0, realplayer (<< 10), libdvdcss2 | libdvdcss, gxineplugin
 Description: the xine video player, GTK+/Gnome user interface
  This is a GTK+ based GUI for the libxine video player library.
diff -r 059099b83272728f3fd95040b19f5c888d475b36 -r \
                57546ff6b18867e8be81d5382af7e82cba5ef6af src/ui.c
--- a/src/ui.c	Wed Jun 27 14:16:56 2007 +0100
+++ b/src/ui.c	Wed Jun 27 14:09:17 2007 +0100
@@ -723,13 +723,16 @@ void ui_preferences_register (xine_t *th
 
   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