Package: gramofile Followup-For: Bug #405101 First think, than press "send" ;-)
Tobi -- System Information: Debian Release: 4.0 APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.18 Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) Versions of packages gramofile depends on: ii fftw2 [fftw2-double] 2.1.3-20 library for computing Fast Fourier ii libc6 2.3.6.ds1-9 GNU C Library: Shared libraries ii libncurses5 5.5-5 Shared libraries for terminal hand Versions of packages gramofile recommends: pn mctools-lite <none> (no description available) -- no debconf information
diff -purN gramofile-1.6.orig/debian/91_rename_cdrecord_wodim.dpatch gramofile-1.6-patched/debian/91_rename_cdrecord_wodim.dpatch --- gramofile-1.6.orig/debian/91_rename_cdrecord_wodim.dpatch 1970-01-01 01:00:00.000000000 +0100 +++ gramofile-1.6-patched/debian/91_rename_cdrecord_wodim.dpatch 2006-12-31 12:26:30.000000000 +0100 @@ -0,0 +1,43 @@ +# This patch removes all occurences 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, [EMAIL PROTECTED], 12-31-2006 +#PATCHOPTIONS -p1 + +diff -pur -p1 gramofile-1.6.orig/mainmenu.c gramofile-1.6-patched/mainmenu.c +--- gramofile-1.6.orig/mainmenu.c 2006-12-31 11:42:45.000000000 +0100 ++++ gramofile-1.6-patched/mainmenu.c 2006-12-31 11:34:58.000000000 +0100 +@@ -221,3 +221,3 @@ will be generated, each containing one t + +- "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.", +diff -pur -p1 gramofile-1.6.orig/README gramofile-1.6-patched/README +--- gramofile-1.6.orig/README 2000-03-28 23:06:32.000000000 +0200 ++++ gramofile-1.6-patched/README 2006-12-31 11:38:49.000000000 +0100 +@@ -219,15 +219,12 @@ 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. + + diff -purN gramofile-1.6.orig/debian/packages gramofile-1.6-patched/debian/packages --- gramofile-1.6.orig/debian/packages 2006-12-31 12:21:38.000000000 +0100 +++ gramofile-1.6-patched/debian/packages 2006-12-31 12:24:21.000000000 +0100 @@ -68,12 +68,12 @@ Package: gramofile Architecture: any Depends: [/usr/bin/*] Recommends: mctools-lite -Suggests: cdrecord +Suggests: wodim Description: Transfer sound from gramophone records to CD GramoFile enables you to record audio from (for example) gramophone records, process the signal and listen to the results. Because sound files in .WAV-format are used, it is possible to exchange the files - with many other programs. Cdrecord(1) can burn CD-Recordables of these, + with many other programs. Wodim(1) can burn CD-Recordables of these, so you can make CDs with the music of your favorite records. The user interface of GramoFile has a windows-like look-and-feel, making it fairly easy to use.