[audacious/f12/master] add missing patch

Michael Schwendt mschwendt at fedoraproject.org
Fri Sep 3 18:24:10 UTC 2010


commit f225c895b55f44435fb635ab84737b0cbc532ab9
Author: Michael Schwendt <mschwendt at fedoraproject.org>
Date:   Fri Sep 3 20:24:12 2010 +0200

    add missing patch

 audacious-2.2-doc-enqueue.patch |   31 +++++++++++++++++++++++++++++++
 1 files changed, 31 insertions(+), 0 deletions(-)
---
diff --git a/audacious-2.2-doc-enqueue.patch b/audacious-2.2-doc-enqueue.patch
new file mode 100644
index 0000000..ef05929
--- /dev/null
+++ b/audacious-2.2-doc-enqueue.patch
@@ -0,0 +1,31 @@
+diff -Nur audacious-2.2-orig/man/audacious2.1.in audacious-2.2/man/audacious2.1.in
+--- audacious-2.2-orig/man/audacious2.1.in	2009-11-22 23:43:46.000000000 +0100
++++ audacious-2.2/man/audacious2.1.in	2010-04-16 12:41:56.000000000 +0200
+@@ -37,12 +37,12 @@
+ 
+ .TP
+ .I -e, --enqueue
+-Do not clear the current playlist before adding the files on the command line to
+-it.
++Add the files on the command line to the current playlist but do not start
++playback.
+ 
+ .TP
+ .I -E, --enqueue-to-temp
+-Add the files on the command line to a new playlist.
++Add the files on the command line to a temporary playlist and start playback.
+ 
+ .PP
+ .B Controlling playback:
+diff -Nur audacious-2.2-orig/src/audacious/main.c audacious-2.2/src/audacious/main.c
+--- audacious-2.2-orig/src/audacious/main.c	2009-11-22 23:43:47.000000000 +0100
++++ audacious-2.2/src/audacious/main.c	2010-04-16 12:43:53.000000000 +0200
+@@ -165,7 +165,7 @@
+     {"play-pause", 't', 0, G_OPTION_ARG_NONE, &options.play_pause, N_("Pause if playing, play otherwise"), NULL},
+     {"fwd", 'f', 0, G_OPTION_ARG_NONE, &options.fwd, N_("Skip forward in playlist"), NULL},
+     {"show-jump-box", 'j', 0, G_OPTION_ARG_NONE, &options.show_jump_box, N_("Display Jump to File dialog"), NULL},
+-    {"enqueue", 'e', 0, G_OPTION_ARG_NONE, &options.enqueue, N_("Don't clear the playlist"), NULL},
++    {"enqueue", 'e', 0, G_OPTION_ARG_NONE, &options.enqueue, N_("Add files to the playlist"), NULL},
+     {"enqueue-to-temp", 'E', 0, G_OPTION_ARG_NONE, &options.enqueue_to_temp, N_("Add new files to a temporary playlist"), NULL},
+     {"show-main-window", 'm', 0, G_OPTION_ARG_NONE, &options.mainwin, N_("Display the main window"), NULL},
+     {"activate", 'a', 0, G_OPTION_ARG_NONE, &options.activate, N_("Display all open Audacious windows"), NULL},


More information about the scm-commits mailing list