From 537bf6216864aaa2b1478ef4ffbb1abdd315553f Mon Sep 17 00:00:00 2001 From: David Jensen Date: Thu, 23 Jun 2005 15:30:32 +0000 Subject: [PATCH] more tags and wording nits in Cdrdao git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4652 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- multimedia/cdwriteutils/cdrdao.xml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/multimedia/cdwriteutils/cdrdao.xml b/multimedia/cdwriteutils/cdrdao.xml index 3efca27453..c4736cdebc 100644 --- a/multimedia/cdwriteutils/cdrdao.xml +++ b/multimedia/cdwriteutils/cdrdao.xml @@ -55,7 +55,7 @@ - Cdrdao Dependencies + Cdrdao Dependencies Recommended , @@ -65,23 +65,23 @@ toc2mp3) Optional (Required to Build the - gcdmaster Program) + gcdmaster Program) Note: all the following packages must be built in the order listed. - Recent changes in pkgconfig may cause - linking errors in gtkmm applications. After - installing gtkmm-2.6.3, issue this command - as the root user: + Recent changes in Pkgconfig may cause + linking errors in gtkmm applications. After + installing gtkmm-2.6.3, issue this command + as the root user: - sed -i.bak \ +sed -i.bak \ 's:-lgtkmm-2.4:& -lgdkmm-2.4 -lpangomm-1.4 -latkmm-1.6:' \ - /usr/lib/pkgconfig/gtkmm-2.4.pc + /usr/lib/pkgconfig/gtkmm-2.4.pc - A backup (.bak) is created, - you can revert if desired. + A backup (.bak) is created, + you can revert if desired. @@ -99,12 +99,12 @@ - Installation of Cdrdao + Installation of <application>Cdrdao</application> Install Cdrdao by running the following commands: - For mp3 support in the gcdmaster program, + For MP3 support in the gcdmaster program, you will need a temporary mad.pc. If desired, it can be deleted after the build. @@ -124,7 +124,7 @@ Libs: -L${libdir} -lmad Cflags: -I${includedir} EOF - And, as the unprivileged user: + And, as an unprivileged user: ./configure --prefix=/usr && make