summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2019-05-27 23:46:57 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2019-05-27 23:46:57 +0200
commit4c0fb4b0db47dacb6eed33279558f88090eb06f9 (patch)
tree0612e87a51ae725e040d95a5a26909bb619819f3 /doc
parentce6f922de24f004f9c108fc6d921ec141fb7818c (diff)
New upstream version 11.7
Diffstat (limited to 'doc')
-rw-r--r--doc/COMPILE1
-rw-r--r--doc/Changelog12
-rw-r--r--doc/Makefile.in4
-rw-r--r--doc/daisy-player.html18
-rw-r--r--doc/daisy-player.txt9
5 files changed, 30 insertions, 14 deletions
diff --git a/doc/COMPILE b/doc/COMPILE
index cf11d50..2773af8 100644
--- a/doc/COMPILE
+++ b/doc/COMPILE
@@ -11,6 +11,7 @@ To compile daisy-player, be sure the following extra packages are installed:
libid3tag0-dev
libpulse-dev
libsndfile1-dev
+ libid3tag0-dev
dietlibc-dev
Give the following commands:
diff --git a/doc/Changelog b/doc/Changelog
index 43be792..104bd7d 100644
--- a/doc/Changelog
+++ b/doc/Changelog
@@ -299,5 +299,15 @@ Samuel Thibault <sthibault@debian.org>
With 'o' a soundcard can be selected. The volume levels and
the "mute" states of all cards ar shown and can be altered
using 'm', 'v' and 'V'.
-11.6.2.1
+11.6.2.1
Reset the terminal after daisy-player exits.
+11.6.2.2
+ fr.po patched by Samuel Thibault <samuel.thibault@ens-lyon.org>.
+11.7 Thanks to Didier Spaier <didier@slint.fr> for his patch to common.c:
+ - if ((p = popen ("/usr/bin/pactl list sinks", "r")) == NULL)
+ + if ((p = popen ("LANG=C /usr/bin/pactl list sinks", "r")) == NULL)
+ Added a new -v option for verbosity while readding a book,
+ so one can see what's going on.
+ Solved compiler warnings.
+ Thanks to Colomban Wendling <cwendling@hypra.fr> for his
+ patch to gracefully quit daisy-player upon receiving a signal.
diff --git a/doc/Makefile.in b/doc/Makefile.in
index a64b0cc..59e9ccd 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -315,9 +315,9 @@ $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
exit 1;; \
esac; \
done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign doc/Makefile'; \
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/Makefile'; \
$(am__cd) $(top_srcdir) && \
- $(AUTOMAKE) --foreign doc/Makefile
+ $(AUTOMAKE) --gnu doc/Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
*config.status*) \
diff --git a/doc/daisy-player.html b/doc/daisy-player.html
index e60e747..ec1178f 100644
--- a/doc/daisy-player.html
+++ b/doc/daisy-player.html
@@ -2,7 +2,7 @@
<HTML><HEAD><TITLE>Man page of daisy-player</TITLE>
</HEAD><BODY>
<H1>daisy-player</H1>
-Section: Linux Reference Manual (1)<BR>Updated: 08 December 2018<BR><A HREF="#index">Index</A>
+Section: Linux Reference Manual (1)<BR>Updated: 13 May 2019<BR><A HREF="#index">Index</A>
<A HREF="/cgi-bin/man/man2html">Return to Main Contents</A><HR>
<A NAME="lbAB">&nbsp;</A>
@@ -16,7 +16,7 @@ Section: Linux Reference Manual (1)<BR>Updated: 08 December 2018<BR><A HREF="#in
<PRE>
<B>daisy-player</B> [<I>directory_with_a_Daisy-structure</I> |
Daisy_book_archive] [<B>-c</B> <I>cdrom_device</I>] [<B>-d</B> <I>pulseaudio_sound_device</I>] [<B>-h</B>]
-[<B>-i</B>] [<B>-n</B> | <B>-y</B>]
+[<B>-i</B>] [<B>-n</B> | <B>-y</B>] [<B>-v</B>]
</PRE>
@@ -52,7 +52,7 @@ Use DEVICE as the CD device. DEVICE is the device special file name of the CD-RO
<DT><B>-d</B> <I>pulseaudio_sound_device</I>
<DD>
-Daisy-player will play on this sound device. Default is &quot;0&quot;. (The first soundcard). Be sure the user is a member of the group pulse-access.
+Daisy-player will play on this sound device. Default is &quot;0&quot;. (The first soundcard). Be sure the user is a member of the group audio.
<DT><B>-h</B>
<DD>
@@ -69,9 +69,13 @@ Don't fetch cddb-information of an Audio-CD from the internet.
<DD>
Fetch cddb-information of an Audio-CD from the internet.
+<DT><B>-v</B>
+
+<DD>
+Be more verbose, so one can se what's going on while initializing.
</DL>
<A NAME="lbAF">&nbsp;</A>
-<H2>SCREEN</H2>
+<H2>SCREEN </H2>
The name and version of this program and the name of the author will be displayed left aligned at the top of the screen. The name of the current loaded book will be displayed right aligned.
<P>
@@ -260,7 +264,7 @@ Jos Lemmens &lt;<A HREF="mailto:jos@jlemmens.nl">jos@jlemmens.nl</A>&gt;
<A NAME="lbAM">&nbsp;</A>
<H2>COPYRIGHT</H2>
-Copyright (C)2003-2018 Jos Lemmens &lt;<A HREF="mailto:jos@jlemmens.nl">jos@jlemmens.nl</A>&gt;
+Copyright (C)2003-2019 Jos Lemmens &lt;<A HREF="mailto:jos@jlemmens.nl">jos@jlemmens.nl</A>&gt;
<P>
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program (see the file COPYING); if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
@@ -273,7 +277,7 @@ This program is free software; you can redistribute it and/or modify it under th
<DT><A HREF="#lbAC">SYNOPSIS</A><DD>
<DT><A HREF="#lbAD">DESCRIPTION</A><DD>
<DT><A HREF="#lbAE">OPTIONS</A><DD>
-<DT><A HREF="#lbAF">SCREEN</A><DD>
+<DT><A HREF="#lbAF">SCREEN </A><DD>
<DT><A HREF="#lbAG">CONTROL KEYS</A><DD>
<DT><A HREF="#lbAH">NOTES</A><DD>
<DT><A HREF="#lbAI">THANKS TO</A><DD>
@@ -286,6 +290,6 @@ This program is free software; you can redistribute it and/or modify it under th
This document was created by
<A HREF="/cgi-bin/man/man2html">man2html</A>,
using the manual pages.<BR>
-Time: 19:24:25 GMT, December 08, 2018
+Time: 14:07:38 GMT, May 13, 2019
</BODY>
</HTML>
diff --git a/doc/daisy-player.txt b/doc/daisy-player.txt
index a10cb35..742d61f 100644
--- a/doc/daisy-player.txt
+++ b/doc/daisy-player.txt
@@ -4,7 +4,7 @@ daisy-player - player for DAISY Digital Talking Books or Audio-CD's
SYNOPSIS
daisy-player [directory_with_a_Daisy-structure |
Daisy_book_archive] [-c cdrom_device] [-d pulseaudio_sound_device] [-h]
-[-i] [-n | -y]
+[-i] [-n | -y] [-v]
DESCRIPTION
Daisy-player reads a Daisy-CD and plays the audio-files.
@@ -18,13 +18,14 @@ OPTIONS
directory_with_a_Daisy-structure One could also give a directory with a daisy structure as argument to daisy-player.
Daisy_book_in_ZIP_format One could also give a file in ZIP-format with a daisy structure as argument to daisy-player.
-c cdrom_device Use DEVICE as the CD device. DEVICE is the device special file name of the CD-ROM device. The default is /dev/sr0. Be sure the user is a member of the group cdrom.
--d pulseaudio_sound_device Daisy-player will play on this sound device. Default is "0". (The first soundcard). Be sure the user is a member of the group pulse-access.
+-d pulseaudio_sound_device Daisy-player will play on this sound device. Default is "0". (The first soundcard). Be sure the user is a member of the group audio.
-h Display this help and exit.
-i Ignore reading of the bookmarks.
-n Don't fetch cddb-information of an Audio-CD from the internet.
-y Fetch cddb-information of an Audio-CD from the internet.
+-v Be more verbose, so one can se what's going on while initializing.
-SCREEN
+SCREEN
The name and version of this program and the name of the author will be displayed left aligned at the top of the screen. The name of the current loaded book will be displayed right aligned.
The second row of the screen will display the number of pages of the current loaded book (if any), the current selected level and the total number of levels, the total playing time, the current displayed screen and the total number of screens.
@@ -87,6 +88,6 @@ cddbget(1), unar(1), eject(1), udisksctl(1), pulseaudio(1), usermod(8)
AUTHOR
Jos Lemmens <jos@jlemmens.nl>
COPYRIGHT
-Copyright (C)2003-2018 Jos Lemmens <jos@jlemmens.nl>
+Copyright (C)2003-2019 Jos Lemmens <jos@jlemmens.nl>
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program (see the file COPYING); if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA