1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52
|
# This patch removes all occurrences of "cdrecord" in the source and documentation.
# This includes removing a link to a (not existing anymore) site of Schilling.
#
# Also changes the packagefile to suggest wodim instead of cdrecord.
#
# by Tobias Frost, tobi@coldtobi.de, 12-31-2006
#PATCHOPTIONS -p1
Index: gramofile/mainmenu.c
===================================================================
--- gramofile.orig/mainmenu.c 2011-08-14 13:27:15.277217351 +0200
+++ gramofile/mainmenu.c 2011-08-14 13:27:16.945717435 +0200
@@ -219,7 +219,7 @@
separation points are computed (previous option), separate audio files \
will be generated, each containing one track.",
- "This option is not implemented yet. You can use the `cdrecord' \
+ "This option is not implemented yet. You can use the `wodim' \
or `xcdroast' program to create CDs from sound files on the harddisk.",
"(Parts of) sound files can be played with this option."
Index: gramofile/README
===================================================================
--- gramofile.orig/README 2011-08-14 13:21:45.009217561 +0200
+++ gramofile/README 2011-08-14 13:27:16.945717435 +0200
@@ -217,19 +217,16 @@
Write an audio CD:
- This option is not yet implemented. There are some plans to program a
- uniform user interface to the cdrecord(1) program here. You have to
+ uniform user interface to the wodim(1) program here. You have to
use the bare program for this moment. Try something like
- cdrecord -v speed=2 dev=0,2,0 -audio -pad track01.wav track02.wav ...
+ wodim -v speed=2 dev=0,2,0 -audio -pad track01.wav track02.wav ...
- Actual information on cdrecord may be found on:
- http://www.fokus.gmd.de/research/cc/glone/employees/
- joerg.schilling/private/cdrecord.html
-
- If you like a graphical front-end to write CD's, try the xcdroast
- program:
- http://www.fh-muenchen.de/rz/xcdroast
- (Note: you may have to use the wav2cdr utility.)
+ Please check out the wodim package or the cdrkit-doc package for
+ details.
+
+ You always can use a graphical front-end to write CD's, like the
+ xcdroast program. See the xcdroast package for details.
Play an audio file:
- Make sure the PCM and Master volumes are set high enough, and your
|